summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Declara <declara91@gmail.com>2012-04-26 11:14:34 +0000
committerDenis Declara <declara91@gmail.com>2012-04-26 11:14:34 +0000
commit95a8ad7bfec98f7cede15c4e8856ce547aaf4aa4 (patch)
tree506de5a8437cb39917a66d74b68d78692d10a993
parentAdded first support for elliptical arrangements (diff)
parentpowerstroke: cautious fix. (diff)
downloadinkscape-95a8ad7bfec98f7cede15c4e8856ce547aaf4aa4.tar.gz
inkscape-95a8ad7bfec98f7cede15c4e8856ce547aaf4aa4.zip
Trunk merge
(bzr r11073.1.20)
-rw-r--r--Makefile.am26
-rw-r--r--buildtool.cpp1
-rw-r--r--doc/Makefile.am7
-rw-r--r--doc/keys.zh_TW.html8808
-rwxr-xr-xinkscape.zh_TW.pod251
-rw-r--r--po/nl.po2
-rw-r--r--po/zh_TW.po6572
-rw-r--r--share/tutorials/tutorial-advanced.zh_TW.svg276
-rw-r--r--share/tutorials/tutorial-basic.zh_TW.svg670
-rw-r--r--share/tutorials/tutorial-calligraphy.zh_TW.svg1147
-rw-r--r--share/tutorials/tutorial-elements.zh_TW.svg842
-rw-r--r--share/tutorials/tutorial-interpolate.zh_TW.svg678
-rw-r--r--share/tutorials/tutorial-shapes.zh_TW.svg702
-rw-r--r--share/tutorials/tutorial-tips.zh_TW.svg851
-rw-r--r--share/tutorials/tutorial-tracing.zh_TW.svg200
-rw-r--r--src/2geom/svg-path.h11
-rw-r--r--src/color-profile.cpp15
-rw-r--r--src/desktop-events.cpp5
-rw-r--r--src/draw-anchor.cpp20
-rw-r--r--src/extension/internal/emf-win32-inout.cpp8
-rw-r--r--src/extension/internal/emf-win32-print.cpp25
-rw-r--r--src/extension/internal/emf-win32-print.h8
-rw-r--r--src/extension/internal/gdkpixbuf-input.cpp6
-rw-r--r--src/extension/internal/latex-pstricks-out.cpp26
-rw-r--r--src/extension/internal/latex-pstricks.cpp25
-rw-r--r--src/extension/internal/pdf-input-cairo.cpp42
-rw-r--r--src/extension/internal/pdf-input-cairo.h9
-rw-r--r--src/extension/internal/pdfinput/pdf-input.cpp46
-rw-r--r--src/extension/internal/pdfinput/pdf-input.h9
-rw-r--r--src/extension/internal/pdfinput/svg-builder.cpp63
-rw-r--r--src/extension/internal/svg.cpp12
-rw-r--r--src/extension/internal/svgz.cpp12
-rw-r--r--src/extension/internal/wpg-input.cpp7
-rw-r--r--src/extension/param/string.cpp1
-rw-r--r--src/extension/prefdialog.h1
-rw-r--r--src/gradient-drag.cpp2
-rw-r--r--src/interface.cpp63
-rw-r--r--src/interface.h1
-rw-r--r--src/libnrtype/Layout-TNG-Output.cpp21
-rw-r--r--src/livarot/ShapeMisc.cpp28
-rw-r--r--src/live_effects/lpe-knot.cpp3
-rw-r--r--src/live_effects/lpe-powerstroke.cpp104
-rw-r--r--src/live_effects/lpe-rough-hatches.cpp8
-rw-r--r--src/main.cpp29
-rw-r--r--src/selection-chemistry.cpp36
-rw-r--r--src/selection-chemistry.h4
-rw-r--r--src/svg-view-widget.cpp31
-rw-r--r--src/ui/CMakeLists.txt2
-rw-r--r--src/ui/dialog/align-and-distribute.h3
-rw-r--r--src/ui/dialog/export.cpp569
-rw-r--r--src/ui/dialog/export.h67
-rw-r--r--src/ui/dialog/find.cpp6
-rw-r--r--src/ui/dialog/find.h73
-rw-r--r--src/ui/dialog/icon-preview.cpp5
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp9
-rw-r--r--src/ui/dialog/input.cpp25
-rw-r--r--src/ui/dialog/livepatheffect-editor.cpp1
-rw-r--r--src/ui/dialog/livepatheffect-editor.h4
-rw-r--r--src/ui/dialog/object-properties.cpp3
-rw-r--r--src/ui/dialog/object-properties.h5
-rw-r--r--src/ui/dialog/ocaldialogs.cpp6
-rw-r--r--src/ui/dialog/text-edit.cpp3
-rw-r--r--src/ui/dialog/text-edit.h3
-rw-r--r--src/ui/dialog/tracedialog.cpp13
-rw-r--r--src/ui/previewholder.cpp28
-rw-r--r--src/ui/widget/Makefile_insert2
-rw-r--r--src/ui/widget/frame.cpp83
-rw-r--r--src/ui/widget/frame.h79
-rw-r--r--src/ui/widget/selected-style.cpp2
-rw-r--r--src/ui/widget/toolbox.cpp11
-rw-r--r--src/widgets/button.cpp32
-rw-r--r--src/widgets/desktop-widget.cpp2
-rw-r--r--src/widgets/eek-preview.cpp21
-rw-r--r--src/widgets/gradient-image.cpp32
-rw-r--r--src/widgets/gradient-toolbar.cpp30
-rw-r--r--src/widgets/icon.cpp28
-rw-r--r--src/widgets/paint-selector.cpp251
-rw-r--r--src/widgets/paint-selector.h6
-rw-r--r--src/widgets/ruler.cpp77
-rw-r--r--src/widgets/ruler.h4
-rw-r--r--src/widgets/sp-color-slider.cpp90
-rw-r--r--src/widgets/sp-widget.cpp32
-rw-r--r--src/widgets/sp-xmlview-tree.cpp70
-rw-r--r--src/widgets/spinbutton-events.cpp6
-rw-r--r--src/widgets/spinbutton-events.h2
-rw-r--r--src/widgets/toolbox.cpp83
-rw-r--r--src/xml/repr-io.cpp22
87 files changed, 15578 insertions, 7926 deletions
diff --git a/Makefile.am b/Makefile.am
index 77470447b..98010486e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -255,17 +255,21 @@ inkscape.1 inkscape.el.1 inkscape.fr.1 inkscape.ja.1 inkscape.sk.1 inkscape.zh_T
po/inkscape.pot:
(cd $(srcdir)/po ; intltool-update --pot --output-file=$(distdir)/po/inkscape.pot)
-install-data-local: inkscape.el.1 inkscape.fr.1 inkscape.ja.1 inkscape.sk.1 inkscape.zh_TW.1
- $(mkinstalldirs) $(DESTDIR)$(mandir)/el/man1
- $(mkinstalldirs) $(DESTDIR)$(mandir)/fr/man1
- $(mkinstalldirs) $(DESTDIR)$(mandir)/ja/man1
- $(mkinstalldirs) $(DESTDIR)$(mandir)/sk/man1
- $(mkinstalldirs) $(DESTDIR)$(mandir)/zh_TW/man1
- $(INSTALL_DATA) `if [ -f inkscape.el.1 ]; then :; else echo $(srcdir)/;fi`inkscape.el.1 $(DESTDIR)$(mandir)/el/man1/inkscape.1
- $(INSTALL_DATA) `if [ -f inkscape.fr.1 ]; then :; else echo $(srcdir)/;fi`inkscape.fr.1 $(DESTDIR)$(mandir)/fr/man1/inkscape.1
- $(INSTALL_DATA) `if [ -f inkscape.ja.1 ]; then :; else echo $(srcdir)/;fi`inkscape.ja.1 $(DESTDIR)$(mandir)/ja/man1/inkscape.1
- $(INSTALL_DATA) `if [ -f inkscape.sk.1 ]; then :; else echo $(srcdir)/;fi`inkscape.sk.1 $(DESTDIR)$(mandir)/sk/man1/inkscape.1
- $(INSTALL_DATA) `if [ -f inkscape.zh_TW.1 ]; then :; else echo $(srcdir)/;fi`inkscape.zh_TW.1 $(DESTDIR)$(mandir)/zh_TW/man1/inkscape.1
+manel_DATA = inkscape.el.1
+maneldir = $(mandir)/el/man1
+
+manfr_DATA = inkscape.fr.1
+manfrdir = $(mandir)/fr/man1
+
+manja_DATA = inkscape.ja.1
+manjadir = $(mandir)/ja/man1
+
+mansk_DATA = inkscape.ja.1
+manskdir = $(mandir)/sk/man1
+
+manzhtw_DATA = inkscape.zh_TW.1
+manzhtwdir = $(mandir)/zh_TW/man1
+
#.PHONY: warn_markup
noinst_DATA = warn_markup
warn_markup:
diff --git a/buildtool.cpp b/buildtool.cpp
index 7e98660cf..46c4c91ae 100644
--- a/buildtool.cpp
+++ b/buildtool.cpp
@@ -10312,6 +10312,7 @@ static void usage(int argc, char **argv)
printf(" -file <file> use given buildfile\n");
printf(" -f <file> ''\n");
printf(" -D<property>=<value> use value for given property\n");
+ printf(" -j [N] build using N threads or infinite number of threads if no argument\n");
}
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6b705905a..ecbda2edb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -8,11 +8,12 @@ EXTRA_DIST = README.document \
HACKING.it.txt \
HACKING.pt_BR.txt \
HACKING.txt \
- keys.css \
+ keys.css \
keys.README \
keys.de.html \
keys.el.html \
- keys.en.html \
+ keys.en.html \
keys.fr.html \
- keys.ja.html \
+ keys.ja.html \
+ keys.zh_TW.html \
refcounting.txt
diff --git a/doc/keys.zh_TW.html b/doc/keys.zh_TW.html
new file mode 100644
index 000000000..0ec9af652
--- /dev/null
+++ b/doc/keys.zh_TW.html
@@ -0,0 +1,8808 @@
+<!--請不要編輯這個檔案。此檔案是用 doc/keys-html.xsl 從 doc/keys.xml 自動生成。-->
+
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <link rel="stylesheet" href="./keys.css" media="screen" type="text/css"/>
+ <title>Inkscape 鍵盤和滑鼠參考</title>
+ </head>
+ <body>
+ <div id="header">
+ <h1>Inkscape 鍵盤和滑鼠參考</h1>
+ <div class="releaseinfo">版本 0.48</div>
+ <div class="pubdate">最新修訂版本: 2011-10-08</div>
+ </div>
+ <div id="preface">
+
+ <p>這份文件講述 Inkscape 預設的鍵盤滑鼠快捷鍵,對應 Inkscape 發行裡的 share/keys/default.xml 檔案。使用者可設定大部分 (非全部) 的按鍵;請閱讀 default.xml 檔案取得如何設定的詳細資訊。</p>
+
+
+ <p>除非另有說明,數字鍵 (例如方向鍵、Home、End、+、-、數字) 都和相對應的普通按鍵有相同的效果。如果您有新的快捷鍵構想,請聯絡開發者 (寄信到<a href="http://lists.sourceforge.net/lists/listinfo/inkscape-devel">開發者郵件論壇</a>或到 <a href="https://bugs.launchpad.net/inkscape">Inkscape 的 launchpad 上提交 RFE</a>)。</p>
+
+ </div>
+ <div class="toc">
+ <span class="toc-title">目錄:</span>  <a class="toc-section" href="#d0e45">工具</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e287">對話窗</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e292">開啟</a> · <a class="toc-group" href="#d0e491">開啟 / 關閉可視性</a> · <a class="toc-group" href="#d0e507">在對話窗內部</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e603">控制列</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e608">存取</a> · <a class="toc-group" href="#d0e627">導覽</a> · <a class="toc-group" href="#d0e653">變更數值</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e715">畫布</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e720">畫面縮放</a> · <a class="toc-group" href="#d0e813">預設縮放</a> · <a class="toc-group" href="#d0e868">縮放紀錄</a> · <a class="toc-group" href="#d0e894">捲動 (平移)</a> · <a class="toc-group" href="#d0e959">參考線、格線、貼齊</a> · <a class="toc-group" href="#d0e1058">顯示模式</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e1075">調色盤</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e1137">檔案</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e1244">視窗</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e1355">圖層</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e1453">物件</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e1458">復原 / 取消復原</a> · <a class="toc-group" href="#d0e1502">剪貼簿</a> · <a class="toc-group" href="#d0e1590">再製</a> · <a class="toc-group" href="#d0e1609">仿製</a> · <a class="toc-group" href="#d0e1662">點陣圖</a> · <a class="toc-group" href="#d0e1699">圖樣</a> · <a class="toc-group" href="#d0e1733">參考線</a> · <a class="toc-group" href="#d0e1749">群組</a> · <a class="toc-group" href="#d0e1800">排列順序</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e1835">路徑</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e1840">轉換成路徑</a> · <a class="toc-group" href="#d0e1870">布林運算</a> · <a class="toc-group" href="#d0e1962">偏移</a> · <a class="toc-group" href="#d0e2079">結合</a> · <a class="toc-group" href="#d0e2119">簡化</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e2148">選取工具</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e2153">選取 (滑鼠)</a> · <a class="toc-group" href="#d0e2201">框選、觸碰選取</a> · <a class="toc-group" href="#d0e2260">選取 (鍵盤)</a> · <a class="toc-group" href="#d0e2362">選取群組內的物件、選取下層物件</a> · <a class="toc-group" href="#d0e2476">移動 (滑鼠)</a> · <a class="toc-group" href="#d0e2550">移動 (鍵盤)</a> · <a class="toc-group" href="#d0e2601">變形 (滑鼠)</a> · <a class="toc-group" href="#d0e2634">用控制點縮放</a> · <a class="toc-group" href="#d0e2685">縮放 (鍵盤)</a> · <a class="toc-group" href="#d0e2789">用控制點旋轉 / 傾斜</a> · <a class="toc-group" href="#d0e2828">旋轉 (鍵盤)</a> · <a class="toc-group" href="#d0e2886">翻轉</a> · <a class="toc-group" href="#d0e2909">旋轉中心</a> · <a class="toc-group" href="#d0e2948">取消</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e2968">節點工具</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e2973">選取物件 (滑鼠)</a> · <a class="toc-group" href="#d0e3009">選取節點 (滑鼠)</a> · <a class="toc-group" href="#d0e3058">框選</a> · <a class="toc-group" href="#d0e3090">選取節點 (鍵盤)</a> · <a class="toc-group" href="#d0e3173">膨脹 / 收縮節點選取範圍</a> · <a class="toc-group" href="#d0e3233">移動節點 (滑鼠)</a> · <a class="toc-group" href="#d0e3332">移動節點 (鍵盤)</a> · <a class="toc-group" href="#d0e3383">移動節點控制柄 (滑鼠)</a> · <a class="toc-group" href="#d0e3445">縮放控制柄 (須先選取1 個節點)</a> · <a class="toc-group" href="#d0e3551">旋轉控制柄 (須先選取1 個節點)</a> · <a class="toc-group" href="#d0e3637">控制柄隱現狀態</a> · <a class="toc-group" href="#d0e3653">縮放節點 (須選取 1 個以上的節點)</a> · <a class="toc-group" href="#d0e3729">旋轉節點 (須選取一個以上的節點)</a> · <a class="toc-group" href="#d0e3773">翻轉節點 (須選取一個以上的節點)</a> · <a class="toc-group" href="#d0e3799">變更線段</a> · <a class="toc-group" href="#d0e3828">變更節點類型</a> · <a class="toc-group" href="#d0e3893">結合 / 打斷</a> · <a class="toc-group" href="#d0e3938">刪除、建立、再製</a> · <a class="toc-group" href="#d0e4048">反轉</a> · <a class="toc-group" href="#d0e4064">編輯形狀</a> · <a class="toc-group" href="#d0e4076">編輯填充和路徑特效</a> · <a class="toc-group" href="#d0e4085">取消</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e4105">微調工具</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e4110">操作</a> · <a class="toc-group" href="#d0e4158">模式</a> · <a class="toc-group" href="#d0e4384">參數</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e4427">縮放工具</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e4460">矩形工具</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e4465">繪畫</a> · <a class="toc-group" href="#d0e4504">選取</a> · <a class="toc-group" href="#d0e4556">用控制點調整大小</a> · <a class="toc-group" href="#d0e4585">用控制點將頂點圓角化</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e4638">立方體工具</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e4643">繪畫</a> · <a class="toc-group" href="#d0e4666">選取</a> · <a class="toc-group" href="#d0e4715">用控制點編輯</a> · <a class="toc-group" href="#d0e4754">透視角編輯</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e4854">橢圓形工具</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e4859">繪畫</a> · <a class="toc-group" href="#d0e4919">選取</a> · <a class="toc-group" href="#d0e4971">用控制點編輯</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e5024">星形工具</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e5029">繪畫</a> · <a class="toc-group" href="#d0e5055">選取</a> · <a class="toc-group" href="#d0e5107">用控制點編輯</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e5180">螺旋形工具</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e5185">繪畫</a> · <a class="toc-group" href="#d0e5211">選取</a> · <a class="toc-group" href="#d0e5262">用控制點編輯</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e5363">鉛筆工具</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e5414">建立點</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e5458">筆型 (貝茲曲線) 工具</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e5463">建立節點</a> · <a class="toc-group" href="#d0e5527">移動最後建立的節點</a> · <a class="toc-group" href="#d0e5581">建立/修改線段</a> · <a class="toc-group" href="#d0e5620">建立點</a> · <a class="toc-group" href="#d0e5663">結束</a> · <a class="toc-group" href="#d0e5696">取消</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e5726">書法工具</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e5824">文字工具</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e5829">選取 / 建立</a> · <a class="toc-group" href="#d0e5857">瀏覽文字</a> · <a class="toc-group" href="#d0e5946">流動文字 (內部文字框)</a> · <a class="toc-group" href="#d0e5985">流動文字 (外部文字框)</a> · <a class="toc-group" href="#d0e6035">文字沿置路徑</a> · <a class="toc-group" href="#d0e6054">編輯文字</a> · <a class="toc-group" href="#d0e6108">選取文字</a> · <a class="toc-group" href="#d0e6236">選取樣式</a> · <a class="toc-group" href="#d0e6265">字母間距</a> · <a class="toc-group" href="#d0e6321">列距</a> · <a class="toc-group" href="#d0e6385">字母緊排和位移</a> · <a class="toc-group" href="#d0e6425">旋轉</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e6475">噴灑工具</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e6480">模式</a> · <a class="toc-group" href="#d0e6516">參數</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e6556">橡皮擦工具</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e6587">油漆桶</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e6670">漸層工具</a>
+ <span class="toc-section"> · </span>
+ <a class="toc-group" href="#d0e6675">選取物件</a> · <a class="toc-group" href="#d0e6708">建立漸層</a> · <a class="toc-group" href="#d0e6737">選取控制點</a> · <a class="toc-group" href="#d0e6807">建立 / 刪除中間停止點</a> · <a class="toc-group" href="#d0e6870">移動控制點 / 停止點</a> · <a class="toc-group" href="#d0e6960">反轉</a> · <a class="toc-group" href="#d0e6981">漸層編輯器</a>
+ <span class="toc-section"> | </span>
+ <a class="toc-section" href="#d0e7001">滴管工具</a>
+ <span class="toc-section"/>
+ </div>
+ <div class="chapter">
+ <div class="sect">
+ <a name="d0e45"/>
+ <h2>工具</h2>
+ <table class="color1">
+
+
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">F1</span>,
+<span class="shortcut">s</span>
+ </td>
+ <td>
+ <span class="action">選取工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">空白鍵</span>
+ </td>
+ <td>
+ <span class="action">選取工具 (暫時)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>空白鍵可暫時切換到選取工具;再按一次空白鍵可切換回原本的狀態。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>當開啟偏好設定裡面的「按著空白鍵時滑鼠左鍵可平移畫布」選項時,空白鍵+滑鼠拖曳可平移畫布,而不是切換成選取工具。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">F2</span>,
+<span class="shortcut">n</span>
+ </td>
+ <td>
+ <span class="action">節點工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>F2</span>,
+<span class="shortcut">w</span>
+ </td>
+ <td>
+ <span class="action">微調工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">F3</span>,
+<span class="shortcut">z</span>
+ </td>
+ <td>
+ <span class="action">縮放工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">F4</span>,
+<span class="shortcut">r</span>
+ </td>
+ <td>
+ <span class="action">矩形工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>F4</span>,
+<span class="shortcut">x</span>
+ </td>
+ <td>
+ <span class="action">立方體工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">F5</span>,
+<span class="shortcut">e</span>
+ </td>
+ <td>
+ <span class="action">橢圓形 / 弧形工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>F9</span>,
+<span class="shortcut">*</span>
+ </td>
+ <td>
+ <span class="action">星形工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">F9</span>,
+<span class="shortcut">i</span>
+ </td>
+ <td>
+ <span class="action">螺旋形工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">F6</span>,
+<span class="shortcut">p</span>
+ </td>
+ <td>
+ <span class="action">鉛筆 (手繪) 工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>F6</span>,
+<span class="shortcut">b</span>
+ </td>
+ <td>
+ <span class="action">筆型 (貝茲曲線) 工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>F6</span>,
+<span class="shortcut">c</span>
+ </td>
+ <td>
+ <span class="action">書法工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">F8</span>,
+<span class="shortcut">t</span>
+ </td>
+ <td>
+ <span class="action">文字工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>F3</span>,
+<span class="shortcut">a</span>
+ </td>
+ <td>
+ <span class="action">噴灑工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>E</span>
+ </td>
+ <td>
+ <span class="action">橡皮擦工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>F7</span>,
+<span class="shortcut">u</span>
+ </td>
+ <td>
+ <span class="action">油漆桶工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>F1</span>,
+<span class="shortcut">g</span>
+ </td>
+ <td>
+ <span class="action">漸層工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">F7</span>,
+<span class="shortcut">d</span>
+ </td>
+ <td>
+ <span class="action">滴管工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>F2</span>,
+<span class="shortcut">o</span>
+ </td>
+ <td>
+ <span class="action">連接線工具</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在工具按鈕上點擊兩下可開啟對應工具的偏好設定對話窗。</span>
+ </td>
+ </tr>
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e287"/>
+ <h2>對話窗</h2>
+ <table class="color2">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e292"/>開啟</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>F</span>
+ </td>
+ <td>
+ <span class="action">填充和邊框</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>W</span>
+ </td>
+ <td>
+ <span class="action">色票</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>T</span>
+ </td>
+ <td>
+ <span class="action">文字和字型</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>M</span>
+ </td>
+ <td>
+ <span class="action">變形</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>L</span>
+ </td>
+ <td>
+ <span class="action">圖層</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>A</span>
+ </td>
+ <td>
+ <span class="action">對齊和分佈</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>O</span>
+ </td>
+ <td>
+ <span class="action">物件屬性</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>H</span>
+ </td>
+ <td>
+ <span class="action">復原紀錄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>X</span>
+ </td>
+ <td>
+ <span class="action">XML 編輯器</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>D</span>
+ </td>
+ <td>
+ <span class="action">文件偏好設定</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>P</span>
+ </td>
+ <td>
+ <span class="action">Inkscape 偏好設定</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>E</span>
+ </td>
+ <td>
+ <span class="action">匯出成 PNG</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>F</span>
+ </td>
+ <td>
+ <span class="action">尋找</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>B</span>
+ </td>
+ <td>
+ <span class="action">描繪點陣圖</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>7</span>
+ </td>
+ <td>
+ <span class="action">路徑特效</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>K</span>
+ </td>
+ <td>
+ <span class="action">檢查拼寫</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>如果新對話窗尚未開啟這些快捷鍵可開啟新的對話窗,反之會切換到對應的對話窗。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e491"/>開啟 / 關閉可視性</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">F12</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉對話窗</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可暫時隱藏所有開啟的對話窗;而按 F12 可再次顯示被隱藏的視窗。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e507"/>在對話窗內部</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">回到畫布</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>F4</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>W</span>
+ </td>
+ <td>
+ <span class="action">關閉此對話窗</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Tab</span>
+ </td>
+ <td>
+ <span class="action">跳到下一個介面元件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>Tab</span>
+ </td>
+ <td>
+ <span class="action">跳到上一個介面元件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Enter</span>
+ </td>
+ <td>
+ <span class="action">設定新數值</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可讓您在文字輸入欄裡輸入新數值並將畫面切換回畫布。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Enter</span>
+ </td>
+ <td>
+ <span class="action">在 XML 編輯器可設定屬性質</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>當用 XML 編輯器編輯屬性值時,這可設定新數值 (和點擊「設定屬性」按鈕相同)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">空白鍵</span>,
+<span class="shortcut">Enter</span>
+ </td>
+ <td>
+ <span class="action">啟動目前按鈕或清單</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>PgUp</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>PgDn</span>
+ </td>
+ <td>
+ <span class="action">在多分頁視窗可切換分頁</span>
+ </td>
+ </tr>
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e603"/>
+ <h2>控制列</h2>
+ <table class="color3">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e608"/>存取</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>位於文件視窗頂端的控制列可提供每種工具不同的按鈕和控制項。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>X</span>
+ </td>
+ <td>
+ <span class="action">跳到第一個可編輯的輸入欄</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e627"/>導覽</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Tab</span>
+ </td>
+ <td>
+ <span class="action">跳到下一個輸入欄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>Tab</span>
+ </td>
+ <td>
+ <span class="action">跳到上一個輸入欄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>使用這些快捷鍵可在控制列的輸入欄之間瀏覽 (如果您離開時輸入欄裡的數值已變更,程式會視為同意變更數值)。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e653"/>變更數值</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">方向鍵上</span>,
+<span class="shortcut">方向鍵下</span>
+ </td>
+ <td>
+ <span class="action">以 0.1 變更數值</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">PgUp</span>,
+<span class="shortcut">PgDn</span>
+ </td>
+ <td>
+ <span class="action">以 5.0 變更數值</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Enter</span>
+ </td>
+ <td>
+ <span class="action">同意新數值</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可讓您在文字輸入欄裡輸入新數值並將畫面切換回畫布。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">取消變更,回到畫布</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可取消您在文字輸入欄裡所做的任何變更,並將畫面切換回畫布。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Z</span>
+ </td>
+ <td>
+ <span class="action">取消變更</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可取消您在文字輸入欄裡所做的任何變更,但滑鼠游標停留在輸入欄裡。</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e715"/>
+ <h2>畫布</h2>
+ <table class="color4">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e720"/>畫面縮放</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">=</span>,
+<span class="shortcut">+</span>
+ </td>
+ <td>
+ <span class="action">放大</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">-</span>
+ </td>
+ <td>
+ <span class="action">縮小</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>數字鍵的 +/- 按鍵可在您編輯文字物件時進行縮放,除非啟用 NumLock。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊滑鼠中鍵</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>點擊滑鼠右鍵</span>
+ </td>
+ <td>
+ <span class="action">放大</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊滑鼠中鍵</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊滑鼠右鍵</span>
+ </td>
+ <td>
+ <span class="action">縮小</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>滑鼠滾輪</span>
+ </td>
+ <td>
+ <span class="action">放大或縮小</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>當開啟偏好設定裡面的「滑鼠滾輪預設功能為畫面縮放」選項時,Ctrl+滑鼠滾輪可捲動畫面,而不是縮放畫面。要縮放畫面,則是使用滾輪時不要按著 Ctrl。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>滑鼠中鍵拖曳</span>
+ </td>
+ <td>
+ <span class="action">畫面縮放</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>Z</span>
+ </td>
+ <td>
+ <span class="action">啟動縮放輸入欄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>視窗右下角的縮放輸入欄可讓您指定精確的縮放比例。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e813"/>預設縮放</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">1</span>
+ </td>
+ <td>
+ <span class="action">縮放成 1:1</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">2</span>
+ </td>
+ <td>
+ <span class="action">縮放成 1:2</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">3</span>
+ </td>
+ <td>
+ <span class="action">縮放成選取範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">4</span>
+ </td>
+ <td>
+ <span class="action">縮放成圖畫大小</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">5</span>
+ </td>
+ <td>
+ <span class="action">縮放成頁面大小</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>E</span>,
+<span class="shortcut">6</span>
+ </td>
+ <td>
+ <span class="action">縮放成頁面寬度</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e868"/>縮放紀錄</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">`</span>
+ </td>
+ <td>
+ <span class="action">(倒引號) 上一個畫面縮放</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>`</span>
+ </td>
+ <td>
+ <span class="action">下一個畫面縮放</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按這些快捷鍵,您可以前後往返這次作業階段裡的畫面縮放紀錄。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e894"/>捲動 (平移)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">捲動畫布</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按鍵捲動加速,例如:您按住或連續按 Ctrl+方向鍵時可加快畫面捲動速度。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">滑鼠中鍵拖曳</span>
+ </td>
+ <td>
+ <span class="action">平移畫布</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>按住滑鼠右鍵拖曳</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>按住滑鼠右鍵拖曳</span>
+ </td>
+ <td>
+ <span class="action">平移畫布</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">滑鼠滾輪</span>
+ </td>
+ <td>
+ <span class="action">垂直捲動畫布</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>當開啟偏好設定裡面的「滑鼠滾輪預設功能為畫面縮放」選項時,滑鼠滾輪可縮放畫面,而不是捲動畫面。要捲動畫面,使用 Ctrl+滑鼠滾輪。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>滑鼠滾輪</span>
+ </td>
+ <td>
+ <span class="action">水平捲動畫布</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>當開啟偏好設定裡面的「按著空白鍵時滑鼠左鍵可平移畫布」選項時,空白鍵+滑鼠拖曳也可以平移畫布。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e959"/>參考線、格線、貼齊</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">將游標從尺標拖動離開可建立參考線</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>將滑鼠游標從水平或垂直尺標拖動離開可建立新參考線。將參考線拖到尺標上可刪除參考線。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">拖曳參考線可移動</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">拖曳參考線 (不是附近的錨點) 可轉動</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">以捉取角度旋轉參考線</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Del</span>
+ </span>
+ </td>
+ <td>
+ <span class="action">刪除參考線</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">|</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>\</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉參考線與貼齊參考線</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若您想看見參考線但不要貼齊到參考線,請使用整體貼齊功能開關 (% 按鍵)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>當您用滑鼠游標從尺標拖動離開建立新參考線,參考線為可見的且會開啟貼齊功能。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">#</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>3</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉格線和貼齊格點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若您想看見格線但不要貼齊到格線,請使用整體貼齊功能開關 (% 按鍵)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>注意只有主鍵盤上的按鍵「3」有作用,而數字鍵的無效。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">%</span>
+ </td>
+ <td>
+ <span class="action">開啟和關閉貼齊功能</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此開關會影響所有工具裡的貼齊格線、貼齊參考線和貼齊物件之功能。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e1058"/>顯示模式</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>數字鍵 5</span>
+ </td>
+ <td>
+ <span class="action">開啟和關閉正常 / 無濾鏡 / 輪廓模式</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e1075"/>
+ <h2>調色盤</h2>
+ <table class="color5">
+
+
+
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些快捷鍵也可在浮動調色盤對話窗和視窗底端的調色盤中使用。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">設定選取範圍的填充顏色</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">設定選取範圍的邊框顏色</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊滑鼠右鍵</span>
+ </td>
+ <td>
+ <span class="action">開啟右鍵功能表</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">將填充顏色拖到物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">將邊框顏色拖到物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>用滑鼠拖曳顏色到物件上可變更物件的填充 / 邊框,且不需要選取該物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>您也可將顏色拖到狀態列中的填充和邊框標示圖形來變更選取範圍的填充和邊框。</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e1137"/>
+ <h2>檔案</h2>
+ <table class="color6">
+
+
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>N</span>
+ </td>
+ <td>
+ <span class="action">建立新文件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>O</span>
+ </td>
+ <td>
+ <span class="action">開啟文件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>E</span>
+ </td>
+ <td>
+ <span class="action">匯出成 PNG</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>I</span>
+ </td>
+ <td>
+ <span class="action">匯入點陣圖或向量圖</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>P</span>
+ </td>
+ <td>
+ <span class="action">列印文件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>S</span>
+ </td>
+ <td>
+ <span class="action">儲存文件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>S</span>
+ </td>
+ <td>
+ <span class="action">以新名稱儲存</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>S</span>
+ </td>
+ <td>
+ <span class="action">儲存副本</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Q</span>
+ </td>
+ <td>
+ <span class="action">離開 Inkscape</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e1244"/>
+ <h2>視窗</h2>
+ <table class="color7">
+
+
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>R</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉尺標</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>B</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉捲動軸</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">F11</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉全螢幕</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">F10</span>
+ </td>
+ <td>
+ <span class="action">主選單</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>也可以按 Alt + 選單名稱中有下畫線的字母來啟動選單項目。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>F10</span>,
+<span class="shortcut">點擊滑鼠右鍵</span>
+ </td>
+ <td>
+ <span class="action">下拉式 (右鍵功能表) 選單</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>F4</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>W</span>
+ </td>
+ <td>
+ <span class="action">關閉文件視窗</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>如果只有開啟一個文件視窗,則會關閉 Inkscape。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Tab</span>
+ </td>
+ <td>
+ <span class="action">下一個文件視窗</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Tab</span>
+ </td>
+ <td>
+ <span class="action">上一個文件視窗</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些快捷鍵可以向前或向後循環切換文件視窗。</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e1355"/>
+ <h2>圖層</h2>
+ <table class="color8">
+
+
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>N</span>
+ </td>
+ <td>
+ <span class="action">建立新圖層</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>PgUp</span>
+ </td>
+ <td>
+ <span class="action">圖層向上移</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>PgDn</span>
+ </td>
+ <td>
+ <span class="action">圖層向下移</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令可將選取物件從某個圖層移動到另一個圖層。</span>
+ </td>
+ </tr>
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>PgUp</span>
+ </td>
+ <td>
+ <span class="action">提升圖層</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>PgDn</span>
+ </td>
+ <td>
+ <span class="action">降低圖層</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Home</span>
+ </td>
+ <td>
+ <span class="action">圖層移到最上層</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>End</span>
+ </td>
+ <td>
+ <span class="action">圖層移到最下層</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令可讓目前圖層在同屬 (正常情況下的其他圖層) 圖層之間移動。</span>
+ </td>
+ </tr>
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e1453"/>
+ <h2>物件</h2>
+ <table class="color9">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e1458"/>復原 / 取消復原</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Y</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Z</span>
+ </td>
+ <td>
+ <span class="action">復原</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Z</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Y</span>
+ </td>
+ <td>
+ <span class="action">取消復原</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e1502"/>剪貼簿</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>C</span>
+ </td>
+ <td>
+ <span class="action">複製選取範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>X</span>
+ </td>
+ <td>
+ <span class="action">剪下選取範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>V</span>
+ </td>
+ <td>
+ <span class="action">貼上剪貼簿</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可在滑鼠游標下貼上剪貼簿的物件,若滑鼠游標在畫布範圍外面則會貼在視窗中央。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>當用文字工具編輯文字時,此快捷鍵可從剪貼簿將文字貼到目前的文字物件裡。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>V</span>
+ </td>
+ <td>
+ <span class="action">貼在原處</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可將剪貼簿物件貼到原來的位置 (複製物件時的位置)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>V</span>
+ </td>
+ <td>
+ <span class="action">貼上樣式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可將複製的物件 (多個物件的第一個) 樣式貼到目前的選取範圍。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>如果選取漸層控制點 (使用漸層工具) 或文字不換行區塊 (使用文字工具),那麼只有選取項目會貼上樣式,而不是整個物件貼上樣式。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>7</span>
+ </td>
+ <td>
+ <span class="action">貼上路徑特效</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可將複製物件的路徑特效套用到目前選取範圍中的路徑 / 形狀。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e1590"/>再製</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>D</span>
+ </td>
+ <td>
+ <span class="action">再製選取範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>新增物件會放在原始物件的正上方且為被選取狀態。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e1609"/>仿製</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>D</span>
+ </td>
+ <td>
+ <span class="action">仿製物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>仿製物件可以獨立的移動 / 縮放 / 旋轉 / 傾斜,但仿製物件會從本身的原始物件更新路徑、填充和邊框。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>仿製物件會放在原始物件的正上方且為被選取狀態。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>您只能一次仿製一個物件;若您想要同時仿製多個物件,請群組這些物件並仿製該群組。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>D</span>
+ </td>
+ <td>
+ <span class="action">取消連結仿製物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>取消連結仿製物件可切斷與原始物件的連結關係,將仿製物件轉換成普通的複製物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>D</span>
+ </td>
+ <td>
+ <span class="action">選取原始物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>選擇仿製物件並執行這個指令可查出哪個物件是原始物件。原始物件會變為被選取狀態。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e1662"/>點陣圖</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>B</span>
+ </td>
+ <td>
+ <span class="action">建立點陣圖副本</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可將選取物件匯出 PNG 到文件資料夾裡 (其他物件都會被隱藏起來) 和將 PNG 匯入到文件中。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>匯入的點陣圖會放在原本選取範圍的正上方且為被選取狀態。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>B</span>
+ </td>
+ <td>
+ <span class="action">描繪點陣圖</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可以開啟描繪點陣圖對話窗讓您可以將點陣圖物件轉換成路徑。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e1699"/>圖樣</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>I</span>
+ </td>
+ <td>
+ <span class="action">物件轉成圖樣</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可將選取範圍轉換成含鋪排圖樣填充的矩形。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>I</span>
+ </td>
+ <td>
+ <span class="action">圖樣轉成物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>每個被選取且含有圖樣填充的物件會拆解成不含填充的相同物件和單一圖樣物件。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e1733"/>參考線</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>G</span>
+ </td>
+ <td>
+ <span class="action">物件轉成參考線</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e1749"/>群組</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>U</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>G</span>
+ </td>
+ <td>
+ <span class="action">群組選取的物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>使用 Ctrl+點擊 可選取群組裡面的物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>G</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>U</span>
+ </td>
+ <td>
+ <span class="action">解散選取的群組</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這只會解散群組的一個層級;按 Ctrl+U 可重複解散巢狀群組。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e1800"/>排列順序</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Home</span>
+ </td>
+ <td>
+ <span class="action">將選取範圍提升至最上層</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">End</span>
+ </td>
+ <td>
+ <span class="action">將選取範圍提升至最下層</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">PgUp</span>
+ </td>
+ <td>
+ <span class="action">將選取範圍提升一層</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">PgDn</span>
+ </td>
+ <td>
+ <span class="action">將選取範圍降低一層</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e1835"/>
+ <h2>路徑</h2>
+ <table class="color10">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e1840"/>轉換成路徑</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>C</span>
+ </td>
+ <td>
+ <span class="action">將選取物件轉成路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>C</span>
+ </td>
+ <td>
+ <span class="action">將邊框轉成路徑</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e1870"/>布林運算</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>+</span>
+ </td>
+ <td>
+ <span class="action">相加 (聯集)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>相加 (聯集) 可將任何數量的物件合併成單一路徑,並移除重疊部分。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>-</span>
+ </td>
+ <td>
+ <span class="action">減去 (差集)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>減去 (差集) 作用於 2 個物件,下層物件減去上層物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>*</span>
+ </td>
+ <td>
+ <span class="action">交集</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>交集可建立表示所有選取物件共同 (重疊) 區域的路徑。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>^</span>
+ </td>
+ <td>
+ <span class="action">排除 (互斥)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>排除 (互斥) 類似於聯集,不同的地方是互斥作用於 2 個物件且移除物件重疊的區域。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>/</span>
+ </td>
+ <td>
+ <span class="action">分割 (剪切)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>分割可用上層物件將下層物件切割成好幾片,並保留下層物件的填充和邊框。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>/</span>
+ </td>
+ <td>
+ <span class="action">剪切路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>剪切路徑只會切割與上層物件相交的下層物件邊框,並移除任何填充。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>相加、減去差集和互斥的結果會繼承 id= 屬性,因而成為下層物件的仿製物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>分割和剪切路徑正常情況下會產生一些物件;其中隨便一個會繼承下層來源物件的 id=。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e1962"/>偏移</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>(</span>
+ </td>
+ <td>
+ <span class="action">內縮路徑 (向心)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>)</span>
+ </td>
+ <td>
+ <span class="action">外擴路徑 (離心)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設的偏移量為 2 px (SVG 像素單位,不是螢幕像素)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>(</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素內縮路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>)</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素外擴路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>(</span>
+ </td>
+ <td>
+ <span class="action">以 10 像素內縮路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>)</span>
+ </td>
+ <td>
+ <span class="action">以 10 像素外擴路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素偏移的實際距離取決於縮放比例。畫面放大可作精細調整。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>所有 (, ) 指令可將物件轉換成路徑,若必要時可產生規則路徑。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>J</span>
+ </td>
+ <td>
+ <span class="action">建立動態偏移</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>J</span>
+ </td>
+ <td>
+ <span class="action">建立連結偏移</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令可產生偏移物件,可用節點工具編輯,獨立物件或連結到原始物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>D</span>
+ </td>
+ <td>
+ <span class="action">選擇來源</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>選擇連結偏移並讓該指令選擇連結偏移的來源路徑。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2079"/>結合</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>K</span>
+ </td>
+ <td>
+ <span class="action">結合路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此功能和群組不同的是結合路徑會變成單一物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此功能和相加 (聯集) 不同的是重疊區域不受影響。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>重疊區域是否填充由在填充 &amp; 邊框對話窗上的填充規則切換控制。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>K</span>
+ </td>
+ <td>
+ <span class="action">打散路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這會試著將物件打散成組成路徑;若物件為單一實心路徑則會失敗。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2119"/>簡化</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>L</span>
+ </td>
+ <td>
+ <span class="action">簡化</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此指令可試著藉由移除額外的節點來簡化選取的路徑。此指令會先將全部物件轉換成路徑。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>如果您迅速連續調用此指令好幾次,指令的效果會越來越強烈。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>暫停一下再次調用簡化功能可恢復預設的臨界值 (可在 Inkscape 偏好設定對話窗裡設定)。</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e2148"/>
+ <h2>選取工具</h2>
+ <table class="color11">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2153"/>選取 (滑鼠)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">選取物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>當您在物件上點擊滑鼠左鍵,上一個選取範圍會取消選取狀態。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>如果物件尚未被選取,Shift+點擊物件可加入目前的選取範圍。反之,若物件已被選取,則可取消選擇。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊<span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">編輯物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在路徑上點擊兩下可切換成節點工具;形狀則可切換成對應的形狀工具;文字則切換為文字工具。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在群組上點擊兩下可執行「進入群組」指令 (群組會變成暫存圖層)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在空白位置上點擊兩下可切換到該層級裡的母圖層 (若有的話)。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2201"/>框選、觸碰選取</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">用方框來選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在物件的周圍拖出「方框」來選取;上個選取範圍會被取消。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">將物件加入到選取範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>通常您必須從空白位置開始以重新框選。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若您在框選前按 Shift 鍵,那麼即使從物件上開始拖動 Inkscape 仍會進行框選。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">用觸碰來選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在物件上方按著 Alt 鍵拖曳,途中被觸碰到的物件都會被選取。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在沒有選取任何物件的情形下按著 Alt 可開始觸碰選取;若已經選取其他物件則使用 Shift+Alt。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>拖曳的時候,您可以藉由按下 / 放開 Alt 鍵來將框選切換成觸碰選取或將觸碰選取切換回框選。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2260"/>選取 (鍵盤)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Tab</span>
+ </td>
+ <td>
+ <span class="action">選取下一個物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>Tab</span>
+ </td>
+ <td>
+ <span class="action">選取上一個物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些快捷鍵可在物件的排列順序中挑選物件 (Tab 鍵可從最下層到最上層循環,Shift+Tab 可從最上層到最下層循環)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>除非手動重新排列,不然您建立的最後一個物件都會放置在最上層。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>因此若沒有選取任何物件,按一次 Shift+Tab 可快速地選取您最後建立的物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這只對目前圖層裡的物件有作用 (除非您在偏好設定裡變更設定)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>A</span>
+ </td>
+ <td>
+ <span class="action">全選 (目前圖層)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這只對目前圖層裡的物件有作用 (除非您在偏好設定裡變更設定)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>A</span>
+ </td>
+ <td>
+ <span class="action">全選 (全部圖層)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這對所有可見且未鎖定之圖層裡的物件有作用。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">!</span>
+ </td>
+ <td>
+ <span class="action">反向選取 (目前圖層)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這能在目前圖層裡反向選取 (取消已選取的物件並選取未選取的物件)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>!</span>
+ </td>
+ <td>
+ <span class="action">反向選取 (全部圖層)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這能在可見且未鎖定的圖層裡反向選取 (取消已選取的物件並選取未選取的物件)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">取消選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">倒退鍵</span>,
+<span class="shortcut">Del</span>
+ </td>
+ <td>
+ <span class="action">刪除選取範圍</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2362"/>選取群組內的物件、選取下層物件</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">選取群組內的物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>Ctrl+點擊可以無視群組層級關係選取點擊位置上的物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉選取群組內的物件功能</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">選取下層物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>Alt+點擊可選取在點擊位置順序最低物件下面 (排列順序)的物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>如果已經選取到最下層物件,再按一次 Alt+點擊 可選取最上層物件。所以多次在同一點使用 Alt+點擊 可依堆疊排列順序循環選取。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在 GNU/Linux 系統上,「Alt+點擊」和「Alt+拖曳」可能會被視窗管理程式預定保留。若重新設定便可在 Inkscape 使用這些快捷鍵。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>如果您的鍵盤有 Meta 鍵,您可能希望將修改鍵設定使用 Meta 鍵而不是 Alt 鍵。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>(有時您也可以用 Ctrl+Alt+點擊 (選取群組裡的下層物件) 和 Alt+點擊 的作用一樣。)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">切換下層物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">選擇群組裡的下層物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">切換群組裡的下層物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Enter</span>
+ </td>
+ <td>
+ <span class="action">進入群組</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>倒退鍵</span>
+ </td>
+ <td>
+ <span class="action">前往母群組 / 母圖層</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2476"/>移動 (滑鼠)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">選取 + 移動</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>拖曳物件 (如果物件未選取請先選取物件),可移動選取物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">移動選取物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>Alt+拖曳可移動目前選取的物件 (不必管選取物件是否在滑鼠游標下方),不管您從哪裡開始拖曳。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在 GNU/Linux 系統上,「Alt+點擊」和「Alt+拖曳」可能會被視窗管理程式預定保留。若重新設定便可在 Inkscape 使用這些快捷鍵。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>如果您的鍵盤有 Meta 鍵,您可能希望將修改鍵設定使用 Meta 鍵而不是 Alt 鍵。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">限定水平或垂直移動</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">暫時停用貼齊功能</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可暫時停用貼齊到格點或參考線 (當拖曳到格點或參考線上方時) 的功能。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠<span class="plussign">+</span>空白鍵</span>
+ </td>
+ <td>
+ <span class="action">拖曳殘留複製物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>用滑鼠拖曳或變形時,每固定間隔殘留選擇物件的複製物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>您可以在拖曳期間按住空白鍵能產生美妙的「足跡」。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2550"/>移動 (鍵盤)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以寸動距離移動選取物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 10 倍的寸動距離移動選取物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設的寸動距離為 2 px (SVG 像素單位,不是螢幕像素)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素移動選取物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 10 像素移動選取物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素移動量的實際距離取決於畫面縮放比例。放大畫面可進行更精細地移動。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2601"/>變形 (滑鼠)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>S</span>
+ </td>
+ <td>
+ <span class="action">切換縮放 / 旋轉控制點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">縮放 (使用縮放控制點)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">旋轉或傾斜 (使用旋轉控制點)</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2634"/>用控制點縮放</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">縮放</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">維持外觀比例縮放</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">對稱變形</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>變形時按住 Shift 鍵可依選取範圍中心作對稱變形。</span>
+ </td>
+ </tr>
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">整數縮放</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>縮放時按住 Alt 鍵可將縮放限制為原始大小的 2、3、4 或 1/2、1/3、1/4 等等。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2685"/>縮放 (鍵盤)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">.</span>,
+<span class="shortcut">&gt;</span>
+ </td>
+ <td>
+ <span class="action">以固定縮放量放大選取範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">,</span>,
+<span class="shortcut">&lt;</span>
+ </td>
+ <td>
+ <span class="action">以固定縮放量縮小選取範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設固定縮放量為 2 px (SVG 像素單位,不是螢幕像素)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>.</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>&gt;</span>
+ </td>
+ <td>
+ <span class="action">將選取範圍縮放為原來的 200%</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>,</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>&lt;</span>
+ </td>
+ <td>
+ <span class="action">將選取範圍縮放為原來的 50%</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>.</span>,
+<span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>&gt;</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素放大選取範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>,</span>,
+<span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>&lt;</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素縮小選取範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素縮放的實際大小增加量取決於畫面縮放比例。放大畫面可進行更精細的縮放。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>從中心均勻縮放,因此大小增加量會套用到長寬增加。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2789"/>用控制點旋轉 / 傾斜</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">旋轉或傾斜</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">捉取傾斜角度</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按住 Ctrl 拖曳傾斜 (非頂點) 控制點能以固定角度進行傾斜 (預設為 15 度)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">固定旋轉角度</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>當拖曳旋轉控制點時按住 Ctrl 鍵可依固定角度進行旋轉 (預設為 15 度)。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2828"/>旋轉 (鍵盤)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">[</span>,
+<span class="shortcut">]</span>
+ </td>
+ <td>
+ <span class="action">以固定角度旋轉選取範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設的固定角度為 15 度。] 鍵可順時針旋轉,[ 鍵則可逆時針旋轉。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>[</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>]</span>
+ </td>
+ <td>
+ <span class="action">以 90 度旋轉選取範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>[</span>,
+<span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>]</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素旋轉選取範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素旋轉的實際角度取決於縮放比例。放大畫面可進行更精細的轉動。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令使用旋轉中心,藉由選取工具可進行拖曳 (預設旋轉中心在物件的幾何中心)。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2886"/>翻轉</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">h</span>
+ </td>
+ <td>
+ <span class="action">水平翻轉選擇範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">v</span>
+ </td>
+ <td>
+ <span class="action">垂直翻轉選擇範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若在旋轉模式 (旋轉中心為可見狀態) 使用此工具,中心會變成翻轉軸;否則會繞著選擇範圍的幾何中心翻轉</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2909"/>旋轉中心</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">移動旋轉中心</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>被移動的旋轉中心會記住並儲存 (全部) 選擇物件的位置;您可以重設旋轉中心。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">移動 (停用貼齊功能)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">重設旋轉中心</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>重設旋轉中心位置將其移回物件或選取範圍邊界框的幾何中心</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2948"/>取消</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">取消框選、移動、變形</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>當仍按著滑鼠按鍵時按 Esc 鍵可取消框選動作、移動或任何形式的變形。</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e2968"/>
+ <h2>節點工具</h2>
+ <table class="color12">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e2973"/>選取物件 (滑鼠)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">點擊未被選取的物件可選取該物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">選取下層物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些快捷鍵的功能和選取工具相同。單一選取物件的節點或控制柄會變成可編輯狀態。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3009"/>選取節點 (滑鼠)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">選取節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在節點上點擊可選取該節點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">選取兩個鄰近的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在選取路徑的節點之間點擊可選取最靠近點擊位置的兩個節點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可從選取的節點中加入 / 移除節點 (若點擊節點) 或兩個節點 (若點擊路徑)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">取消選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>點擊空白空間可取消全部選取的節點。再點擊一下會取消選取此物件。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3058"/>框選</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">選取多個節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在節點周圍拖曳可進行「框選」動作;之前選取的節點會取消選取。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">將節點加到選取範圍</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>正常情況下,您需要從非路徑上方的地方或節點開始拖曳以重新開始框選。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>不過,若您在拖曳前按 Shift 鍵,即使您從路徑上方開始拖曳 Inkscape 也會執行框選動作。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3090"/>選取節點 (鍵盤)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Tab</span>
+ </td>
+ <td>
+ <span class="action">選擇下一個節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>Tab</span>
+ </td>
+ <td>
+ <span class="action">選擇上一個節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些快捷鍵可選取路徑內部的節點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>A</span>
+ </td>
+ <td>
+ <span class="action">選取子路徑裡的全部節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若路徑有多個子路徑且已選取某些節點,那麼會同時選取已經選取的節點和在子路徑裡面的所有節點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>A</span>
+ </td>
+ <td>
+ <span class="action">選取路徑裡的全部節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可選取整個路徑裡面的所有節點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">!</span>
+ </td>
+ <td>
+ <span class="action">反轉子路徑裡的選取項目</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>假若路徑有多個子路徑且已選取某些節點,此快捷鍵可只反轉子路徑裡的選取項目 (包含已經選取的節點)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>!</span>
+ </td>
+ <td>
+ <span class="action">反轉路徑裡的選取項目</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可反轉整個路徑裡的選取項目 (取消已選取的項目並選取未選取的項目)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">取消選取所有節點</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3173"/>膨脹 / 收縮節點選取範圍</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">PgUp</span>,
+<span class="shortcut">PgDn</span>
+ </td>
+ <td>
+ <span class="action">膨脹 / 收縮選取範圍 (空間)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">滑鼠滾輪</span>
+ </td>
+ <td>
+ <span class="action">膨脹 / 收縮選取範圍 (空間)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>PgUp</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>PgDn</span>
+ </td>
+ <td>
+ <span class="action">膨脹 / 收縮選取範圍 (沿著路徑)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>滑鼠滾輪</span>
+ </td>
+ <td>
+ <span class="action">膨脹 / 收縮選取範圍 (沿著路徑)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>您的滑鼠游標必須在膨脹 / 收縮的節點上方。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按下按鍵或滑鼠滾輪點擊可選取最靠近未選取的節點或者取消選取最遠的已選取節點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>可以計算直接 (空間模式) 或沿著路徑到節點的距離。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3233"/>移動節點 (滑鼠)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">移動選取的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">限定水平或垂直移動</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">沿著控制柄移動</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可限制節點控制柄移動的方向,連續並垂直 (總共 8 段貼齊)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>如果有直線在節點的一邊或兩側,則會貼齊這些直線的方向而不是垂直方向。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">暫時停用貼齊功能</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">拉出控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若節點有縮進去的控制柄,按著 Shift 鍵進行拖曳可讓您將控制柄拉出節點外。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠<span class="plussign">+</span>空白鍵</span>
+ </td>
+ <td>
+ <span class="action">拖曳殘留複製物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>用滑鼠拖曳節點時,每固定間隔會留下選取物件的複製物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>您可以在拖曳期間按住空白鍵能產生美妙的「足跡」。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">雕塑選取的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>雕塑可移動選取的節點,因此被拖曳的節點會不斷地移動而最遠的選取節點則留在原處不動;</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>雕塑會受繪圖板的壓力感應所影響;運筆力道愈重拖曳出來的外形會愈鈍,若力道輕一點則外形會比較銳利。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>先放開 Alt 鍵再收筆,就能在保留壓力感應外形影響的情形下停止雕刻。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3332"/>移動節點 (鍵盤)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以寸動距離移動選取的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 10 倍寸動距離移動選取的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設的寸動距離為 2 px (SVG 像素單位,不是螢幕像素)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素移動選取的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 10 像素移動選取的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素移動量的實際距離取決於畫面縮放比例。放大畫面可進行更精細地移動。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3383"/>移動節點控制柄 (滑鼠)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">移動節點控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">以固定角度旋轉控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設固定角度為 15 度。同時也會貼齊控制柄的原本角度、逐漸增加的角度及垂直方向。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">同時旋轉兩個控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">鎖定控制柄長度</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>拖曳控制柄時按 Ctrl、Shitft、Alt 鍵可合併控制柄。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">取消控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>取消的控制柄的長度變為零;使用 Shift+拖曳可將取消的控制柄拉出來。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3445"/>縮放控制柄 (須先選取1 個節點)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">&lt;</span>,
+<span class="shortcut">&gt;</span>
+ </td>
+ <td>
+ <span class="action">以固定量縮放同時縮短 / 拉長控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設的固定縮放量為 12 像素 (SVG 像素,不是螢幕像素)。可以套用 到單個或多個節點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">左邊 Ctrl</span>
+ <span class="plussign">+</span>&lt;</span>,
+<span class="shortcut">
+ <span class="keypad">左邊 Ctrl</span>
+ <span class="plussign">+</span>&gt;</span>
+ </td>
+ <td>
+ <span class="action">以固定量縮放左邊控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">右邊 Ctrl</span>
+ <span class="plussign">+</span>&lt;</span>,
+<span class="shortcut">
+ <span class="keypad">右邊 Ctrl</span>
+ <span class="plussign">+</span>&gt;</span>
+ </td>
+ <td>
+ <span class="action">以固定量縮放右邊控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">左邊 Alt</span>
+ <span class="plussign">+</span>&lt;</span>,
+<span class="shortcut">
+ <span class="keypad">左邊 Alt</span>
+ <span class="plussign">+</span>&gt;</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素縮放左邊控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">右邊 Alt</span>
+ <span class="plussign">+</span>&lt;</span>,
+<span class="shortcut">
+ <span class="keypad">右邊 Alt</span>
+ <span class="plussign">+</span>&gt;</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素縮放右邊控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素縮放的實際大小增加量取決於畫面縮放比例。放大畫面可進行更精細的縮放。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>您可以分別使用 , (逗號) 鍵和 . (句號) 鍵來替代 &lt; 和 &gt; 按鍵。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3551"/>旋轉控制柄 (須先選取1 個節點)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">[</span>,
+<span class="shortcut">]</span>
+ </td>
+ <td>
+ <span class="action">以固定角度同時旋轉控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設的固定角度為 15 度。] 可順時針方向旋轉,[ 可逆時針旋轉。可套用到單個或多個節點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">左邊 Ctrl</span>
+ <span class="plussign">+</span>[</span>,
+<span class="shortcut">
+ <span class="keypad">左邊 Ctrl</span>
+ <span class="plussign">+</span>]</span>
+ </td>
+ <td>
+ <span class="action">以固定角度旋轉左邊控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">右邊 Ctrl</span>
+ <span class="plussign">+</span>[</span>,
+<span class="shortcut">
+ <span class="keypad">右邊 Ctrl</span>
+ <span class="plussign">+</span>]</span>
+ </td>
+ <td>
+ <span class="action">以固定角度旋轉右邊控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">左邊 Alt</span>
+ <span class="plussign">+</span>[</span>,
+<span class="shortcut">
+ <span class="keypad">左邊 Alt</span>
+ <span class="plussign">+</span>]</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素旋轉左邊控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">右邊 Alt</span>
+ <span class="plussign">+</span>[</span>,
+<span class="shortcut">
+ <span class="keypad">右邊 Alt</span>
+ <span class="plussign">+</span>]</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素旋轉右邊控制柄</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3637"/>控制柄隱現狀態</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>H</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉控制柄</span>
+ </td>
+ </tr>
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3653"/>縮放節點 (須選取 1 個以上的節點)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令可縮放選取的節點如同「物件」一般。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若滑鼠移至節點的正上方,該節點可變成縮放坐標軸;否則會以選取節點群的 幾何中心進行縮放。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">.</span>,
+<span class="shortcut">&gt;</span>
+ </td>
+ <td>
+ <span class="action">以固定縮放量放大節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">,</span>,
+<span class="shortcut">&lt;</span>
+ </td>
+ <td>
+ <span class="action">以固定縮放量縮小節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設固定縮放量為 2 px (SVG 像素單位,不是螢幕像素)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>.</span>,
+<span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>&gt;</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素放大節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>,</span>,
+<span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>&lt;</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素縮小節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素縮放的實際大小增加量取決於畫面縮放比例。放大畫面可進行更精細的縮放。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>從中心均勻縮放,因此大小增加量會套用到長寬增加。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3729"/>旋轉節點 (須選取一個以上的節點)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令可旋轉選取的節點如同「物件」一般。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若滑鼠移至節點的正上方,該節點可變成旋轉坐標軸;否則會以選取節點群的 幾何中心進行旋轉。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">[</span>,
+<span class="shortcut">]</span>
+ </td>
+ <td>
+ <span class="action">以固定角度旋轉節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設的固定角度為 15 度。] 鍵可順時針旋轉,[ 鍵則可逆時針旋轉。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>[</span>,
+<span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>]</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素旋轉節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素旋轉的實際角度取決於縮放比例。放大畫面可進行更精細的轉動。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3773"/>翻轉節點 (須選取一個以上的節點)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令可翻轉選取的節點如同「物件」一般。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">h</span>
+ </td>
+ <td>
+ <span class="action">水平翻轉節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">v</span>
+ </td>
+ <td>
+ <span class="action">垂直翻轉節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若滑鼠移至節點的正上方,該節點可變成翻轉坐標軸;否則會以選取節點群的 幾何中心進行翻轉。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3799"/>變更線段</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>L</span>
+ </td>
+ <td>
+ <span class="action">建立直線</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>U</span>
+ </td>
+ <td>
+ <span class="action">建立曲線</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令需要選取兩個以上的相鄰節點。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3828"/>變更節點類型</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>C</span>
+ </td>
+ <td>
+ <span class="action">變成尖角</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按 Shift+C 第一次可改變節點類型;若您繼續在已經是尖角的節點上再按一次 Shift+C,則會縮回本身的控制柄。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>S</span>
+ </td>
+ <td>
+ <span class="action">變成平滑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若尖角節點和線段相鄰,按 Shift+S 第一次可使和線段共線的節點控制柄平滑一半;再按一次 Shift+S 則會延伸第二個控制柄。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>Y</span>
+ </td>
+ <td>
+ <span class="action">變成對稱</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>當變成平滑或對稱時,您可以藉由將滑鼠移到其中一個控制柄上方來鎖定該控制柄的位置。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>A</span>
+ </td>
+ <td>
+ <span class="action">變成自動</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">切換平滑 / 尖角 / 對稱 / 自動</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3893"/>結合 / 打斷</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>J</span>
+ </td>
+ <td>
+ <span class="action">結合選取的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這項操作必須確切地選取路徑內部的端部節點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>您可以藉由將滑鼠停留在兩個結合節點之中的其中一個上方來鎖定該節點的位置。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>J</span>
+ </td>
+ <td>
+ <span class="action">將新線段和選取的末端節點接合在一起</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>B</span>
+ </td>
+ <td>
+ <span class="action">打斷選取的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>打斷之後,只會選取兩個節點的其中一個。可以套用到一個以上的節點。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e3938"/>刪除、建立、再製</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">倒退鍵</span>,
+<span class="shortcut">Del</span>
+ </td>
+ <td>
+ <span class="action">刪除選取的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>倒退鍵</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Del</span>
+ </td>
+ <td>
+ <span class="action">不維持形狀進行刪除</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>不按著 Ctrl 鍵刪除可調整剩餘節點的控制柄以盡可能讓曲線形狀維持不變。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按著 Ctrl 鍵刪除則不會去改變剩餘的節點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>Del</span>
+ </td>
+ <td>
+ <span class="action">刪除兩個非末端節點之間的線段</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">建立/刪除節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在節點上 Ctrl+Alt+點擊可刪除該節點;在路徑上的節點之間 Ctrl+Alt+點擊可於點擊的地方建立新的節點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>用這個方法刪除節點會試著讓曲線形狀維持不變 (和 Del 鍵/退後鍵的功能一樣)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊<span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">建立節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在路徑上的節點之間點擊兩下可在點擊的地方建立節點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Ins 鍵</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>I</span>
+ </td>
+ <td>
+ <span class="action">插入新節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可在選取的線段中間加入新節點,故須已選取兩個以上的相鄰節點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>D</span>
+ </td>
+ <td>
+ <span class="action">複製選取的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>新節點會建立在同一條路徑上;這些節點會放置在原本的正上方並變為選取狀態。</span>
+ </td>
+ </tr>
+
+
+
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4048"/>反轉</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>R</span>
+ </td>
+ <td>
+ <span class="action">反轉路徑方向</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4064"/>編輯形狀</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>節點工具也可以拖曳形狀的控制柄 (矩形、橢圓形、星形、螺旋形)。點擊形狀可選取該形狀。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>詳見形狀對應工具的編輯快捷鍵,所有快捷鍵也適用於節點工具。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4076"/>編輯填充和路徑特效</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>節點工具也能夠編輯圖樣填充、漸層填充的控制點以及路徑特效的可編輯控制柄。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4085"/>取消</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">取消框選或移動</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>仍按著滑鼠鍵時按下 Esc 鍵可取消框選、節點移動或控制柄移動。</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e4105"/>
+ <h2>微調工具</h2>
+ <table class="color13">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4110"/>操作</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">在目前模式中對選取路徑的影響</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">反轉目前模式 (適用時)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">暫時切換到收縮模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">暫時切換到膨脹模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>圓形中心區域的微調動作程度最強,而往圓形邊緣則逐漸地減弱。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4158"/>模式</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>M</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>0</span>
+ </td>
+ <td>
+ <span class="action">移動模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>I</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>1</span>
+ </td>
+ <td>
+ <span class="action">內移/外移模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>拖曳物件會向游標移動,按著 Shift 鍵拖曳物件則會從游標向外移動。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>Z</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>2</span>
+ </td>
+ <td>
+ <span class="action">抖動模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>&lt;</span>
+ </td>
+ <td>
+ <span class="action">縮放模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>拖曳會將物件縮小,按著 Shift 鍵則會放大物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>[</span>
+ </td>
+ <td>
+ <span class="action">旋轉模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>拖曳會順時針旋轉物件,按著 Shift 鍵拖曳則會逆時針旋轉。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>D</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>5</span>
+ </td>
+ <td>
+ <span class="action">再製/刪除模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>拖曳會隨機複製物件,按著 Shift 鍵拖曳則會隨機刪除。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>P</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>6</span>
+ </td>
+ <td>
+ <span class="action">推移路徑模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>S</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>7</span>
+ </td>
+ <td>
+ <span class="action">收縮/膨脹路徑模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>拖曳會讓路徑內縮,按著 Shift 鍵拖曳則會外擴。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>A</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>8</span>
+ </td>
+ <td>
+ <span class="action">吸引/排斥路徑模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>拖曳會將路徑往游標吸引,按著 Shift 鍵拖曳則會排斥。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>R</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>9</span>
+ </td>
+ <td>
+ <span class="action">粗糙化模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>C</span>
+ </td>
+ <td>
+ <span class="action">色彩塗繪模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>J</span>
+ </td>
+ <td>
+ <span class="action">色彩抖動模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>B</span>
+ </td>
+ <td>
+ <span class="action">模糊模式</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4384"/>參數</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">左方向鍵</span>,
+<span class="shortcut">右方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素為單位調整筆刷寬度</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Home</span>,
+<span class="shortcut">End</span>
+ </td>
+ <td>
+ <span class="action">將筆刷寬度設定為 1 / 100</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">方向鍵上</span>,
+<span class="shortcut">方向鍵下</span>
+ </td>
+ <td>
+ <span class="action">調整微調作用力</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>繪畫期間能夠調整寬度和作用力。若使用壓力感應繪圖板,作用力也能隨著畫筆壓力變化。</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e4427"/>
+ <h2>縮放工具</h2>
+ <table class="color14">
+
+
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">放大</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">縮小</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">畫面縮放</span>
+ </td>
+ </tr>
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e4460"/>
+ <h2>矩形工具</h2>
+ <table class="color15">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4465"/>繪畫</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">繪製矩形</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">製作正方形或整數比例的矩形</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可將矩形的長/寬比例限制為正整數。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">從起始點繪製</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可從滑鼠拖曳起始點對稱地建立矩形。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4504"/>選取</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">點擊可選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">選取下層物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>使用此工具可忽視任何群組關係點擊選取物件 (即與使用選取工具按著 Ctrl 點擊效果一樣)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">取消選取</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4556"/>用控制點調整大小</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">拖曳方塊形狀的控制點來調整大小</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>最初狀態,這兩個調整大小 (小方塊) 控制點在左上角和右下角。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在任何變形套用前,調整大小控制點會依本身的坐標系統來改變寬度和高度。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">鎖定寬度、高度或比例</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4585"/>用控制點將頂點圓角化</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">拖曳圓形控制點將頂點圓角化</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>最初狀態,此兩個圓角控制點位於矩形的右上角。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">鎖定圓形頂角</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">設定圓形頂角</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>當頂點圓角化時,拖曳一個圓角控制點可保留頂點圓角 (若剩餘的控制點在頂點上)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>您可以同時拖曳兩個控制點讓頂角變成橢圓形,或者按著 Ctrl 鍵拖曳 / 點擊控制點讓頂角再次變回圓形。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">移除頂點圓角</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e4638"/>
+ <h2>立方體工具</h2>
+ <table class="color16">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4643"/>繪畫</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">繪製立體方塊 (X/Y 平面)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">繪製立體方塊 (從 Z 方向擠出)</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4666"/>選取</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">點擊可選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">選取下層物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">取消選取</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4715"/>用控制點編輯</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>所有編輯操作都是「透視角度」,也就是說會沿著透視線條或在透視平面的範圍內。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">調整大小/移動立方體</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>前面四個控制點和中心點一般情形在 XY 平面內移動,而背後四個控制點則是沿著 Z 軸移動。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">調整大小/移動 (交換控制點行為)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">調整大小/移動 (控制點會貼齊坐標軸或對角線)</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4754"/>透視角編輯</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>下面內容會用縮寫 VP = 消逝點 (vanishing point)、PL = 透視線 (perspective line)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">拖曳方形控制點可移動消逝點 (VP)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">[</span>,
+<span class="shortcut">]</span>
+ </td>
+ <td>
+ <span class="action">以固定角度旋轉 X 透視線 (如果平行)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設固定旋轉角度為 15 度。],),} 可順時針旋轉、[,(,{ 則逆時針旋轉</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>[</span>,
+<span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>]</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素旋轉 X 透視線 (如果平行)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">(</span>,
+<span class="shortcut">)</span>
+ </td>
+ <td>
+ <span class="action">以固定角度旋轉 Y 透視線 (如果平行)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>(</span>,
+<span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>)</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素旋轉 Y 透視線 (如果平行)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">{</span>,
+<span class="shortcut">}</span>
+ </td>
+ <td>
+ <span class="action">以固定角度旋轉 Z 透視線 (如果平行)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>{</span>,
+<span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>}</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素旋轉 Z 透視線 (如果平行)</span>
+ </td>
+ </tr>
+
+
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e4854"/>
+ <h2>橢圓形工具</h2>
+ <table class="color17">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4859"/>繪畫</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>從開始到結束都不按著 Alt 鍵拖曳邊界框四個角落標記</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按著 Alt 鍵放大此橢圓形會使橢圓周圍通過這兩個點 (Ctrl+Alt 為特例;請見下面內容)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">繪製橢圓形</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">建立圓形或整數比例的橢圓形</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可將橢圓形的高寬比限制為整數。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">從起始點繪製</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可建立以滑鼠拖曳起點對稱的橢圓形。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">建立通過起點和終點的圓形</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可將滑鼠起點到終點定義作為直徑以建立正圓形。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4919"/>選取</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">點擊可選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">選取下層物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>使用此工具可忽視任何群組關係點擊選取物件 (即與使用選取工具按著 Ctrl 點擊效果一樣)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">取消選取</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e4971"/>用控制點編輯</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">調整大小、建立弧或扇形</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>最初狀態,兩個調整大小控制點位於最左邊和最上面;弧 / 扇形的兩個控制點則在最右邊位置。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">鎖定圓形 (調整大小控制柄)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">固定角度旋轉 (弧 / 扇行控制點)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>套用任何變形之前,調整大小控制點都以本身的坐標系統改變寬度和高度</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設的固定角度為 15 度。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">變成完整形狀 (弧/扇形控制點)</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e5024"/>
+ <h2>星形工具</h2>
+ <table class="color18">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5029"/>繪畫</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">繪製星形</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">固定角度旋轉星形</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設的固定角度為 15 度。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5055"/>選取</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">點擊可選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">選取下層物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>使用此工具可忽視任何群組關係點擊選取物件 (即與使用選取工具按著 Ctrl 點擊效果一樣)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">取消選取</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5107"/>用控制點編輯</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">拖曳控制點可改變星形的形狀</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">星芒維持放射狀 (無傾斜變形)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">星形圓角化</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">移除圓角化</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">星形隨機變化</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">移除隨機變化</span>
+ </td>
+ </tr>
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e5180"/>
+ <h2>螺旋形工具</h2>
+ <table class="color19">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5185"/>繪畫</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">繪製螺旋形</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">固定角度旋轉螺旋形</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設的固定角度為 15 度。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5211"/>選取</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">點擊可選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">選取下層物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>使用此工具可忽視任何群組關係點擊選取物件 (即與使用選取工具按著 Ctrl 點擊效果一樣)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">取消選取</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5262"/>用控制點編輯</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">從內部轉動/取消轉動 (內控制點)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>拖曳內控制點可調整「內半徑」參數。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">收斂/發散 (內控制點)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">重設發散程度 (內控制點)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>垂直 Alt+拖曳內控制點可調整「發散」參數,Alt+點擊則會將數值重新設定為 1。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">內半徑歸零 (內控制點)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>Shift+點擊內控制點可從中心變成螺旋星形。</span>
+ </td>
+ </tr>
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">從外部轉動/取消轉動 (外控制點)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>拖曳外控制點可調整「旋轉」參數。使用「Alt+拖曳」可在不改變半徑情形下轉動 / 取消轉動。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">縮放/旋轉 (外控制點)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>使用「Shift+Alt+拖曳」可只進行旋轉 (會鎖定螺旋半徑)。</span>
+ </td>
+ </tr>
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">固定角度旋轉控制點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設固定角度為 15 度。這對兩種控制點都有作用。</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e5363"/>
+ <h2>鉛筆工具</h2>
+ <table class="color20">
+
+
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">繪製手繪線條</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">加入到選取的路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若已選取路徑,在任何地方 Shift+點擊會開始一條新的子路徑而不是新的獨立路徑。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">暫時停用貼齊功能</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可暫時停用貼齊到格點或參考線 (當拖曳到格點或參考線上方時) 的功能。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">均勻繪製 (草圖模式)</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5414"/>建立點</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">建立一個點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此功能可建立一個小尺寸圓形。其尺寸 (相對於目前邊框寬度) 可在偏好設定裡進行設定。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">建立雙倍尺寸的點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">建立尺寸隨機變化的點</span>
+ </td>
+ </tr>
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e5458"/>
+ <h2>筆型 (貝茲曲線) 工具</h2>
+ <table class="color21">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5463"/>建立節點</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">建立銳利節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若沒有建立任何路徑,此功能會開始一條新的路徑。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">加入到選取的路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若已選取路徑狀態下,在任何位置 Shift+拖曳可建立新的子路徑而不是建立新的獨立路徑。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">建立含兩個控制柄的貝茲曲線節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">只移動單一控制柄</span>
+ </td>
+ </tr>
+
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>建立節點或將節點變尖角時此快捷鍵只會移動一個控制柄 (而不是同時移動兩個控制柄)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">以固定角度旋轉控制柄</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設的固定角度為 15 度。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5527"/>移動最後建立的節點</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令可在建立路徑時移動最後建立的節點 (於紅色線段的起點位置)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以寸進距離移動最後建立的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 10 倍寸進距離移動最後建立的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設的寸動距離為 2 px (SVG 像素單位,不是螢幕像素)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素移動最後建立的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 10 像素移動最後建立的節點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素移動量的實際距離取決於畫面縮放比例。放大畫面可進行更精細地移動。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5581"/>建立/修改線段</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ </span>
+ </td>
+ <td>
+ <span class="action">固定角度旋轉最後建立的線段</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此指令可固定角度 (預設為 15 度) 旋轉新節點相對於上一個節點的角度。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>L</span>
+ </td>
+ <td>
+ <span class="action">使最後建立的線段變成直線</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>U</span>
+ </td>
+ <td>
+ <span class="action">使最後建立的線段變成曲線</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令會將最後建立 (紅色) 的路徑線段變為直線或曲線。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5620"/>建立點</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">建立一個點 (只適用直線模式)</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此功能可建立一個小尺寸圓形。其尺寸 (相對於目前邊框寬度) 可在偏好設定裡進行設定。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">建立雙倍尺寸的點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">建立尺寸隨機變化的點</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5663"/>結束</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Enter</span>
+ </td>
+ <td>
+ <span class="action">結束目前線條</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊滑鼠右鍵</span>
+ </td>
+ <td>
+ <span class="action">結束目前線條</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊<span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">結束目前線條</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>輸入鍵 (Enter 鍵)、點擊滑鼠右鍵或滑鼠右鍵可放棄最後未完成 (紅色) 的線段以結束目前線條。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5696"/>取消</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Z</span>
+ </td>
+ <td>
+ <span class="action">取消目前線條</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">倒退鍵</span>,
+<span class="shortcut">Del</span>
+ </td>
+ <td>
+ <span class="action">擦除目前線段最後建立的線段</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e5726"/>
+ <h2>書法工具</h2>
+ <table class="color22">
+
+
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">繪製書法式線條</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">加入到選取的路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按著 Shift 鍵繪製可將新建立的筆劃和上一個選取路徑相加 (聯集)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">從選取路徑減去</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按著 Alt 鍵繪製可將新建立的筆劃和上一個選取路徑相減 (減去)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">描繪參考路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按著 Ctrl 鍵繪製可依固定距離描繪選取的參考路徑。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">左方向鍵</span>,
+<span class="shortcut">右方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 1 為單位調整筆寬</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Home</span>,
+<span class="shortcut">End</span>
+ </td>
+ <td>
+ <span class="action">將筆寬設定為 1 或 100</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">方向鍵上</span>,
+<span class="shortcut">方向鍵下</span>
+ </td>
+ <td>
+ <span class="action">調整筆尖角度</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>繪畫期間能夠調整寬度和角度。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">取消選取</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e5824"/>
+ <h2>文字工具</h2>
+ <table class="color23">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5829"/>選取 / 建立</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">建立 / 選取文字物件</span>
+ </td>
+ </tr>
+
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>點擊空白區域或非文字物件可建立文字物件;然後就可開始輸入文字。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>點擊文字物件可選取該項目;文字編輯游標會出現在點擊位置的附近。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">取消選取文字物件</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5857"/>瀏覽文字</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以一個字元為單位移動游標</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>左方向鍵</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>右方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以一個單字為單位移動游標</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>方向鍵上</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>方向鍵下</span>
+ </td>
+ <td>
+ <span class="action">以一個段落為單位移動游標</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Home</span>,
+<span class="shortcut">End</span>
+ </td>
+ <td>
+ <span class="action">前往列首 / 列尾</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Home</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>End</span>
+ </td>
+ <td>
+ <span class="action">前往文字起始 / 文字結尾</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">PgUp</span>,
+<span class="shortcut">PgDn</span>
+ </td>
+ <td>
+ <span class="action">以一個螢幕區域為單位移動游標</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若執行前已選取文字的話,這些指令全都會取消目前文字的選取狀態。按著 Shift 鍵使用這些指令可變為延伸選取。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5946"/>流動文字 (內部文字框)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">建立流動文字</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>於空白區域或非文字物件上點擊並拖曳可建立流動文字物件及內部文字框。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">調整文字框尺寸</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>拖曳選取的流動文字右下角控制點可改變此文字框的寬度 / 高度。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">鎖定文字框的寬度、高度或比例</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按著 Ctrl 鍵拖曳四邊的控制點可在維持寬度、高度或比例情形下調整文字框大小。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e5985"/>流動文字 (外部文字框)</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>W</span>
+ </td>
+ <td>
+ <span class="action">將文字置入文字框</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>同時選取一個文字物件和一個形狀 / 路徑,這個流動文字會放入此形狀 / 路徑。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>分離的物件都保留,但兩者為連結狀態;編輯該形狀 / 路徑會重新放入文字。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>W</span>
+ </td>
+ <td>
+ <span class="action">文字框取消置入文字</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此指令可切斷流動文字和形狀 / 路徑的連結關係,產生單列的普通文字物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>D</span>
+ </td>
+ <td>
+ <span class="action">選取外部文字框</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>選取流動文字並按 Shift+D 能夠找出哪一個物件是該流動文字的文字框。此文字框會變成選取狀態。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6035"/>文字沿置路徑</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>D</span>
+ </td>
+ <td>
+ <span class="action">從文字選擇路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>選取文字並按 Shift+D 能找出哪一個路徑是該文字置入的路徑。此路徑會變成選取狀態。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6054"/>編輯文字</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>使用主鍵盤區可輸入 + 和 - 字元;數字鍵的 + 和 - 則保留作為畫面縮放快捷鍵使用 (除了 NumLock 為開啟狀態)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Enter</span>
+ </td>
+ <td>
+ <span class="action">開始新的文字列或段落</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在普通文字中輸入可建立新的文字列;若在流動文字中則建立新的段落。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>U</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉萬國碼 (Unicode) 輸入欄位</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按 Ctrl+U 後輸入十六進位碼點 (code point) 再按 Enter鍵就可插入任意的萬國碼 (Unicode) 字元。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>例如,按 Ctrl+U 後輸入 2 0 1 4 再按 Enter 鍵可插入半個方形寬度破折號 (em-dash);按 Ctrl+U 後輸入 9 再按 Enter 鍵可插入著作權符號。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>插入萬國碼字元後不按 Enter 鍵改成按空白鍵可停留在萬國碼 (Unicode) 模式。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按 Esc 鍵或再按一次 Ctrl+U 可在不插入此字元情形下取消萬國碼模式。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>空白鍵</span>
+ </td>
+ <td>
+ <span class="action">插入不斷行空格</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>不斷行空格即使文字物件沒有「xml:space="preserve"」也會處於顯現狀態。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6108"/>選取文字</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">選取文字</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>將文字物件從頭到尾往左拖曳可選取整篇文字。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">依照字元選取文字</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">依照單字選取文字</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>Home</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>End</span>
+ </td>
+ <td>
+ <span class="action">選取列首 / 列尾</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>Home</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>End</span>
+ </td>
+ <td>
+ <span class="action">選取文字起始 / 文字結尾</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>PgUp</span>,
+<span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>PgDn</span>
+ </td>
+ <td>
+ <span class="action">選取一個螢幕區域上方 / 下方</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊<span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">選取單字</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊<span class="plussign">+</span>點擊<span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">選取整行文字</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>A</span>
+ </td>
+ <td>
+ <span class="action">選取所有文字</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這可選取目前文字物件的整份文本。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6236"/>選取樣式</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>B</span>
+ </td>
+ <td>
+ <span class="action">讓選取範圍變粗體</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>I</span>
+ </td>
+ <td>
+ <span class="action">讓選取範圍變斜體</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>或者,您可以用 文字&amp;字型 或 填充&amp;邊框 對話窗來指定選擇文字的任何樣式。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6265"/>字母間距</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>&gt;</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素擴大文字列 / 段落</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>&gt;</span>
+ </td>
+ <td>
+ <span class="action">以 10 像素擴大文字列 / 段落</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>&lt;</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素縮短文字列 / 段落</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>&lt;</span>
+ </td>
+ <td>
+ <span class="action">以 10 像素縮短文字列 / 段落</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令 (只在編輯文字時有作用) 只會調整目前文字列 (普通文字) 或段落 (流動文字) 的文字間距。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素移動的實際調整量取決於畫面縮放等級。放大畫面可進行更精細地調整。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6321"/>列距</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>&gt;</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素為單位增高文字物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>&gt;</span>
+ </td>
+ <td>
+ <span class="action">以 10 像素為單位增高文字物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>&lt;</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素為單位壓縮文字物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>&lt;</span>
+ </td>
+ <td>
+ <span class="action">以 10 像素為單位壓縮文字物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令 (只在編輯文字時) 可調整整個文字物件 (普通或流動) 的列距。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素移動的實際調整量取決於畫面縮放等級。放大畫面可進行更精細地調整。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6385"/>字母緊排和位移</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素位移字元</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 10 像素位移字元</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令在編輯普通文字物件時都有作用。字母緊排在流動文字裡沒有作用。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若沒有選取任何文字,在游標後面到列尾的字元都會 (水平或垂直) 位移。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若有選取文字,選取部分會相對其餘文字進行位移 (選取部份的兩端也會插入相對的字母緊排) 。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素移動的實際調整量取決於畫面縮放等級。放大畫面可進行更精細地調整。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6425"/>旋轉</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>[</span>,
+<span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>]</span>
+ </td>
+ <td>
+ <span class="action">以 90 度旋轉字元</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>[</span>,
+<span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>]</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素旋轉字元</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>這些指令可旋轉下一個字元 (沒有選取字元) 或選取範圍裡的所有字元 (有選取字元)。 </span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>旋轉只對普通文字有作用 (非流動文字)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素旋轉的實際角度取決於縮放比例。放大畫面可進行更精細的轉動。</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e6475"/>
+ <h2>噴灑工具</h2>
+ <table class="color24">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6480"/>模式</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>J</span>
+ </td>
+ <td>
+ <span class="action">複製模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>K</span>
+ </td>
+ <td>
+ <span class="action">仿製模式</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>L</span>
+ </td>
+ <td>
+ <span class="action">單一路徑模式</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6516"/>參數</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">左方向鍵</span>,
+<span class="shortcut">右方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 1 單位調整噴灑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">方向鍵上</span>,
+<span class="shortcut">方向鍵下</span>
+ </td>
+ <td>
+ <span class="action">以 1 單位調整噴灑總體</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Home</span>,
+<span class="shortcut">End</span>
+ </td>
+ <td>
+ <span class="action">將噴灑寬度設定為 1 / 100</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e6556"/>
+ <h2>橡皮擦工具</h2>
+ <table class="color25">
+
+
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">左方向鍵</span>,
+<span class="shortcut">右方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 1 單位調整橡皮擦寬度</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Home</span>,
+<span class="shortcut">End</span>
+ </td>
+ <td>
+ <span class="action">將橡皮擦寬度設定為 1 / 100</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e6587"/>
+ <h2>油漆桶</h2>
+ <table class="color26">
+
+
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">填充封閉區域</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">加入到選取的路徑</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>按著 Shift 鍵點擊可將新建立的填充和上一個選取項目相加 (聯集)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">從每個點填充</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>填充會從每個點散布到這些點顏色相似的附近。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此指令用以填充已填充漸層或模糊的區域。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">從與起點相同的每個點填充</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>填充會從每個點散布到拖曳起點顏色相似的附近。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此指令用以填充拖曳開始位置相鄰的數個封閉區域和整個滑鼠拖動經過的區域。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">設定填充顏色</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">設定邊框顏色</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>Ctrl+點擊物件可將其填充設定為此工具的目前樣式 (或按著 Shift 鍵設定為邊框);此物件不需要為選取狀態。</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e6670"/>
+ <h2>漸層工具</h2>
+ <table class="color1">
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6675"/>選取物件</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">點擊要選取的物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">選取下層物件</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">開啟 / 關閉選取</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6708"/>建立漸層</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">建立漸層</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此指令可在選取的物件上建立漸層。該控制列能讓您選擇新漸層為線性 / 放射狀以及填充 / 邊框。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊<span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">建立預設漸層</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此指令可在點擊的物件上建立預設的漸層 (線性漸層為水平方向從一邊到另一邊,放射狀漸層則是從中心到邊緣)。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6737"/>選取控制點</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">選取控制點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">加入控制點到選取的漸層</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">用方框來選取</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Tab</span>
+ </td>
+ <td>
+ <span class="action">選取下一個控制點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>Tab</span>
+ </td>
+ <td>
+ <span class="action">選取上一個控制點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>A</span>
+ </td>
+ <td>
+ <span class="action">選取全部控制點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Esc</span>
+ </td>
+ <td>
+ <span class="action">取消選取全部控制點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在所有控制點外面點擊一下也可以取消選取所有控制點。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6807"/>建立 / 刪除中間停止點</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">建立停止點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊<span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">建立停止點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在漸層線上「Ctrl+Alt+點擊」或「點擊兩下」可建立新的中間停止點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">刪除停止點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>在停止點控制點上「Ctrl+Alt+點擊」可刪除此停止點;若該停止點為末端停止點,漸層會縮短或者消失。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Ins 鍵</span>
+ </td>
+ <td>
+ <span class="action">插入新停止點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此指令可在選取的線段中間加入新的停止點,因此這個動作需要事先選取兩個以上的相鄰控制點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">Del</span>
+ </td>
+ <td>
+ <span class="action">刪除選取的停止點</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6870"/>移動控制點 / 停止點</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">移動選取的控制點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">以 1/10 的範圍增減量移動停止點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>「Ctrl+拖曳」選取的中間停止點可依 1/10 的固定增減量在有效範圍內移動這些停止點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">雕塑選取的停止點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>雕塑可根據每個停止點靠目前拖曳的停止點多麼近來移動選取的中間停止點,類似於節點工具的節點雕塑使用貝爾曲線平滑。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以微調距離移動選取的控制點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 10 倍微調距離移動選取的控制點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>預設的寸動距離為 2 px (SVG 像素單位,不是螢幕像素)。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 1 像素移動選取的控制點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>方向鍵</span>
+ </td>
+ <td>
+ <span class="action">以 10 像素移動選取的控制點</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若選取了一個以上的末端控制點,方向鍵可移動要調整大小或移動漸層直線的末端控制點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若只選取了一個中間停止點,方向鍵可沿著漸層直線移動選取的停止點。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>像素移動量的實際距離取決於畫面縮放比例。放大畫面可進行更精細地移動。</span>
+ </td>
+ </tr>
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6960"/>反轉</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>R</span>
+ </td>
+ <td>
+ <span class="action">反轉漸層定義</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此指令可在不移動漸層控制點的情形下鏡射目前漸層的停止點位置。</span>
+ </td>
+ </tr>
+
+
+
+
+
+ <tr>
+ <td colspan="2">
+ <h3>
+ <a name="d0e6981"/>漸層編輯器</h3>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊<span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">開啟漸層編輯器</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>點擊兩下漸層控制點可開啟漸層編輯器並且停止點清單裡面的該點擊控制點變成選取狀態。</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ <div class="sect">
+ <a name="d0e7001"/>
+ <h2>滴管工具</h2>
+ <table class="color2">
+
+
+
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">點擊</span>
+ </td>
+ <td>
+ <span class="action">挑選填充顏色</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">挑選邊框顏色</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">平均填充顏色</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Shift</span>
+ <span class="plussign">+</span>拖動滑鼠</span>
+ </td>
+ <td>
+ <span class="action">平均邊框顏色</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>點擊可將此顏色套用到目前選取的項目。拖曳半徑可計算圓形區域的平均顏色。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若選取了漸層控制點 (用漸層工具選取),可取得該顏色而不是整個物件。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Alt</span>
+ <span class="plussign">+</span>點擊</span>
+ </td>
+ <td>
+ <span class="action">挑選反相顏色</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>若按著 Alt 鍵,挑選顏色 (按著或沒有按著 Shift 鍵點擊或拖曳) 變成取得該顏色的反相。</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="keys">
+ <span class="shortcut">
+ <span class="keypad">Ctrl</span>
+ <span class="plussign">+</span>C</span>
+ </td>
+ <td>
+ <span class="action">複製顏色</span>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2" class="note">
+ <span>此指令會複製游標位置下面顏色到剪貼簿,以 RRGGBBAA 格式表示 (8 個十六進位數字)。</span>
+ </td>
+ </tr>
+
+
+
+ </table>
+ </div>
+ </div>
+ <div id="footer">
+ <p>
+ <a href="http://validator.w3.org/check/referer">
+ <img src="http://www.w3.org/Icons/valid-xhtml10.png" alt="Valid XHTML 1.0!"/>
+ </a>
+ </p>
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/inkscape.zh_TW.pod b/inkscape.zh_TW.pod
index 61b67992f..902d86e2d 100755
--- a/inkscape.zh_TW.pod
+++ b/inkscape.zh_TW.pod
@@ -1,3 +1,15 @@
+
+ *****************************************************
+ * GENERATED FILE, DO NOT EDIT *
+ * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION *
+ *****************************************************
+
+This file was generated by po4a(7). Do not store it (in VCS, for example),
+but store the PO file used as source file by po4a-translate.
+
+In fact, consider this as a binary, and the PO file as a regular .c file:
+If the PO get lost, keeping this translation up-to-date will be harder.
+
=encoding UTF-8
=head1 名稱
@@ -18,7 +30,7 @@ C<inkscape [選項] [檔名 ...]>
-e, --export-png=檔名
-a, --export-area=x0:y0:x1:y1
- -C, --export-area-canvas
+ -C, --export-area-page
-D, --export-area-drawing
--export-area-snap
-i, --export-id=ID
@@ -33,6 +45,7 @@ C<inkscape [選項] [檔名 ...]>
-P, --export-ps=檔名
-E, --export-eps=檔名
-A, --export-pdf=檔名
+ --export-latex
-T, --export-text-to-path
--export-ignore-filters
@@ -68,16 +81,17 @@ C<inkscape [選項] [檔名 ...]>
B<Inkscape> 是一款B<可縮放式向量圖形 (SVG)> 格式繪圖檔的圖形介面編輯程式,類似 B<Adobe Illustrator>、
B<CorelDraw>、B<Xara Xtreme> 等。Inkscape 的特點包括多功能形狀、貝茲曲線、手繪、多行文字、文字置
於路徑、透明混合處理、任意變形、漸層和圖樣填充節點編輯、支援多種匯出和匯入格式包含 PNG 和 PDF、群組、圖
-層、即時仿製和其他許許多多的功能。使用介面讓設計者使用起來舒適且效率高,由於保持與 B<GNOME> 標準相容,
-因此熟悉其他 GNOME 應用程式的使用者能迅速地學習並掌握程式的使用介面。
+層、即時仿製和其他許許多多的功能。使用介面讓設計者使用起來舒適且效率高,由於保持與 B<GNOME> 標準相容, 因此熟悉其他 GNOME
+應用程式的使用者能迅速地學習並掌握程式的使用介面。
-B<SVG> 是 W3C 針對 2D 向量繪圖制定的標準 XML 格式。 SVG 可於圖畫中使用點、路徑和基本形狀來定義物件。
+B<SVG> 是 W3C 針對 2D 向量繪圖制定的標準 XML 格式。 SVG 可於圖畫中使用點、路徑和基本形狀來定義物件。
顏色、字型、邊框寬度...等等可作為「樣式」屬性指定給這些物件。由於 SVG 的目標是成為標準格式,也因為 SVG
檔為純文字檔/xml,所以有相當多的程式可能使用 SVG 檔並有多種用途。
B<Inkscape> 使用 SVG 作為內定文件格式,並且以成為在開放原碼社群中完整相容 SVG 格式的繪圖程式為目標。
+
=head1 選項
=over 8
@@ -92,52 +106,46 @@ B<Inkscape> 使用 SVG 作為內定文件格式,並且以成為在開放原碼
=item B<-a> I<x0:y0:x1:y1>, B<--export-area>=I<x0:y0:x1:y1>
-匯出 PNG 時,以 SVG 使用者單位設定匯出範圍 (在 Inkscape SVG 中一般用匿名長度單位)。
-預設是匯出整個文件畫布。原點 (0,0) 為左下角。
+匯出 PNG 時,以 SVG 使用者單位設定匯出範圍 (在 Inkscape SVG 中一般用匿名長度單位)。 預設是匯出整個文件畫布。原點 (0,0)
+為左下角。
-=item B<-C>, B<--export-area-canvas>
+=item B<-C>, B<--export-area-page>
-匯出 PNG、PDF、PS 和 EPS 時,匯出範圍是畫布 (頁面)。這是匯出 PNG、PDF 和 PS 的預設值,所以你不必指
-定這個,除非你使用 --export-id 來匯出指定的物件。匯出 EPS 時,這就不是預設值;此外,對於 EPS,格式的
-規格不允許外框邊界超出內容範圍。這表示當 --export-area-canvas 用於 EPS 匯出時,如果內容的外框邊界較
-小則畫布的外框邊界會被向內裁剪成內容的外框邊界。
+匯出 PNG、PDF、PS 和 EPS 時,匯出範圍是畫布 (頁面)。這是匯出 PNG、PDF 和 PS 的預設值,所以你不必指 定這個,除非你使用
+--export-id 來匯出指定的物件。匯出 EPS 時,這就不是預設值;此外,對於 EPS,格式的 規格不允許外框邊界超出內容範圍。這表示當
+--export-area-canvas 用於 EPS 匯出時,如果內容的外框邊界較 小則畫布的外框邊界會被向內裁剪成內容的外框邊界。
=item B<-D>, B<--export-area-drawing>
-匯出 PNG、PDF、PS 和 EPS 時,匯出範圍為繪畫部份 (不是畫布),即文件全部物件的外框邊界 (如果使用 --export
--id 則是匯出物件的外框邊界)。 使用這個選項,匯出的圖片會顯示文件中所有的可見物件,而不會有頁邊空白或裁剪。
-這是 EPS 預設的匯出範圍。對於 PNG,這個可以和 --export-use-hints 結合使用。
+匯出 PNG、PDF、PS 和 EPS 時,匯出範圍為繪畫部份 (不是畫布),即文件全部物件的外框邊界 (如果使用 --export -id
+則是匯出物件的外框邊界)。 使用這個選項,匯出的圖片會顯示文件中所有的可見物件,而不會有頁邊空白或裁剪。 這是 EPS 預設的匯出範圍。對於
+PNG,這個可以和 --export-use-hints 結合使用。
=item B<--export-area-snap>
匯出 PNG 時,向外捉取匯出範圍為最接近的整數 SVG 使用者單位 (px) 數值。如果你使用預設的匯出解析度 90 dpi
-且你的圖形是像素捉取來最小化平滑,這項改變允許你維持這種校正方式,即使你正要匯出的物件的外框邊界 (使用
---export-id 或 --export-area-drawing) 是本身而不是像素校正。
+且你的圖形是像素捉取來最小化平滑,這項改變允許你維持這種校正方式,即使你正要匯出的物件的外框邊界 (使用 --export-id 或
+--export-area-drawing) 是本身而不是像素校正。
=item B<-b> I<顏色>, B<--export-background>=I<顏色>
-匯出 PNG 的背景顏色。
-可以是任何 SVG 的顏色字串,例如 "#ff007f" 或 "rgb(255, 0, 128)"。
-如果沒有設定顏色,那麼就會使用在 Inkscape 文件選項對話窗所設定的頁面顏色 (儲存在 pagecolor=
-sodipodi:namedview 的屬性)。
+匯出 PNG 的背景顏色。 可以是任何 SVG 的顏色字串,例如 "#ff007f" 或 "rgb(255, 0, 128)"。
+如果沒有設定顏色,那麼就會使用在 Inkscape 文件選項對話窗所設定的頁面顏色 (儲存在 pagecolor= sodipodi:namedview
+的屬性)。
=item B<-d> I<DPI>, B<--export-dpi>=I<DPI>
-匯出 PNG 所使用的解析度。
-當匯出為 PS、EPS 或 PDF (除非你指定 --export-ignore-filters 禁止點陣化) 時,也用於退回套用濾鏡
-物件的點陣化過程。預設值為 90 dpi,其對應成 1 SVG 使用者單位 (px, 亦稱「使用者單位」) 匯出為 1 點
-陣圖像素。
-如果和 --export-use-hints 一起使用,這個數值會覆蓋 DPI 內定值。
+匯出 PNG 所使用的解析度。 當匯出為 PS、EPS 或 PDF (除非你指定 --export-ignore-filters 禁止點陣化)
+時,也用於退回套用濾鏡 物件的點陣化過程。預設值為 90 dpi,其對應成 1 SVG 使用者單位 (px, 亦稱「使用者單位」) 匯出為 1 點
+陣圖像素。 如果和 --export-use-hints 一起使用,這個數值會覆蓋 DPI 內定值。
=item B<-e> I<檔名>, B<--export-png>=I<檔名>
-指定匯出 PNG 的檔名。
-如果指定的檔名已經存在,則不會詢問便覆蓋原有的檔案。
+指定匯出 PNG 的檔名。 如果指定的檔名已經存在,則不會詢問便覆蓋原有的檔案。
=item B<-f> I<檔名>, B<--file>=I<檔名>
-開啟指定的文件。
-選項字串可以省略,即你可以不要輸入 -f 只列出檔名。
+開啟指定的文件。 選項字串可以省略,即你可以不要輸入 -f 只列出檔名。
=item B<-g>, B<--with-gui>
@@ -145,20 +153,18 @@ sodipodi:namedview 的屬性)。
=item B<-h> I<高度>, B<--export-height>=I<高度>
-匯出點陣圖的高度,單位為像素。
-這個數值會覆蓋 --export-dpi 設定值 (如果和 --export-use-hints 同時使用,會覆蓋 DPI 內定值)。
+匯出點陣圖的高度,單位為像素。 這個數值會覆蓋 --export-dpi 設定值 (如果和 --export-use-hints 同時使用,會覆蓋
+DPI 內定值)。
=item B<-i> I<ID>, B<--export-id>=I<ID>
匯出 PNG、PS、EPS 和 PDF 時, 你想要從文件中匯出的物件的 ID 屬性值;其他剩下的物件都不會被匯出。預設
-情形下匯出的範圍是物件的外框邊界;你可用 --export-area (僅 PNG) 或 --export-area-canvas 覆蓋這
-個值。
+情形下匯出的範圍是物件的外框邊界;你可用 --export-area (僅 PNG) 或 --export-area-canvas 覆蓋這 個值。
=item B<-j>, B<--export-id-only>
-只把在 --export-id 給定 ID 的物件匯出成 PNG。其餘全部會被隱藏且不會顯示在匯出圖片中,即使這些物件和
-匯出的物件重疊。
-沒有 --export-id 會忽略這個選項。對匯出 PDF 來說,這是預設值,所以這選項不會有任何效果。
+只把在 --export-id 給定 ID 的物件匯出成 PNG。其餘全部會被隱藏且不會顯示在匯出圖片中,即使這些物件和 匯出的物件重疊。 沒有
+--export-id 會忽略這個選項。對匯出 PDF 來說,這是預設值,所以這選項不會有任何效果。
=item B<-l>, B<--export-plain-svg>=I<檔名>
@@ -166,78 +172,78 @@ sodipodi:namedview 的屬性)。
=item B<-x>, B<--extension-directory>
-列出 Inkscape 目前設定為使用且存在的擴充模組目錄。這選項用於外部擴充模組以使用相同設定作為原始的 Inkscape
-安裝。
+列出 Inkscape 目前設定為使用且存在的擴充模組目錄。這選項用於外部擴充模組使用相同設定作為原始的 Inkscape 安裝。
=item B<--verb-list>
-依照 ID 列出在 Inkscape 中全部可用的動詞。這 ID 可用在定義按鍵對應或選單中。也可以和 --verb 命令
-列選項一起使用。
+依照 ID 列出在 Inkscape 中全部可用的動詞。這 ID 可用在定義按鍵對應或選單中。也可以和 --verb 命令 列選項一起使用。
=item B<--verb>=I<動詞-ID>, B<--select>=I<物件-ID>
-這兩個選項一起使用可由命令列上提供一些 Inkscape 的基本腳本。於命令列上要執行多少次都可以,而且可在每一
-個指定的文件上執行。
+這兩個選項一起使用可由命令列上提供一些 Inkscape 的基本腳本。於命令列上要執行多少次都可以,而且可在每一 個指定的文件上執行。
-其 --verb 指令會執行某個指定的動詞,就像從選單或按鈕上呼叫一樣。如果執行的是部份動詞便會跳出對話窗。
-使用 --verb-list 命令列選項可取得可用動詞 ID 的清單。
+其 --verb 指令會執行某個指定的動詞,就像從選單或按鈕上呼叫一樣。如果執行的是部份動詞便會跳出對話窗。 使用 --verb-list
+命令列選項可取得可用動詞 ID 的清單。
而 --select 指令會選取被指定 ID 的物件。此選項允許對選取物件執行各種動詞。使用 --verb=EditDeselect
可移除所有選取的項目。可用的物件 ID 取決於文件指定載入哪些物件。
=item B<-p> I<印表機>, B<--print>=I<印表機>
-用指定的印表機來列印文件,使用 `lpr -P PRINTER' 來指定印表機。
-用 `| 指令' 來指定一個不同的指令到管線中,或用 `> 檔名' 來寫入 PostScript 輸出到檔案而不是印表機。
-記得加上適當的引號,例如
+用指定的印表機來列印文件,使用 `lpr -P PRINTER' 來指定印表機。 用 `| 指令' 來指定一個不同的指令到管線中,或用 `> 檔名'
+來寫入 PostScript 輸出到檔案而不是印表機。 記得加上適當的引號,例如
inkscape --print='| ps2pdf - 我的文件.pdf' 我的文件.svg
=item B<-t>, B<--export-use-hints>
-使用匯出檔名和儲存在匯出物件中的 DPI 內定值 (只能和 --export-id 一起使用)。
-當你從 Inkscape 內部匯出選取範圍時會自動設定為這些內定值。
-例如,你用 Inkscape 圖形介面從 document.svg 裡將 id="path231" 的形狀以 300 dpi 匯出成
-/home/me/shape.png ,並儲存文件,之後你便可簡單地用下面的指令以相同的解析度重新匯出相同的檔案
+使用匯出檔名和儲存在匯出物件中的 DPI 內定值 (只能和 --export-id 一起使用)。 當你從 Inkscape
+內部匯出選取範圍時會自動設定為這些內定值。 例如,你用 Inkscape 圖形介面從 document.svg 裡將 id="path231" 的形狀以
+300 dpi 匯出成 /home/me/shape.png ,並儲存文件,之後你便可簡單地用下面的指令以相同的解析度重新匯出相同的檔案
inkscape -i path231 -t 文件.svg
-如果你將這個選項和 --export-dpi、--export-width 或 --export-height 一起使用,那麼 DPI
-內定值會被忽略並使用命令列上的數值。
-如果你將這個選項和 --export-png 一起使用,那麼檔名內定值會被忽略並使用命令列上的檔名。
+如果你將這個選項和 --export-dpi、--export-width 或 --export-height 一起使用,那麼 DPI
+內定值會被忽略並使用命令列上的數值。 如果你將這個選項和 --export-png 一起使用,那麼檔名內定值會被忽略並使用命令列上的檔名。
=item B<-w> I<寬度>, B<--export-width>=I<寬度>
-匯出點陣圖的寬度,單位為像素。
-這個數值會覆蓋 --export-dpi 設定值 (如果和 --export-use-hints 同時使用則會覆蓋 DPI 內定值)。
+匯出點陣圖的寬度,單位為像素。 這個數值會覆蓋 --export-dpi 設定值 (如果和 --export-use-hints 同時使用則會覆蓋
+DPI 內定值)。
=item B<-y> I<數值>, B<--export-background-opacity>=I<數值>
-匯出 PNG 背景的不透明度。
-這個數值可以是 0.0 到 1.0 之間的數值 (0.0 表示完全透明,1.0 表示完全不透明) 或者大於 1 到 255
-以內的數值 (255 代表完全不透明)。
-如果沒有設定數值且沒有使用 -b 選項,那麼就會使用在 Inkscape 文件選項對話窗所設定的頁面不透明度 (儲存
-在 inkscape:pageopacity= sodipodi:namedview 的屬性)。
+匯出 PNG 背景的不透明度。 這個數值可以是 0.0 到 1.0 之間的數值 (0.0 表示完全透明,1.0 表示完全不透明) 或者大於 1 到
+255 以內的數值 (255 代表完全不透明)。 如果沒有設定數值且沒有使用 -b 選項,那麼就會使用在 Inkscape
+文件選項對話窗所設定的頁面不透明度 (儲存 在 inkscape:pageopacity= sodipodi:namedview 的屬性)。
如果沒有設定數值但有使用 -b 選項,那麼會使用 255 (完全不透明)。
=item B<-P> I<檔名>, B<--export-ps>=I<檔名>
將文件匯出成 PostScript 格式。注意 PostScript 不支援透明,所以原本 SVG 中的透明物件都會自動轉成點
-陣圖。使用的字型成子集合並嵌入。預設的匯出範圍是畫布;你可以用 --export-area-drawing 將匯出範圍設定
-成繪圖部份。你可指定 --export-id 來匯出單一物件 (其餘全部隱藏); 假如那樣的話匯出範圍就是物件的外框邊
-界,但可用 --export-area-canvas 設定成畫布。
+陣圖。使用的字型成子集合並嵌入。預設的匯出範圍是畫布;你可以用 --export-area-drawing 將匯出範圍設定 成繪圖部份。你可指定
+--export-id 來匯出單一物件 (其餘全部隱藏); 假如那樣的話匯出範圍就是物件的外框邊 界,但可用 --export-area-canvas
+設定成畫布。
=item B<-E> I<檔名>, B<--export-eps>=I<檔名>
將文件匯出成封裝的 PostScript 格式。注意 PostScript 不支援透明,所以原始 SVG 中的透明物件都會自動轉成點
-陣圖。使用的字型成子集合並嵌入。預設的匯出範圍是繪圖部份;你可設定成畫布,不過會看見 --export-area-canvas
-的適用限制。你可以指定 --export-id 來匯出單一物件 (其餘全部隱藏)。
+陣圖。使用的字型成子集合並嵌入。預設的匯出範圍是繪圖部份;你可設定成畫布,不過會看見 --export-area-canvas 的適用限制。你可以指定
+--export-id 來匯出單一物件 (其餘全部隱藏)。
=item B<-A> I<檔名>, B<--export-pdf>=I<檔名>
-將文件匯出成 PDF 格式。這種格式會保存原始 SVG 中的透明度。使用的字型成子集合並嵌入。 預設的匯出範圍是畫
-布;你可以用 --export-area-drawing 將匯出範圍設定成繪圖部份。你可以指定 --export-id 來匯出單一物
-件 (其餘全部隱藏); 假如那樣的話匯出範圍就是物件的外框邊界,但可用 --export-area-canvas 設定成畫布。
+將文件匯出成 PDF 格式。這種格式會保存原始 SVG 中的透明度。使用的字型成子集合並嵌入。 預設的匯出範圍是畫 布;你可以用
+--export-area-drawing 將匯出範圍設定成繪圖部份。你可以指定 --export-id 來匯出單一物 件 (其餘全部隱藏);
+假如那樣的話匯出範圍就是物件的外框邊界,但可用 --export-area-canvas 設定成畫布。
+
+=item B<--export-latex>
+
+(PS、EPS 和 PDF 匯出) 用來建立 LaTeX 文件的圖片,而圖片的文字則由 LaTeX 排版。當匯出成 PDF/PS/EPS
+格式時,此選項會將輸出分離成一個 PDF/PS/EPS 檔 (例如用 --export-pdf 指定) 和 LaTeX 檔。文字不會輸出到
+PDF/PS/EPS 檔案裡,但會出現在 LaTeX 檔案。這個 LaTeX 檔案包含 PDF/PS/EPS。輸入
+(\input{image.tex}) LaTeX 檔案到你的 LaTeX 文件會顯示圖片和全部由 LaTeX 排版的文字。查閱結果的 LaTeX
+檔案可得知更多資訊。也請查看 GNUPlot 的「epslatex」輸出終端機。
=item B<-T>, B<--export-text-to-path>
@@ -245,13 +251,12 @@ inkscape -i path231 -t 文件.svg
=item B<--export-ignore-filters>
-將套用濾鏡的物件 (例如這些物件套用模糊) 匯出成向量屬性,忽略濾鏡 (匯出 PS、EPS 和PDF 時)。
-在預設情況下,全部套用濾鏡的物件會以 --export-dpi (預設為 90 dpi) 的解析度轉成點陣圖以維持外觀。
+將套用濾鏡的物件 (例如這些物件套用模糊) 匯出成向量屬性,忽略濾鏡 (匯出 PS、EPS 和PDF 時)。 在預設情況下,全部套用濾鏡的物件會以
+--export-dpi (預設為 90 dpi) 的解析度轉成點陣圖以維持外觀。
=item B<-I>, B<--query-id>
-設定要查詢尺寸的物件 ID。如果沒有設定,查詢選項會回傳繪圖部份的尺寸 (即文件的全部物件),而不是頁面或
-檢視外框。
+設定要查詢尺寸的物件 ID。如果沒有設定,查詢選項會回傳繪圖部份的尺寸 (即文件的全部物件),而不是頁面或 檢視外框。
=item B<-X>, B<--query-x>
@@ -276,10 +281,9 @@ inkscape -i path231 -t 文件.svg
=item B<--shell>
使用這個參數,Inkscape 會進入互動式命令列 shell 模式。在這種模式中,你在提示符上輸入指令然後 Inkscape
-執行,而不必對每一道指令執行新的 Inkscape。這個功能對腳本和伺服器用途極為有用:它沒有加入任何新功能,但可
-讓任何多次呼叫 Inkscape 執行命令列任務 (比如匯出或轉換) 腳本的速度更快、需要更少的記憶體。
-在 shell 模式中的每一道指令必須是完全正確的 Inkscape 命令列但不含 Inkscape 程式名稱,
-例如 "檔案.svg --export-pdf=檔案.pdf"。
+執行,而不必對每一道指令執行新的 Inkscape。這個功能對腳本和伺服器用途極為有用:它沒有加入任何新功能,但可 讓任何多次呼叫 Inkscape
+執行命令列任務 (比如匯出或轉換) 腳本的速度更快、需要更少的記憶體。 在 shell 模式中的每一道指令必須是完全正確的 Inkscape
+命令列但不含 Inkscape 程式名稱, 例如 "檔案.svg --export-pdf=檔案.pdf"。
=item B<--vacuum-defs>
@@ -288,8 +292,8 @@ inkscape -i path231 -t 文件.svg
=item B<-z>, B<--without-gui>
-不要開啟圖形介面 (在 Unix 系統,不使用 X server);只從終端機處理檔案。
-這被假定為 -p、-e、-l 和 --vacuum-defs 選項。
+不要開啟圖形介面 (在 Unix 系統,不使用 X server);只從終端機處理檔案。 這被假定為 -p、-e、-l 和 --vacuum-defs
+選項。
=item B<--g-fatal-warnings>
@@ -303,8 +307,8 @@ inkscape -i path231 -t 文件.svg
=head1 組態設定
-主要的組態設定檔放在 ~/.config/Inkscape/preferences.xml; 組態設定檔儲存各種設定值,可在 Inkscape
-中變更 (大部份在 Inkscape 偏好設定對話窗)。也可以在那裡的子目錄中放置你自己的組態設定檔:
+主要的組態設定檔放在 ~/.config/Inkscape/preferences.xml; 組態設定檔儲存各種設定值,可在 Inkscape 中變更
+(大部份在 Inkscape 偏好設定對話窗)。也可以在那裡的子目錄中放置你自己的組態設定檔:
B<$HOME>/.config/Inkscape/extensions/ - 擴充模組。
@@ -318,8 +322,7 @@ B<$HOME>/.config/Inkscape/templates/ - 新增檔案的範本。
程式執行成功時會回傳零或者執行失敗時回傳不為零的值。
-各種錯誤訊息和警告可列印到 STDERR 或 STDOUT。如果程式怪異地產生一個特殊的 SVG 檔案或不正常關閉,它是
-查看這次輸出的有用線索。
+各種錯誤訊息和警告可列印到 STDERR 或 STDOUT。如果程式怪異地產生一個特殊的 SVG 檔案或不正常關閉,它是 查看這次輸出的有用線索。
=head1 範例
@@ -349,8 +352,7 @@ B<$HOME>/.config/Inkscape/templates/ - 新增檔案的範本。
inkscape 檔名.svg --export-id=text1555 --export-use-hints
-相同,但使用預設 90 dpi 解析度,指定檔名,並且向外捉取匯出範圍為最接近整個 SVG 使用者單位的值
-(維持物件的像素校正,因此最小平滑化):
+相同,但使用預設 90 dpi 解析度,指定檔名,並且向外捉取匯出範圍為最接近整個 SVG 使用者單位的值 (維持物件的像素校正,因此最小平滑化):
inkscape 檔名.svg --export-id=text1555 --export-png=文字.png --export-snap-area
@@ -371,6 +373,7 @@ B<$HOME>/.config/Inkscape/templates/ - 新增檔案的範本。
inkscape 檔名.svg --select=path1555 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileClose
+
=head1 環境
B<DISPLAY> 可取得預設主機和顯示編號。
@@ -379,12 +382,15 @@ B<TMPDIR> 可設定暫存檔使用的預設目錄的路徑。目錄必須存在
=head1 主題
-可從目錄 B<$HOME>/.inkscape/icons/ 載入不同的圖示組來替代預設的B<$PREFIX>/share/inkscape/icons/icons.svg 檔案。
-圖示按照名稱載入 (例如 I<fill_none.svg>),如果沒有找到符合名稱的圖示,那麼就會從 I<icons.svg> 載入。
+可從目錄 B<$HOME>/.inkscape/icons/
+載入不同的圖示組來替代預設的B<$PREFIX>/share/inkscape/icons/icons.svg 檔案。 圖示按照名稱載入 (例如
+I<fill_none.svg>),如果沒有找到符合名稱的圖示,那麼就會從 I<icons.svg> 載入。
如果圖示不從這些位置載入,就會退回使用預設的系統位置。
-藉由 SVG ID 和比對圖示名稱從 SVG 檔中搜尋並載入需要的圖示。(例如,要從一個檔案載入 "fill_none" 圖示,
-外框邊界會尋找 SVG ID "fill_none" 將其作為圖示,不管是來自 I<fill_none.svg> 或 I<icons.svg>。)
+藉由 SVG ID 和比對圖示名稱從 SVG 檔中搜尋並載入需要的圖示。(例如,要從一個檔案載入 "fill_none" 圖示, 外框邊界會尋找 SVG
+ID "fill_none" 將其作為圖示,不管是來自 I<fill_none.svg> 或 I<icons.svg>。)
+
+
@@ -397,44 +403,40 @@ B<TMPDIR> 可設定暫存檔使用的預設目錄的路徑。目錄必須存在
potrace, cairo, rsvg(1), batik, ghostscript, pstoedit.
-SVG 相容測試工具: http://www.w3.org/Graphics/SVG/Test/
+SVG 相容測試工具: http://www.w3.org/Graphics/SVG/Test/
-SVG 驗證工具: http://jiggles.w3.org/svgvalidator/
+SVG 驗證工具: http://jiggles.w3.org/svgvalidator/
-I<Scalable Vector Graphics (SVG) 1.1 Specification>
-I<W3C Recommendation 14 January 2003>
-L<http://www.w3.org/TR/SVG11/>
+I<Scalable Vector Graphics (SVG) 1.1 Specification> I<W3C Recommendation 14
+January 2003> L<http://www.w3.org/TR/SVG11/>
-I<Scalable Vector Graphics (SVG) 1.2 Specification>
-I<W3C Working Draft 13 November 2003>
-L<http://www.w3.org/TR/SVG12/>
+I<Scalable Vector Graphics (SVG) 1.2 Specification> I<W3C Working Draft 13
+November 2003> L<http://www.w3.org/TR/SVG12/>
-I<SVG 1.1/1.2/2.0 Requirements>
-I<W3C Working Draft 22 April 2002>
+I<SVG 1.1/1.2/2.0 Requirements> I<W3C Working Draft 22 April 2002>
L<http://www.w3.org/TR/SVG2Reqs/>
-I<Document Object Model (DOM): Level 2 Core>
-I<Arnaud Le Hors et al editors, W3C>
-L<http://www.w3.org/TR/DOM-Level-2-Core/>
+I<Document Object Model (DOM): Level 2 Core> I<Arnaud Le Hors et al editors,
+W3C> L<http://www.w3.org/TR/DOM-Level-2-Core/>
+
=head1 GUI 重點
閱讀在 說明 > 指導手冊 中的教學來學習 Inkscape 圖形介面的操作。
-除了 SVG 外,Inkscape 可以匯入 (檔案 > 匯入) 多數的點陣圖格式 (PNG、BMP、JPG、XPM、GIF 等)、
-普通純文字檔 (需要 Perl)、PS 和 EPS (需要 Ghostscript)、PDF 和 AI 格式 (AI 版本 9.0 或更新)。
+除了 SVG 外,Inkscape 可以匯入 (檔案 > 匯入) 多數的點陣圖格式 (PNG、BMP、JPG、XPM、GIF 等)、 普通純文字檔
+(需要 Perl)、PS 和 EPS (需要 Ghostscript)、PDF 和 AI 格式 (AI 版本 9.0 或更新)。
-Inkscape 可匯出 32-位元 PNG 圖片 (檔案 > 匯出),也可經由 檔案 > 另存 儲存成 AI、PS、EPS、PDF、
-DXF 及一些其他格式。
+Inkscape 可匯出 32-位元 PNG 圖片 (檔案 > 匯出),也可經由 檔案 > 另存 儲存成 AI、PS、EPS、PDF、 DXF
+及一些其他格式。
Inkscape 能用繪圖板畫筆的壓力及傾斜感應來變化寬度、角度和一些工具的作用力,包括美工筆。
Inkscape 包含一個嵌入的 Potrace 點陣圖描繪引擎 (http://potrace.sf.net) 圖形介面前端。
Inkscape 能使用外部腳本 (stdin-to-stdout 過濾器),腳本會以擴充功能選單上的命令方式呈現。腳本可以
-有設定各種參數的圖形介面對話窗,而且能透過命令列取得所選物件的 ID。Inkscape 提供各式各樣用 Python
-寫成的特效模組。
+有設定各種參數的圖形介面對話窗,而且能透過命令列取得所選物件的 ID。Inkscape 提供各式各樣用 Python 寫成的特效模組。
=head1 按鍵對應
@@ -442,13 +444,12 @@ Inkscape 能使用外部腳本 (stdin-to-stdout 過濾器),腳本會以擴充
=head1 程式錯誤
-已經知道許多程式錯誤;請到網站 (inkscape.org) 檢閱已回報的錯誤並回報新發現的問題。也請看看你使用版
-本的發佈說明中已知問題段落內容 (檔案「NEWS」)。
+已經知道許多程式錯誤;請到網站 (inkscape.org) 檢閱已回報的錯誤並回報新發現的問題。也請看看你使用版 本的發佈說明中已知問題段落內容
+(檔案「NEWS」)。
=head1 作者
-這個程式碼庫的存在要歸功於各個時期的許多貢獻者。下列的名單當然不完整,但用來正式向齊心致力於這個程式的
-許多人致謝:
+這個程式碼庫的存在要歸功於各個時期的許多貢獻者。下列的名單當然不完整,但用來正式向齊心致力於這個程式的 許多人致謝:
[% INCLUDE "AUTHORS" %]
@@ -456,30 +457,27 @@ Inkscape 能使用外部腳本 (stdin-to-stdout 過濾器),腳本會以擴充
=head1 歷史
-後來變成 Inkscape 的程式碼庫始於 1999 年的程式 Gill (由 Raph Levien 建立的 GNOME 繪圖程式)。
-Gill 的最終目標是支援全部的 SVG。Raph 實現了 PostScript 貝茲曲線成像模型,包括邊框和填充、線段
-端點樣式、線段接合樣式、文字...等等。Raph 的 Gill 網頁位於 http://www.levien.com/svg/。Gill
-的開發工作在 2000 年時似乎已經變慢或停止。
+後來變成 Inkscape 的程式碼庫始於 1999 年的程式 Gill (由 Raph Levien 建立的 GNOME 繪圖程式)。 Gill
+的最終目標是支援全部的 SVG。Raph 實現了 PostScript 貝茲曲線成像模型,包括邊框和填充、線段
+端點樣式、線段接合樣式、文字...等等。Raph 的 Gill 網頁位於 http://www.levien.com/svg/。Gill 的開發工作在
+2000 年時似乎已經變慢或停止。
接下來這個程式碼庫化身為極受歡迎的程式 Sodipodi,由 Lauris Kaplinski 主導。經過數年的發展,這個
-程式碼庫已轉變為一個強大的繪圖程式,加入了一些新特性,支援多語言,移植到 Windows 和其他操作系統,並
-淘汰某些相依套件。
+程式碼庫已轉變為一個強大的繪圖程式,加入了一些新特性,支援多語言,移植到 Windows 和其他操作系統,並 淘汰某些相依套件。
-於 2003 年時由四名活躍的 Sodipodi 開發人員 - Bryce Harrington、MenTaLguY、Nathan Hurst
-和 Ted Gould 成立 Inkscape 計劃,想要以專注於 SVG 相容、介面外觀風格和開放開發機會吸引更多參與
+於 2003 年時由四名活躍的 Sodipodi 開發人員 - Bryce Harrington、MenTaLguY、Nathan Hurst 和
+Ted Gould 成立 Inkscape 計劃,想要以專注於 SVG 相容、介面外觀風格和開放開發機會吸引更多參與
者的觀點為程式碼庫帶來新的方向。此計劃進展迅速,獲得許多非常活躍的貢獻和功能。
計劃早期的許多工作專注於程式碼的穩定和國際化。從 Sodipodi 繼承的原始圖形輸出引擎摻入許多數學角,因而
導致當程式超出正常使用範圍時會意外地不正常關閉;用 Livarot 取代原本的圖形輸出引擎,雖然不夠完美,但
程式錯誤明顯地減少。此計劃也有經常收養提交的程式碼的做法,並鼓勵使用者去試用程式的開發版本快照;這有助
-於迅速發現新的程式錯誤,並且保證使用者能輕易地校驗修復狀況。因此,Inkscape 發佈的版本已經普遍贏得了
-穩健可靠的聲譽。
+於迅速發現新的程式錯誤,並且保證使用者能輕易地校驗修復狀況。因此,Inkscape 發佈的版本已經普遍贏得了穩健可靠的聲譽。
同樣的,努力走向國際化及介面本地化,這有助於此程式獲得世界各地的幫助與貢獻。
大致上來說,Inkscape 已經在開放原碼的視覺魅力上產生正面的影響,作為用來製作和分享圖示、啟動畫面、網站
-設計等的工具。從某一點來看,「這只是一個繪圖程式」,但 Inkscape 已經扮演一個重要的角色,使開放原始碼
-帶給廣大愛好者更多的視覺饗宴。
+設計等的工具。從某一點來看,「這只是一個繪圖程式」,但 Inkscape 已經扮演一個重要的角色,使開放原始碼 帶給廣大愛好者更多的視覺饗宴。
=head1 著作權和許可證
@@ -488,5 +486,6 @@ B<著作權 (C)> 1999-2008 作者所有。
B<Inkscape> 是自由軟體;你可以在遵守 GPL 許可證情形下重新發佈或修改它。
-=for comment
-$Date$
+
+=for comment $Date$
+
diff --git a/po/nl.po b/po/nl.po
index ca3bd2c3b..c4c51c11d 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -21941,7 +21941,7 @@ msgid ""
"defs&gt; of the document"
msgstr ""
"Ongebruikte definities (zoals kleurverlopen of hulplijnen) uit het &lt;"
-"defs&gt-onderdeel van het bestand verwijderen"
+"defs&gt;-onderdeel van het bestand verwijderen"
#: ../src/verbs.cpp:2227
msgid "_Import..."
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 05490e92e..286685724 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,23 +3,24 @@
# This file is distributed under the same license as the inkscape package.
# tad <tad@mail.tnc.edu.tw>, 2004.
# Wei-Lun Chao <william.chao@ossii.com.tw>, 2006, 2007, 2008, 2009.
-# Dong-Jun Wu <ziyawu@gmail.com>, 2009, 2010.
-#: ../share/filters/filters.svg.h:1
+# Dong-Jun Wu <ziyawu@gmail.com>, 2009, 2010, 2012.
+#
msgid ""
msgstr ""
"Project-Id-Version: inkscape\n"
"Report-Msgid-Bugs-To: inkscape-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-11 21:30+0200\n"
-"PO-Revision-Date: 2010-06-19 16:55+0800\n"
-"Last-Translator: Dong-Jun Wu <ziyawu@gmail.com>\n"
+"PO-Revision-Date: 2012-04-19 00:35+0800\n"
+"Last-Translator: Dongjun Wu <ziyawu@gmail.com>\n"
"Language-Team: Chinese Traditional <zh-l10n@linux.org.tw>\n"
-"Language: \n"
+"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Poedit-Language: Chinese (tranditional)\n"
"X-Poedit-Country: TAIWAN\n"
+"X-Generator: Lokalize 1.4\n"
#: ../inkscape.desktop.in.h:1
msgid "Create and edit Scalable Vector Graphics images"
@@ -34,18 +35,16 @@ msgid "Inkscape Vector Graphics Editor"
msgstr "Inkscape 向量繪圖軟體"
#: ../inkscape.desktop.in.h:4
-#, fuzzy
msgid "New Drawing"
-msgstr "繪畫"
+msgstr "新增圖畫"
#: ../inkscape.desktop.in.h:5
msgid "Vector Graphics Editor"
msgstr "向量繪圖軟體"
#: ../share/extensions/dimension.py:105
-#, fuzzy
msgid "Please select an object."
-msgstr "再製選取的物件"
+msgstr "請選取一個物件。"
#: ../share/extensions/dimension.py:130
msgid "Unable to process this object. Try changing it into a path first."
@@ -53,44 +52,36 @@ msgstr "無法處理這個物件。 請先試著將物件變為路徑。"
#. report to the Inkscape console using errormsg
#: ../share/extensions/draw_from_triangle.py:175
-#, fuzzy
msgid "Side Length 'a' (px): "
-msgstr "邊長「a」/px:"
+msgstr "邊長「a」(px):"
#: ../share/extensions/draw_from_triangle.py:176
-#, fuzzy
msgid "Side Length 'b' (px): "
-msgstr "邊長「b」/px:"
+msgstr "邊長「b」(px):"
#: ../share/extensions/draw_from_triangle.py:177
-#, fuzzy
msgid "Side Length 'c' (px): "
-msgstr "邊長「c」/px:"
+msgstr "邊長「c」(px):"
#: ../share/extensions/draw_from_triangle.py:178
-#, fuzzy
msgid "Angle 'A' (radians): "
-msgstr "角度「A」/ 弧度:"
+msgstr "角度「A」( 弧度):"
#: ../share/extensions/draw_from_triangle.py:179
-#, fuzzy
msgid "Angle 'B' (radians): "
-msgstr "角度「B」/ 弧度:"
+msgstr "角度「B」(弧度):"
#: ../share/extensions/draw_from_triangle.py:180
-#, fuzzy
msgid "Angle 'C' (radians): "
-msgstr "角度「C」/ 弧度:"
+msgstr "角度「C」(弧度):"
#: ../share/extensions/draw_from_triangle.py:181
-#, fuzzy
msgid "Semiperimeter (px): "
-msgstr "一半周長/px:"
+msgstr "一半周長 (px):"
#: ../share/extensions/draw_from_triangle.py:182
-#, fuzzy
msgid "Area (px^2): "
-msgstr "面積 /px^2:"
+msgstr "面積 (px^2):"
#: ../share/extensions/dxf_outlines.py:41
msgid ""
@@ -143,18 +134,17 @@ msgstr "無法找到圖片資料。"
#: ../share/extensions/gcodetools.py:6228
#: ../share/extensions/gcodetools.py:6423
msgid "No paths are selected! Trying to work on all available paths."
-msgstr ""
+msgstr "沒有選取任何路徑!試著套用在全部可用的路徑上。"
#: ../share/extensions/gcodetools.py:3320
msgid "Noting is selected. Please select something."
-msgstr ""
+msgstr "沒有選取任何項目。請選取某個項目。"
#: ../share/extensions/gcodetools.py:3860
-#, fuzzy
msgid ""
"Directory does not exist! Please specify existing directory at Preferences "
"tab!"
-msgstr "目錄 %s 不存在或者它並不是一個目錄。\n"
+msgstr "目錄不存在!請在偏好設定分頁中指定現有的目錄!"
#: ../share/extensions/gcodetools.py:3890
#, python-format
@@ -162,18 +152,20 @@ msgid ""
"Can not write to specified file!\n"
"%s"
msgstr ""
+"無法寫入指定的檔案!\n"
+"%s"
#: ../share/extensions/gcodetools.py:4036
#, python-format
msgid ""
"Orientation points for '%s' layer have not been found! Please add "
"orientation points using Orientation tab!"
-msgstr ""
+msgstr "找不到「%s」圖層的方向點!請切換到「方向」分頁加入方向點!"
#: ../share/extensions/gcodetools.py:4043
#, python-format
msgid "There are more than one orientation point groups in '%s' layer"
-msgstr ""
+msgstr "「%s」圖層裡有兩個以上方向點群組"
#: ../share/extensions/gcodetools.py:4074
#: ../share/extensions/gcodetools.py:4076
@@ -182,20 +174,22 @@ msgid ""
"should not be the same. If there are three orientation points they should "
"not be in a straight line.)"
msgstr ""
+"方向點錯誤!(若有兩個方向點,兩者不應該相同。若有三個方向點,則三者不應該在同"
+"一直線上。)"
#: ../share/extensions/gcodetools.py:4246
#, python-format
msgid ""
"Warning! Found bad orientation points in '%s' layer. Resulting Gcode could "
"be corrupt!"
-msgstr ""
+msgstr "警告!「%s」圖層裡發現錯誤的方向點。可能導致 Gcode 異常中止!"
#: ../share/extensions/gcodetools.py:4259
#, python-format
msgid ""
"Warning! Found bad graffiti reference point in '%s' layer. Resulting Gcode "
"could be corrupt!"
-msgstr ""
+msgstr "警告!「%s」圖層裡發現錯誤的塗鴉參考點。可能導致 Gcode 異常中止!"
#. xgettext:no-pango-format
#: ../share/extensions/gcodetools.py:4280
@@ -207,41 +201,48 @@ msgid ""
"Solution 3: export all contours to PostScript level 2 (File->Save As->.ps) "
"and File->Import this file."
msgstr ""
+"此擴充功能只對路徑、動態偏移以及前兩者的群組有作用!其他物件都會被忽略!\n"
+"方案 1:按「路徑->物件轉成路徑」或 Shift+Ctrl+C。\n"
+"方案 2:「路徑->動態偏移」或 Ctrl+J。\n"
+"方案 3:將全部輪廓線匯出成 PostScript 等級 2 (檔案->另存新檔->.ps) 然後從「檔"
+"案->匯入」匯入此檔案。"
#: ../share/extensions/gcodetools.py:4286
msgid ""
"Document has no layers! Add at least one layer using layers panel (Ctrl+Shift"
"+L)"
-msgstr ""
+msgstr "文件沒有圖層!使用圖層面板加入至少一個圖層 (Ctrl+Shift+L)"
#: ../share/extensions/gcodetools.py:4290
msgid ""
"Warning! There are some paths in the root of the document, but not in any "
"layer! Using bottom-most layer for them."
msgstr ""
+"警告!此文件的根資料層 (root) 有某些路徑,但這些路徑不屬於任何圖層!這些路徑"
+"會使用最底部的圖層。"
#: ../share/extensions/gcodetools.py:4367
#, python-format
msgid ""
"Warning! Tool's and default tool's parameter's (%s) types are not the same "
"( type('%s') != type('%s') )."
-msgstr ""
+msgstr "警告!刀具和預設刀具的參數 (%s) 類型不相同 ( 類型('%s') != 類型('%s'))。"
#: ../share/extensions/gcodetools.py:4370
#, python-format
msgid "Warning! Tool has parameter that default tool has not ( '%s': '%s' )."
-msgstr ""
+msgstr "警告!刀具有參數但預設刀具沒有( '%s': '%s' )。"
#: ../share/extensions/gcodetools.py:4384
#, python-format
msgid "Layer '%s' contains more than one tool!"
-msgstr ""
+msgstr "圖層「%s」包含一個以上的刀具!"
#: ../share/extensions/gcodetools.py:4387
#, python-format
msgid ""
"Can not find tool for '%s' layer! Please add one with Tools library tab!"
-msgstr ""
+msgstr "「%s」圖層找不到刀具!請在刀具庫分頁加入一個刀具!"
#: ../share/extensions/gcodetools.py:4549
#: ../share/extensions/gcodetools.py:4704
@@ -249,67 +250,67 @@ msgid ""
"Warning: One or more paths do not have 'd' parameter, try to Ungroup (Ctrl"
"+Shift+G) and Object to Path (Ctrl+Shift+C)!"
msgstr ""
+"警告:一個或多個路徑沒有「d」參數,試著解散群組 (Ctrl+Shift+G) 並將物件轉成路"
+"徑 (Ctrl+Shift+C)!"
#: ../share/extensions/gcodetools.py:4663
msgid ""
"Noting is selected. Please select something to convert to drill point "
"(dxfpoint) or clear point sign."
-msgstr ""
+msgstr "沒有選取任何物件。請選取物件以轉換成鑽尖 (dxfpoint) 或清除鑽尖標記。"
#: ../share/extensions/gcodetools.py:4746
#: ../share/extensions/gcodetools.py:4992
-#, fuzzy
msgid "This extension requires at least one selected path."
-msgstr "這個擴充功能需要選擇兩個路徑。"
+msgstr "此擴充功能至少要選擇一個路徑。"
#: ../share/extensions/gcodetools.py:4752
#: ../share/extensions/gcodetools.py:4998
#, python-format
msgid "Tool diameter must be > 0 but tool's diameter on '%s' layer is not!"
-msgstr ""
+msgstr "刀具直徑必須 > 0 但是「%s」圖層上的刀具直徑卻小於零!"
#: ../share/extensions/gcodetools.py:4763
#: ../share/extensions/gcodetools.py:4952
#: ../share/extensions/gcodetools.py:5007
msgid "Warning: omitting non-path"
-msgstr ""
+msgstr "警告:忽略非路徑"
#: ../share/extensions/gcodetools.py:5507
-#, fuzzy
msgid "Please select at least one path to engrave and run again."
-msgstr "請至少選擇 <b>1 條路徑</b>來執行布林聯集。"
+msgstr "請至少選擇 <b>1 條路徑</b> 進行雕刻並再執行一次。"
#: ../share/extensions/gcodetools.py:5515
msgid "Unknown unit selected. mm assumed"
-msgstr ""
+msgstr "選擇不明的單位。將會假設為公釐 (mm)!"
#: ../share/extensions/gcodetools.py:5536
#, python-format
msgid "Tool '%s' has no shape. 45 degree cone assumed!"
-msgstr ""
+msgstr "刀具「%s」沒有形狀。將會假設為 45 度的錐形刀!"
#: ../share/extensions/gcodetools.py:5607
#: ../share/extensions/gcodetools.py:5612
msgid "csp_normalised_normal error. See log."
-msgstr ""
+msgstr "csp_normalised_normal 錯誤。請查閱日誌 (log)。"
#: ../share/extensions/gcodetools.py:5800
msgid "No need to engrave sharp angles."
-msgstr ""
+msgstr "不需要雕刻銳角。"
#: ../share/extensions/gcodetools.py:5844
msgid ""
"Active layer already has orientation points! Remove them or select another "
"layer!"
-msgstr ""
+msgstr "作用中的圖層已經有方向點!移除原有的方向點或選擇其他圖層!"
#: ../share/extensions/gcodetools.py:5889
msgid "Active layer already has a tool! Remove it or select another layer!"
-msgstr ""
+msgstr "作用中的圖層已經有刀具!移除原有刀具或選擇其他圖層!"
#: ../share/extensions/gcodetools.py:6004
msgid "Selection is empty! Will compute whole drawing."
-msgstr ""
+msgstr "沒有選取任何物件!在繪製期間會進行計算。"
#: ../share/extensions/gcodetools.py:6058
msgid ""
@@ -319,14 +320,18 @@ msgid ""
"and Russian support forum:\n"
"\thttp://www.cnc-club.ru/gcodetoolsru"
msgstr ""
+"在英文支援論壇可以找到教學、使用手冊和支援:\n"
+"\thttp://www.cnc-club.ru/gcodetools\n"
+"還有俄文支援論壇:\n"
+"\thttp://www.cnc-club.ru/gcodetoolsru"
#: ../share/extensions/gcodetools.py:6103
msgid "Lathe X and Z axis remap should be 'X', 'Y' or 'Z'. Exiting..."
-msgstr ""
+msgstr "車床 X 和 Z 軸重新測圖應該為「X」、「Y」或「Z」。離開中..."
#: ../share/extensions/gcodetools.py:6106
msgid "Lathe X and Z axis remap should be the same. Exiting..."
-msgstr ""
+msgstr "車床 X 和 Z 軸重新測圖應該相同。離開中..."
#: ../share/extensions/gcodetools.py:6658
#, python-format
@@ -335,34 +340,36 @@ msgid ""
"Orientation, Offset, Lathe or Tools library.\n"
" Current active tab id is %s"
msgstr ""
+"選擇其中一個動作分頁 - 路徑轉成 Gcode、面銑、雕刻、DXF 鑽尖、方向、偏移、車床"
+"或刀具庫。\n"
+"目前的動作分頁識別碼為 %s"
#: ../share/extensions/gcodetools.py:6664
msgid ""
"Orientation points have not been defined! A default set of orientation "
"points has been automatically added."
-msgstr ""
+msgstr "尚未定義方向點!已自動加入方向點預設值。"
#: ../share/extensions/gcodetools.py:6668
msgid ""
"Cutting tool has not been defined! A default tool has been automatically "
"added."
-msgstr ""
+msgstr "尚未定義切削刀具!已自動加入預設刀具。"
#: ../share/extensions/gimp_xcf.py:40
msgid "Gimp must be installed and set in your path variable."
-msgstr ""
+msgstr "必須已經安裝 GIMP 並且設定正確的路徑。"
#: ../share/extensions/gimp_xcf.py:44
msgid "An error occurred while processing the XCF file."
-msgstr ""
+msgstr "處理此 XCF 檔案時發生錯誤。"
#: ../share/extensions/gimp_xcf.py:172
-#, fuzzy
msgid "This extension requires at least one non empty layer."
-msgstr "這個擴充功能需要選擇兩個路徑。"
+msgstr "此擴充功能需要至少一個非空白的圖層。"
#: ../share/extensions/inkex.py:78
-#, fuzzy, python-format
+#, python-format
msgid ""
"The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore "
"this extension. Please download and install the latest version from http://"
@@ -374,7 +381,10 @@ msgid ""
msgstr ""
"libxml2 的假想 lxml 包覆器相依於 inkex.py 而這個擴充功能需要 libxml2。請從 "
"http://cheeseshop.python.org/pypi/lxml/ 下載並安裝最新版本,或者經由你的套件"
-"管理程式用命令 (例如:sudo apt-get install python-lxml) 來安裝它"
+"管理程式用命令 (例如:sudo apt-get install python-lxml) 來安裝\n"
+"\n"
+"技術詳細資訊:\n"
+"%s"
#: ../share/extensions/inkex.py:245
#, python-format
@@ -402,12 +412,16 @@ msgid ""
"The total length of the pattern is too small :\n"
"Please choose a larger object or set 'Space between copies' > 0"
msgstr ""
+"此圖樣的總長度太小:\n"
+"請選擇更大的物件或設定「複製物件的間距」> 0"
#: ../share/extensions/pathalongpath.py:270
msgid ""
"The 'stretch' option requires that the pattern must have non-zero width :\n"
"Please edit the pattern width."
msgstr ""
+"此「拉伸」選項必須圖樣的寬度不為零:\n"
+"請編輯此圖樣寬度。"
#: ../share/extensions/pathmodifier.py:229
#, python-format
@@ -522,12 +536,12 @@ msgstr "無法找出檔案的位置: %s"
#: ../share/extensions/svg_and_media_zip_output.py:192
msgid "Didn't find any fonts in this document/selection."
-msgstr ""
+msgstr "此份文件 / 選取範圍裡找不到任何字型。"
#: ../share/extensions/svg_and_media_zip_output.py:195
#, python-format
msgid "Found the following font only: %s"
-msgstr ""
+msgstr "只找到下列字型:%s"
#: ../share/extensions/svg_and_media_zip_output.py:197
#, python-format
@@ -535,6 +549,8 @@ msgid ""
"Found the following fonts:\n"
"%s"
msgstr ""
+"找到下列字型:\n"
+"%s"
#: ../share/extensions/uniconv_output.py:120
msgid "You need to install the UniConvertor software.\n"
@@ -547,34 +563,33 @@ msgstr "你必須最少選擇兩個元件。"
#: ../share/extensions/webslicer_export.py:57
msgid "You must give a directory to export the slices."
-msgstr ""
+msgstr "你必須指定要匯出切片的目錄。"
#: ../share/extensions/webslicer_export.py:69
#, python-format
msgid "Can't create \"%s\"."
-msgstr ""
+msgstr "無法建立「%s」。"
#: ../share/extensions/webslicer_export.py:70
-#, fuzzy, python-format
+#, python-format
msgid "Error: %s"
-msgstr "錯誤"
+msgstr "錯誤:%s"
#: ../share/extensions/webslicer_export.py:73
-#, fuzzy, python-format
+#, python-format
msgid "The directory \"%s\" does not exists."
-msgstr "如果資料夾不存在,則建立資料夾"
+msgstr "目錄「%s」不存在。"
#: ../share/extensions/webslicer_export.py:102
#, python-format
msgid "You have more than one element with \"%s\" html-id."
-msgstr ""
+msgstr "你必須有兩個以上含有「%s」html 識別碼 (html-id) 的元件。"
#: ../share/extensions/webslicer_export.py:332
msgid "You must install the ImageMagick to get JPG and GIF."
-msgstr ""
+msgstr "你必須安裝 ImageMagick 處理 JPG 和 GIF。"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Smart Jelly"
msgstr "智慧型果凍"
@@ -590,7 +605,6 @@ msgid "Same as Matte jelly but with more controls"
msgstr "同於霧面果凍,但有更多的控制選項"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Metal Casting"
msgstr "金屬鑄造"
@@ -616,16 +630,14 @@ msgid "Edges are partly feathered out"
msgstr "邊緣部份逐漸消失"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Jigsaw Piece"
-msgstr "斷片"
+msgstr "鋸片"
#: ../share/filters/filters.svg.h:1
msgid "Low, sharp bevel"
msgstr "低且銳利的斜角"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Rubber Stamp"
msgstr "橡皮章"
@@ -639,7 +651,6 @@ msgid "Random whiteouts inside"
msgstr "隨機白色內部"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Ink Bleed"
msgstr "墨水暈開"
@@ -668,7 +679,6 @@ msgid "Soft, cushion-like bevel with matte highlights"
msgstr "柔和、帶有霧面光澤、類似橡皮軟墊的斜角"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Ridged Border"
msgstr "脊形邊框"
@@ -699,7 +709,6 @@ msgid "Fill object with sparse translucent specks"
msgstr "用稀疏半透明的斑紋填入物件"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Oil Slick"
msgstr "浮油"
@@ -716,7 +725,6 @@ msgid "Flake-like white splotches"
msgstr "類似薄片的白色斑點"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Leopard Fur"
msgstr "豹紋"
@@ -751,7 +759,6 @@ msgstr "銳利化"
#: ../share/filters/filters.svg.h:1
#: ../src/extension/internal/filter/image.h:62
-#, fuzzy
msgid "Image Effects"
msgstr "影像特效"
@@ -760,7 +767,6 @@ msgid "Sharpen edges and boundaries within the object, force=0.15"
msgstr "銳利化物件內部的邊緣和邊框,強度=0.15"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Sharpen More"
msgstr "更加銳利"
@@ -782,7 +788,7 @@ msgstr "油畫筆觸"
#: ../src/extension/internal/filter/paint.h:887
#: ../src/extension/internal/filter/paint.h:991
msgid "Image Paint and Draw"
-msgstr ""
+msgstr "影像繪畫"
#: ../share/filters/filters.svg.h:1
msgid "Simulate oil painting style"
@@ -827,7 +833,6 @@ msgid "Bulging, knotty, slick 3D surface"
msgstr "凸出、多節、光滑的立體表面"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Barbed Wire"
msgstr "鐵刺絲"
@@ -836,7 +841,6 @@ msgid "Gray bevelled wires with drop shadows"
msgstr "帶有下落式陰影的灰暗鐵刺絲"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Swiss Cheese"
msgstr "瑞士乳酪"
@@ -845,7 +849,6 @@ msgid "Random inner-bevel holes"
msgstr "隨機內斜角孔洞"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Blue Cheese"
msgstr "藍紋乳酪"
@@ -883,7 +886,6 @@ msgid "Random paint streaks downwards"
msgstr "隨機向下塗繪條紋"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Jam Spread"
msgstr "果醬塗抹"
@@ -892,7 +894,6 @@ msgid "Glossy clumpy jam spread"
msgstr "光滑塊狀的果醬塗抹"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Pixel Smear"
msgstr "像素塗抹"
@@ -901,7 +902,6 @@ msgid "Van Gogh painting effect for bitmaps"
msgstr "點陣圖的梵谷風格效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Cracked Glass"
msgstr "碎裂玻璃"
@@ -924,9 +924,8 @@ msgid "Flexible bubbles effect with some displacement"
msgstr "帶有些許位移的高度彎曲氣泡效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Glowing Bubble"
-msgstr "發光氣泡"
+msgstr "發光泡泡"
#: ../share/filters/filters.svg.h:1
msgid "Ridges"
@@ -934,7 +933,7 @@ msgstr "脊形"
#: ../share/filters/filters.svg.h:1
msgid "Bubble effect with refraction and glow"
-msgstr "伴隨折射和光暈的氣泡效果"
+msgstr "伴隨折射和發光的泡泡效果"
#: ../share/filters/filters.svg.h:1
msgid "Neon"
@@ -945,7 +944,6 @@ msgid "Neon light effect"
msgstr "霓紅燈效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Molten Metal"
msgstr "熔化金屬"
@@ -954,7 +952,6 @@ msgid "Melting parts of object together, with a glossy bevel and a glow"
msgstr "物件的一部份一起熔化,帶有光滑斜角和光暈"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Pressed Steel"
msgstr "壓製鋼鐵"
@@ -963,7 +960,6 @@ msgid "Pressed metal with a rolled edge"
msgstr "帶有捲邊的被壓縮金屬"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Matte Bevel"
msgstr "霧面斜角"
@@ -980,7 +976,6 @@ msgid "Thin like a soap membrane"
msgstr "像肥皂膜一樣薄"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Matte Ridge"
msgstr "霧面脊形"
@@ -989,7 +984,6 @@ msgid "Soft pastel ridge"
msgstr "柔和的粉蠟脊形"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Glowing Metal"
msgstr "發光金屬"
@@ -1019,7 +1013,6 @@ msgid "Illuminated translucent plastic or glass effect"
msgstr "被照亮的半透明塑膠或玻璃效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Iridescent Beeswax"
msgstr "虹彩蜂蠟"
@@ -1028,7 +1021,6 @@ msgid "Waxy texture which keeps its iridescence through color fill change"
msgstr "蠟質紋理經由改變填色來保持本身的彩虹色"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Eroded Metal"
msgstr "腐蝕金屬"
@@ -1053,7 +1045,6 @@ msgid "Bark texture, vertical; use with deep colors"
msgstr "樹皮紋理,垂直;伴隨深色使用"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Lizard Skin"
msgstr "蜥蜴表皮"
@@ -1062,7 +1053,6 @@ msgid "Stylized reptile skin texture"
msgstr "爬蟲類表皮紋理風格"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Stone Wall"
msgstr "石牆"
@@ -1071,7 +1061,6 @@ msgid "Stone wall texture to use with not too saturated colors"
msgstr "帶有不太飽和色彩的石牆紋理"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Silk Carpet"
msgstr "絲織地毯"
@@ -1080,7 +1069,6 @@ msgid "Silk carpet texture, horizontal stripes"
msgstr "絲織地毯紋理,水平條紋"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Refractive Gel A"
msgstr "折射凝膠 A"
@@ -1089,16 +1077,14 @@ msgid "Gel effect with light refraction"
msgstr "有光線折射的凝膠效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Refractive Gel B"
msgstr "折射凝膠 B"
#: ../share/filters/filters.svg.h:1
msgid "Gel effect with strong refraction"
-msgstr "有強烈折射的凝膠效果"
+msgstr "有強光折射的凝膠效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Metallized Paint"
msgstr "金屬筆觸"
@@ -1116,7 +1102,6 @@ msgid "Gel Ridge with a pearlescent look"
msgstr "有珍珠般光澤外觀的凝膠脊形"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Raised Border"
msgstr "邊框隆起"
@@ -1125,16 +1110,14 @@ msgid "Strongly raised border around a flat surface"
msgstr "一個平坦表面周圍的邊界強烈隆起"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Metallized Ridge"
-msgstr "金屬化脊形"
+msgstr "金屬脊形"
#: ../share/filters/filters.svg.h:1
msgid "Gel Ridge metallized at its top"
msgstr "於凝膠脊形上做金屬噴鍍"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Fat Oil"
msgstr "脂肪油"
@@ -1143,7 +1126,6 @@ msgid "Fat oil with some adjustable turbulence"
msgstr "可調整性紊亂的脂肪油"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Black Hole"
msgstr "黑洞"
@@ -1156,7 +1138,7 @@ msgstr "形態"
#: ../share/filters/filters.svg.h:1
msgid "Creates a black light inside and outside"
-msgstr "於內部和外部建立黑色光線"
+msgstr "於內部和外部建立黑色光照"
#: ../share/filters/filters.svg.h:1
msgid "Cubes"
@@ -1167,7 +1149,6 @@ msgid "Scattered cubes; adjust the Morphology primitive to vary size"
msgstr "散佈的立方體;調整形態基元可產生不同尺寸"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Peel Off"
msgstr "脫落"
@@ -1176,7 +1157,6 @@ msgid "Peeling painting on a wall"
msgstr "一道牆上剝落油漆"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Gold Splatter"
msgstr "黃金潑濺"
@@ -1185,7 +1165,6 @@ msgid "Splattered cast metal, with golden highlights"
msgstr "潑濺的金屬鑄造,帶有黃金光澤"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Gold Paste"
msgstr "金箔黏貼"
@@ -1194,16 +1173,14 @@ msgid "Fat pasted cast metal, with golden highlights"
msgstr "貼滿鑄造金屬,帶有黃金亮光"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Crumpled Plastic"
-msgstr "壓皺的塑膠"
+msgstr "壓皺塑膠"
#: ../share/filters/filters.svg.h:1
msgid "Crumpled matte plastic, with melted edge"
msgstr "壓皺的霧面塑膠,帶有融化的邊緣"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Enamel Jewelry"
msgstr "瓷釉珠寶"
@@ -1212,16 +1189,14 @@ msgid "Slightly cracked enameled texture"
msgstr "輕微碎裂的瓷釉紋理"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Rough Paper"
-msgstr "草稿紙"
+msgstr "粗糙紙張"
#: ../share/filters/filters.svg.h:1
msgid "Aquarelle paper effect which can be used for pictures as for objects"
msgstr "水彩畫紙效果,可用於圖片 (將物件作為圖片)"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Rough and Glossy"
msgstr "粗糙和光滑"
@@ -1239,16 +1214,14 @@ msgid "Inner colorized shadow, outer black shadow"
msgstr "內部彩色陰影,外部黑色陰影"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Air Spray"
-msgstr "空氣噴灑"
+msgstr "氣槍噴灑"
#: ../share/filters/filters.svg.h:1
msgid "Convert to small scattered particles with some thickness"
msgstr "依照厚度轉換成零散的小粒子"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Warm Inside"
msgstr "內部溫暖"
@@ -1257,7 +1230,6 @@ msgid "Blurred colorized contour, filled inside"
msgstr "模糊、著上色彩的輪廓,內部填滿"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Cool Outside"
msgstr "外部涼爽"
@@ -1266,7 +1238,6 @@ msgid "Blurred colorized contour, empty inside"
msgstr "模糊、著上彩色的輪廓,內部清空"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Electronic Microscopy"
msgstr "電子顯微鏡"
@@ -1284,7 +1255,6 @@ msgid "Checkered tartan pattern"
msgstr "方格花紋圖樣"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Shaken Liquid"
msgstr "晃動液體"
@@ -1293,7 +1263,6 @@ msgid "Colorizable filling with flow inside like transparency"
msgstr "內部像透明物流動的可著色填塗"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Soft Focus Lens"
msgstr "柔焦鏡頭"
@@ -1302,7 +1271,6 @@ msgid "Glowing image content without blurring it"
msgstr "在不模糊化的情形下讓圖像內容覆上光暈"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Stained Glass"
msgstr "彩色玻璃"
@@ -1311,7 +1279,6 @@ msgid "Illuminated stained glass effect"
msgstr "被照亮的彩色玻璃效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Dark Glass"
msgstr "暗色玻璃"
@@ -1320,25 +1287,22 @@ msgid "Illuminated glass effect with light coming from beneath"
msgstr "光源來自下方,被照亮的玻璃效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "HSL Bumps Alpha"
-msgstr "HSL 凹凸 (透明)"
+msgstr "透明 HSL 凹凸"
#: ../share/filters/filters.svg.h:1
msgid "Same as HSL Bumps but with transparent highlights"
msgstr "同於 HSL 凹凸,但帶有透明反光"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Bubbly Bumps Alpha"
-msgstr "發泡凹凸 (透明)"
+msgstr "透明發泡凹凸"
#: ../share/filters/filters.svg.h:1
msgid "Same as Bubbly Bumps but with transparent highlights"
msgstr "同於發泡凹凸,但帶有透明反光"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Torn Edges"
msgstr "撕裂邊緣"
@@ -1348,7 +1312,6 @@ msgid ""
msgstr "移置形狀和圖片的外邊,不改變內容"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Roughen Inside"
msgstr "內部粗糙化"
@@ -1367,7 +1330,6 @@ msgid ""
msgstr "模糊物件的內容,保留輪廓並且於邊緣漸進地加上透明"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Chalk and Sponge"
msgstr "粉筆和海綿"
@@ -1402,7 +1364,7 @@ msgstr "變幻無常的紛亂幽光,像希羅尼穆斯 ‧ 波希的享樂花
#: ../share/filters/filters.svg.h:1
msgid "Cutout Glow"
-msgstr "挖剪光暈"
+msgstr "剪影光暈"
#: ../share/filters/filters.svg.h:1
msgid "In and out glow with a possible offset and colorizable flood"
@@ -1417,16 +1379,14 @@ msgid "Emboss effect : 3D relief where white is replaced by black"
msgstr "浮雕效果:立體浮雕,用黑色取代白色"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Bubbly Bumps Matte"
-msgstr "發泡凹凸, 霧面"
+msgstr "霧面發泡凹凸"
#: ../share/filters/filters.svg.h:1
msgid "Same as Bubbly Bumps but with a diffuse light instead of a specular one"
msgstr "同於發泡凹凸,但為擴散光線而非鏡面"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Blotting Paper"
msgstr "吸墨紙"
@@ -1435,7 +1395,6 @@ msgid "Inkblot on blotting paper"
msgstr "吸墨紙上的墨跡"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Wax Print"
msgstr "蠟染"
@@ -1461,7 +1420,6 @@ msgid ""
msgstr "帶有顏色紛亂和邊緣輕微變暗的類似毛氈紋理"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Ink Paint"
msgstr "墨水筆觸"
@@ -1470,7 +1428,6 @@ msgid "Ink paint on paper with some turbulent color shift"
msgstr "帶有一些紊亂色彩位移在紙張上的墨水筆觸"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Tinted Rainbow"
msgstr "染色彩虹"
@@ -1479,7 +1436,6 @@ msgid "Smooth rainbow colors melted along the edges and colorizable"
msgstr "沿著邊緣和可著色的平滑彩虹色熔化"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Melted Rainbow"
msgstr "熔化彩虹"
@@ -1488,7 +1444,6 @@ msgid "Smooth rainbow colors slightly melted along the edges"
msgstr "沿著邊緣的平滑彩虹色輕微熔化"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Flex Metal"
msgstr "彎曲金屬"
@@ -1497,7 +1452,6 @@ msgid "Bright, polished uneven metal casting, colorizable"
msgstr "明亮、可著色、拋光的不均勻金屬鑄造"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Wavy Tartan"
msgstr "波狀格紋"
@@ -1506,7 +1460,6 @@ msgid "Tartan pattern with a wavy displacement and bevel around the edges"
msgstr "邊緣周圍產生波浪狀位移的格紋圖樣和斜角"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "3D Marble"
msgstr "立體大理石"
@@ -1516,14 +1469,13 @@ msgstr "立體、彎曲的大理石紋理"
#: ../share/filters/filters.svg.h:1
msgid "3D Wood"
-msgstr ""
+msgstr "立體木頭"
#: ../share/filters/filters.svg.h:1
msgid "3D warped, fibered wood texture"
msgstr "立體、彎曲、纖維狀的木材紋理"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "3D Mother of Pearl"
msgstr "立體珍珠母"
@@ -1532,7 +1484,6 @@ msgid "3D warped, iridescent pearly shell texture"
msgstr "立體、彎曲、彩虹色的珍珠殼紋理"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Tiger Fur"
msgstr "虎皮"
@@ -1605,23 +1556,20 @@ msgid "Light areas turn to black"
msgstr "光亮區域轉為黑色"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Film Grain"
-msgstr "膠片顆粒"
+msgstr "底片顆粒"
#: ../share/filters/filters.svg.h:1
msgid "Adds a small scale graininess"
msgstr "加入小比例顆粒"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Plaster Color"
-msgstr "貼上顏色"
+msgstr "彩色石膏"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Colored plaster emboss effect"
-msgstr "多雲水彩效果"
+msgstr "彩色石膏浮雕效果"
#: ../share/filters/filters.svg.h:1
msgid "Velvet Bumps"
@@ -1632,7 +1580,6 @@ msgid "Gives Smooth Bumps velvet like"
msgstr "產生像天鵝絨般柔軟的平滑凹凸"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Comics Cream"
msgstr "漫畫式奶油"
@@ -1645,7 +1592,6 @@ msgid "Comics shader with creamy waves transparency"
msgstr "奶油狀波浪透明物的漫畫材質"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Chewing Gum"
msgstr "口香糖"
@@ -1656,25 +1602,22 @@ msgid ""
msgstr "於線條的交叉點上建立柔順流過其邊緣的可著色斑點"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Dark And Glow"
-msgstr "暗與光"
+msgstr "陰暗與發光"
#: ../share/filters/filters.svg.h:1
msgid "Darkens the edge with an inner blur and adds a flexible glow"
msgstr "內部模糊且帶有柔和光暈的加深邊緣"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Warped Rainbow"
-msgstr "盤繞彩虹"
+msgstr "環繞彩虹"
#: ../share/filters/filters.svg.h:1
msgid "Smooth rainbow colors warped along the edges and colorizable"
-msgstr "沿著邊緣盤繞平滑彩虹顏色"
+msgstr "沿著邊緣環繞平滑彩虹顏色"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Rough and Dilate"
msgstr "粗糙和擴大"
@@ -1683,7 +1626,6 @@ msgid "Create a turbulent contour around"
msgstr "於周圍製作紛亂的輪廓"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Old Postcard"
msgstr "舊明信片"
@@ -1692,7 +1634,6 @@ msgid "Slightly posterize and draw edges like on old printed postcards"
msgstr "輕微色調分離並繪製邊框就像舊式印刷的明信片一樣"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Dots Transparency"
msgstr "透明圓點"
@@ -1701,17 +1642,14 @@ msgid "Gives a pointillist HSL sensitive transparency"
msgstr "產生像 HSL 感光透明的點描畫"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Canvas Transparency"
msgstr "透明畫布"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Gives a canvas like HSL sensitive transparency."
msgstr "產生像 HSL 感光透明的畫布。"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Smear Transparency"
msgstr "透明塗抹"
@@ -1721,7 +1659,6 @@ msgid ""
msgstr "用透明的紊亂來塗繪物件,扭轉彩色邊緣"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Thick Paint"
msgstr "厚塗料"
@@ -1738,7 +1675,6 @@ msgid "Burst balloon texture crumpled and with holes"
msgstr "氣球脹破紋理,被揉皺且帶有破洞"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Embossed Leather"
msgstr "壓紋皮革"
@@ -1776,7 +1712,6 @@ msgid ""
msgstr "霧面、壓皺的表面結合 HSL 邊緣偵測凹凸效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Rough Transparency"
msgstr "透明粗糙"
@@ -1793,7 +1728,6 @@ msgid "Partly opaque water color effect with bleed"
msgstr "有溢出情形的局部性不透明水彩效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Alpha Engraving"
msgstr "透明版畫"
@@ -1802,16 +1736,14 @@ msgid "Gives a transparent engraving effect with rough line and filling"
msgstr "產生帶有粗糙線條和填充的透明版畫效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Alpha Draw Liquid"
-msgstr "透明繪畫, 液體"
+msgstr "透明繪畫液體"
#: ../share/filters/filters.svg.h:1
msgid "Gives a transparent fluid drawing effect with rough line and filling"
msgstr "產生帶有粗糙線條和填充的透明流體繪畫效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Liquid Drawing"
msgstr "液體繪畫"
@@ -1820,7 +1752,6 @@ msgid "Gives a fluid and wavy expressionist drawing effect to images"
msgstr "使圖像產生液體和波浪的抽象主義繪畫效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Marbled Ink"
msgstr "大理石油墨"
@@ -1829,7 +1760,6 @@ msgid "Marbled transparency effect which conforms to image detected edges"
msgstr "按照圖像偵測邊緣產生的大理石透明效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Thick Acrylic"
msgstr "厚壓克力顏料"
@@ -1838,7 +1768,6 @@ msgid "Thick acrylic paint texture with high texture depth"
msgstr "高紋理深度的厚壓克力顏料"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Alpha Engraving B"
msgstr "透明版畫 B"
@@ -1856,7 +1785,6 @@ msgid "Something like a water noise"
msgstr "有點像水雜訊"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Monochrome Transparency"
msgstr "單色透明"
@@ -1866,24 +1794,22 @@ msgstr "單色透明"
#: ../src/extension/internal/filter/transparency.h:215
#: ../src/extension/internal/filter/transparency.h:288
#: ../src/extension/internal/filter/transparency.h:350
-#, fuzzy
msgid "Fill and Transparency"
-msgstr "對話窗透明度:"
+msgstr "填充和透明度"
#: ../share/filters/filters.svg.h:1
msgid "Convert to a colorizable transparent positive or negative"
msgstr "轉成可著色的透明正相或反相"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Saturation Map"
-msgstr "飽和度圖"
+msgstr "飽和度分佈圖"
#: ../share/filters/filters.svg.h:1
msgid ""
"Creates an approximative semi-transparent and colorizable image of the "
"saturation levels"
-msgstr "建立一個近似半透明且可著色的飽和度圖像"
+msgstr "建立一個近似半透明且可著色的飽和度色階圖像"
#: ../share/filters/filters.svg.h:1
msgid "Riddled"
@@ -1894,7 +1820,6 @@ msgid "Riddle the surface and add bump to images"
msgstr "佈滿表面且將凹凸加入圖像"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Wrinkled Varnish"
msgstr "皺紋亮光漆"
@@ -1911,25 +1836,22 @@ msgid "Canvas texture with an HSL sensitive height map"
msgstr "帶有 HSL 感光高度貼圖的畫布紋理"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Canvas Bumps Matte"
-msgstr "畫布凹凸, 霧面"
+msgstr "霧面畫布凹凸"
#: ../share/filters/filters.svg.h:1
msgid "Same as Canvas Bumps but with a diffuse light instead of a specular one"
msgstr "同於畫布凹凸,但為擴散光線而非鏡面"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Canvas Bumps Alpha"
-msgstr "畫布凹凸 (透明)"
+msgstr "透明畫布凹凸"
#: ../share/filters/filters.svg.h:1
msgid "Same as Canvas Bumps but with transparent highlights"
msgstr "同於畫布凹凸,但帶有透明反光"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Bright Metal"
msgstr "閃亮金屬"
@@ -1938,7 +1860,6 @@ msgid "Bright metallic effect for any color"
msgstr "任何顏色的閃亮金屬效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Deep Colors Plastic"
msgstr "深色塑膠"
@@ -1947,27 +1868,24 @@ msgid "Transparent plastic with deep colors"
msgstr "深色的透明塑膠"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Melted Jelly Matte"
-msgstr "融化的果凍, 霧面"
+msgstr "霧面融化果凍"
#: ../share/filters/filters.svg.h:1
msgid "Matte bevel with blurred edges"
msgstr "帶有邊緣模糊的霧面斜角"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Melted Jelly"
-msgstr "融化的果凍"
+msgstr "融化果凍"
#: ../share/filters/filters.svg.h:1
msgid "Glossy bevel with blurred edges"
msgstr "帶有捲邊的光滑斜角"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Combined Lighting"
-msgstr "混合光"
+msgstr "混合光照"
#: ../share/filters/filters.svg.h:1
#: ../src/extension/internal/filter/bevels.h:231
@@ -1983,7 +1901,6 @@ msgid "Metallic foil effect combining two lighting types and variable crumple"
msgstr "混合兩種光照類型和多變壓皺的金屬錫效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Soft Colors"
msgstr "柔和色彩"
@@ -1992,7 +1909,6 @@ msgid "Adds a colorizable edges glow inside objects and pictures"
msgstr "於物件和圖片內部加入可著色的邊緣光暈"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Relief Print"
msgstr "凸版版畫"
@@ -2001,7 +1917,6 @@ msgid "Bumps effect with a bevel, color flood and complex lighting"
msgstr "帶有斜角、填滿顏色和複雜光照的凹凸效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Growing Cells"
msgstr "成長中的細胞"
@@ -2018,114 +1933,100 @@ msgid "Oversaturate colors which can be fluorescent in real world"
msgstr "讓色彩過飽和可變成真實世界中的螢光物質"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Pixellize"
-msgstr "像素"
+msgstr "像素化"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Pixel tools"
-msgstr "像素"
+msgstr "像素工具"
#: ../share/filters/filters.svg.h:1
msgid "Reduce or remove antialiasing around shapes"
-msgstr ""
+msgstr "形狀周圍減少或移除反鋸齒"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Set Resolution"
-msgstr "解析度:"
+msgstr "設定解析度"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Set filter resolution"
-msgstr "預設匯出解析度:"
+msgstr "設定濾鏡解析度"
#: ../share/filters/filters.svg.h:1
msgid "Basic Diffuse Bump"
-msgstr ""
+msgstr "基本漫射凹凸"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Matte emboss effect"
-msgstr "移除特效"
+msgstr "霧面浮雕效果"
#: ../share/filters/filters.svg.h:1
msgid "Basic Specular Bump"
-msgstr ""
+msgstr "基本反射凹凸"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Specular emboss effect"
-msgstr "反射指數"
+msgstr "反光浮雕效果"
#: ../share/filters/filters.svg.h:1
msgid "Basic Two Lights Bump"
-msgstr ""
+msgstr "基本雙光源凹凸"
#: ../share/filters/filters.svg.h:1
msgid "Two types of lighting emboss effect"
-msgstr ""
+msgstr "兩種類型照明浮雕效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Linen Canvas"
-msgstr "畫布"
+msgstr "亞麻畫布"
#: ../share/filters/filters.svg.h:1
msgid "Painting canvas emboss effect"
-msgstr ""
+msgstr "油畫畫布浮雕效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Plasticine"
-msgstr "石膏"
+msgstr "塑像黏土"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Matte modeling paste emboss effect"
-msgstr "貼上即時路徑特效"
+msgstr "霧面雕像塑造黏土浮雕效果"
#: ../share/filters/filters.svg.h:1
msgid "Rough Canvas Painting"
-msgstr ""
+msgstr "粗糙油畫畫布"
#: ../share/filters/filters.svg.h:1
msgid "Paper Bump"
-msgstr ""
+msgstr "紙張凹凸"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Paper like emboss effect"
-msgstr "貼上即時路徑特效"
+msgstr "紙張外觀浮雕效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Jelly Bump"
-msgstr "發泡凹凸"
+msgstr "果凍凹凸"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Convert pictures to thick jelly"
-msgstr "將文字轉成路徑"
+msgstr "將影像轉變成粗厚果凍"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Blend Opposites"
-msgstr "混合模式 (_B):"
+msgstr "相反混合"
#: ../share/filters/filters.svg.h:1
msgid "Blend an image with its hue opposite"
-msgstr ""
+msgstr "用本身的相反色相混合影像"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Hue to White"
-msgstr "旋轉色相"
+msgstr "色相轉成白色"
#: ../share/filters/filters.svg.h:1
msgid "Fades hue progressively to white"
-msgstr ""
+msgstr "將色相漸漸淡化成白色"
#: ../share/filters/filters.svg.h:1
#: ../src/extension/internal/bitmap/swirl.cpp:37
@@ -2133,186 +2034,163 @@ msgid "Swirl"
msgstr "螺旋"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid ""
"Paint objects with a transparent turbulence which wraps around color edges"
-msgstr "用透明的紊亂來塗繪物件,扭轉彩色邊緣"
+msgstr "用透明的紊亂來塗繪物件,顏色邊緣周圍會扭轉"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Pointillism"
-msgstr "點"
+msgstr "點描派"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Gives a turbulent pointillist HSL sensitive transparency"
-msgstr "產生像 HSL 感光透明的點描畫"
+msgstr "產生紊亂點描風格的 HSL 感光透明"
#: ../share/filters/filters.svg.h:1
msgid "Silhouette Marbled"
-msgstr ""
+msgstr "大理石剪影"
#: ../share/filters/filters.svg.h:1
msgid "Basic noise transparency texture"
-msgstr "基本的雜訊透明紋理"
+msgstr "基本雜訊透明紋理"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Fill Background"
-msgstr "背景"
+msgstr "填入背景"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Adds a colorizable opaque background"
-msgstr "於內部加入可著色的下落式陰影"
+msgstr "加入彩色不透明背景"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Flatten Transparency"
-msgstr "對話窗透明度:"
+msgstr "平面化透明度"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Adds a white opaque background"
-msgstr "移除背景"
+msgstr "加入白色不透明背景"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Fill Area"
-msgstr "單色"
+msgstr "填充範圍"
#: ../share/filters/filters.svg.h:1
msgid "Fills object bounding box with color"
-msgstr ""
+msgstr "用顏色填充物件邊界框"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Blur Double"
-msgstr "模糊模式"
+msgstr "雙倍模糊"
#: ../share/filters/filters.svg.h:1
msgid ""
"Overlays two copies with different blur amounts and modifiable blend and "
"composite"
-msgstr ""
+msgstr "用不同模糊程度和可修改的混合及合成重疊兩個複製物件"
#: ../share/filters/filters.svg.h:1
msgid "Image Drawing Basic"
-msgstr ""
+msgstr "基本影像繪畫"
#: ../share/filters/filters.svg.h:1
msgid "Enhance and redraw color edges in 1 bit black and white"
-msgstr ""
+msgstr "加強並用 1 位元黑白重繪色彩邊緣"
#: ../share/filters/filters.svg.h:1
msgid "Poster Draw"
-msgstr ""
+msgstr "海報繪畫"
#: ../share/filters/filters.svg.h:1
msgid "Enhance and redraw edges around posterized areas"
-msgstr ""
+msgstr "加強和重繪海報化區域的邊緣"
#: ../share/filters/filters.svg.h:1
msgid "Cross Noise Poster"
-msgstr ""
+msgstr "交疊雜訊海報"
#: ../share/filters/filters.svg.h:1
msgid "Overlay with a small scale screen like noise"
-msgstr ""
+msgstr "用小尺寸縮放螢幕外觀的雜訊覆蓋"
#: ../share/filters/filters.svg.h:1
msgid "Cross Noise Poster B"
-msgstr ""
+msgstr "交疊雜訊海報 B"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Adds a small scale screen like noise locally"
-msgstr "加入小比例顆粒"
+msgstr "加入類似局部性雜訊的小比例濾色"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Poster Color Fun"
-msgstr "貼上顏色"
+msgstr "彩繪海報"
#: ../share/filters/filters.svg.h:1
msgid "Poster Rough"
-msgstr ""
+msgstr "粗糙海報"
#: ../share/filters/filters.svg.h:1
msgid "Adds roughness to one of the two channels of the Poster paint filter"
-msgstr ""
+msgstr "加入粗糙度到海報塗繪濾鏡兩個色版的其中一個"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Alpha Monochrome Cracked"
-msgstr "單色反相"
+msgstr "碎裂的透明單色"
#: ../share/filters/filters.svg.h:1
msgid "Basic noise fill texture; adjust color in Flood"
msgstr "基本雜訊填充紋理;用填滿來調整顏色"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Alpha Turbulent"
-msgstr "透明重塗"
+msgstr "透明紊亂"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Colorize Turbulent"
-msgstr "著色"
+msgstr "彩色紊亂"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Cross Noise B"
-msgstr "帕松雜訊"
+msgstr "交疊雜訊 B"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Adds a small scale crossy graininess"
-msgstr "加入小比例顆粒"
+msgstr "加入小比例的交疊式顆粒"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Cross Noise"
-msgstr "帕松雜訊"
+msgstr "交疊雜訊"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Adds a small scale screen like graininess"
-msgstr "加入小比例顆粒"
+msgstr "加入小比例螢幕外觀的顆粒"
#: ../share/filters/filters.svg.h:1
msgid "Duotone Turbulent"
-msgstr ""
+msgstr "雙色紊亂"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Light Eraser Cracked"
-msgstr "亮部橡皮擦"
+msgstr "破裂的淺色橡皮擦"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Poster Turbulent"
-msgstr "紊亂"
+msgstr "海報紊亂"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Tartan Smart"
-msgstr "格紋"
+msgstr "智慧型格紋"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Highly configurable checkered tartan pattern"
-msgstr "方格花紋圖樣"
+msgstr "可變更許多設定的棋盤方格圖案"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Light Contour"
-msgstr "光源:"
+msgstr "亮色輪廓"
#: ../share/filters/filters.svg.h:1
msgid "Uses vertical specular light to draw lines"
-msgstr ""
+msgstr "使用垂直反光繪製線條"
#: ../share/filters/filters.svg.h:1
msgid "Liquid"
@@ -2328,28 +2206,25 @@ msgstr "鋁"
#: ../share/filters/filters.svg.h:1
msgid "Aluminium effect with sharp brushed reflexions"
-msgstr ""
+msgstr "帶有柔和折射的鋁金屬效果"
#: ../share/filters/filters.svg.h:1
msgid "Comics"
msgstr "漫畫"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Comics cartoon drawing effect"
-msgstr "流體筆刷的卡通繪畫"
+msgstr "漫畫卡通繪畫效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Comics Draft"
-msgstr "漫畫式草圖"
+msgstr "漫畫草圖"
#: ../share/filters/filters.svg.h:1
msgid "Draft painted cartoon shading with a glassy look"
msgstr "以光滑外觀的卡通明暗法繪製草圖"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Comics Fading"
msgstr "漫畫式褪色"
@@ -2358,226 +2233,205 @@ msgid "Cartoon paint style with some fading at the edges"
msgstr "邊緣些許褪色的卡通繪畫風格"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Brushed Metal"
-msgstr "腐蝕金屬"
+msgstr "拋光金屬"
#: ../share/filters/filters.svg.h:1
msgid "Satiny metal surface effect"
-msgstr ""
+msgstr "光滑柔和金屬表面效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Opaline"
-msgstr "外框"
+msgstr "蛋白石"
#: ../share/filters/filters.svg.h:1
msgid "Contouring version of smooth shader"
-msgstr "平滑材質的輪廓版本"
+msgstr "平滑材質的輪廓變形"
#: ../share/filters/filters.svg.h:1
msgid "Chrome"
msgstr "鉻"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Bright chrome effect"
-msgstr "閃亮金屬"
+msgstr "亮色金屬鉻效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Deep Chrome"
-msgstr "鉻"
+msgstr "暗色鉻"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Dark chrome effect"
-msgstr "目前特效"
+msgstr "暗色金屬鉻效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Emboss Shader"
msgstr "浮雕材質"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Combination of satiny and emboss effect"
-msgstr "平滑材質和浮雕的結合"
+msgstr "光滑柔和與浮雕兩者結合的效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Sharp Metal"
-msgstr "銳利化"
+msgstr "耀眼金屬"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Chrome effect with darkened edges"
-msgstr "帶有捲邊的被壓縮金屬"
+msgstr "暗色邊緣的鉻金屬效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Brush Draw"
-msgstr "筆刷"
+msgstr "筆刷繪畫"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Chrome Emboss"
-msgstr "暗色浮雕"
+msgstr "鉻金屬浮雕"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Embossed chrome effect"
-msgstr "移除路徑特效"
+msgstr "浮雕式鉻金屬效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Contour Emboss"
-msgstr "彩色浮雕"
+msgstr "輪廓浮雕"
#: ../share/filters/filters.svg.h:1
msgid "Satiny and embossed contour effect"
-msgstr ""
+msgstr "輪廓變成光滑柔和的浮雕效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Sharp Deco"
-msgstr "銳利化"
+msgstr "耀眼 Deco 風格"
#: ../share/filters/filters.svg.h:1
msgid "Unrealistic reflexions with sharp edges"
-msgstr ""
+msgstr "帶有銳利邊緣的不真實反射"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Deep Metal"
-msgstr "彎曲金屬"
+msgstr "深色金屬"
#: ../share/filters/filters.svg.h:1
msgid "Deep and dark metal shading"
-msgstr ""
+msgstr "深暗色金屬材質"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Aluminium Emboss"
-msgstr "鋁"
+msgstr "鋁金屬浮雕"
#: ../share/filters/filters.svg.h:1
msgid "Satiny aluminium effect with embossing"
-msgstr ""
+msgstr "帶有浮雕的光滑柔和鋁金屬效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Refractive Glass"
-msgstr "折射凝膠 A"
+msgstr "折射玻璃"
#: ../share/filters/filters.svg.h:1
msgid "Double reflexion through glass with some refraction"
-msgstr ""
+msgstr "經過玻璃帶有一些折射的兩次反射效果"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Frosted Glass"
-msgstr "毛玻璃"
+msgstr "磨砂玻璃"
#: ../share/filters/filters.svg.h:1
-#, fuzzy
msgid "Satiny glass effect"
-msgstr "被照亮的彩色玻璃效果"
+msgstr "光滑柔和的玻璃效果"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:2
-#, fuzzy
msgctxt "Palette"
msgid "Black"
msgstr "黑色"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:3
-#, fuzzy, no-c-format
+#, no-c-format
msgctxt "Palette"
msgid "90% Gray"
-msgstr "灰"
+msgstr "90% 灰"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:4
-#, fuzzy, no-c-format
+#, no-c-format
msgctxt "Palette"
msgid "80% Gray"
-msgstr "灰"
+msgstr "80% 灰"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:5
-#, fuzzy, no-c-format
+#, no-c-format
msgctxt "Palette"
msgid "70% Gray"
-msgstr "灰"
+msgstr "70% 灰"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:6
-#, fuzzy, no-c-format
+#, no-c-format
msgctxt "Palette"
msgid "60% Gray"
-msgstr "灰"
+msgstr "60% 灰"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:7
-#, fuzzy, no-c-format
+#, no-c-format
msgctxt "Palette"
msgid "50% Gray"
-msgstr "灰"
+msgstr "50% 灰"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:8
-#, fuzzy, no-c-format
+#, no-c-format
msgctxt "Palette"
msgid "40% Gray"
-msgstr "灰"
+msgstr "40% 灰"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:9
-#, fuzzy, no-c-format
+#, no-c-format
msgctxt "Palette"
msgid "30% Gray"
-msgstr "灰"
+msgstr "30% 灰"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:10
-#, fuzzy, no-c-format
+#, no-c-format
msgctxt "Palette"
msgid "20% Gray"
-msgstr "灰"
+msgstr "20% 灰"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:11
-#, fuzzy, no-c-format
+#, no-c-format
msgctxt "Palette"
msgid "10% Gray"
-msgstr "灰"
+msgstr "10% 灰"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:12
-#, fuzzy, no-c-format
+#, no-c-format
msgctxt "Palette"
msgid "7.5% Gray"
-msgstr "灰"
+msgstr "7.5% 灰"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:13
-#, fuzzy, no-c-format
+#, no-c-format
msgctxt "Palette"
msgid "5% Gray"
-msgstr "灰"
+msgstr "5% 灰"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:14
-#, fuzzy, no-c-format
+#, no-c-format
msgctxt "Palette"
msgid "2.5% Gray"
-msgstr "灰"
+msgstr "2.5% 灰"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:15
-#, fuzzy
msgctxt "Palette"
msgid "White"
msgstr "白色"
@@ -2586,1078 +2440,1063 @@ msgstr "白色"
#: ../share/palettes/palettes.h:16
msgctxt "Palette"
msgid "Maroon (#800000)"
-msgstr ""
+msgstr "紫藍 (#800000)"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:17
msgctxt "Palette"
msgid "Red (#FF0000)"
-msgstr ""
+msgstr "紅色 (#FF0000)"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:18
msgctxt "Palette"
msgid "Olive (#808000)"
-msgstr ""
+msgstr "橄欖綠 (#808000)"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:19
msgctxt "Palette"
msgid "Yellow (#FFFF00)"
-msgstr ""
+msgstr "黃色 (#FFFF00)"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:20
msgctxt "Palette"
msgid "Green (#008000)"
-msgstr ""
+msgstr "綠色 (#008000)"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:21
msgctxt "Palette"
msgid "Lime (#00FF00)"
-msgstr ""
+msgstr "萊姆 (#00FF00)"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:22
msgctxt "Palette"
msgid "Teal (#008080)"
-msgstr ""
+msgstr "水鴨綠 (#008080)"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:23
msgctxt "Palette"
msgid "Aqua (#00FFFF)"
-msgstr ""
+msgstr "水藍 (#00FFFF)"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:24
msgctxt "Palette"
msgid "Navy (#000080)"
-msgstr ""
+msgstr "海軍藍 (#000080)"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:25
msgctxt "Palette"
msgid "Blue (#0000FF)"
-msgstr ""
+msgstr "藍色 (#0000FF)"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:26
msgctxt "Palette"
msgid "Purple (#800080)"
-msgstr ""
+msgstr "紫色 (#800080)"
#. Palette: ./inkscape.gpl
#: ../share/palettes/palettes.h:27
msgctxt "Palette"
msgid "Fuchsia (#FF00FF)"
-msgstr ""
+msgstr "桃紅 (#FF00FF)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:28
msgctxt "Palette"
msgid "black (#000000)"
-msgstr ""
+msgstr "黑色 (#000000)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:29
msgctxt "Palette"
msgid "dimgray (#696969)"
-msgstr ""
+msgstr "暗灰 (#696969)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:30
msgctxt "Palette"
msgid "gray (#808080)"
-msgstr ""
+msgstr "灰色 (#808080)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:31
msgctxt "Palette"
msgid "darkgray (#A9A9A9)"
-msgstr ""
+msgstr "深灰 (#A9A9A9)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:32
msgctxt "Palette"
msgid "silver (#C0C0C0)"
-msgstr ""
+msgstr "銀色 (#C0C0C0)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:33
msgctxt "Palette"
msgid "lightgray (#D3D3D3)"
-msgstr ""
+msgstr "淺灰 (#D3D3D3)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:34
msgctxt "Palette"
msgid "gainsboro (#DCDCDC)"
-msgstr ""
+msgstr "亮灰 (#DCDCDC)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:35
msgctxt "Palette"
msgid "whitesmoke (#F5F5F5)"
-msgstr ""
+msgstr "煙白 (#F5F5F5)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:36
msgctxt "Palette"
msgid "white (#FFFFFF)"
-msgstr ""
+msgstr "白色 (#FFFFFF)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:37
msgctxt "Palette"
msgid "rosybrown (#BC8F8F)"
-msgstr ""
+msgstr "玫瑰棕 (#BC8F8F)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:38
msgctxt "Palette"
msgid "indianred (#CD5C5C)"
-msgstr ""
+msgstr "淺粉紅 (#CD5C5C)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:39
msgctxt "Palette"
msgid "brown (#A52A2A)"
-msgstr ""
+msgstr "棕色 (#A52A2A)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:40
msgctxt "Palette"
msgid "firebrick (#B22222)"
-msgstr ""
+msgstr "磚紅 (#B22222)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:41
msgctxt "Palette"
msgid "lightcoral (#F08080)"
-msgstr ""
+msgstr "淺珊瑚 (#F08080)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:42
msgctxt "Palette"
msgid "maroon (#800000)"
-msgstr ""
+msgstr "紫藍 (#800000)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:43
msgctxt "Palette"
msgid "darkred (#8B0000)"
-msgstr ""
+msgstr "暗紅 (#8B0000)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:44
msgctxt "Palette"
msgid "red (#FF0000)"
-msgstr ""
+msgstr "紅色 (#FF0000)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:45
msgctxt "Palette"
msgid "snow (#FFFAFA)"
-msgstr ""
+msgstr "雪白 (#FFFAFA)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:46
msgctxt "Palette"
msgid "mistyrose (#FFE4E1)"
-msgstr ""
+msgstr "淺玫瑰色 (#FFE4E1)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:47
msgctxt "Palette"
msgid "salmon (#FA8072)"
-msgstr ""
+msgstr "鮭紅 (#FA8072)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:48
msgctxt "Palette"
msgid "tomato (#FF6347)"
-msgstr ""
+msgstr "番茄紅 (#FF6347)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:49
msgctxt "Palette"
msgid "darksalmon (#E9967A)"
-msgstr ""
+msgstr "暗鮭紅 (#E9967A)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:50
msgctxt "Palette"
msgid "coral (#FF7F50)"
-msgstr ""
+msgstr "珊瑚 (#FF7F50)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:51
msgctxt "Palette"
msgid "orangered (#FF4500)"
-msgstr ""
+msgstr "橘紅 (#FF4500)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:52
msgctxt "Palette"
msgid "lightsalmon (#FFA07A)"
-msgstr ""
+msgstr "淺鮭紅 (#FFA07A)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:53
msgctxt "Palette"
msgid "sienna (#A0522D)"
-msgstr ""
+msgstr "黃褐色 (#A0522D)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:54
msgctxt "Palette"
msgid "seashell (#FFF5EE)"
-msgstr ""
+msgstr "海貝褐 (#FFF5EE)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:55
msgctxt "Palette"
msgid "chocolate (#D2691E)"
-msgstr ""
+msgstr "巧克力 (#D2691E)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:56
msgctxt "Palette"
msgid "saddlebrown (#8B4513)"
-msgstr ""
+msgstr "馬鞍褐 (#8B4513)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:57
msgctxt "Palette"
msgid "sandybrown (#F4A460)"
-msgstr ""
+msgstr "沙褐色 (#F4A460)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:58
msgctxt "Palette"
msgid "peachpuff (#FFDAB9)"
-msgstr ""
+msgstr "粉桃紅 (#FFDAB9)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:59
msgctxt "Palette"
msgid "peru (#CD853F)"
-msgstr ""
+msgstr "秘魯色 (#CD853F)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:60
msgctxt "Palette"
msgid "linen (#FAF0E6)"
-msgstr ""
+msgstr "亞麻色 (#FAF0E6)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:61
msgctxt "Palette"
msgid "bisque (#FFE4C4)"
-msgstr ""
+msgstr "淡黃色 (#FFE4C4)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:62
msgctxt "Palette"
msgid "darkorange (#FF8C00)"
-msgstr ""
+msgstr "深橙色 (#FF8C00)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:63
msgctxt "Palette"
msgid "burlywood (#DEB887)"
-msgstr ""
+msgstr "實木色 (#DEB887)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:64
msgctxt "Palette"
msgid "tan (#D2B48C)"
-msgstr ""
+msgstr "曬褐色 (#D2B48C)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:65
msgctxt "Palette"
msgid "antiquewhite (#FAEBD7)"
-msgstr ""
+msgstr "復古白 (#FAEBD7)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:66
msgctxt "Palette"
msgid "navajowhite (#FFDEAD)"
-msgstr ""
+msgstr "耐而節白 (#FFDEAD)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:67
msgctxt "Palette"
msgid "blanchedalmond (#FFEBCD)"
-msgstr ""
+msgstr "白杏仁 (#FFEBCD)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:68
msgctxt "Palette"
msgid "papayawhip (#FFEFD5)"
-msgstr ""
+msgstr "木瓜色 (#FFEFD5)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:69
msgctxt "Palette"
msgid "moccasin (#FFE4B5)"
-msgstr ""
+msgstr "鹿皮色 (#FFE4B5)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:70
msgctxt "Palette"
msgid "orange (#FFA500)"
-msgstr ""
+msgstr "橙色 (#FFA500)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:71
msgctxt "Palette"
msgid "wheat (#F5DEB3)"
-msgstr ""
+msgstr "小麥色 (#F5DEB3)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:72
msgctxt "Palette"
msgid "oldlace (#FDF5E6)"
-msgstr ""
+msgstr "淺米色 (#FDF5E6)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:73
msgctxt "Palette"
msgid "floralwhite (#FFFAF0)"
-msgstr ""
+msgstr "白花色 (#FFFAF0)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:74
msgctxt "Palette"
msgid "darkgoldenrod (#B8860B)"
-msgstr ""
+msgstr "深秋色 (#B8860B)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:75
msgctxt "Palette"
msgid "goldenrod (#DAA520)"
-msgstr ""
+msgstr "秋天色 (#DAA520)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:76
msgctxt "Palette"
msgid "cornsilk (#FFF8DC)"
-msgstr ""
+msgstr "玉米色 (#FFF8DC)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:77
msgctxt "Palette"
msgid "gold (#FFD700)"
-msgstr ""
+msgstr "金色 (#FFD700)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:78
msgctxt "Palette"
msgid "khaki (#F0E68C)"
-msgstr ""
+msgstr "卡其色 (#F0E68C)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:79
msgctxt "Palette"
msgid "lemonchiffon (#FFFACD)"
-msgstr ""
+msgstr "檸檬沙 (#FFFACD)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:80
msgctxt "Palette"
msgid "palegoldenrod (#EEE8AA)"
-msgstr ""
+msgstr "秋天灰 (#EEE8AA)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:81
msgctxt "Palette"
msgid "darkkhaki (#BDB76B)"
-msgstr ""
+msgstr "深卡其色 (#BDB76B)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:82
msgctxt "Palette"
msgid "beige (#F5F5DC)"
-msgstr ""
+msgstr "米色 (#F5F5DC)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:83
msgctxt "Palette"
msgid "lightgoldenrodyellow (#FAFAD2)"
-msgstr ""
+msgstr "淺金黃 (#FAFAD2)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:84
msgctxt "Palette"
msgid "olive (#808000)"
-msgstr ""
+msgstr "橄欖 (#808000)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:85
msgctxt "Palette"
msgid "yellow (#FFFF00)"
-msgstr ""
+msgstr "黃色 (#FFFF00)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:86
msgctxt "Palette"
msgid "lightyellow (#FFFFE0)"
-msgstr ""
+msgstr "淺黃 (#FFFFE0)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:87
msgctxt "Palette"
msgid "ivory (#FFFFF0)"
-msgstr ""
+msgstr "象牙黃 (#FFFFF0)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:88
msgctxt "Palette"
msgid "olivedrab (#6B8E23)"
-msgstr ""
+msgstr "橄欖黃 (#6B8E23)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:89
msgctxt "Palette"
msgid "yellowgreen (#9ACD32)"
-msgstr ""
+msgstr "黃綠 (#9ACD32)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:90
msgctxt "Palette"
msgid "darkolivegreen (#556B2F)"
-msgstr ""
+msgstr "深橄欖綠 (#556B2F)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:91
msgctxt "Palette"
msgid "greenyellow (#ADFF2F)"
-msgstr ""
+msgstr "黃綠 (#ADFF2F)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:92
msgctxt "Palette"
msgid "chartreuse (#7FFF00)"
-msgstr ""
+msgstr "查特酒綠 (#7FFF00)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:93
msgctxt "Palette"
msgid "lawngreen (#7CFC00)"
-msgstr ""
+msgstr "草坪綠 (#7CFC00)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:94
msgctxt "Palette"
msgid "darkseagreen (#8FBC8F)"
-msgstr ""
+msgstr "深海綠 (#8FBC8F)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:95
msgctxt "Palette"
msgid "forestgreen (#228B22)"
-msgstr ""
+msgstr "森林綠 (#228B22)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:96
msgctxt "Palette"
msgid "limegreen (#32CD32)"
-msgstr ""
+msgstr "萊姆綠 (#32CD32)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:97
msgctxt "Palette"
msgid "lightgreen (#90EE90)"
-msgstr ""
+msgstr "淺綠 (#90EE90)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:98
msgctxt "Palette"
msgid "palegreen (#98FB98)"
-msgstr ""
+msgstr "蒼綠 (#98FB98)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:99
msgctxt "Palette"
msgid "darkgreen (#006400)"
-msgstr ""
+msgstr "暗綠 (#006400)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:100
msgctxt "Palette"
msgid "green (#008000)"
-msgstr ""
+msgstr "綠色 (#008000)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:101
msgctxt "Palette"
msgid "lime (#00FF00)"
-msgstr ""
+msgstr "萊姆 (#00FF00)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:102
msgctxt "Palette"
msgid "honeydew (#F0FFF0)"
-msgstr ""
+msgstr "淺粉綠 (#F0FFF0)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:103
msgctxt "Palette"
msgid "seagreen (#2E8B57)"
-msgstr ""
+msgstr "海綠 (#2E8B57)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:104
msgctxt "Palette"
msgid "mediumseagreen (#3CB371)"
-msgstr ""
+msgstr "中海綠 (#3CB371)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:105
msgctxt "Palette"
msgid "springgreen (#00FF7F)"
-msgstr ""
+msgstr "中亮綠 (#00FF7F)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:106
msgctxt "Palette"
msgid "mintcream (#F5FFFA)"
-msgstr ""
+msgstr "薄荷 (#F5FFFA)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:107
msgctxt "Palette"
msgid "mediumspringgreen (#00FA9A)"
-msgstr ""
+msgstr "中春綠 (#00FA9A)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:108
msgctxt "Palette"
msgid "mediumaquamarine (#66CDAA)"
-msgstr ""
+msgstr "中藍綠 (#66CDAA)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:109
msgctxt "Palette"
msgid "aquamarine (#7FFFD4)"
-msgstr ""
+msgstr "藍綠 (#7FFFD4)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:110
msgctxt "Palette"
msgid "turquoise (#40E0D0)"
-msgstr ""
+msgstr "寶石綠 (#40E0D0)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:111
msgctxt "Palette"
msgid "lightseagreen (#20B2AA)"
-msgstr ""
+msgstr "淺海綠 (#20B2AA)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:112
msgctxt "Palette"
msgid "mediumturquoise (#48D1CC)"
-msgstr ""
+msgstr "中寶石綠 (#48D1CC)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:113
msgctxt "Palette"
msgid "darkslategray (#2F4F4F)"
-msgstr ""
+msgstr "深板岩灰 (#2F4F4F)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:114
msgctxt "Palette"
msgid "paleturquoise (#AFEEEE)"
-msgstr ""
+msgstr "蒼寶石綠 (#AFEEEE)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:115
msgctxt "Palette"
msgid "teal (#008080)"
-msgstr ""
+msgstr "鴨綠 (#008080)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:116
msgctxt "Palette"
msgid "darkcyan (#008B8B)"
-msgstr ""
+msgstr "暗青色 (#008B8B)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:117
msgctxt "Palette"
msgid "cyan (#00FFFF)"
-msgstr ""
+msgstr "青色 (#00FFFF)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:118
msgctxt "Palette"
msgid "lightcyan (#E0FFFF)"
-msgstr ""
+msgstr "淺青色 (#E0FFFF)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:119
msgctxt "Palette"
msgid "azure (#F0FFFF)"
-msgstr ""
+msgstr "天青 (#F0FFFF)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:120
msgctxt "Palette"
msgid "darkturquoise (#00CED1)"
-msgstr ""
+msgstr "深寶石綠 (#00CED1)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:121
msgctxt "Palette"
msgid "cadetblue (#5F9EA0)"
-msgstr ""
+msgstr "軍校藍 (#5F9EA0)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:122
msgctxt "Palette"
msgid "powderblue (#B0E0E6)"
-msgstr ""
+msgstr "粉藍 (#B0E0E6)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:123
msgctxt "Palette"
msgid "lightblue (#ADD8E6)"
-msgstr ""
+msgstr "淺藍 (#ADD8E6)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:124
msgctxt "Palette"
msgid "deepskyblue (#00BFFF)"
-msgstr ""
+msgstr "深天空藍 (#00BFFF)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:125
msgctxt "Palette"
msgid "skyblue (#87CEEB)"
-msgstr ""
+msgstr "天空藍 (#87CEEB)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:126
msgctxt "Palette"
msgid "lightskyblue (#87CEFA)"
-msgstr ""
+msgstr "淺天空藍 (#87CEFA)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:127
msgctxt "Palette"
msgid "steelblue (#4682B4)"
-msgstr ""
+msgstr "鐵藍 (#4682B4)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:128
msgctxt "Palette"
msgid "aliceblue (#F0F8FF)"
-msgstr ""
+msgstr "誠實藍 (#F0F8FF)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:129
msgctxt "Palette"
msgid "dodgerblue (#1E90FF)"
-msgstr ""
+msgstr "柔和藍 (#1E90FF)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:130
msgctxt "Palette"
msgid "slategray (#708090)"
-msgstr ""
+msgstr "板岩灰 (#708090)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:131
msgctxt "Palette"
msgid "lightslategray (#778899)"
-msgstr ""
+msgstr "淺板岩灰 (#778899)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:132
msgctxt "Palette"
msgid "lightsteelblue (#B0C4DE)"
-msgstr ""
+msgstr "淺鐵藍 (#B0C4DE)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:133
msgctxt "Palette"
msgid "cornflowerblue (#6495ED)"
-msgstr ""
+msgstr "矢車菊藍 (#6495ED)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:134
msgctxt "Palette"
msgid "royalblue (#4169E1)"
-msgstr ""
+msgstr "皇家藍 (#4169E1)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:135
msgctxt "Palette"
msgid "midnightblue (#191970)"
-msgstr ""
+msgstr "深夜藍 (#191970)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:136
msgctxt "Palette"
msgid "lavender (#E6E6FA)"
-msgstr ""
+msgstr "淺紫 (#E6E6FA)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:137
msgctxt "Palette"
msgid "navy (#000080)"
-msgstr ""
+msgstr "海軍藍 (#000080)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:138
msgctxt "Palette"
msgid "darkblue (#00008B)"
-msgstr ""
+msgstr "深藍 (#00008B)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:139
msgctxt "Palette"
msgid "mediumblue (#0000CD)"
-msgstr ""
+msgstr "中藍 (#0000CD)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:140
msgctxt "Palette"
msgid "blue (#0000FF)"
-msgstr ""
+msgstr "藍色 (#0000FF)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:141
msgctxt "Palette"
msgid "ghostwhite (#F8F8FF)"
-msgstr ""
+msgstr "幽靈白 (#F8F8FF)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:142
msgctxt "Palette"
msgid "slateblue (#6A5ACD)"
-msgstr ""
+msgstr "板岩藍 (#6A5ACD)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:143
msgctxt "Palette"
msgid "darkslateblue (#483D8B)"
-msgstr ""
+msgstr "暗板岩藍 (#483D8B)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:144
msgctxt "Palette"
msgid "mediumslateblue (#7B68EE)"
-msgstr ""
+msgstr "中板岩藍"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:145
msgctxt "Palette"
msgid "mediumpurple (#9370DB)"
-msgstr ""
+msgstr "中紫色 (#9370DB)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:146
msgctxt "Palette"
msgid "blueviolet (#8A2BE2)"
-msgstr ""
+msgstr "藍紫色 (#8A2BE2)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:147
msgctxt "Palette"
msgid "indigo (#4B0082)"
-msgstr ""
+msgstr "靛青 (#4B0082)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:148
msgctxt "Palette"
msgid "darkorchid (#9932CC)"
-msgstr ""
+msgstr "暗淡紫 (#9932CC)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:149
msgctxt "Palette"
msgid "darkviolet (#9400D3)"
-msgstr ""
+msgstr "暗紫羅蘭 (#9400D3)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:150
msgctxt "Palette"
msgid "mediumorchid (#BA55D3)"
-msgstr ""
+msgstr "中淡紫 (#BA55D3)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:151
msgctxt "Palette"
msgid "thistle (#D8BFD8)"
-msgstr ""
+msgstr "薊色 (#D8BFD8)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:152
msgctxt "Palette"
msgid "plum (#DDA0DD)"
-msgstr ""
+msgstr "梅紅 (#DDA0DD)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:153
msgctxt "Palette"
msgid "violet (#EE82EE)"
-msgstr ""
+msgstr "紫羅蘭 (#EE82EE)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:154
msgctxt "Palette"
msgid "purple (#800080)"
-msgstr ""
+msgstr "紫色 (#800080)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:155
msgctxt "Palette"
msgid "darkmagenta (#8B008B)"
-msgstr ""
+msgstr "暗洋紅 (#8B008B)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:156
msgctxt "Palette"
msgid "magenta (#FF00FF)"
-msgstr ""
+msgstr "洋紅 (#FF00FF)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:157
msgctxt "Palette"
msgid "orchid (#DA70D6)"
-msgstr ""
+msgstr "淡紫 (#DA70D6)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:158
msgctxt "Palette"
msgid "mediumvioletred (#C71585)"
-msgstr ""
+msgstr "中紫羅蘭 (#C71585)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:159
msgctxt "Palette"
msgid "deeppink (#FF1493)"
-msgstr ""
+msgstr "深粉紅 (#FF1493)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:160
msgctxt "Palette"
msgid "hotpink (#FF69B4)"
-msgstr ""
+msgstr "亮粉紅 (#FF69B4)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:161
msgctxt "Palette"
msgid "lavenderblush (#FFF0F5)"
-msgstr ""
+msgstr "淡紫紅 (#FFF0F5)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:162
msgctxt "Palette"
msgid "palevioletred (#DB7093)"
-msgstr ""
+msgstr "蒼紫羅蘭 (#DB7093)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:163
msgctxt "Palette"
msgid "crimson (#DC143C)"
-msgstr ""
+msgstr "緋紅 (#DC143C)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:164
msgctxt "Palette"
msgid "pink (#FFC0CB)"
-msgstr ""
+msgstr "粉紅 (#FFC0CB)"
#. Palette: ./svg.gpl
#: ../share/palettes/palettes.h:165
msgctxt "Palette"
msgid "lightpink (#FFB6C1)"
-msgstr ""
+msgstr "淡粉紅 (#FFB6C1)"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:166
-#, fuzzy
msgctxt "Palette"
msgid "Butter 1"
-msgstr "平端點"
+msgstr "奶油 1"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:167
-#, fuzzy
msgctxt "Palette"
msgid "Butter 2"
-msgstr "平端點"
+msgstr "奶油 2"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:168
-#, fuzzy
msgctxt "Palette"
msgid "Butter 3"
-msgstr "平端點"
+msgstr "奶油 3"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:169
msgctxt "Palette"
msgid "Chameleon 1"
-msgstr ""
+msgstr "變色龍 1"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:170
msgctxt "Palette"
msgid "Chameleon 2"
-msgstr ""
+msgstr "變色龍 2"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:171
msgctxt "Palette"
msgid "Chameleon 3"
-msgstr ""
+msgstr "變色龍 3"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:172
-#, fuzzy
msgctxt "Palette"
msgid "Orange 1"
-msgstr "排列"
+msgstr "橙橘 1"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:173
-#, fuzzy
msgctxt "Palette"
msgid "Orange 2"
-msgstr "排列"
+msgstr "橙橘 2"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:174
-#, fuzzy
msgctxt "Palette"
msgid "Orange 3"
-msgstr "排列"
+msgstr "橙橘 3"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:175
msgctxt "Palette"
msgid "Sky Blue 1"
-msgstr ""
+msgstr "天空藍 1"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:176
msgctxt "Palette"
msgid "Sky Blue 2"
-msgstr ""
+msgstr "天空藍 2"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:177
msgctxt "Palette"
msgid "Sky Blue 3"
-msgstr ""
+msgstr "天空藍 3"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:178
msgctxt "Palette"
msgid "Plum 1"
-msgstr ""
+msgstr "梅紅 1"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:179
msgctxt "Palette"
msgid "Plum 2"
-msgstr ""
+msgstr "梅紅 2"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:180
msgctxt "Palette"
msgid "Plum 3"
-msgstr ""
+msgstr "梅紅 3"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:181
msgctxt "Palette"
msgid "Chocolate 1"
-msgstr ""
+msgstr "巧克力色 1"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:182
msgctxt "Palette"
msgid "Chocolate 2"
-msgstr ""
+msgstr "巧克力色 2"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:183
msgctxt "Palette"
msgid "Chocolate 3"
-msgstr ""
+msgstr "巧克力色 3"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:184
-#, fuzzy
msgctxt "Palette"
msgid "Scarlet Red 1"
-msgstr "縮放模式"
+msgstr "鮮紅 1"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:185
-#, fuzzy
msgctxt "Palette"
msgid "Scarlet Red 2"
-msgstr "縮放模式"
+msgstr "鮮紅 2"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:186
-#, fuzzy
msgctxt "Palette"
msgid "Scarlet Red 3"
-msgstr "縮放模式"
+msgstr "鮮紅 3"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:187
-#, fuzzy
msgctxt "Palette"
msgid "Aluminium 1"
-msgstr "鋁"
+msgstr "鋁 1"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:188
-#, fuzzy
msgctxt "Palette"
msgid "Aluminium 2"
-msgstr "鋁"
+msgstr "鋁 2"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:189
-#, fuzzy
msgctxt "Palette"
msgid "Aluminium 3"
-msgstr "鋁"
+msgstr "鋁 3"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:190
-#, fuzzy
msgctxt "Palette"
msgid "Aluminium 4"
-msgstr "鋁"
+msgstr "鋁 4"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:191
-#, fuzzy
msgctxt "Palette"
msgid "Aluminium 5"
-msgstr "鋁"
+msgstr "鋁 5"
#. Palette: ./Tango-Palette.gpl
#: ../share/palettes/palettes.h:192
-#, fuzzy
msgctxt "Palette"
msgid "Aluminium 6"
-msgstr "鋁"
+msgstr "鋁 6"
#: ../share/patterns/patterns.svg.h:1
msgid "Stripes 1:1"
@@ -3996,7 +3835,7 @@ msgstr "無下一個畫面縮放。"
#: ../src/ui/dialog/clonetiler.cpp:112
msgid "_Symmetry"
-msgstr "對稱 (_S)"
+msgstr "對稱(_S)"
#. TRANSLATORS: "translation" means "shift" / "displacement" here.
#: ../src/ui/dialog/clonetiler.cpp:124
@@ -4075,7 +3914,7 @@ msgstr "請選擇鋪排的十七種對稱群組之一"
#: ../src/ui/dialog/clonetiler.cpp:180
msgid "S_hift"
-msgstr "位移 (_H)"
+msgstr "位移(_H)"
#. TRANSLATORS: "shift" means: the tiles will be shifted (offset) horizontally by this amount
#: ../src/ui/dialog/clonetiler.cpp:190
@@ -4134,7 +3973,7 @@ msgstr "各欄的間距為均勻 (1)﹑收斂 (<1) 或發散 (>1)"
#: ../src/ui/dialog/clonetiler.cpp:515 ../src/ui/dialog/clonetiler.cpp:588
#: ../src/ui/dialog/clonetiler.cpp:634 ../src/ui/dialog/clonetiler.cpp:761
msgid "<small>Alternate:</small>"
-msgstr "<small>變更:</small>"
+msgstr "<small>交替:</small>"
#: ../src/ui/dialog/clonetiler.cpp:281
msgid "Alternate the sign of shifts for each row"
@@ -4173,7 +4012,7 @@ msgstr "平移時排除鋪排的寬度"
#: ../src/ui/dialog/clonetiler.cpp:331
msgid "Sc_ale"
-msgstr "縮放 (_A)"
+msgstr "縮放(_A)"
#: ../src/ui/dialog/clonetiler.cpp:339
msgid "<b>Scale X:</b>"
@@ -4246,7 +4085,7 @@ msgstr "累加每一欄的縮放量"
#: ../src/ui/dialog/clonetiler.cpp:477
msgid "_Rotation"
-msgstr "旋轉 (_R)"
+msgstr "旋轉(_R)"
#: ../src/ui/dialog/clonetiler.cpp:485
msgid "<b>Angle:</b>"
@@ -4284,7 +4123,7 @@ msgstr "累加每一欄的旋轉角度"
#: ../src/ui/dialog/clonetiler.cpp:553
msgid "_Blur & opacity"
-msgstr "模糊 & 不透明度 (_B)"
+msgstr "模糊 & 不透明度(_B)"
#: ../src/ui/dialog/clonetiler.cpp:562
msgid "<b>Blur:</b>"
@@ -4311,9 +4150,8 @@ msgid "Alternate the sign of blur change for each column"
msgstr "交替每一欄模糊變化的符號"
#: ../src/ui/dialog/clonetiler.cpp:608
-#, fuzzy
msgid "<b>Opacity:</b>"
-msgstr "不透明度:"
+msgstr "<b>不透明度:</b>"
#: ../src/ui/dialog/clonetiler.cpp:614
msgid "Decrease tile opacity by this percentage for each row"
@@ -4337,7 +4175,7 @@ msgstr "交替每一欄不透明度變化的符號"
#: ../src/ui/dialog/clonetiler.cpp:653
msgid "Co_lor"
-msgstr "顏色 (_L)"
+msgstr "顏色(_L)"
#: ../src/ui/dialog/clonetiler.cpp:663
msgid "Initial color: "
@@ -4411,7 +4249,7 @@ msgstr "交替每一欄顏色變化的符號"
#: ../src/ui/dialog/clonetiler.cpp:780
msgid "_Trace"
-msgstr "描繪 (_T)"
+msgstr "描繪(_T)"
#: ../src/ui/dialog/clonetiler.cpp:792
msgid "Trace the drawing under the tiles"
@@ -4467,7 +4305,6 @@ msgid "Pick the Blue component of the color"
msgstr "取得色彩的藍色組成"
#: ../src/ui/dialog/clonetiler.cpp:866
-#, fuzzy
msgctxt "Clonetiler color hue"
msgid "H"
msgstr "色相"
@@ -4477,7 +4314,6 @@ msgid "Pick the hue of the color"
msgstr "取得色相"
#: ../src/ui/dialog/clonetiler.cpp:874
-#, fuzzy
msgctxt "Clonetiler color saturation"
msgid "S"
msgstr "飽和度"
@@ -4487,7 +4323,6 @@ msgid "Pick the saturation of the color"
msgstr "取得顏色飽和度"
#: ../src/ui/dialog/clonetiler.cpp:882
-#, fuzzy
msgctxt "Clonetiler color lightness"
msgid "L"
msgstr "明度"
@@ -4596,12 +4431,11 @@ msgstr "使用已儲存的鋪排大小和位置"
msgid ""
"Pretend that the size and position of the tile are the same as the last time "
"you tiled it (if any), instead of using the current size"
-msgstr ""
-"假定鋪排的大小和位置跟上一次使用鋪排時相同 (如果有的話),而不是使用目前的大小"
+msgstr "假定鋪排的大小和位置跟上一次使用鋪排時相同 (如果有的話),而不是使用目前的大小"
#: ../src/ui/dialog/clonetiler.cpp:1181
msgid " <b>_Create</b> "
-msgstr "<b>建立 (_C)</b>"
+msgstr "<b>建立(_C)</b>"
#: ../src/ui/dialog/clonetiler.cpp:1183
msgid "Create and tile the clones of the selection"
@@ -4614,7 +4448,7 @@ msgstr "建立並鋪排選擇的仿製物件"
#. So unclumping is the process of spreading a number of objects out more evenly.
#: ../src/ui/dialog/clonetiler.cpp:1203
msgid " _Unclump "
-msgstr "拆解 (_U)"
+msgstr "拆解(_U)"
#: ../src/ui/dialog/clonetiler.cpp:1204
msgid "Spread out clones to reduce clumping; can be applied repeatedly"
@@ -4622,7 +4456,7 @@ msgstr "展開仿製物件來減少聚集程度;可以重複套用"
#: ../src/ui/dialog/clonetiler.cpp:1210
msgid " Re_move "
-msgstr "移除 (_M)"
+msgstr "移除(_M)"
#: ../src/ui/dialog/clonetiler.cpp:1211
msgid "Remove existing tiled clones of the selected object (siblings only)"
@@ -4630,7 +4464,7 @@ msgstr "移除選取物件現有的鋪排仿製物件 (僅同來源的成員)"
#: ../src/ui/dialog/clonetiler.cpp:1227
msgid " R_eset "
-msgstr "重設 (_E)"
+msgstr "重設(_E)"
#. TRANSLATORS: "change" is a noun here
#: ../src/ui/dialog/clonetiler.cpp:1229
@@ -4709,12 +4543,11 @@ msgstr "單位:"
#: ../src/ui/dialog/export.cpp:109 ../src/ui/widget/preferences-widget.cpp:706
msgid "_Browse..."
-msgstr "瀏覽 (_B)..."
+msgstr "瀏覽(_B)..."
#: ../src/ui/dialog/export.cpp:112
-#, fuzzy
msgid "B_atch export all selected objects"
-msgstr "批次匯出所有選擇的物件"
+msgstr "批次匯出所有選擇的物件(_A)"
#: ../src/ui/dialog/export.cpp:112
msgid ""
@@ -4725,9 +4558,8 @@ msgstr ""
"匯出提示"
#: ../src/ui/dialog/export.cpp:114
-#, fuzzy
msgid "Hide a_ll except selected"
-msgstr "隱藏所有未被選取的物件"
+msgstr "隱藏所有未被選取的物件(_L)"
#: ../src/ui/dialog/export.cpp:114
msgid "In the exported image, hide all objects except those that are selected"
@@ -4735,7 +4567,7 @@ msgstr "在已匯出的圖片中,隱藏所有未被選取的物件"
#: ../src/ui/dialog/export.cpp:116
msgid "_Export"
-msgstr "匯出 (_E)"
+msgstr "匯出(_E)"
#: ../src/ui/dialog/export.cpp:133 ../src/ui/dialog/export.cpp:135
msgid "<big><b>Export area</b></big>"
@@ -4751,7 +4583,7 @@ msgstr "x_1:"
#: ../src/ui/dialog/export.cpp:174
msgid "Wid_th:"
-msgstr "寬度 (_T):"
+msgstr "寬度(_T):"
#: ../src/ui/dialog/export.cpp:178
msgid "_y0:"
@@ -4763,7 +4595,7 @@ msgstr "y_1:"
#: ../src/ui/dialog/export.cpp:186
msgid "Hei_ght:"
-msgstr "高度 (_G):"
+msgstr "高度(_G):"
#: ../src/ui/dialog/export.cpp:203 ../src/ui/dialog/export.cpp:205
msgid "<big><b>Bitmap size</b></big>"
@@ -4773,7 +4605,7 @@ msgstr "<big><b>點陣圖大小</b></big>"
#: ../src/live_effects/lpe-patternalongpath.cpp:64
#: ../src/ui/dialog/transformation.cpp:72 ../src/ui/widget/page-sizer.cpp:235
msgid "_Width:"
-msgstr "寬度 (_W):"
+msgstr "寬度(_W):"
#: ../src/ui/dialog/export.cpp:216 ../src/ui/dialog/export.cpp:227
msgid "pixels at"
@@ -4786,7 +4618,7 @@ msgstr "dp_i"
#: ../src/ui/dialog/export.cpp:227 ../src/ui/dialog/transformation.cpp:74
#: ../src/ui/widget/page-sizer.cpp:236
msgid "_Height:"
-msgstr "高度 (_H):"
+msgstr "高度(_H):"
#: ../src/ui/dialog/export.cpp:235
#: ../src/ui/dialog/inkscape-preferences.cpp:1314
@@ -4796,18 +4628,18 @@ msgstr "dpi"
#: ../src/ui/dialog/export.cpp:245 ../src/ui/dialog/export.cpp:247
msgid "<big><b>_Filename</b></big>"
-msgstr "<big><b>檔名 (_F)</b></big>"
+msgstr "<big><b>檔名(_F)</b></big>"
#: ../src/ui/dialog/export.cpp:288
msgid "Export the bitmap file with these settings"
msgstr "依照這些設定值匯出點陣圖檔案"
#: ../src/ui/dialog/export.cpp:536
-#, fuzzy, c-format
+#, c-format
msgid "B_atch export %d selected object"
msgid_plural "B_atch export %d selected objects"
-msgstr[0] "批次匯出 %d 選取的物件"
-msgstr[1] "批次匯出 %d 選取物件"
+msgstr[0] "批次匯出 %d 選擇的物件"
+msgstr[1] "批次匯出 %d 選擇的物件"
#: ../src/ui/dialog/export.cpp:833
msgid "Export in progress"
@@ -4867,7 +4699,7 @@ msgstr "找不到物件"
#: ../src/dialogs/find.cpp:574
msgid "T_ype: "
-msgstr "類型 (_Y):"
+msgstr "類型(_Y):"
#: ../src/dialogs/find.cpp:581
msgid "Search in all object types"
@@ -4950,7 +4782,6 @@ msgstr "搜尋仿製物件"
#. TRANSLATORS: "Clones" is a noun indicating type of object to find
#: ../src/dialogs/find.cpp:664 ../src/ui/dialog/find.cpp:103
-#, fuzzy
msgctxt "Find dialog"
msgid "Clones"
msgstr "仿製物件"
@@ -4974,9 +4805,8 @@ msgid "Offsets"
msgstr "偏移"
#: ../src/dialogs/find.cpp:744
-#, fuzzy
msgid "_Text:"
-msgstr "文字 (_T):"
+msgstr "文字(_T):"
#: ../src/dialogs/find.cpp:744
msgid "Find objects by their text content (exact or partial match)"
@@ -4986,18 +4816,16 @@ msgstr "用文字內容來搜尋物件 (完全或部份符合)"
#: ../src/ui/dialog/object-properties.cpp:249
#: ../src/ui/dialog/object-properties.cpp:306
#: ../src/ui/dialog/object-properties.cpp:313
-#, fuzzy
msgid "_ID:"
msgstr "_ID:"
#: ../src/dialogs/find.cpp:745
msgid "Find objects by the value of the id attribute (exact or partial match)"
-msgstr "用 id 屬性的數值來搜尋物件 (完全或部份相符)"
+msgstr "用 ID 屬性的數值來搜尋物件 (完全或部份相符)"
#: ../src/dialogs/find.cpp:746
-#, fuzzy
msgid "_Style:"
-msgstr "樣式 (_S):"
+msgstr "樣式(_S):"
#: ../src/dialogs/find.cpp:746
msgid ""
@@ -5005,9 +4833,8 @@ msgid ""
msgstr "用樣式屬性的數值來搜尋物件 (完全或部份相符)"
#: ../src/dialogs/find.cpp:747
-#, fuzzy
msgid "_Attribute:"
-msgstr "屬性 (_A):"
+msgstr "屬性(_A):"
#: ../src/dialogs/find.cpp:747
msgid "Find objects by the name of an attribute (exact or partial match)"
@@ -5015,7 +4842,7 @@ msgstr "用屬性名稱來搜尋物件 (完全或部份相符)"
#: ../src/dialogs/find.cpp:761
msgid "Search in s_election"
-msgstr "搜尋選取範圍 (_E)"
+msgstr "搜尋選取範圍(_E)"
#: ../src/dialogs/find.cpp:765 ../src/ui/dialog/find.cpp:72
msgid "Limit search to the current selection"
@@ -5023,7 +4850,7 @@ msgstr "只搜尋目前的選取範圍"
#: ../src/dialogs/find.cpp:770
msgid "Search in current _layer"
-msgstr "搜尋目前的圖層 (_L)"
+msgstr "搜尋目前的圖層(_L)"
#: ../src/dialogs/find.cpp:774 ../src/ui/dialog/find.cpp:71
msgid "Limit search to the current layer"
@@ -5031,7 +4858,7 @@ msgstr "只搜尋目前的圖層"
#: ../src/dialogs/find.cpp:779 ../src/ui/dialog/find.cpp:81
msgid "Include _hidden"
-msgstr "包含隱藏物件 (_H)"
+msgstr "包含隱藏物件(_H)"
#: ../src/dialogs/find.cpp:783 ../src/ui/dialog/find.cpp:81
msgid "Include hidden objects in search"
@@ -5039,7 +4866,7 @@ msgstr "搜尋時包含隱藏物件"
#: ../src/dialogs/find.cpp:788
msgid "Include l_ocked"
-msgstr "包含鎖定物件 (_O)"
+msgstr "包含鎖定物件(_O)"
#: ../src/dialogs/find.cpp:792 ../src/ui/dialog/find.cpp:82
msgid "Include locked objects in search"
@@ -5049,7 +4876,7 @@ msgstr "搜尋時包含鎖定物件"
#: ../src/dialogs/find.cpp:808 ../src/ui/dialog/debug.cpp:76
#: ../src/ui/dialog/messages.cpp:47 ../src/ui/dialog/scriptdialog.cpp:179
msgid "_Clear"
-msgstr "清除 (_C)"
+msgstr "清除(_C)"
#: ../src/dialogs/find.cpp:808
msgid "Clear values"
@@ -5057,7 +4884,7 @@ msgstr "清除數值"
#: ../src/dialogs/find.cpp:809 ../src/ui/dialog/find.cpp:110
msgid "_Find"
-msgstr "尋找 (_F)"
+msgstr "尋找(_F)"
#: ../src/dialogs/find.cpp:809
msgid "Select objects matching all of the fields you filled in"
@@ -5065,27 +4892,27 @@ msgstr "選擇符合你輸入全部條件的物件"
#: ../src/ui/dialog/spellcheck.cpp:73
msgid "_Accept"
-msgstr "同意 (_A)"
+msgstr "同意(_A)"
#: ../src/ui/dialog/spellcheck.cpp:74
msgid "_Ignore once"
-msgstr "忽略一次 (_I)"
+msgstr "忽略一次(_I)"
#: ../src/ui/dialog/spellcheck.cpp:75
msgid "_Ignore"
-msgstr "忽略 (_I)"
+msgstr "忽略(_I)"
#: ../src/ui/dialog/spellcheck.cpp:76
msgid "A_dd"
-msgstr ""
+msgstr "加入(_D)"
#: ../src/ui/dialog/spellcheck.cpp:78
msgid "_Stop"
-msgstr "停止 (_S)"
+msgstr "停止(_S)"
#: ../src/ui/dialog/spellcheck.cpp:79
msgid "_Start"
-msgstr "開始 (_S)"
+msgstr "開始(_S)"
#: ../src/ui/dialog/spellcheck.cpp:109
msgid "Suggestions:"
@@ -5141,7 +4968,7 @@ msgstr "修正拼寫"
#: ../src/ui/dialog/text-edit.cpp:66 ../src/ui/dialog/find.cpp:90
#: ../src/ui/dialog/svg-fonts-dialog.cpp:909
msgid "_Font"
-msgstr "字型 (_F)"
+msgstr "字型(_F)"
#: ../src/ui/dialog/text-edit.cpp:67 ../share/extensions/layout_nup.inx.h:16
#: ../share/extensions/perfectboundcover.inx.h:10
@@ -5152,12 +4979,11 @@ msgstr "版面"
#: ../src/ui/dialog/text-edit.cpp:68 ../src/menus-skeleton.h:242
msgid "_Text"
-msgstr "文字 (_T)"
+msgstr "文字(_T)"
#: ../src/ui/dialog/text-edit.cpp:69
-#, fuzzy
msgid "Set as _default"
-msgstr "設為預設"
+msgstr "設為預設(_D)"
#: ../src/ui/dialog/text-edit.cpp:83
msgid "AaBbCcIiPpQq12369$€¢?.;/()"
@@ -5193,9 +5019,8 @@ msgid "Vertical text"
msgstr "直書"
#: ../src/ui/dialog/text-edit.cpp:134 ../src/ui/dialog/text-edit.cpp:135
-#, fuzzy
msgid "Spacing between lines (percent of font size)"
-msgstr "每一行的間隔距離 (字型大小的倍數)"
+msgstr "每一行之間的距離 (字型大小的百分比)"
#: ../src/ui/dialog/text-edit.cpp:565 ../src/text-context.cpp:1519
msgid "Set text style"
@@ -5308,11 +5133,11 @@ msgstr "變更屬性"
#: ../src/display/canvas-axonomgrid.cpp:329 ../src/display/canvas-grid.cpp:700
msgid "Grid _units:"
-msgstr "格線單位 (_U):"
+msgstr "格線單位(_U):"
#: ../src/display/canvas-axonomgrid.cpp:331 ../src/display/canvas-grid.cpp:702
msgid "_Origin X:"
-msgstr "X 原點 (_O):"
+msgstr "X 原點(_O):"
#: ../src/display/canvas-axonomgrid.cpp:331 ../src/display/canvas-grid.cpp:702
#: ../src/ui/dialog/inkscape-preferences.cpp:666
@@ -5322,7 +5147,7 @@ msgstr "格線 X 坐標的原點"
#: ../src/display/canvas-axonomgrid.cpp:333 ../src/display/canvas-grid.cpp:704
msgid "O_rigin Y:"
-msgstr "Y 原點 (_R):"
+msgstr "Y 原點(_R):"
#: ../src/display/canvas-axonomgrid.cpp:333 ../src/display/canvas-grid.cpp:704
#: ../src/ui/dialog/inkscape-preferences.cpp:667
@@ -5363,7 +5188,7 @@ msgstr "Z 軸的角度"
#: ../src/display/canvas-axonomgrid.cpp:343 ../src/display/canvas-grid.cpp:712
msgid "Grid line _color:"
-msgstr "格線顏色 (_C):"
+msgstr "格線顏色(_C):"
#: ../src/display/canvas-axonomgrid.cpp:343 ../src/display/canvas-grid.cpp:712
msgid "Grid line color"
@@ -5375,7 +5200,7 @@ msgstr "格線的顏色"
#: ../src/display/canvas-axonomgrid.cpp:348 ../src/display/canvas-grid.cpp:717
msgid "Ma_jor grid line color:"
-msgstr "主要格線顏色 (_J):"
+msgstr "主要格線顏色(_J):"
#: ../src/display/canvas-axonomgrid.cpp:348 ../src/display/canvas-grid.cpp:717
msgid "Major grid line color"
@@ -5387,7 +5212,7 @@ msgstr "主要格線 (高亮度顯示) 的顏色"
#: ../src/display/canvas-axonomgrid.cpp:353 ../src/display/canvas-grid.cpp:722
msgid "_Major grid line every:"
-msgstr "主要格線的間隔數 (_M):"
+msgstr "主要格線的間隔數(_M):"
#: ../src/display/canvas-axonomgrid.cpp:353 ../src/display/canvas-grid.cpp:722
msgid "lines"
@@ -5407,7 +5232,7 @@ msgstr "建立新格線"
#: ../src/display/canvas-grid.cpp:333
msgid "_Enabled"
-msgstr "啟用 (_E)"
+msgstr "啟用(_E)"
#: ../src/display/canvas-grid.cpp:334
msgid ""
@@ -5417,7 +5242,7 @@ msgstr "決定是否要貼齊到這個格線。可選「是」來貼齊到隱形
#: ../src/display/canvas-grid.cpp:338
msgid "Snap to visible _grid lines only"
-msgstr "只貼齊到可見的格線 (_G)"
+msgstr "只貼齊到可見的格線(_G)"
#: ../src/display/canvas-grid.cpp:339
msgid ""
@@ -5427,7 +5252,7 @@ msgstr "當畫面放大時,不會顯示所有的格線。只有可見的格線
#: ../src/display/canvas-grid.cpp:343
msgid "_Visible"
-msgstr "可見的格線 (_V)"
+msgstr "可見的格線(_V)"
#: ../src/display/canvas-grid.cpp:344
msgid ""
@@ -5451,7 +5276,7 @@ msgstr "水平格線之間的距離"
#: ../src/display/canvas-grid.cpp:741
msgid "_Show dots instead of lines"
-msgstr "顯示格點而非格線 (_S)"
+msgstr "顯示格點而非格線(_S)"
#: ../src/display/canvas-grid.cpp:742
msgid "If set, displays dots at gridpoints instead of gridlines"
@@ -5472,9 +5297,8 @@ msgid "grid intersection"
msgstr "格線交點"
#: ../src/display/snap-indicator.cpp:84
-#, fuzzy
msgid "grid line (perpendicular)"
-msgstr "中垂線"
+msgstr "格線 (垂直)"
#: ../src/display/snap-indicator.cpp:87
msgid "guide"
@@ -5489,9 +5313,8 @@ msgid "guide origin"
msgstr "參考線原點"
#: ../src/display/snap-indicator.cpp:96
-#, fuzzy
msgid "guide (perpendicular)"
-msgstr "中垂線"
+msgstr "參考線 (垂直)"
#: ../src/display/snap-indicator.cpp:99
msgid "grid-guide intersection"
@@ -5510,32 +5333,28 @@ msgid "path"
msgstr "路徑"
#: ../src/display/snap-indicator.cpp:111
-#, fuzzy
msgid "path (perpendicular)"
-msgstr "中垂線"
+msgstr "路徑 (垂直)"
#: ../src/display/snap-indicator.cpp:114
msgid "path (tangential)"
-msgstr ""
+msgstr "路徑 (相切)"
#: ../src/display/snap-indicator.cpp:117
msgid "path intersection"
msgstr "路徑交點"
#: ../src/display/snap-indicator.cpp:120
-#, fuzzy
msgid "guide-path intersection"
-msgstr "參考線交點"
+msgstr "參考線-路徑交點"
#: ../src/display/snap-indicator.cpp:123
-#, fuzzy
msgid "clip-path"
-msgstr "設定裁剪路徑"
+msgstr "裁剪路徑"
#: ../src/display/snap-indicator.cpp:126
-#, fuzzy
msgid "mask-path"
-msgstr "編輯遮罩路徑"
+msgstr "遮罩路徑"
#: ../src/display/snap-indicator.cpp:129
msgid "bounding box corner"
@@ -5583,7 +5402,7 @@ msgstr "頂點"
#: ../src/display/snap-indicator.cpp:163
msgid "text anchor"
-msgstr ""
+msgstr "文字錨點"
#: ../src/display/snap-indicator.cpp:166
msgid "text baseline"
@@ -5658,9 +5477,8 @@ msgid "Corner"
msgstr "頂點"
#: ../src/display/snap-indicator.cpp:232
-#, fuzzy
msgid "Text anchor"
-msgstr "文字輸入"
+msgstr "文字錨點"
#: ../src/display/snap-indicator.cpp:235
msgid "Multiple of grid spacing"
@@ -5676,9 +5494,8 @@ msgid "New document %d"
msgstr "新文件 %d"
#: ../src/document.cpp:513
-#, fuzzy
msgid "Memory document %1"
-msgstr "記憶文件 %d"
+msgstr "記憶文件 %1"
#: ../src/document.cpp:703
#, c-format
@@ -5788,11 +5605,11 @@ msgstr "[未變更]"
#. Edit
#: ../src/event-log.cpp:264 ../src/event-log.cpp:267 ../src/verbs.cpp:2243
msgid "_Undo"
-msgstr "復原 (_U)"
+msgstr "復原(_U)"
#: ../src/event-log.cpp:274 ../src/event-log.cpp:278 ../src/verbs.cpp:2245
msgid "_Redo"
-msgstr "取消復原 (_R)"
+msgstr "取消復原(_R)"
#: ../src/extension/dependency.cpp:247
msgid "Dependency:"
@@ -6017,9 +5834,8 @@ msgid "Raster"
msgstr "點陣圖"
#: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:49
-#, fuzzy
msgid "Apply adaptive thresholding to selected bitmap(s)"
-msgstr "套用可調整臨界值到選擇的點陣圖。"
+msgstr "套用可調整臨界值到選擇的點陣圖"
#: ../src/extension/internal/bitmap/addNoise.cpp:45
msgid "Add Noise"
@@ -6067,9 +5883,8 @@ msgid "Poisson Noise"
msgstr "帕松雜訊"
#: ../src/extension/internal/bitmap/addNoise.cpp:60
-#, fuzzy
msgid "Add random noise to selected bitmap(s)"
-msgstr "加入隨機雜訊到選擇的點陣圖。"
+msgstr "加入隨機雜訊到選擇的點陣圖"
#: ../src/extension/internal/bitmap/blur.cpp:38
#: ../src/extension/internal/filter/blurs.h:54
@@ -6094,9 +5909,8 @@ msgstr "半徑:"
#: ../src/extension/internal/bitmap/gaussianBlur.cpp:41
#: ../src/extension/internal/bitmap/sharpen.cpp:41
#: ../src/extension/internal/bitmap/unsharpmask.cpp:44
-#, fuzzy
msgid "Sigma:"
-msgstr "總和"
+msgstr "總和:"
#: ../src/extension/internal/bitmap/blur.cpp:47
msgid "Blur selected bitmap(s)"
@@ -6107,9 +5921,8 @@ msgid "Channel"
msgstr "色版"
#: ../src/extension/internal/bitmap/channel.cpp:50
-#, fuzzy
msgid "Layer:"
-msgstr "圖層"
+msgstr "圖層:"
#: ../src/extension/internal/bitmap/channel.cpp:51
#: ../src/extension/internal/bitmap/levelChannel.cpp:55
@@ -6157,18 +5970,16 @@ msgid "Matte Channel"
msgstr "霧面色版"
#: ../src/extension/internal/bitmap/channel.cpp:66
-#, fuzzy
msgid "Extract specific channel from image"
-msgstr "圖片的額外特殊色版。"
+msgstr "從圖片提取指定的色版"
#: ../src/extension/internal/bitmap/charcoal.cpp:38
msgid "Charcoal"
msgstr "碳筆"
#: ../src/extension/internal/bitmap/charcoal.cpp:47
-#, fuzzy
msgid "Apply charcoal stylization to selected bitmap(s)"
-msgstr "套用碳筆風格化到選擇的點陣圖。"
+msgstr "套用碳筆風格化到選擇的點陣圖"
#: ../src/extension/internal/bitmap/colorize.cpp:50
#: ../src/extension/internal/filter/color.h:316
@@ -6176,18 +5987,16 @@ msgid "Colorize"
msgstr "著色"
#: ../src/extension/internal/bitmap/colorize.cpp:58
-#, fuzzy
msgid "Colorize selected bitmap(s) with specified color, using given opacity"
-msgstr "用指定的顏色和給定的不透明度將選擇的點陣圖著上色彩。"
+msgstr "用指定的顏色和給定的不透明度將選擇的點陣圖著上色彩"
#: ../src/extension/internal/bitmap/contrast.cpp:40
msgid "Contrast"
msgstr "對比"
#: ../src/extension/internal/bitmap/contrast.cpp:42
-#, fuzzy
msgid "Adjust:"
-msgstr "調整"
+msgstr "調整:"
#: ../src/extension/internal/bitmap/contrast.cpp:48
msgid "Increase or decrease contrast in bitmap(s)"
@@ -6195,31 +6004,27 @@ msgstr "增加或減少點陣圖的對比"
#: ../src/extension/internal/bitmap/crop.cpp:66
msgid "Crop"
-msgstr ""
+msgstr "裁剪"
#: ../src/extension/internal/bitmap/crop.cpp:68
msgid "Top (px):"
-msgstr ""
+msgstr "頂端 (px):"
#: ../src/extension/internal/bitmap/crop.cpp:69
-#, fuzzy
msgid "Bottom (px):"
-msgstr "底端:"
+msgstr "底端 (px):"
#: ../src/extension/internal/bitmap/crop.cpp:70
-#, fuzzy
msgid "Left (px):"
-msgstr "偏移 x"
+msgstr "左邊 (px):"
#: ../src/extension/internal/bitmap/crop.cpp:71
-#, fuzzy
msgid "Right (px):"
-msgstr "右邊:"
+msgstr "右邊 (px):"
#: ../src/extension/internal/bitmap/crop.cpp:77
-#, fuzzy
msgid "Crop selected bitmap(s)."
-msgstr "模糊選擇的點陣圖"
+msgstr "裁剪選取的點陣圖。"
#: ../src/extension/internal/bitmap/cycleColormap.cpp:37
msgid "Cycle Colormap"
@@ -6233,54 +6038,48 @@ msgid "Amount:"
msgstr "數量:"
#: ../src/extension/internal/bitmap/cycleColormap.cpp:45
-#, fuzzy
msgid "Cycle colormap(s) of selected bitmap(s)"
-msgstr "點陣圖的循環色彩對應。"
+msgstr "循環點陣圖的色彩對應"
#: ../src/extension/internal/bitmap/despeckle.cpp:36
msgid "Despeckle"
msgstr "去除斑點"
#: ../src/extension/internal/bitmap/despeckle.cpp:43
-#, fuzzy
msgid "Reduce speckle noise of selected bitmap(s)"
-msgstr "減少點陣圖的斑點雜訊。"
+msgstr "減少點陣圖的斑點雜訊"
#: ../src/extension/internal/bitmap/edge.cpp:37
msgid "Edge"
msgstr "邊緣"
#: ../src/extension/internal/bitmap/edge.cpp:45
-#, fuzzy
msgid "Highlight edges of selected bitmap(s)"
-msgstr "加亮點陣圖的邊緣。"
+msgstr "高亮度標示點陣圖的邊緣"
#: ../src/extension/internal/bitmap/emboss.cpp:38
msgid "Emboss"
msgstr "浮雕"
#: ../src/extension/internal/bitmap/emboss.cpp:47
-#, fuzzy
msgid "Emboss selected bitmap(s); highlight edges with 3D effect"
-msgstr "點陣圖浮雕化 -- 帶有立體效果的高亮度邊緣。"
+msgstr "點陣圖浮雕化;帶有立體效果的高亮度邊緣"
#: ../src/extension/internal/bitmap/enhance.cpp:35
msgid "Enhance"
msgstr "加強"
#: ../src/extension/internal/bitmap/enhance.cpp:42
-#, fuzzy
msgid "Enhance selected bitmap(s); minimize noise"
-msgstr "加強點陣圖 -- 最小化雜訊."
+msgstr "加強點陣圖;最小化雜訊"
#: ../src/extension/internal/bitmap/equalize.cpp:35
msgid "Equalize"
-msgstr "均衡"
+msgstr "等化"
#: ../src/extension/internal/bitmap/equalize.cpp:42
-#, fuzzy
msgid "Equalize selected bitmap(s); histogram equalization"
-msgstr "均衡選擇的點陣圖 -- 等化分佈圖。"
+msgstr "等化點陣圖;等化分佈圖"
#: ../src/extension/internal/bitmap/gaussianBlur.cpp:38
#: ../src/filter-enums.cpp:28
@@ -6290,23 +6089,20 @@ msgstr "高斯模糊"
#: ../src/extension/internal/bitmap/gaussianBlur.cpp:40
#: ../src/extension/internal/bitmap/implode.cpp:39
#: ../src/extension/internal/bitmap/solarize.cpp:41
-#, fuzzy
msgid "Factor:"
-msgstr "係數"
+msgstr "係數:"
#: ../src/extension/internal/bitmap/gaussianBlur.cpp:47
-#, fuzzy
msgid "Gaussian blur selected bitmap(s)"
-msgstr "高斯模糊選擇的點陣圖。"
+msgstr "高斯模糊點陣圖"
#: ../src/extension/internal/bitmap/implode.cpp:37
msgid "Implode"
msgstr "內爆"
#: ../src/extension/internal/bitmap/implode.cpp:45
-#, fuzzy
msgid "Implode selected bitmap(s)"
-msgstr "內爆選擇的點陣圖。"
+msgstr "點陣圖內爆效果"
#: ../src/extension/internal/bitmap/level.cpp:41
msgid "Level"
@@ -6314,28 +6110,24 @@ msgstr "色階"
#: ../src/extension/internal/bitmap/level.cpp:43
#: ../src/extension/internal/bitmap/levelChannel.cpp:65
-#, fuzzy
msgid "Black Point:"
-msgstr "最暗點"
+msgstr "最暗點:"
#: ../src/extension/internal/bitmap/level.cpp:44
#: ../src/extension/internal/bitmap/levelChannel.cpp:66
-#, fuzzy
msgid "White Point:"
-msgstr "最亮點"
+msgstr "最亮點:"
#: ../src/extension/internal/bitmap/level.cpp:45
#: ../src/extension/internal/bitmap/levelChannel.cpp:67
-#, fuzzy
msgid "Gamma Correction:"
-msgstr "伽馬校正"
+msgstr "伽馬校正:"
#: ../src/extension/internal/bitmap/level.cpp:51
-#, fuzzy
msgid ""
"Level selected bitmap(s) by scaling values falling between the given ranges "
"to the full color range"
-msgstr "用落在給定範圍到全部色彩範圍之間的縮放數值來調整點陣圖的色階。"
+msgstr "用落在給定範圍到全部色彩範圍之間的縮放數值來調整點陣圖的色階"
#: ../src/extension/internal/bitmap/levelChannel.cpp:52
msgid "Level (with Channel)"
@@ -6343,53 +6135,46 @@ msgstr "色階 (含色版)"
#: ../src/extension/internal/bitmap/levelChannel.cpp:54
#: ../src/extension/internal/filter/color.h:636
-#, fuzzy
msgid "Channel:"
msgstr "色版:"
#: ../src/extension/internal/bitmap/levelChannel.cpp:73
-#, fuzzy
msgid ""
"Level the specified channel of selected bitmap(s) by scaling values falling "
"between the given ranges to the full color range"
-msgstr ""
-"用落在給定範圍到全部色彩範圍之間的縮放數值來調整點陣圖之指定色版的色階。"
+msgstr "用落在給定範圍到全部色彩範圍之間的縮放數值來調整點陣圖之指定色版的色階"
#: ../src/extension/internal/bitmap/medianFilter.cpp:37
msgid "Median"
msgstr "中間色"
#: ../src/extension/internal/bitmap/medianFilter.cpp:45
-#, fuzzy
msgid ""
"Replace each pixel component with the median color in a circular neighborhood"
-msgstr "在圓形鄰域中使用中間色彩取代每個像素組成。"
+msgstr "在圓形鄰域中使用中間色彩取代每個像素組成"
#: ../src/extension/internal/bitmap/modulate.cpp:40
msgid "HSB Adjust"
msgstr "HSB 調整"
#: ../src/extension/internal/bitmap/modulate.cpp:42
-#, fuzzy
msgid "Hue:"
-msgstr "色相"
+msgstr "色相:"
#: ../src/extension/internal/bitmap/modulate.cpp:43
#: ../src/extension/internal/filter/color.h:155
#: ../src/extension/internal/filter/color.h:256
#: ../src/extension/internal/filter/paint.h:87
-#, fuzzy
msgid "Saturation:"
-msgstr "飽和度"
+msgstr "飽和度:"
#: ../src/extension/internal/bitmap/modulate.cpp:44
#: ../src/extension/internal/filter/bevels.h:136
#: ../src/extension/internal/filter/bevels.h:220
#: ../src/extension/internal/filter/blurs.h:187
#: ../src/extension/internal/filter/color.h:73
-#, fuzzy
msgid "Brightness:"
-msgstr "亮度"
+msgstr "亮度:"
#: ../src/extension/internal/bitmap/modulate.cpp:50
msgid ""
@@ -6401,29 +6186,26 @@ msgid "Negate"
msgstr "反相"
#: ../src/extension/internal/bitmap/negate.cpp:43
-#, fuzzy
msgid "Negate (take inverse) selected bitmap(s)"
-msgstr "反相 (獲得負片效果) 選擇的點陣圖。"
+msgstr "反相 (獲得負片效果) 選擇的點陣圖"
#: ../src/extension/internal/bitmap/normalize.cpp:36
msgid "Normalize"
msgstr "標準化"
#: ../src/extension/internal/bitmap/normalize.cpp:43
-#, fuzzy
msgid ""
"Normalize selected bitmap(s), expanding color range to the full possible "
"range of color"
-msgstr "標準化選擇的點陣圖,將色彩範圍延展成全部可能的色彩範圍。"
+msgstr "標準化選擇的點陣圖,將色彩範圍延展成全部可能的色彩範圍"
#: ../src/extension/internal/bitmap/oilPaint.cpp:37
msgid "Oil Paint"
msgstr "油畫筆觸"
#: ../src/extension/internal/bitmap/oilPaint.cpp:45
-#, fuzzy
msgid "Stylize selected bitmap(s) so that they appear to be painted with oils"
-msgstr "風格化選擇的點陣圖,產生像用油畫繪製的效果。"
+msgstr "風格化點陣圖,產生像用油畫繪製的效果"
#: ../src/extension/internal/bitmap/opacity.cpp:40
#: ../src/extension/internal/filter/blurs.h:333
@@ -6446,10 +6228,9 @@ msgid "Raised"
msgstr "凸起"
#: ../src/extension/internal/bitmap/raise.cpp:50
-#, fuzzy
msgid ""
"Alter lightness the edges of selected bitmap(s) to create a raised appearance"
-msgstr "改變點陣圖的邊緣亮度來建立凸起的外觀。"
+msgstr "改變點陣圖的邊緣亮度來建立凸起的外觀"
#: ../src/extension/internal/bitmap/reduceNoise.cpp:40
msgid "Reduce Noise"
@@ -6463,10 +6244,9 @@ msgid "Order:"
msgstr "順序:"
#: ../src/extension/internal/bitmap/reduceNoise.cpp:48
-#, fuzzy
msgid ""
"Reduce noise in selected bitmap(s) using a noise peak elimination filter"
-msgstr "使用雜訊高峰值排除濾鏡來減少點陣圖的雜訊。"
+msgstr "使用雜訊高峰值排除濾鏡來減少點陣圖的雜訊"
#: ../src/extension/internal/bitmap/sample.cpp:39
msgid "Resample"
@@ -6484,30 +6264,26 @@ msgstr "陰暗"
#: ../src/extension/internal/bitmap/shade.cpp:42
#: ../src/extension/internal/filter/bumps.h:110
#: ../src/extension/internal/filter/bumps.h:335
-#, fuzzy
msgid "Azimuth:"
-msgstr "方位角"
+msgstr "方位角:"
#: ../src/extension/internal/bitmap/shade.cpp:43
#: ../src/extension/internal/filter/bumps.h:111
#: ../src/extension/internal/filter/bumps.h:336
-#, fuzzy
msgid "Elevation:"
-msgstr "仰角"
+msgstr "仰角:"
#: ../src/extension/internal/bitmap/shade.cpp:44
msgid "Colored Shading"
msgstr "有色陰暗"
#: ../src/extension/internal/bitmap/shade.cpp:50
-#, fuzzy
msgid "Shade selected bitmap(s) simulating distant light source"
-msgstr "讓選擇的點陣圖變暗以模擬遠燈光效果。"
+msgstr "讓選擇的點陣圖變暗以模擬遠燈光效果"
#: ../src/extension/internal/bitmap/sharpen.cpp:47
-#, fuzzy
msgid "Sharpen selected bitmap(s)"
-msgstr "讓選擇的點陣圖變銳利。"
+msgstr "讓選擇的點陣圖變銳利"
#: ../src/extension/internal/bitmap/solarize.cpp:39
#: ../src/extension/internal/filter/color.h:1412
@@ -6516,9 +6292,8 @@ msgid "Solarize"
msgstr "曝光"
#: ../src/extension/internal/bitmap/solarize.cpp:47
-#, fuzzy
msgid "Solarize selected bitmap(s), like overexposing photographic film"
-msgstr "曝光選擇的點陣圖,像感光過度的照相底片。"
+msgstr "過度曝光點陣圖,像感光過度的照相底片"
#: ../src/extension/internal/bitmap/spread.cpp:37
msgid "Dither"
@@ -6531,14 +6306,12 @@ msgid ""
msgstr "在點陣圖原本位置給定的半徑範圍內隨機散佈像素"
#: ../src/extension/internal/bitmap/swirl.cpp:39
-#, fuzzy
msgid "Degrees:"
-msgstr "度"
+msgstr "度:"
#: ../src/extension/internal/bitmap/swirl.cpp:45
-#, fuzzy
msgid "Swirl selected bitmap(s) around center point"
-msgstr "環繞著點陣圖的中心點產生螺旋。"
+msgstr "環繞著點陣圖的中心點產生螺旋"
#. TRANSLATORS: see http://docs.gimp.org/en/gimp-tool-threshold.html
#: ../src/extension/internal/bitmap/threshold.cpp:38
@@ -6553,37 +6326,32 @@ msgid "Threshold:"
msgstr "臨界值:"
#: ../src/extension/internal/bitmap/threshold.cpp:46
-#, fuzzy
msgid "Threshold selected bitmap(s)"
-msgstr "高反差選擇的點陣圖。"
+msgstr "高反差點陣圖"
#: ../src/extension/internal/bitmap/unsharpmask.cpp:41
msgid "Unsharp Mask"
msgstr "遮罩銳利化"
#: ../src/extension/internal/bitmap/unsharpmask.cpp:52
-#, fuzzy
msgid "Sharpen selected bitmap(s) using unsharp mask algorithms"
-msgstr "使用遮罩銳利化算法來讓所選的點陣圖變銳利。"
+msgstr "使用遮罩銳利化算法來讓所選的點陣圖變銳利"
#: ../src/extension/internal/bitmap/wave.cpp:38
msgid "Wave"
msgstr "波形"
#: ../src/extension/internal/bitmap/wave.cpp:40
-#, fuzzy
msgid "Amplitude:"
-msgstr "振幅"
+msgstr "振幅:"
#: ../src/extension/internal/bitmap/wave.cpp:41
-#, fuzzy
msgid "Wavelength:"
-msgstr "波長"
+msgstr "波長:"
#: ../src/extension/internal/bitmap/wave.cpp:47
-#, fuzzy
msgid "Alter selected bitmap(s) along sine wave"
-msgstr "沿著正波弦改變選擇的點陣圖。"
+msgstr "沿著正波弦改變選擇的點陣圖"
#: ../src/extension/internal/bluredge.cpp:135
msgid "Inset/Outset Halo"
@@ -6594,9 +6362,8 @@ msgid "Width in px of the halo"
msgstr "光暈寬度 (px)"
#: ../src/extension/internal/bluredge.cpp:138
-#, fuzzy
msgid "Number of steps:"
-msgstr "階層數"
+msgstr "階層數:"
#: ../src/extension/internal/bluredge.cpp:138
msgid "Number of inset/outset copies of the object to make"
@@ -6619,9 +6386,8 @@ msgstr "PostScript"
#: ../src/extension/internal/cairo-ps-out.cpp:317
#: ../src/extension/internal/cairo-ps-out.cpp:355
-#, fuzzy
msgid "Restrict to PS level:"
-msgstr "限定 PS 等級"
+msgstr "限定 PS 等級:"
#: ../src/extension/internal/cairo-ps-out.cpp:318
#: ../src/extension/internal/cairo-ps-out.cpp:356
@@ -6653,9 +6419,8 @@ msgstr "點陣濾鏡特效"
#: ../src/extension/internal/cairo-ps-out.cpp:326
#: ../src/extension/internal/cairo-ps-out.cpp:364
#: ../src/extension/internal/cairo-renderer-pdf-out.cpp:251
-#, fuzzy
msgid "Resolution for rasterization (dpi):"
-msgstr "點陣化過程的解析度 (dpi)"
+msgstr "點陣化的解析度 (dpi):"
#: ../src/extension/internal/cairo-ps-out.cpp:327
#: ../src/extension/internal/cairo-ps-out.cpp:365
@@ -6672,9 +6437,8 @@ msgstr "匯出範圍為整個頁面"
#: ../src/extension/internal/cairo-ps-out.cpp:329
#: ../src/extension/internal/cairo-ps-out.cpp:367
#: ../src/extension/internal/cairo-renderer-pdf-out.cpp:254
-#, fuzzy
msgid "Limit export to the object with ID:"
-msgstr "限制用 ID 匯出此物件"
+msgstr "限制使用 ID 匯出此物件:"
#: ../src/extension/internal/cairo-ps-out.cpp:333
#: ../share/extensions/ps_input.inx.h:2
@@ -6704,14 +6468,12 @@ msgid "Encapsulated PostScript File"
msgstr "封裝的 PostScript 檔案"
#: ../src/extension/internal/cairo-renderer-pdf-out.cpp:242
-#, fuzzy
msgid "Restrict to PDF version:"
-msgstr "限定 PDF 版本"
+msgstr "限定 PDF 版本:"
#: ../src/extension/internal/cairo-renderer-pdf-out.cpp:244
-#, fuzzy
msgid "PDF 1.5"
-msgstr "PDF 1.4"
+msgstr "PDF 1.5"
#: ../src/extension/internal/cairo-renderer-pdf-out.cpp:246
msgid "PDF 1.4"
@@ -6758,39 +6520,34 @@ msgid "Enhanced Metafile"
msgstr "加強型中繼檔"
#: ../src/extension/internal/filter/bevels.h:53
-#, fuzzy
msgid "Diffuse Light"
-msgstr "擴散光"
+msgstr "漫射光"
#: ../src/extension/internal/filter/bevels.h:55
#: ../src/extension/internal/filter/bevels.h:135
#: ../src/extension/internal/filter/bevels.h:219
#: ../src/extension/internal/filter/paint.h:89
#: ../share/extensions/fractalize.inx.h:3
-#, fuzzy
msgid "Smoothness:"
-msgstr "平滑度"
+msgstr "平滑度:"
#: ../src/extension/internal/filter/bevels.h:56
#: ../src/extension/internal/filter/bevels.h:137
#: ../src/extension/internal/filter/bevels.h:221
-#, fuzzy
msgid "Elevation (°):"
-msgstr "仰角"
+msgstr "仰角 (°):"
#: ../src/extension/internal/filter/bevels.h:57
#: ../src/extension/internal/filter/bevels.h:138
#: ../src/extension/internal/filter/bevels.h:222
-#, fuzzy
msgid "Azimuth (°):"
-msgstr "方位角"
+msgstr "方位角 (°):"
#: ../src/extension/internal/filter/bevels.h:58
#: ../src/extension/internal/filter/bevels.h:139
#: ../src/extension/internal/filter/bevels.h:223
-#, fuzzy
msgid "Lighting color"
-msgstr "高亮度顯示顏色 (_H):"
+msgstr "光照顏色"
#: ../src/extension/internal/filter/bevels.h:62
#: ../src/extension/internal/filter/bevels.h:143
@@ -6850,16 +6607,14 @@ msgid "Basic diffuse bevel to use for building textures"
msgstr "基本的擴散斜角用於建築物紋理"
#: ../src/extension/internal/filter/bevels.h:133
-#, fuzzy
msgid "Matte Jelly"
-msgstr "霧面果凍"
+msgstr "霧面果凍 "
#: ../src/extension/internal/filter/bevels.h:147
msgid "Bulging, matte jelly covering"
msgstr "凸出、霧面果凍表面"
#: ../src/extension/internal/filter/bevels.h:217
-#, fuzzy
msgid "Specular Light"
msgstr "反射光"
@@ -6867,40 +6622,35 @@ msgstr "反射光"
#: ../src/extension/internal/filter/blurs.h:189
#: ../src/extension/internal/filter/blurs.h:329
#: ../src/extension/internal/filter/distort.h:73
-#, fuzzy
msgid "Horizontal blur:"
-msgstr "水平 (_H)"
+msgstr "水平模糊:"
#: ../src/extension/internal/filter/blurs.h:57
#: ../src/extension/internal/filter/blurs.h:190
#: ../src/extension/internal/filter/blurs.h:330
#: ../src/extension/internal/filter/distort.h:74
-#, fuzzy
msgid "Vertical blur:"
-msgstr "垂直 (_V)"
+msgstr "垂直模糊:"
#: ../src/extension/internal/filter/blurs.h:58
-#, fuzzy
msgid "Blur content only"
-msgstr "模糊內容"
+msgstr "只模糊內容"
#: ../src/extension/internal/filter/blurs.h:66
msgid "Simple vertical and horizontal blur effect"
-msgstr ""
+msgstr "簡單的垂直及水平模糊效果"
#: ../src/extension/internal/filter/blurs.h:125
-#, fuzzy
msgid "Clean Edges"
-msgstr "邊緣清晰"
+msgstr "清晰邊緣"
#: ../src/extension/internal/filter/blurs.h:127
#: ../src/extension/internal/filter/blurs.h:262
#: ../src/extension/internal/filter/paint.h:238
#: ../src/extension/internal/filter/paint.h:337
#: ../src/extension/internal/filter/paint.h:342
-#, fuzzy
msgid "Strength:"
-msgstr "強度 (%):"
+msgstr "強度:"
#: ../src/extension/internal/filter/blurs.h:135
msgid ""
@@ -6909,20 +6659,17 @@ msgid ""
msgstr "套用一些濾鏡後移除或減少物件邊緣周圍的光暈和鋸齒"
#: ../src/extension/internal/filter/blurs.h:185
-#, fuzzy
msgid "Cross Blur"
-msgstr "高斯模糊"
+msgstr "交疊模糊"
#: ../src/extension/internal/filter/blurs.h:188
-#, fuzzy
msgid "Fading:"
-msgstr "明暗變化"
+msgstr "淡化:"
#: ../src/extension/internal/filter/blurs.h:191
#: ../src/extension/internal/filter/textures.h:74
-#, fuzzy
msgid "Blend:"
-msgstr "混合"
+msgstr "混合:"
#: ../src/extension/internal/filter/blurs.h:192
#: ../src/extension/internal/filter/blurs.h:339
@@ -6938,7 +6685,6 @@ msgstr "混合"
#: ../src/extension/internal/filter/paint.h:715
#: ../src/extension/internal/filter/transparency.h:63
#: ../src/filter-enums.cpp:54
-#, fuzzy
msgid "Darken"
msgstr "變暗"
@@ -6976,7 +6722,6 @@ msgstr "濾色"
#: ../src/extension/internal/filter/paint.h:711
#: ../src/extension/internal/filter/transparency.h:60
#: ../src/filter-enums.cpp:52
-#, fuzzy
msgid "Multiply"
msgstr "色彩增值"
@@ -6993,14 +6738,12 @@ msgstr "色彩增值"
#: ../src/extension/internal/filter/paint.h:714
#: ../src/extension/internal/filter/transparency.h:64
#: ../src/filter-enums.cpp:55
-#, fuzzy
msgid "Lighten"
msgstr "變亮"
#: ../src/extension/internal/filter/blurs.h:204
-#, fuzzy
msgid "Combine vertical and horizontal blur"
-msgstr "水平移動節點"
+msgstr "合併垂直和水平模糊"
#: ../src/extension/internal/filter/blurs.h:260
msgid "Feather"
@@ -7011,9 +6754,8 @@ msgid "Blurred mask on the edge without altering the contents"
msgstr "邊緣上的模糊遮罩,不改變內容"
#: ../src/extension/internal/filter/blurs.h:325
-#, fuzzy
msgid "Out of Focus"
-msgstr "超出色域!"
+msgstr "失焦"
#: ../src/extension/internal/filter/blurs.h:331
#: ../src/extension/internal/filter/distort.h:75
@@ -7022,9 +6764,8 @@ msgstr "超出色域!"
#: ../src/extension/internal/filter/paint.h:236
#: ../src/extension/internal/filter/paint.h:343
#: ../src/extension/internal/filter/paint.h:347
-#, fuzzy
msgid "Dilatation:"
-msgstr "飽和度"
+msgstr "擴張:"
#: ../src/extension/internal/filter/blurs.h:332
#: ../src/extension/internal/filter/distort.h:76
@@ -7036,9 +6777,8 @@ msgstr "飽和度"
#: ../src/extension/internal/filter/paint.h:348
#: ../src/extension/internal/filter/transparency.h:208
#: ../src/extension/internal/filter/transparency.h:282
-#, fuzzy
msgid "Erosion:"
-msgstr "位置:"
+msgstr "縮減:"
#: ../src/extension/internal/filter/blurs.h:336
#: ../src/extension/internal/filter/color.h:1211
@@ -7049,9 +6789,8 @@ msgstr "背景顏色"
#: ../src/extension/internal/filter/blurs.h:337
#: ../src/extension/internal/filter/bumps.h:129
#: ../src/extension/internal/filter/color.h:1212
-#, fuzzy
msgid "Blend type:"
-msgstr "末端類型"
+msgstr "混合類型:"
#: ../src/extension/internal/filter/blurs.h:338
#: ../src/extension/internal/filter/bumps.h:130
@@ -7071,44 +6810,39 @@ msgstr "末端類型"
#: ../src/extension/internal/filter/transparency.h:61
#: ../src/filter-enums.cpp:51 ../src/ui/dialog/inkscape-preferences.cpp:587
msgid "Normal"
-msgstr "普通"
+msgstr "標準"
#: ../src/extension/internal/filter/blurs.h:344
-#, fuzzy
msgid "Blend to background"
-msgstr "移除背景"
+msgstr "混合到背景"
#: ../src/extension/internal/filter/blurs.h:354
msgid "Blur eroded by white or transparency"
-msgstr ""
+msgstr "用白色或透明縮減模糊"
#: ../src/extension/internal/filter/bumps.h:80
-#, fuzzy
msgid "Bump"
msgstr "凹凸"
#: ../src/extension/internal/filter/bumps.h:84
#: ../src/extension/internal/filter/bumps.h:316
-#, fuzzy
msgid "Image simplification:"
-msgstr "無效的目錄:%s"
+msgstr "圖片簡化:"
#: ../src/extension/internal/filter/bumps.h:85
#: ../src/extension/internal/filter/bumps.h:317
-#, fuzzy
msgid "Bump simplification:"
-msgstr "簡化臨界值:"
+msgstr "凹凸簡化:"
#: ../src/extension/internal/filter/bumps.h:86
#: ../src/extension/internal/filter/bumps.h:318
msgid "Crop:"
-msgstr ""
+msgstr "裁剪:"
#: ../src/extension/internal/filter/bumps.h:87
#: ../src/extension/internal/filter/bumps.h:319
-#, fuzzy
msgid "Bump source"
-msgstr "凹凸"
+msgstr "凹凸來源"
#: ../src/extension/internal/filter/bumps.h:88
#: ../src/extension/internal/filter/bumps.h:320
@@ -7116,45 +6850,39 @@ msgstr "凹凸"
#: ../src/extension/internal/filter/color.h:821
#: ../src/extension/internal/filter/transparency.h:132
msgid "Red:"
-msgstr ""
+msgstr "紅:"
#: ../src/extension/internal/filter/bumps.h:89
#: ../src/extension/internal/filter/bumps.h:321
#: ../src/extension/internal/filter/color.h:157
#: ../src/extension/internal/filter/color.h:822
#: ../src/extension/internal/filter/transparency.h:133
-#, fuzzy
msgid "Green:"
-msgstr "綠"
+msgstr "綠:"
#: ../src/extension/internal/filter/bumps.h:90
#: ../src/extension/internal/filter/bumps.h:322
#: ../src/extension/internal/filter/color.h:158
#: ../src/extension/internal/filter/color.h:823
#: ../src/extension/internal/filter/transparency.h:134
-#, fuzzy
msgid "Blue:"
-msgstr "藍"
+msgstr "藍:"
#: ../src/extension/internal/filter/bumps.h:91
-#, fuzzy
msgid "Bump from background"
-msgstr "移除背景"
+msgstr "背景凹凸"
#: ../src/extension/internal/filter/bumps.h:94
-#, fuzzy
msgid "Lighting type:"
-msgstr " 類型:"
+msgstr "光照類型:"
#: ../src/extension/internal/filter/bumps.h:95
-#, fuzzy
msgid "Specular"
-msgstr "反射光"
+msgstr "反射"
#: ../src/extension/internal/filter/bumps.h:96
-#, fuzzy
msgid "Diffuse"
-msgstr "擴散光"
+msgstr "漫射"
#: ../src/extension/internal/filter/bumps.h:99
#: ../src/extension/internal/filter/bumps.h:333
@@ -7164,121 +6892,101 @@ msgstr "擴散光"
#: ../src/extension/internal/filter/paint.h:86
#: ../src/extension/internal/filter/paint.h:593
#: ../src/extension/internal/filter/paint.h:717
-#, fuzzy
msgid "Lightness:"
-msgstr "亮度"
+msgstr "亮度:"
#: ../src/extension/internal/filter/bumps.h:100
#: ../src/extension/internal/filter/bumps.h:334
#: ../share/extensions/measure.inx.h:27
-#, fuzzy
msgid "Precision:"
-msgstr "精確度"
+msgstr "精確度:"
#: ../src/extension/internal/filter/bumps.h:103
-#, fuzzy
msgid "Light source"
-msgstr "光源:"
+msgstr "光源"
#: ../src/extension/internal/filter/bumps.h:104
-#, fuzzy
msgid "Light source:"
msgstr "光源:"
#: ../src/extension/internal/filter/bumps.h:105
-#, fuzzy
msgid "Distant"
-msgstr "扭曲"
+msgstr "遠燈光"
#: ../src/extension/internal/filter/bumps.h:106 ../src/helper/units.cpp:38
msgid "Point"
-msgstr "點"
+msgstr "點光源"
#: ../src/extension/internal/filter/bumps.h:107
msgid "Spot"
-msgstr ""
+msgstr "聚光燈"
#: ../src/extension/internal/filter/bumps.h:109
-#, fuzzy
msgid "Distant light options"
-msgstr "遠燈光"
+msgstr "遠燈光選項"
#: ../src/extension/internal/filter/bumps.h:112
-#, fuzzy
msgid "Point light options"
-msgstr "點光源"
+msgstr "點光源選項"
#: ../src/extension/internal/filter/bumps.h:113
#: ../src/extension/internal/filter/bumps.h:117
-#, fuzzy
msgid "X location:"
-msgstr " 位置:"
+msgstr "X 位置:"
#: ../src/extension/internal/filter/bumps.h:114
#: ../src/extension/internal/filter/bumps.h:118
-#, fuzzy
msgid "Y location:"
-msgstr " 位置:"
+msgstr "Y 位置:"
#: ../src/extension/internal/filter/bumps.h:115
#: ../src/extension/internal/filter/bumps.h:119
-#, fuzzy
msgid "Z location:"
-msgstr " 位置:"
+msgstr "Z 位置:"
#: ../src/extension/internal/filter/bumps.h:116
-#, fuzzy
msgid "Spot light options"
-msgstr "聚光燈"
+msgstr "聚光燈選項"
#: ../src/extension/internal/filter/bumps.h:120
-#, fuzzy
msgid "X target:"
-msgstr "目標:"
+msgstr "X 目標:"
#: ../src/extension/internal/filter/bumps.h:121
-#, fuzzy
msgid "Y target:"
-msgstr "目標:"
+msgstr "Y 目標:"
#: ../src/extension/internal/filter/bumps.h:122
-#, fuzzy
msgid "Z target:"
-msgstr "目標:"
+msgstr "Z 目標:"
#: ../src/extension/internal/filter/bumps.h:123
-#, fuzzy
msgid "Specular exponent:"
-msgstr "反射指數"
+msgstr "反射指數:"
#: ../src/extension/internal/filter/bumps.h:124
-#, fuzzy
msgid "Cone angle:"
-msgstr "錐角"
+msgstr "錐度:"
#: ../src/extension/internal/filter/bumps.h:127
-#, fuzzy
msgid "Image color"
-msgstr "貼上顏色"
+msgstr "圖片色彩"
#: ../src/extension/internal/filter/bumps.h:128
-#, fuzzy
msgid "Color bump"
-msgstr "顏色"
+msgstr "色彩凹凸"
#: ../src/extension/internal/filter/bumps.h:145
msgid "All purposes bump filter"
-msgstr ""
+msgstr "萬用凹凸濾鏡"
#: ../src/extension/internal/filter/bumps.h:312
-#, fuzzy
msgid "Wax Bump"
-msgstr "凹凸"
+msgstr "蠟質凹凸"
#: ../src/extension/internal/filter/bumps.h:323
-#, fuzzy
msgid "Background:"
-msgstr "背景 (_G)"
+msgstr "背景:"
#: ../src/extension/internal/filter/bumps.h:325
#: ../src/extension/internal/filter/color.h:1219
@@ -7288,51 +6996,43 @@ msgid "Image"
msgstr "圖片"
#: ../src/extension/internal/filter/bumps.h:326
-#, fuzzy
msgid "Blurred image"
-msgstr "嵌入所有圖像"
+msgstr "模糊的圖像"
#: ../src/extension/internal/filter/bumps.h:328
-#, fuzzy
msgid "Background opacity:"
-msgstr "背景透明"
+msgstr "背景不透明度:"
#: ../src/extension/internal/filter/bumps.h:330
#: ../src/extension/internal/filter/color.h:1040
-#, fuzzy
msgid "Lighting"
-msgstr "變亮"
+msgstr "照明"
#: ../src/extension/internal/filter/bumps.h:337
-#, fuzzy
msgid "Lighting blend:"
-msgstr "已取消繪製"
+msgstr "光照混合:"
#: ../src/extension/internal/filter/bumps.h:344
-#, fuzzy
msgid "Highlight blend:"
-msgstr "高亮度顯示顏色 (_H):"
+msgstr "高亮度部份混合:"
#: ../src/extension/internal/filter/bumps.h:353
-#, fuzzy
msgid "Bump color"
-msgstr "丟棄顏色"
+msgstr "色彩凹凸"
#: ../src/extension/internal/filter/bumps.h:354
-#, fuzzy
msgid "Revert bump"
-msgstr "回復 (_V)"
+msgstr "回復凹凸"
#: ../src/extension/internal/filter/bumps.h:355
-#, fuzzy
msgid "Transparency type:"
-msgstr "0 (透明)"
+msgstr "透明類型:"
#: ../src/extension/internal/filter/bumps.h:356
#: ../src/extension/internal/filter/morphology.h:176
#: ../src/filter-enums.cpp:74
msgid "Atop"
-msgstr "之上 (Out)"
+msgstr "頂層 (Atop)"
#: ../src/extension/internal/filter/bumps.h:357
#: ../src/extension/internal/filter/color.h:1224
@@ -7340,22 +7040,20 @@ msgstr "之上 (Out)"
#: ../src/extension/internal/filter/morphology.h:174
#: ../src/filter-enums.cpp:72
msgid "In"
-msgstr "之內 (In)"
+msgstr "內部 (In)"
#: ../src/extension/internal/filter/bumps.h:368
msgid "Turns an image to jelly"
-msgstr ""
+msgstr "將圖像轉變成果凍"
#: ../src/extension/internal/filter/color.h:71
-#, fuzzy
msgid "Brilliance"
-msgstr "西里爾字母"
+msgstr "光輝度"
#: ../src/extension/internal/filter/color.h:74
#: ../src/extension/internal/filter/color.h:1335
-#, fuzzy
msgid "Over-saturation:"
-msgstr "飽和度"
+msgstr "過度飽和度:"
#: ../src/extension/internal/filter/color.h:76
#: ../src/extension/internal/filter/color.h:160
@@ -7365,53 +7063,45 @@ msgstr "飽和度"
#: ../src/extension/internal/filter/paint.h:503
#: ../src/extension/internal/filter/transparency.h:136
#: ../src/extension/internal/filter/transparency.h:210
-#, fuzzy
msgid "Inverted"
-msgstr "反轉"
+msgstr "反相"
#: ../src/extension/internal/filter/color.h:84
-#, fuzzy
msgid "Brightness filter"
-msgstr "亮度階層數"
+msgstr "亮度濾鏡"
#: ../src/extension/internal/filter/color.h:151
-#, fuzzy
msgid "Channel Painting"
-msgstr "油畫筆觸"
+msgstr "色版塗繪"
#: ../src/extension/internal/filter/color.h:159
#: ../src/extension/internal/filter/transparency.h:135
-#, fuzzy
msgid "Alpha:"
-msgstr "透明"
+msgstr "透明:"
#: ../src/extension/internal/filter/color.h:173
-#, fuzzy
msgid "Replace RGB by any color"
-msgstr "用兩種顏色替代色相"
+msgstr "用兩種顏色替代 RGB"
#: ../src/extension/internal/filter/color.h:253
-#, fuzzy
msgid "Color Shift"
-msgstr "有色陰暗"
+msgstr "色彩位移"
#: ../src/extension/internal/filter/color.h:255
msgid "Shift (°):"
-msgstr ""
+msgstr "位移 (°):"
#: ../src/extension/internal/filter/color.h:264
msgid "Rotate and desaturate hue"
-msgstr ""
+msgstr "將色相旋轉並去飽和"
#: ../src/extension/internal/filter/color.h:320
-#, fuzzy
msgid "Harsh light:"
-msgstr "條碼高度:"
+msgstr "耀眼照明:"
#: ../src/extension/internal/filter/color.h:321
-#, fuzzy
msgid "Normal light:"
-msgstr "一般偏移"
+msgstr "標準照明:"
#: ../src/extension/internal/filter/color.h:322
msgid "Duotone"
@@ -7419,20 +7109,17 @@ msgstr "雙色調"
#: ../src/extension/internal/filter/color.h:323
#: ../src/extension/internal/filter/color.h:1330
-#, fuzzy
msgid "Blend 1:"
-msgstr "混合"
+msgstr "混合 1:"
#: ../src/extension/internal/filter/color.h:330
#: ../src/extension/internal/filter/color.h:1336
-#, fuzzy
msgid "Blend 2:"
-msgstr "混合"
+msgstr "混合 2:"
#: ../src/extension/internal/filter/color.h:349
-#, fuzzy
msgid "Blend image or object with a flood color"
-msgstr "用填滿顏色來混合圖片或物件並設定亮度和對比"
+msgstr "用填滿的顏色來混合圖像或物件"
#: ../src/extension/internal/filter/color.h:423 ../src/filter-enums.cpp:22
msgid "Component Transfer"
@@ -7461,62 +7148,52 @@ msgid "Gamma"
msgstr "伽馬"
#: ../src/extension/internal/filter/color.h:439
-#, fuzzy
msgid "Basic component transfer structure"
-msgstr "基本的雜訊透明紋理"
+msgstr "基本組成轉變結構"
#: ../src/extension/internal/filter/color.h:508
-#, fuzzy
msgid "Duochrome"
-msgstr "鉻"
+msgstr "雙色"
#: ../src/extension/internal/filter/color.h:512
-#, fuzzy
msgid "Fluorescence level:"
-msgstr "螢光"
+msgstr "螢光等級:"
#: ../src/extension/internal/filter/color.h:513
msgid "Swap:"
-msgstr ""
+msgstr "交換:"
#: ../src/extension/internal/filter/color.h:514
msgid "No swap"
-msgstr ""
+msgstr "不交換"
#: ../src/extension/internal/filter/color.h:515
-#, fuzzy
msgid "Color and alpha"
-msgstr "色彩管理"
+msgstr "色彩和透明"
#: ../src/extension/internal/filter/color.h:516
-#, fuzzy
msgid "Color only"
-msgstr "彩色內框"
+msgstr "只有色彩"
#: ../src/extension/internal/filter/color.h:517
-#, fuzzy
msgid "Alpha only"
-msgstr "透明"
+msgstr "只有透明"
#: ../src/extension/internal/filter/color.h:521
-#, fuzzy
msgid "Color 1"
-msgstr "顏色"
+msgstr "色彩 1"
#: ../src/extension/internal/filter/color.h:524
-#, fuzzy
msgid "Color 2"
-msgstr "顏色"
+msgstr "色彩 2"
#: ../src/extension/internal/filter/color.h:534
-#, fuzzy
msgid "Convert luminance values to a duochrome palette"
-msgstr "將顏色改成雙色調板"
+msgstr "將明度數值轉換成雙色調色盤"
#: ../src/extension/internal/filter/color.h:634
-#, fuzzy
msgid "Extract Channel"
-msgstr "不透明度色版"
+msgstr "提取色版"
#: ../src/extension/internal/filter/color.h:637 ../src/filter-enums.cpp:100
#: ../src/flood-context.cpp:247 ../src/widgets/sp-color-icc-selector.cpp:231
@@ -7540,37 +7217,31 @@ msgid "Blue"
msgstr "藍"
#: ../src/extension/internal/filter/color.h:641
-#, fuzzy
msgid "Background blend mode:"
-msgstr "背景顏色:"
+msgstr "背景混合模式:"
#: ../src/extension/internal/filter/color.h:648
-#, fuzzy
msgid "Channel to alpha"
-msgstr "明度轉成透明"
+msgstr "色版轉成透明"
#: ../src/extension/internal/filter/color.h:657
-#, fuzzy
msgid "Extract color channel as a transparent image"
-msgstr "圖片的額外特殊色版。"
+msgstr "提取色版作為透明圖像"
#: ../src/extension/internal/filter/color.h:740
-#, fuzzy
msgid "Fade to Black or White"
-msgstr "黑白"
+msgstr "淡化成黑色或白色"
#: ../src/extension/internal/filter/color.h:742
#: ../src/extension/internal/filter/image.h:56
#: ../src/extension/internal/filter/morphology.h:66
#: ../src/extension/internal/filter/paint.h:346
-#, fuzzy
msgid "Level:"
-msgstr "色階"
+msgstr "等級:"
#: ../src/extension/internal/filter/color.h:743
-#, fuzzy
msgid "Fade to:"
-msgstr "<b>淡出:</b>"
+msgstr "淡化:"
#: ../src/extension/internal/filter/color.h:744
#: ../src/ui/widget/selected-style.cpp:242
@@ -7586,115 +7257,99 @@ msgid "White"
msgstr "白色"
#: ../src/extension/internal/filter/color.h:754
-#, fuzzy
msgid "Fade to black or white"
-msgstr "只有黑白"
+msgstr "淡化成黑色或白色"
#: ../src/extension/internal/filter/color.h:819
-#, fuzzy
msgid "Greyscale"
msgstr "灰階"
#: ../src/extension/internal/filter/color.h:825
#: ../src/extension/internal/filter/paint.h:83
#: ../src/extension/internal/filter/paint.h:240
-#, fuzzy
msgid "Transparent"
-msgstr "0 (透明)"
+msgstr "透明"
#: ../src/extension/internal/filter/color.h:833
msgid "Customize greyscale components"
-msgstr ""
+msgstr "自訂灰階組成"
#: ../src/extension/internal/filter/color.h:905
#: ../src/ui/widget/selected-style.cpp:234
msgid "Invert"
-msgstr "反轉"
+msgstr "反相"
#: ../src/extension/internal/filter/color.h:907
-#, fuzzy
msgid "Invert channels:"
-msgstr "反相"
+msgstr "反相色版:"
#: ../src/extension/internal/filter/color.h:908
-#, fuzzy
msgid "No inversion"
-msgstr "本版新功能"
+msgstr "不反相"
#: ../src/extension/internal/filter/color.h:909
-#, fuzzy
msgid "Red and blue"
-msgstr "紅色色版"
+msgstr "紅和藍"
#: ../src/extension/internal/filter/color.h:910
-#, fuzzy
msgid "Red and green"
-msgstr "建立和編輯漸層"
+msgstr "紅和綠"
#: ../src/extension/internal/filter/color.h:911
-#, fuzzy
msgid "Green and blue"
-msgstr "綠色色版"
+msgstr "綠和藍"
#: ../src/extension/internal/filter/color.h:913
-#, fuzzy
msgid "Light transparency:"
-msgstr "透明粗糙"
+msgstr "光照透明度:"
#: ../src/extension/internal/filter/color.h:914
msgid "Invert hue"
-msgstr "反相"
+msgstr "反轉色相"
#: ../src/extension/internal/filter/color.h:915
-#, fuzzy
msgid "Invert lightness"
-msgstr "反轉影像"
+msgstr "反轉亮度"
#: ../src/extension/internal/filter/color.h:916
-#, fuzzy
msgid "Invert transparency"
-msgstr "透明塗抹"
+msgstr "反轉透明度"
#: ../src/extension/internal/filter/color.h:924
msgid "Manage hue, lightness and transparency inversions"
-msgstr ""
+msgstr "控制色相、亮度和透明的反轉"
#: ../src/extension/internal/filter/color.h:1042
-#, fuzzy
msgid "Lights:"
-msgstr "右邊:"
+msgstr "光照:"
#: ../src/extension/internal/filter/color.h:1043
-#, fuzzy
msgid "Shadows:"
-msgstr "明暗變化"
+msgstr "陰影:"
#: ../src/extension/internal/filter/color.h:1052
msgid "Modify lights and shadows separately"
-msgstr ""
+msgstr "分開修改光亮和陰影"
#: ../src/extension/internal/filter/color.h:1111
msgid "Lightness-Contrast"
msgstr "亮度和對比"
#: ../src/extension/internal/filter/color.h:1114
-#, fuzzy
msgid "Contrast:"
-msgstr "對比"
+msgstr "對比:"
#: ../src/extension/internal/filter/color.h:1122
-#, fuzzy
msgid "Modify lightness and contrast separately"
-msgstr "增加或減少亮度和對比"
+msgstr "分開修改亮度和對比"
#: ../src/extension/internal/filter/color.h:1196
msgid "Nudge"
-msgstr ""
+msgstr "細微調整"
#: ../src/extension/internal/filter/color.h:1200
-#, fuzzy
msgid "Red offset"
-msgstr "圖樣偏移"
+msgstr "紅色偏移"
#: ../src/extension/internal/filter/color.h:1201
#: ../src/extension/internal/filter/color.h:1204
@@ -7715,19 +7370,16 @@ msgid "Y:"
msgstr "Y:"
#: ../src/extension/internal/filter/color.h:1203
-#, fuzzy
msgid "Green offset"
-msgstr "圖樣偏移"
+msgstr "綠色偏移"
#: ../src/extension/internal/filter/color.h:1206
-#, fuzzy
msgid "Blue offset"
-msgstr "設定的值"
+msgstr "藍色偏移"
#: ../src/extension/internal/filter/color.h:1217
-#, fuzzy
msgid "Blend source:"
-msgstr "混合模式 (_B):"
+msgstr "混合來源:"
#: ../src/extension/internal/filter/color.h:1220
#: ../src/extension/internal/filter/transparency.h:56
@@ -7736,9 +7388,8 @@ msgid "Background"
msgstr "背景"
#: ../src/extension/internal/filter/color.h:1222
-#, fuzzy
msgid "Composite:"
-msgstr "合成"
+msgstr "合成:"
#: ../src/extension/internal/filter/color.h:1223
#: ../src/extension/internal/filter/morphology.h:173
@@ -7750,7 +7401,7 @@ msgstr "覆蓋 (Over)"
msgid ""
"Nudge separately RGB channels and blend them to different types of "
"backgrounds"
-msgstr ""
+msgstr "分開細微調整 RGB 色版並且將色版混合成不同的背景類型"
#: ../src/extension/internal/filter/color.h:1326
msgid "Quadritone fantasy"
@@ -7758,9 +7409,8 @@ msgstr "四色調奇幻"
#: ../src/extension/internal/filter/color.h:1328
#: ../src/extension/internal/filter/color.h:1526
-#, fuzzy
msgid "Hue distribution (°):"
-msgstr "使用正常分布"
+msgstr "色相分布 (°):"
#: ../src/extension/internal/filter/color.h:1329
msgid "Colors:"
@@ -7771,84 +7421,72 @@ msgid "Replace hue by two colors"
msgstr "用兩種顏色替代色相"
#: ../src/extension/internal/filter/color.h:1414
-#, fuzzy
msgid "Hue rotation (°):"
-msgstr "旋轉 (度)"
+msgstr "色相旋轉 (°):"
#: ../src/extension/internal/filter/color.h:1417
msgid "Moonarize"
msgstr "月出"
#: ../src/extension/internal/filter/color.h:1426
-#, fuzzy
msgid "Classic photographic solarization effect"
-msgstr "標準過度曝光的攝影效果"
+msgstr "標準的過度曝光攝影效果"
#: ../src/extension/internal/filter/color.h:1499
msgid "Tritone"
msgstr "三色調"
#: ../src/extension/internal/filter/color.h:1505
-#, fuzzy
msgid "Enhance hue"
-msgstr "加強"
+msgstr "加強色相"
#: ../src/extension/internal/filter/color.h:1506
-#, fuzzy
msgid "Phosphorescence"
-msgstr "出現"
+msgstr "磷光"
#: ../src/extension/internal/filter/color.h:1507
-#, fuzzy
msgid "Colored nights"
-msgstr "有色陰暗"
+msgstr "彩色夜晚"
#: ../src/extension/internal/filter/color.h:1508
-#, fuzzy
msgid "Hue to background"
-msgstr "移除背景"
+msgstr "色相轉成背景"
#: ../src/extension/internal/filter/color.h:1510
-#, fuzzy
msgid "Global blend:"
-msgstr "整體彎曲"
+msgstr "整體混合:"
#: ../src/extension/internal/filter/color.h:1516
-#, fuzzy
msgid "Glow:"
-msgstr "光暈"
+msgstr "光暈:"
#: ../src/extension/internal/filter/color.h:1517
-#, fuzzy
msgid "Glow blend:"
-msgstr "發光氣泡"
+msgstr "光暈混合:"
#: ../src/extension/internal/filter/color.h:1522
-#, fuzzy
msgid "Local light:"
-msgstr "反射光"
+msgstr "局部照明:"
#: ../src/extension/internal/filter/color.h:1523
-#, fuzzy
msgid "Global light:"
-msgstr "整體彎曲"
+msgstr "整體照明:"
#: ../src/extension/internal/filter/color.h:1537
msgid ""
"Create a custom tritone palette with additional glow, blend modes and hue "
"moving"
-msgstr ""
+msgstr "建立含有額外光暈的自訂三色調色盤、或混合模式和色相移動"
#: ../src/extension/internal/filter/distort.h:67
-#, fuzzy
msgid "Felt Feather"
-msgstr "羽化"
+msgstr "氈毛羽化"
#: ../src/extension/internal/filter/distort.h:71
#: ../src/extension/internal/filter/morphology.h:175
#: ../src/filter-enums.cpp:73
msgid "Out"
-msgstr "之外 (Out)"
+msgstr "外部 (Out)"
#: ../src/extension/internal/filter/distort.h:77
#: ../src/extension/internal/filter/textures.h:75
@@ -7860,13 +7498,12 @@ msgstr "邊框:"
#: ../src/extension/internal/filter/distort.h:79
#: ../src/extension/internal/filter/textures.h:76
msgid "Wide"
-msgstr "寬螢幕"
+msgstr "寬"
#: ../src/extension/internal/filter/distort.h:80
#: ../src/extension/internal/filter/textures.h:78
-#, fuzzy
msgid "Narrow"
-msgstr "窄的"
+msgstr "窄"
#: ../src/extension/internal/filter/distort.h:81
#: ../src/ui/widget/selected-style.cpp:170
@@ -7875,15 +7512,13 @@ msgid "No fill"
msgstr "無填充"
#: ../src/extension/internal/filter/distort.h:83
-#, fuzzy
msgid "Turbulence:"
-msgstr "紊亂"
+msgstr "紊亂:"
#: ../src/extension/internal/filter/distort.h:84
#: ../src/extension/internal/filter/distort.h:193
#: ../src/extension/internal/filter/overlays.h:61
#: ../src/extension/internal/filter/paint.h:702
-#, fuzzy
msgid "Fractal noise"
msgstr "碎形雜訊"
@@ -7900,18 +7535,16 @@ msgstr "紊亂"
#: ../src/extension/internal/filter/overlays.h:64
#: ../src/extension/internal/filter/paint.h:93
#: ../src/extension/internal/filter/paint.h:705
-#, fuzzy
msgid "Horizontal frequency:"
-msgstr "水平偏移"
+msgstr "水平頻率:"
#: ../src/extension/internal/filter/distort.h:88
#: ../src/extension/internal/filter/distort.h:197
#: ../src/extension/internal/filter/overlays.h:65
#: ../src/extension/internal/filter/paint.h:94
#: ../src/extension/internal/filter/paint.h:706
-#, fuzzy
msgid "Vertical frequency:"
-msgstr "顫抖頻率"
+msgstr "垂直頻率:"
#: ../src/extension/internal/filter/distort.h:89
#: ../src/extension/internal/filter/distort.h:198
@@ -7919,9 +7552,8 @@ msgstr "顫抖頻率"
#: ../src/extension/internal/filter/paint.h:95
#: ../src/extension/internal/filter/paint.h:707
#: ../src/extension/internal/filter/textures.h:69
-#, fuzzy
msgid "Complexity:"
-msgstr "複雜性最大值"
+msgstr "複雜度:"
#: ../src/extension/internal/filter/distort.h:90
#: ../src/extension/internal/filter/distort.h:199
@@ -7929,20 +7561,17 @@ msgstr "複雜性最大值"
#: ../src/extension/internal/filter/paint.h:96
#: ../src/extension/internal/filter/paint.h:708
#: ../src/extension/internal/filter/textures.h:70
-#, fuzzy
msgid "Variation:"
-msgstr "飽和度"
+msgstr "變化量:"
#: ../src/extension/internal/filter/distort.h:91
#: ../src/extension/internal/filter/distort.h:200
-#, fuzzy
msgid "Intensity:"
-msgstr "交集"
+msgstr "強度:"
#: ../src/extension/internal/filter/distort.h:99
-#, fuzzy
msgid "Blur and displace edges of shapes and pictures"
-msgstr "於物件和圖片內部加入可著色的邊緣光暈"
+msgstr "模糊並位移形狀和圖像的邊緣"
#: ../src/extension/internal/filter/distort.h:190
msgid "Roughen"
@@ -7952,9 +7581,8 @@ msgstr "粗糙化"
#: ../src/extension/internal/filter/overlays.h:60
#: ../src/extension/internal/filter/paint.h:701
#: ../src/extension/internal/filter/textures.h:64
-#, fuzzy
msgid "Turbulence type:"
-msgstr "紊亂"
+msgstr "紊亂類型:"
#: ../src/extension/internal/filter/distort.h:208
msgid "Small-scale roughening to edges and content"
@@ -7973,28 +7601,24 @@ msgid "Null external module directory name. Filters will not be loaded."
msgstr "空的外部模組目錄名稱。濾鏡將不會被載入。"
#: ../src/extension/internal/filter/image.h:49
-#, fuzzy
msgid "Edge Detect"
msgstr "偵測邊緣"
#: ../src/extension/internal/filter/image.h:51
msgid "Detect:"
-msgstr ""
+msgstr "偵測:"
#: ../src/extension/internal/filter/image.h:52
-#, fuzzy
msgid "All"
msgstr "全部"
#: ../src/extension/internal/filter/image.h:53
-#, fuzzy
msgid "Vertical lines"
-msgstr "垂直半徑"
+msgstr "垂直線"
#: ../src/extension/internal/filter/image.h:54
-#, fuzzy
msgid "Horizontal lines"
-msgstr "水平半徑"
+msgstr "水平線"
#: ../src/extension/internal/filter/image.h:57
msgid "Invert colors"
@@ -8010,25 +7634,22 @@ msgstr "交叉點平滑"
#: ../src/extension/internal/filter/morphology.h:61
#: ../src/extension/internal/filter/shadows.h:65
-#, fuzzy
msgid "Inner"
-msgstr "內光暈"
+msgstr "內部"
#: ../src/extension/internal/filter/morphology.h:62
#: ../src/extension/internal/filter/shadows.h:64
msgid "Outer"
-msgstr ""
+msgstr "外部"
#: ../src/extension/internal/filter/morphology.h:63
-#, fuzzy
msgid "Open"
-msgstr "開啟 (_O)..."
+msgstr "開啟"
#: ../src/extension/internal/filter/morphology.h:69
#: ../src/extension/internal/filter/morphology.h:190
-#, fuzzy
msgid "Antialiasing:"
-msgstr "反鋸齒"
+msgstr "反鋸齒:"
#: ../src/extension/internal/filter/morphology.h:70
msgid "Blur content"
@@ -8036,26 +7657,23 @@ msgstr "模糊內容"
#: ../src/extension/internal/filter/morphology.h:79
msgid "Smooth edges and angles of shapes"
-msgstr ""
+msgstr "平滑形狀的邊緣和角度"
#: ../src/extension/internal/filter/morphology.h:166
msgid "Outline"
msgstr "外框"
#: ../src/extension/internal/filter/morphology.h:170
-#, fuzzy
msgid "Fill image"
-msgstr "所有圖片"
+msgstr "填入圖片"
#: ../src/extension/internal/filter/morphology.h:171
-#, fuzzy
msgid "Hide image"
-msgstr "隱藏圖層"
+msgstr "隱藏圖片"
#: ../src/extension/internal/filter/morphology.h:172
-#, fuzzy
msgid "Composite type:"
-msgstr "合成"
+msgstr "合成類型:"
#: ../src/extension/internal/filter/morphology.h:177
#: ../src/filter-enums.cpp:75
@@ -8068,73 +7686,60 @@ msgid "Position:"
msgstr "位置:"
#: ../src/extension/internal/filter/morphology.h:180
-#, fuzzy
msgid "Inside"
-msgstr "第二個邊"
+msgstr "內部"
#: ../src/extension/internal/filter/morphology.h:181
-#, fuzzy
msgid "Outside"
-msgstr "外擴 (_E)"
+msgstr "外部"
#: ../src/extension/internal/filter/morphology.h:182
-#, fuzzy
msgid "Overlayed"
msgstr "覆蓋"
#: ../src/extension/internal/filter/morphology.h:184
-#, fuzzy
msgid "Width 1:"
-msgstr "寬度:"
+msgstr "寬度 1:"
#: ../src/extension/internal/filter/morphology.h:185
-#, fuzzy
msgid "Dilatation 1:"
-msgstr "飽和度"
+msgstr "擴張 1:"
#: ../src/extension/internal/filter/morphology.h:186
-#, fuzzy
msgid "Erosion 1:"
-msgstr "位置:"
+msgstr "縮減 1:"
#: ../src/extension/internal/filter/morphology.h:187
-#, fuzzy
msgid "Width 2:"
-msgstr "寬度:"
+msgstr "寬度 2:"
#: ../src/extension/internal/filter/morphology.h:188
-#, fuzzy
msgid "Dilatation 2:"
-msgstr "飽和度"
+msgstr "擴張 2:"
#: ../src/extension/internal/filter/morphology.h:189
-#, fuzzy
msgid "Erosion 2:"
-msgstr "位置:"
+msgstr "縮減 2:"
#: ../src/extension/internal/filter/morphology.h:191
msgid "Smooth"
msgstr "平滑"
#: ../src/extension/internal/filter/morphology.h:195
-#, fuzzy
msgid "Fill opacity:"
-msgstr "填充不透明度, %"
+msgstr "填充不透明度:"
#: ../src/extension/internal/filter/morphology.h:196
-#, fuzzy
msgid "Stroke opacity:"
-msgstr "邊框不透明度, %"
+msgstr "邊框不透明度:"
#: ../src/extension/internal/filter/morphology.h:206
-#, fuzzy
msgid "Adds a colorizable outline"
-msgstr "於內部加入可著色光暈"
+msgstr "加入彩色外框"
#: ../src/extension/internal/filter/overlays.h:56
-#, fuzzy
msgid "Noise Fill"
-msgstr "填入雜訊"
+msgstr "雜訊填充"
#: ../src/extension/internal/filter/overlays.h:59
#: ../src/extension/internal/filter/paint.h:700
@@ -8166,74 +7771,65 @@ msgid "Options"
msgstr "選項"
#: ../src/extension/internal/filter/overlays.h:72
-#, fuzzy
msgid "Noise color"
-msgstr "年份顏色"
+msgstr "雜訊顏色"
#: ../src/extension/internal/filter/overlays.h:83
-#, fuzzy
msgid "Basic noise fill and transparency texture"
-msgstr "基本的雜訊透明紋理"
+msgstr "基本的雜訊填充和透明紋理"
#: ../src/extension/internal/filter/paint.h:71
msgid "Chromolitho"
-msgstr ""
+msgstr "多彩雜訊"
#: ../src/extension/internal/filter/paint.h:75
#: ../share/extensions/jessyInk_keyBindings.inx.h:5
msgid "Drawing mode"
-msgstr "繪畫模式"
+msgstr "繪製模式"
#: ../src/extension/internal/filter/paint.h:76
-#, fuzzy
msgid "Drawing blend:"
-msgstr "已取消繪製"
+msgstr "繪製混合:"
#: ../src/extension/internal/filter/paint.h:84
-#, fuzzy
msgid "Dented"
-msgstr "中心點"
+msgstr "塌陷"
#: ../src/extension/internal/filter/paint.h:88
#: ../src/extension/internal/filter/paint.h:709
-#, fuzzy
msgid "Noise reduction:"
-msgstr "方向"
+msgstr "減少雜訊:"
#: ../src/extension/internal/filter/paint.h:91
-#, fuzzy
msgid "Grain"
-msgstr "繪畫模式"
+msgstr "顆粒"
#: ../src/extension/internal/filter/paint.h:92
-#, fuzzy
msgid "Grain mode"
-msgstr "繪畫模式"
+msgstr "顆粒模式"
#: ../src/extension/internal/filter/paint.h:97
#: ../src/extension/internal/filter/transparency.h:207
#: ../src/extension/internal/filter/transparency.h:281
-#, fuzzy
msgid "Expansion:"
-msgstr "擴充功能 \""
+msgstr "擴張:"
#: ../src/extension/internal/filter/paint.h:100
msgid "Grain blend:"
-msgstr ""
+msgstr "顆粒混合:"
#: ../src/extension/internal/filter/paint.h:116
msgid "Chromo effect with customizable edge drawing and graininess"
-msgstr ""
+msgstr "含自訂邊緣繪製及顆粒性的色彩效果"
#: ../src/extension/internal/filter/paint.h:233
-#, fuzzy
msgid "Cross Engraving"
-msgstr "透明版畫"
+msgstr "交疊版畫"
#: ../src/extension/internal/filter/paint.h:235
#: ../src/extension/internal/filter/paint.h:338
msgid "Clean-up:"
-msgstr ""
+msgstr "清理:"
#: ../src/extension/internal/filter/paint.h:239
#: ../src/widgets/toolbox.cpp:8531
@@ -8242,7 +7838,7 @@ msgstr "長度:"
#: ../src/extension/internal/filter/paint.h:248
msgid "Convert image to an engraving made of vertical and horizontal lines"
-msgstr ""
+msgstr "將圖像轉換成用垂直線及水平線產生的版畫效果"
#: ../src/extension/internal/filter/paint.h:332
#: ../src/ui/dialog/align-and-distribute.cpp:1039
@@ -8257,218 +7853,182 @@ msgstr "簡化"
#: ../src/extension/internal/filter/paint.h:339
#: ../src/extension/internal/filter/paint.h:719
-#, fuzzy
msgid "Erase:"
-msgstr "橡皮擦"
+msgstr "擦除:"
#: ../src/extension/internal/filter/paint.h:341
-#, fuzzy
msgid "Smoothness"
msgstr "平滑度"
#: ../src/extension/internal/filter/paint.h:345
msgid "Melt"
-msgstr ""
+msgstr "熔化"
#: ../src/extension/internal/filter/paint.h:351
#: ../src/extension/internal/filter/paint.h:722
-#, fuzzy
msgid "Fill color"
-msgstr "單色"
+msgstr "填色"
#: ../src/extension/internal/filter/paint.h:352
#: ../src/extension/internal/filter/paint.h:724
-#, fuzzy
msgid "Image on fill"
-msgstr "圖片檔"
+msgstr "圖像在填色上面"
#: ../src/extension/internal/filter/paint.h:355
-#, fuzzy
msgid "Stroke color"
-msgstr "設定邊框顏色"
+msgstr "邊框顏色"
#: ../src/extension/internal/filter/paint.h:356
-#, fuzzy
msgid "Image on stroke"
-msgstr "圖樣邊框"
+msgstr "圖像在填色上面"
#: ../src/extension/internal/filter/paint.h:367
-#, fuzzy
msgid "Convert images to duochrome drawings"
-msgstr "將頁面調整成繪畫部份大小"
+msgstr "將圖像轉換成雙色繪畫"
#: ../src/extension/internal/filter/paint.h:495
msgid "Electrize"
-msgstr ""
+msgstr "電子風格"
#: ../src/extension/internal/filter/paint.h:497
#: ../src/extension/internal/filter/paint.h:591
#: ../src/extension/internal/filter/paint.h:986
-#, fuzzy
msgid "Simplify:"
-msgstr "簡化"
+msgstr "簡化:"
#: ../src/extension/internal/filter/paint.h:498
#: ../src/extension/internal/filter/paint.h:862
-#, fuzzy
msgid "Effect type:"
-msgstr "特效清單"
+msgstr "特效類型:"
#: ../src/extension/internal/filter/paint.h:502
#: ../src/extension/internal/filter/paint.h:870
#: ../src/extension/internal/filter/paint.h:985
-#, fuzzy
msgid "Levels:"
-msgstr "色階"
+msgstr "等級:"
#: ../src/extension/internal/filter/paint.h:511
-#, fuzzy
msgid "Electro solarization effects"
-msgstr "標準過度曝光的攝影效果"
+msgstr "電子風格過度曝光效果"
#: ../src/extension/internal/filter/paint.h:585
-#, fuzzy
msgid "Neon Draw"
-msgstr "霓紅燈"
+msgstr "霓虹圖畫"
#: ../src/extension/internal/filter/paint.h:587
-#, fuzzy
msgid "Line type:"
-msgstr " 類型:"
+msgstr "線段類型:"
#: ../src/extension/internal/filter/paint.h:588
-#, fuzzy
msgid "Smoothed"
msgstr "平滑"
#: ../src/extension/internal/filter/paint.h:589
-#, fuzzy
msgid "Contrasted"
msgstr "對比"
#: ../src/extension/internal/filter/paint.h:592
-#, fuzzy
msgid "Line width:"
-msgstr "線寬"
+msgstr "線寬:"
#: ../src/extension/internal/filter/paint.h:594
#: ../src/extension/internal/filter/paint.h:871
#: ../src/ui/widget/filter-effect-chooser.cpp:26
-#, fuzzy
msgid "Blend mode:"
-msgstr "混合模式 (_B):"
+msgstr "混合模式:"
#: ../src/extension/internal/filter/paint.h:599
-#, fuzzy
msgid "Dark mode"
-msgstr "暗色浮雕"
+msgstr "暗色模式"
#: ../src/extension/internal/filter/paint.h:607
msgid "Posterize and draw smooth lines around color shapes"
-msgstr ""
+msgstr "海報風格並且在色彩形狀周圍繪製平滑線條"
#: ../src/extension/internal/filter/paint.h:697
-#, fuzzy
msgid "Point Engraving"
-msgstr "透明版畫"
+msgstr "網點版畫"
#: ../src/extension/internal/filter/paint.h:710
-#, fuzzy
msgid "Noise blend:"
-msgstr "發光氣泡"
+msgstr "雜訊混合:"
#: ../src/extension/internal/filter/paint.h:718
-#, fuzzy
msgid "Grain lightness:"
-msgstr "亮度"
+msgstr "顆粒亮度:"
#: ../src/extension/internal/filter/paint.h:720
#: ../src/extension/internal/filter/transparency.h:343
-#, fuzzy
msgid "Blur:"
-msgstr "模糊 (_L):"
+msgstr "模糊:"
#: ../src/extension/internal/filter/paint.h:726
-#, fuzzy
msgid "Points color"
-msgstr "月份顏色"
+msgstr "網點顏色:"
#: ../src/extension/internal/filter/paint.h:728
-#, fuzzy
msgid "Image on points"
-msgstr "圖片檔"
+msgstr "圖像在網點上面"
#: ../src/extension/internal/filter/paint.h:738
-#, fuzzy
msgid "Convert image to a transparent point engraving"
-msgstr "轉成可著色的透明正相或反相"
+msgstr "將圖像轉換成透明網點版畫"
#: ../src/extension/internal/filter/paint.h:860
-#, fuzzy
msgid "Poster Paint"
-msgstr "限定"
+msgstr "海報筆觸"
#: ../src/extension/internal/filter/paint.h:866
-#, fuzzy
msgid "Transfer type:"
-msgstr "布林運算類型"
+msgstr "轉變類型:"
#: ../src/extension/internal/filter/paint.h:867
-#, fuzzy
msgid "Poster"
-msgstr "石膏"
+msgstr "海報"
#: ../src/extension/internal/filter/paint.h:868
-#, fuzzy
msgid "Painting"
-msgstr "油畫筆觸"
+msgstr "油畫"
#: ../src/extension/internal/filter/paint.h:878
-#, fuzzy
msgid "Simplify (primary):"
-msgstr "簡化路徑:"
+msgstr "簡化 (主要):"
#: ../src/extension/internal/filter/paint.h:879
-#, fuzzy
msgid "Simplify (secondary):"
-msgstr "簡化色彩"
+msgstr "簡化 (次要):"
#: ../src/extension/internal/filter/paint.h:880
-#, fuzzy
msgid "Pre-saturation:"
-msgstr "飽和度"
+msgstr "處理前飽和度:"
#: ../src/extension/internal/filter/paint.h:881
-#, fuzzy
msgid "Post-saturation:"
-msgstr "飽和度"
+msgstr "處理後飽和度:"
#: ../src/extension/internal/filter/paint.h:882
-#, fuzzy
msgid "Simulate antialiasing"
-msgstr "模擬油畫筆觸風格"
+msgstr "模擬反鋸齒效果"
#: ../src/extension/internal/filter/paint.h:890
-#, fuzzy
msgid "Poster and painting effects"
-msgstr "貼上即時路徑特效"
+msgstr "海報和繪畫效果"
#: ../src/extension/internal/filter/paint.h:983
msgid "Posterize Basic"
-msgstr ""
+msgstr "基本海報風格"
#: ../src/extension/internal/filter/paint.h:994
msgid "Simple posterizing effect"
-msgstr ""
+msgstr "簡單的海報效果"
#: ../src/extension/internal/filter/protrusions.h:48
msgid "Snow crest"
msgstr "積雪頂飾"
#: ../src/extension/internal/filter/protrusions.h:50
-#, fuzzy
msgid "Drift Size:"
-msgstr "堆積大小"
+msgstr "漂移大小:"
#: ../src/extension/internal/filter/protrusions.h:58
msgid "Snow has fallen on object"
@@ -8479,82 +8039,68 @@ msgid "Drop Shadow"
msgstr "下落式陰影"
#: ../src/extension/internal/filter/shadows.h:60
-#, fuzzy
msgid "Blur radius (px):"
-msgstr "模糊半徑, px"
+msgstr "模糊半徑 (px):"
#: ../src/extension/internal/filter/shadows.h:61
-#, fuzzy
msgid "Horizontal offset (px):"
-msgstr "水平偏移, px"
+msgstr "水平偏移 (px):"
#: ../src/extension/internal/filter/shadows.h:62
-#, fuzzy
msgid "Vertical offset (px):"
-msgstr "垂直偏移, px"
+msgstr "垂直偏移 (px):"
#: ../src/extension/internal/filter/shadows.h:63
-#, fuzzy
msgid "Blur type:"
-msgstr "模糊微調"
+msgstr "模糊類型:"
#: ../src/extension/internal/filter/shadows.h:66
msgid "Outer cutout"
-msgstr ""
+msgstr "外剪影"
#: ../src/extension/internal/filter/shadows.h:67
-#, fuzzy
msgid "Inner cutout"
-msgstr "內部外框"
+msgstr "內剪影"
#: ../src/extension/internal/filter/shadows.h:70
-#, fuzzy
msgid "Blur color"
-msgstr "單色"
+msgstr "模糊色彩"
#: ../src/extension/internal/filter/shadows.h:72
-#, fuzzy
msgid "Use object's color"
-msgstr "使用命名顏色"
+msgstr "使用物件的顏色"
#: ../src/extension/internal/filter/shadows.h:82
-#, fuzzy
msgid "Colorizable Drop shadow"
-msgstr "於內部加入可著色的下落式陰影"
+msgstr "彩色下落式陰影"
#: ../src/extension/internal/filter/textures.h:62
msgid "Ink Blot"
-msgstr ""
+msgstr "墨水污漬"
#: ../src/extension/internal/filter/textures.h:68
-#, fuzzy
msgid "Frequency:"
-msgstr "基本頻率:"
+msgstr "頻率:"
#: ../src/extension/internal/filter/textures.h:71
-#, fuzzy
msgid "Horizontal inlay:"
-msgstr "水平點:"
+msgstr "水平嵌入:"
#: ../src/extension/internal/filter/textures.h:72
-#, fuzzy
msgid "Vertical inlay:"
-msgstr "垂直點:"
+msgstr "垂直嵌入:"
#: ../src/extension/internal/filter/textures.h:73
-#, fuzzy
msgid "Displacement:"
-msgstr "X 移位:"
+msgstr "位移:"
#: ../src/extension/internal/filter/textures.h:79
-#, fuzzy
msgid "Overlapping"
-msgstr "研磨"
+msgstr "重疊"
#: ../src/extension/internal/filter/textures.h:80
-#, fuzzy
msgid "External"
-msgstr "外部編輯..."
+msgstr "外部"
#: ../src/extension/internal/filter/textures.h:81
#: ../share/extensions/markers_strokepaint.inx.h:5
@@ -8562,24 +8108,20 @@ msgid "Custom"
msgstr "自訂"
#: ../src/extension/internal/filter/textures.h:83
-#, fuzzy
msgid "Custom stroke options"
-msgstr "自訂點和選項"
+msgstr "自訂邊框選項"
#: ../src/extension/internal/filter/textures.h:84
-#, fuzzy
msgid "k1:"
-msgstr "K1:"
+msgstr "k1:"
#: ../src/extension/internal/filter/textures.h:85
-#, fuzzy
msgid "k2:"
-msgstr "K2:"
+msgstr "k2:"
#: ../src/extension/internal/filter/textures.h:86
-#, fuzzy
msgid "k3:"
-msgstr "K3:"
+msgstr "k3:"
#: ../src/extension/internal/filter/textures.h:94
msgid "Inkblot on tissue or rough paper"
@@ -8591,9 +8133,8 @@ msgid "Blend"
msgstr "混合"
#: ../src/extension/internal/filter/transparency.h:55 ../src/rdf.cpp:257
-#, fuzzy
msgid "Source:"
-msgstr "來源"
+msgstr "來源:"
#: ../src/extension/internal/filter/transparency.h:59
#: ../src/ui/dialog/filter-effects-dialog.cpp:2268
@@ -8605,28 +8146,24 @@ msgstr "模式:"
#: ../src/extension/internal/filter/transparency.h:73
msgid "Blend objects with background images or with themselves"
-msgstr ""
+msgstr "用背景圖像或自己本身來混合物件"
#: ../src/extension/internal/filter/transparency.h:130
-#, fuzzy
msgid "Channel Transparency"
-msgstr "對話窗透明度:"
+msgstr "色版透明度"
#: ../src/extension/internal/filter/transparency.h:144
-#, fuzzy
msgid "Replace RGB with transparency"
-msgstr "透明粗糙"
+msgstr "用透明度取代 RGB"
#: ../src/extension/internal/filter/transparency.h:205
-#, fuzzy
msgid "Light Eraser"
msgstr "亮部橡皮擦"
#: ../src/extension/internal/filter/transparency.h:209
#: ../src/extension/internal/filter/transparency.h:283
-#, fuzzy
msgid "Global opacity:"
-msgstr "整體彎曲"
+msgstr "整體不透明度:"
#: ../src/extension/internal/filter/transparency.h:218
msgid "Make the lightest parts of the object progressively transparent"
@@ -8634,39 +8171,36 @@ msgstr "使物件最亮的部份逐次變透明"
#: ../src/extension/internal/filter/transparency.h:291
msgid "Set opacity and strength of opacity boundaries"
-msgstr ""
+msgstr "設定不透明度和不透明度邊界強度"
#: ../src/extension/internal/filter/transparency.h:341
msgid "Silhouette"
-msgstr ""
+msgstr "剪影"
#: ../src/extension/internal/filter/transparency.h:344
msgid "Cutout"
-msgstr "挖剪圖畫"
+msgstr "挖剪"
#: ../src/extension/internal/filter/transparency.h:353
-#, fuzzy
msgid "Repaint anything visible monochrome"
-msgstr "重塗任何單色"
+msgstr "重繪任何物件的可見單色"
#: ../src/extension/internal/gdkpixbuf-input.cpp:163
-#, fuzzy, c-format
+#, c-format
msgid "%s bitmap image import"
-msgstr "丟棄點陣圖影像"
+msgstr "匯入 %s 點陣圖影像"
#: ../src/extension/internal/gdkpixbuf-input.cpp:169
msgid "Link or embed image:"
msgstr "連結或內嵌圖片:"
#: ../src/extension/internal/gdkpixbuf-input.cpp:170
-#, fuzzy
msgid "Embed"
msgstr "內嵌"
#: ../src/extension/internal/gdkpixbuf-input.cpp:171
-#, fuzzy
msgid "Link"
-msgstr "連結:"
+msgstr "連結"
#: ../src/extension/internal/gdkpixbuf-input.cpp:173
msgid ""
@@ -8678,11 +8212,11 @@ msgstr ""
#: ../src/extension/internal/gdkpixbuf-input.cpp:174
msgid "Hide the dialog next time and always apply the same action."
-msgstr ""
+msgstr "下次隱藏對話窗並且都套用相同動作。"
#: ../src/extension/internal/gdkpixbuf-input.cpp:174
msgid "Don't ask again"
-msgstr ""
+msgstr "不再詢問"
#: ../src/extension/internal/gimpgrad.cpp:272
msgid "GIMP Gradients"
@@ -8701,29 +8235,24 @@ msgid "Grid"
msgstr "格線"
#: ../src/extension/internal/grid.cpp:203
-#, fuzzy
msgid "Line Width:"
-msgstr "線寬"
+msgstr "線寬:"
#: ../src/extension/internal/grid.cpp:204
-#, fuzzy
msgid "Horizontal Spacing:"
-msgstr "水平間距"
+msgstr "水平間距:"
#: ../src/extension/internal/grid.cpp:205
-#, fuzzy
msgid "Vertical Spacing:"
-msgstr "垂直間距"
+msgstr "垂直間距:"
#: ../src/extension/internal/grid.cpp:206
-#, fuzzy
msgid "Horizontal Offset:"
-msgstr "水平偏移"
+msgstr "水平偏移:"
#: ../src/extension/internal/grid.cpp:207
-#, fuzzy
msgid "Vertical Offset:"
-msgstr "垂直偏移"
+msgstr "垂直偏移:"
#: ../src/extension/internal/grid.cpp:211
#: ../share/extensions/draw_from_triangle.inx.h:30
@@ -8749,7 +8278,7 @@ msgstr "垂直偏移"
#: ../share/extensions/triangle.inx.h:10
#: ../share/extensions/wireframe_sphere.inx.h:5
msgid "Render"
-msgstr "演算"
+msgstr "圖形潤算"
#: ../src/extension/internal/grid.cpp:212
#: ../src/ui/dialog/document-properties.cpp:147
@@ -8885,25 +8414,21 @@ msgid "PDF Import Settings"
msgstr "PDF 匯入設定值"
#: ../src/extension/internal/pdfinput/pdf-input.cpp:412
-#, fuzzy
msgctxt "PDF input precision"
msgid "rough"
msgstr "粗糙"
#: ../src/extension/internal/pdfinput/pdf-input.cpp:413
-#, fuzzy
msgctxt "PDF input precision"
msgid "medium"
-msgstr "中"
+msgstr "中等"
#: ../src/extension/internal/pdfinput/pdf-input.cpp:414
-#, fuzzy
msgctxt "PDF input precision"
msgid "fine"
msgstr "精細"
#: ../src/extension/internal/pdfinput/pdf-input.cpp:415
-#, fuzzy
msgctxt "PDF input precision"
msgid "very fine"
msgstr "非常精細"
@@ -9038,7 +8563,7 @@ msgstr "default.zh_TW.svg"
#: ../src/file.cpp:270
msgid "Broken links have been changed to point to existing files."
-msgstr ""
+msgstr "無效的連結已變成指向現有檔案。"
#: ../src/file.cpp:278 ../src/file.cpp:1192
#, c-format
@@ -9086,8 +8611,7 @@ msgstr "在 &lt;defs&gt; 沒有未使用的定義。"
msgid ""
"No Inkscape extension found to save document (%s). This may have been "
"caused by an unknown filename extension."
-msgstr ""
-"找不到 Inkscape 擴充功能來儲存檔案 (%s) 。這可能是因不明的副檔名所導致。"
+msgstr "找不到 Inkscape 擴充功能來儲存檔案 (%s) 。這可能是因不明的副檔名所導致。"
#: ../src/file.cpp:615 ../src/file.cpp:623 ../src/file.cpp:631
#: ../src/file.cpp:637 ../src/file.cpp:642
@@ -9154,9 +8678,8 @@ msgid "Select file to export to"
msgstr "選擇要匯出的檔案"
#: ../src/file.cpp:1630
-#, fuzzy
msgid "Import Clip Art"
-msgstr "匯入 / 匯出"
+msgstr "匯入美工圖"
#: ../src/filter-enums.cpp:21
msgid "Color Matrix"
@@ -9340,25 +8863,21 @@ msgid "Lightness"
msgstr "亮度"
#: ../src/flood-context.cpp:264
-#, fuzzy
msgctxt "Flood autogap"
msgid "None"
msgstr "無"
#: ../src/flood-context.cpp:265
-#, fuzzy
msgctxt "Flood autogap"
msgid "Small"
msgstr "小"
#: ../src/flood-context.cpp:266
-#, fuzzy
msgctxt "Flood autogap"
msgid "Medium"
msgstr "中"
#: ../src/flood-context.cpp:267
-#, fuzzy
msgctxt "Flood autogap"
msgid "Large"
msgstr "大"
@@ -9808,27 +9327,24 @@ msgstr "自動備份下列檔案時失敗:\n"
#. sp_ui_menu_append_check_item_from_verb(m, view, _("_Menu"), _("Show or hide the menu bar"), "menu",
#. checkitem_toggled, checkitem_update, 0);
#: ../src/interface.cpp:775
-#, fuzzy
msgid "_Commands Bar"
-msgstr "命令列"
+msgstr "命令列(_C)"
#: ../src/interface.cpp:775
msgid "Show or hide the Commands bar (under the menu)"
msgstr "顯示或隱藏命令列 (位於選單下面)"
#: ../src/interface.cpp:777
-#, fuzzy
msgid "Sn_ap Controls Bar"
-msgstr "貼齊控制列"
+msgstr "貼齊控制列(_A)"
#: ../src/interface.cpp:777
msgid "Show or hide the snapping controls"
msgstr "顯示或隱藏貼齊控制項目"
#: ../src/interface.cpp:779
-#, fuzzy
msgid "T_ool Controls Bar"
-msgstr "工具控制列"
+msgstr "工具控制列(_O)"
#: ../src/interface.cpp:779
msgid "Show or hide the Tool Controls bar"
@@ -9836,7 +9352,7 @@ msgstr "顯示或隱藏工具控制列"
#: ../src/interface.cpp:781
msgid "_Toolbox"
-msgstr "工具箱 (_T)"
+msgstr "工具箱(_T)"
#: ../src/interface.cpp:781
msgid "Show or hide the main toolbox (on the left)"
@@ -9844,7 +9360,7 @@ msgstr "顯示或隱藏主要工具列 (位於視窗左邊)"
#: ../src/interface.cpp:787
msgid "_Palette"
-msgstr "調色盤 (_P)"
+msgstr "調色盤(_P)"
#: ../src/interface.cpp:787
msgid "Show or hide the color palette"
@@ -9852,14 +9368,13 @@ msgstr "顯示或隱藏調色盤"
#: ../src/interface.cpp:789
msgid "_Statusbar"
-msgstr "狀態列 (_S)"
+msgstr "狀態列(_S)"
#: ../src/interface.cpp:789
msgid "Show or hide the statusbar (at the bottom of the window)"
msgstr "顯示或隱藏狀態列 (位於視窗的底端)"
#: ../src/interface.cpp:797
-#, fuzzy
msgctxt "Interface setup"
msgid "Default"
msgstr "預設"
@@ -9869,7 +9384,6 @@ msgid "Default interface setup"
msgstr "預設的介面設定"
#: ../src/interface.cpp:798
-#, fuzzy
msgctxt "Interface setup"
msgid "Custom"
msgstr "自訂"
@@ -9879,7 +9393,6 @@ msgid "Set the custom task"
msgstr "設定自訂任務"
#: ../src/interface.cpp:799
-#, fuzzy
msgctxt "Interface setup"
msgid "Wide"
msgstr "寬螢幕"
@@ -9895,7 +9408,7 @@ msgstr "動詞「%s」不明"
#: ../src/interface.cpp:941
msgid "Open _Recent"
-msgstr "最近開啟 (_R)"
+msgstr "最近開啟(_R)"
#: ../src/interface.cpp:1049 ../src/interface.cpp:1139
#: ../src/interface.cpp:1246 ../src/ui/widget/selected-style.cpp:474
@@ -9942,30 +9455,28 @@ msgstr "前往上一層"
#. TRANSLATORS: #%1 is the id of the group e.g. <g id="#g7">, not a number.
#: ../src/interface.cpp:1545
-#, fuzzy
msgid "Enter group #%1"
-msgstr "進入群組 #%s"
+msgstr "進入群組 #%1"
#. Item dialog
#: ../src/interface.cpp:1686 ../src/verbs.cpp:2673
msgid "_Object Properties..."
-msgstr "物件屬性 (_O)..."
+msgstr "物件屬性(_O)..."
#. Select item
#: ../src/interface.cpp:1694
msgid "_Select This"
-msgstr "選擇這個 (_S)"
+msgstr "選擇這個(_S)"
#. Select same fill and stroke
#: ../src/interface.cpp:1704
-#, fuzzy
msgid "_Select Same Fill and Stroke"
-msgstr "填充與邊框 (_F)"
+msgstr "選取相同填充和邊框(_S)"
#. Create link
#: ../src/interface.cpp:1715
msgid "_Create Link"
-msgstr "建立連結 (_C)"
+msgstr "建立連結(_C)"
#. Set mask
#: ../src/interface.cpp:1738
@@ -9979,15 +9490,13 @@ msgstr "解除遮罩"
#. Set Clip
#: ../src/interface.cpp:1760
-#, fuzzy
msgid "Set _Clip"
-msgstr "設定裁剪"
+msgstr "設定裁剪(_C)"
#. Release Clip
#: ../src/interface.cpp:1771
-#, fuzzy
msgid "Release C_lip"
-msgstr "解除裁剪"
+msgstr "解除裁剪(_L)"
#: ../src/interface.cpp:1815
msgid "Create link"
@@ -9996,29 +9505,27 @@ msgstr "建立連結"
#. Ungroup
#: ../src/interface.cpp:1846 ../src/verbs.cpp:2339
msgid "_Ungroup"
-msgstr "解散群組 (_U)"
+msgstr "解散群組(_U)"
#. Link dialog
#: ../src/interface.cpp:1866
-#, fuzzy
msgid "Link _Properties..."
-msgstr "連結屬性 (_P)"
+msgstr "連結屬性(_P)..."
#. Select item
#: ../src/interface.cpp:1872
msgid "_Follow Link"
-msgstr "跟隨連結 (_F)"
+msgstr "跟隨連結(_F)"
#. Reset transformations
#: ../src/interface.cpp:1878
msgid "_Remove Link"
-msgstr "移除連結 (_R)"
+msgstr "移除連結(_R)"
#. Image properties
#: ../src/interface.cpp:1908
-#, fuzzy
msgid "Image _Properties..."
-msgstr "圖片屬性 (_P)"
+msgstr "圖片屬性(_P)..."
#. Edit externally
#: ../src/interface.cpp:1914
@@ -10026,32 +9533,30 @@ msgid "Edit Externally..."
msgstr "外部編輯..."
#: ../src/interface.cpp:1924
-#, fuzzy
msgctxt "Context menu"
msgid "Embed Image"
msgstr "嵌入圖片"
#: ../src/interface.cpp:1935
-#, fuzzy
msgctxt "Context menu"
msgid "Extract Image..."
-msgstr "提取圖片"
+msgstr "提取圖片..."
#. Item dialog
#. Fill and Stroke dialog
#: ../src/interface.cpp:2068 ../src/interface.cpp:2088 ../src/verbs.cpp:2638
msgid "_Fill and Stroke..."
-msgstr "填充與邊框 (_F)..."
+msgstr "填充與邊框(_F)..."
#. Edit Text dialog
#: ../src/interface.cpp:2094 ../src/verbs.cpp:2653
msgid "_Text and Font..."
-msgstr "文字與字型 (_T)..."
+msgstr "文字與字型(_T)..."
#. Spellcheck dialog
#: ../src/interface.cpp:2100 ../src/verbs.cpp:2661
msgid "Check Spellin_g..."
-msgstr "檢查拼寫 (_G)..."
+msgstr "檢查拼寫(_G)..."
#: ../src/knot.cpp:435
msgid "Node or handle drag canceled."
@@ -10084,8 +9589,7 @@ msgstr "管理器"
#: ../src/libgdl/gdl-dock-bar.c:106
msgid "GdlDockMaster object which the dockbar widget is attached to"
-msgstr ""
-"工具欄列介面元件被放到圖形裝置介面 (GDI) 工具欄管理器 (GdlDockMaster) 物件"
+msgstr "工具欄列介面元件被放到圖形裝置介面 (GDI) 工具欄管理器 (GdlDockMaster) 物件"
#: ../src/libgdl/gdl-dock-bar.c:113
msgid "Dockbar style"
@@ -10128,9 +9632,8 @@ msgid "Resizable"
msgstr "可調整大小"
#: ../src/libgdl/gdl-dock-item.c:326
-#, fuzzy
msgid "If set, the dock item can be resized when docked in a GtkPanel widget"
-msgstr "如果設定,此工具欄項目引入面板時可調整大小"
+msgstr "如果設定,當工具欄項目停泊在 GtkPanel 時能夠調整大小"
#: ../src/libgdl/gdl-dock-item.c:333
msgid "Item behavior"
@@ -10239,8 +9742,7 @@ msgstr "切換按鈕樣式"
msgid ""
"master %p: unable to add object %p[%s] to the hash. There already is an "
"item with that name (%p)."
-msgstr ""
-"管理器 %p:無法加入物件 %p[%s] 到此信息。已有一個相同名稱 (%p) 的項目。"
+msgstr "管理器 %p:無法加入物件 %p[%s] 到此信息。已有一個相同名稱 (%p) 的項目。"
#: ../src/libgdl/gdl-dock-master.c:955
#, c-format
@@ -10395,24 +9897,20 @@ msgid "Whether the placeholder is standing in for a floating toplevel dock"
msgstr "是否以佔位符號替換一個浮動的最上層工具欄"
#: ../src/libgdl/gdl-dock-placeholder.c:189
-#, fuzzy
msgid "X Coordinate"
msgstr "X 坐標"
#: ../src/libgdl/gdl-dock-placeholder.c:190
-#, fuzzy
msgid "X coordinate for dock when floating"
-msgstr "浮動時工具欄的 X 坐標"
+msgstr "工具欄浮動狀態的 X 坐標"
#: ../src/libgdl/gdl-dock-placeholder.c:196
-#, fuzzy
msgid "Y Coordinate"
msgstr "Y 坐標"
#: ../src/libgdl/gdl-dock-placeholder.c:197
-#, fuzzy
msgid "Y coordinate for dock when floating"
-msgstr "浮動時工具欄的 Y 坐標"
+msgstr "工具欄浮動狀態的 Y 坐標"
#: ../src/libgdl/gdl-dock-placeholder.c:499
msgid "Attempt to dock a dock object to an unbound placeholder"
@@ -10610,14 +10108,12 @@ msgstr "尺標"
#. 0.49 ?
#: ../src/live_effects/effect.cpp:124
-#, fuzzy
msgid "[Unstable!] Power stroke"
-msgstr "圖樣邊框"
+msgstr "[不穩定!] 神奇邊框"
#: ../src/live_effects/effect.cpp:125
-#, fuzzy
msgid "[Unstable!] Clone original path"
-msgstr "取代文字"
+msgstr "[不穩定!] 複製原本路徑"
#: ../src/live_effects/effect.cpp:287
msgid "Is visible?"
@@ -10648,9 +10144,8 @@ msgid "None of the applied path effect's parameters can be edited on-canvas."
msgstr "沒有已套用路徑特效的參數可在畫布上編輯。"
#: ../src/live_effects/lpe-bendpath.cpp:55
-#, fuzzy
msgid "Bend path:"
-msgstr "彎曲路徑"
+msgstr "彎曲路徑:"
#: ../src/live_effects/lpe-bendpath.cpp:55
msgid "Path along which to bend the original path"
@@ -10661,63 +10156,56 @@ msgid "Width of the path"
msgstr "路徑寬度"
#: ../src/live_effects/lpe-bendpath.cpp:57
-#, fuzzy
msgid "W_idth in units of length"
-msgstr "寬度以長度為單位"
+msgstr "寬度以長度為單位(_I)"
#: ../src/live_effects/lpe-bendpath.cpp:57
msgid "Scale the width of the path in units of its length"
msgstr "以路徑的長度為單位來縮放寬度"
#: ../src/live_effects/lpe-bendpath.cpp:58
-#, fuzzy
msgid "_Original path is vertical"
-msgstr "原路徑為垂直"
+msgstr "原始路徑為垂直方向(_O)"
#: ../src/live_effects/lpe-bendpath.cpp:58
msgid "Rotates the original 90 degrees, before bending it along the bend path"
msgstr "在沿著彎曲路徑彎曲之前,將原本的旋轉 90 度"
#: ../src/live_effects/lpe-constructgrid.cpp:26
-#, fuzzy
msgid "Size _X:"
-msgstr "尺寸 X"
+msgstr "尺寸 _X:"
#: ../src/live_effects/lpe-constructgrid.cpp:26
msgid "The size of the grid in X direction."
msgstr "X 方向格線的大小。"
#: ../src/live_effects/lpe-constructgrid.cpp:27
-#, fuzzy
msgid "Size _Y:"
-msgstr "尺寸 Y"
+msgstr "尺寸 _Y:"
#: ../src/live_effects/lpe-constructgrid.cpp:27
msgid "The size of the grid in Y direction."
msgstr "Y 方向格線的大小。"
#: ../src/live_effects/lpe-curvestitch.cpp:41
-#, fuzzy
msgid "Stitch path:"
-msgstr "縫合路徑"
+msgstr "縫合路徑:"
#: ../src/live_effects/lpe-curvestitch.cpp:41
msgid "The path that will be used as stitch."
msgstr "此路徑會用作縫合。"
#: ../src/live_effects/lpe-curvestitch.cpp:42
-#, fuzzy
msgid "N_umber of paths:"
-msgstr "路徑數量"
+msgstr "路徑數量:"
#: ../src/live_effects/lpe-curvestitch.cpp:42
msgid "The number of paths that will be generated."
msgstr "將會生成的路徑數量。"
#: ../src/live_effects/lpe-curvestitch.cpp:43
-#, fuzzy
msgid "Sta_rt edge variance:"
-msgstr "起始邊緣變化量"
+msgstr "起始邊緣變化量(_R):"
#: ../src/live_effects/lpe-curvestitch.cpp:43
msgid ""
@@ -10726,9 +10214,8 @@ msgid ""
msgstr "參考線路徑外部和內部縫合起點隨機抖動的程度"
#: ../src/live_effects/lpe-curvestitch.cpp:44
-#, fuzzy
msgid "Sta_rt spacing variance:"
-msgstr "起始間距變化量"
+msgstr "起始間距變化量(_R):"
#: ../src/live_effects/lpe-curvestitch.cpp:44
msgid ""
@@ -10737,9 +10224,8 @@ msgid ""
msgstr "沿著參考線路徑縫合起點前後隨機移動的量"
#: ../src/live_effects/lpe-curvestitch.cpp:45
-#, fuzzy
msgid "End ed_ge variance:"
-msgstr "末端邊緣變化量"
+msgstr "結束邊緣變化量(_G):"
#: ../src/live_effects/lpe-curvestitch.cpp:45
msgid ""
@@ -10748,9 +10234,8 @@ msgid ""
msgstr "參考線路徑外部和內部縫合終點隨機性抖動的程度"
#: ../src/live_effects/lpe-curvestitch.cpp:46
-#, fuzzy
msgid "End spa_cing variance:"
-msgstr "末端間距變化量"
+msgstr "結束間距變化量(_C):"
#: ../src/live_effects/lpe-curvestitch.cpp:46
msgid ""
@@ -10759,90 +10244,80 @@ msgid ""
msgstr "沿著參考線路徑縫合終點前後隨機移動的量"
#: ../src/live_effects/lpe-curvestitch.cpp:47
-#, fuzzy
msgid "Scale _width:"
-msgstr "縮放寬度"
+msgstr "縮放寬度(_W):"
#: ../src/live_effects/lpe-curvestitch.cpp:47
msgid "Scale the width of the stitch path"
msgstr "縮放縫合路徑的寬度"
#: ../src/live_effects/lpe-curvestitch.cpp:48
-#, fuzzy
msgid "Scale _width relative to length"
-msgstr "相對於長度的縮放寬度"
+msgstr "相對於長度縮放寬度"
#: ../src/live_effects/lpe-curvestitch.cpp:48
msgid "Scale the width of the stitch path relative to its length"
msgstr "縮放相對於縫合路徑長度的寬度"
#: ../src/live_effects/lpe-envelope.cpp:33
-#, fuzzy
msgid "Top bend path:"
-msgstr "頂端彎曲路徑"
+msgstr "頂端彎曲路徑:"
#: ../src/live_effects/lpe-envelope.cpp:33
msgid "Top path along which to bend the original path"
msgstr "沿著頂端路徑彎曲原路徑"
#: ../src/live_effects/lpe-envelope.cpp:34
-#, fuzzy
msgid "Right bend path:"
-msgstr "右邊彎曲路徑"
+msgstr "右側彎曲路徑:"
#: ../src/live_effects/lpe-envelope.cpp:34
msgid "Right path along which to bend the original path"
msgstr "沿著右邊路徑彎曲原路徑"
#: ../src/live_effects/lpe-envelope.cpp:35
-#, fuzzy
msgid "Bottom bend path:"
-msgstr "底端彎曲路徑"
+msgstr "底端彎曲路徑:"
#: ../src/live_effects/lpe-envelope.cpp:35
msgid "Bottom path along which to bend the original path"
msgstr "沿著底端路徑彎曲原路徑"
#: ../src/live_effects/lpe-envelope.cpp:36
-#, fuzzy
msgid "Left bend path:"
-msgstr "左邊彎曲路徑"
+msgstr "左側彎曲路徑:"
#: ../src/live_effects/lpe-envelope.cpp:36
msgid "Left path along which to bend the original path"
msgstr "沿著左邊路徑彎曲原路徑"
#: ../src/live_effects/lpe-envelope.cpp:37
-#, fuzzy
msgid "E_nable left & right paths"
-msgstr "啟用左邊和右邊路徑"
+msgstr "啟用左邊和右邊路徑(_N)"
#: ../src/live_effects/lpe-envelope.cpp:37
msgid "Enable the left and right deformation paths"
msgstr "啟用左邊和右邊路徑變形"
#: ../src/live_effects/lpe-envelope.cpp:38
-#, fuzzy
msgid "_Enable top & bottom paths"
-msgstr "啟用頂端和底端路徑"
+msgstr "啟用頂端和底端路徑(_E)"
#: ../src/live_effects/lpe-envelope.cpp:38
msgid "Enable the top and bottom deformation paths"
msgstr "啟用頂端和底端路徑變形"
#: ../src/live_effects/lpe-gears.cpp:212
-#, fuzzy
msgid "_Teeth:"
-msgstr "齒"
+msgstr "輪齒(_T):"
#: ../src/live_effects/lpe-gears.cpp:212
msgid "The number of teeth"
msgstr "齒數"
#: ../src/live_effects/lpe-gears.cpp:213
-#, fuzzy
msgid "_Phi:"
-msgstr "Φ"
+msgstr "壓力角(_P):"
#: ../src/live_effects/lpe-gears.cpp:213
msgid ""
@@ -10851,27 +10326,24 @@ msgid ""
msgstr "輪齒壓力角 (典型為 20-25 度)。輪齒比率不在連接處。"
#: ../src/live_effects/lpe-interpolate.cpp:30
-#, fuzzy
msgid "Trajectory:"
-msgstr "軌道"
+msgstr "軌道:"
#: ../src/live_effects/lpe-interpolate.cpp:30
msgid "Path along which intermediate steps are created."
msgstr "沿著中間步驟建立路徑。"
#: ../src/live_effects/lpe-interpolate.cpp:31
-#, fuzzy
msgid "Steps_:"
-msgstr "階層數"
+msgstr "階層數:"
#: ../src/live_effects/lpe-interpolate.cpp:31
msgid "Determines the number of steps from start to end path."
msgstr "決定從開始到結束路徑的階層數"
#: ../src/live_effects/lpe-interpolate.cpp:32
-#, fuzzy
msgid "E_quidistant spacing"
-msgstr "等距"
+msgstr "等距(_Q)"
#: ../src/live_effects/lpe-interpolate.cpp:32
msgid ""
@@ -10884,49 +10356,44 @@ msgstr ""
#. initialise your parameters here:
#: ../src/live_effects/lpe-knot.cpp:344
-#, fuzzy
msgid "Fi_xed width:"
-msgstr "固定寬度"
+msgstr "固定寬度(_X):"
#: ../src/live_effects/lpe-knot.cpp:344
msgid "Size of hidden region of lower string"
msgstr "小寫字串的隱藏區域大小"
#: ../src/live_effects/lpe-knot.cpp:345
-#, fuzzy
msgid "_In units of stroke width"
-msgstr "邊框寬度的單位"
+msgstr "使用邊框寬度的單位(_I)"
#: ../src/live_effects/lpe-knot.cpp:345
msgid "Consider 'Interruption width' as a ratio of stroke width"
msgstr "將「中斷寬度」視為邊框寬度的比例"
#: ../src/live_effects/lpe-knot.cpp:346
-#, fuzzy
msgid "St_roke width"
-msgstr "邊框寬度"
+msgstr "邊框寬度(_R)"
#: ../src/live_effects/lpe-knot.cpp:346
msgid "Add the stroke width to the interruption size"
msgstr "將此邊框寬度加入到中斷大小"
#: ../src/live_effects/lpe-knot.cpp:347
-#, fuzzy
msgid "_Crossing path stroke width"
-msgstr "交叉路徑的邊框寬度"
+msgstr "交叉路徑的邊框寬度(_C)"
#: ../src/live_effects/lpe-knot.cpp:347
msgid "Add crossed stroke width to the interruption size"
msgstr "將交叉的邊框寬度加入到中斷大小"
#: ../src/live_effects/lpe-knot.cpp:348
-#, fuzzy
msgid "S_witcher size:"
-msgstr "切換開關大小"
+msgstr "切換開關尺寸(_W):"
#: ../src/live_effects/lpe-knot.cpp:348
msgid "Orientation indicator/switcher size"
-msgstr "方向標示/切換開關大小"
+msgstr "方向標示/切換開關尺寸"
#: ../src/live_effects/lpe-knot.cpp:349
msgid "Crossing Signs"
@@ -10966,18 +10433,16 @@ msgid "Repeated, stretched"
msgstr "重複,伸展的"
#: ../src/live_effects/lpe-patternalongpath.cpp:61
-#, fuzzy
msgid "Pattern source:"
-msgstr "圖樣來源"
+msgstr "圖樣來源:"
#: ../src/live_effects/lpe-patternalongpath.cpp:61
msgid "Path to put along the skeleton path"
msgstr "路徑沿著骨架路徑放置"
#: ../src/live_effects/lpe-patternalongpath.cpp:62
-#, fuzzy
msgid "Pattern copies:"
-msgstr "複製圖樣"
+msgstr "圖樣複製數量:"
#: ../src/live_effects/lpe-patternalongpath.cpp:62
msgid "How many pattern copies to place along the skeleton path"
@@ -10988,40 +10453,35 @@ msgid "Width of the pattern"
msgstr "圖樣寬度"
#: ../src/live_effects/lpe-patternalongpath.cpp:65
-#, fuzzy
msgid "Wid_th in units of length"
-msgstr "寬度以長度為單位"
+msgstr "寬度以長度為單位(_T)"
#: ../src/live_effects/lpe-patternalongpath.cpp:66
msgid "Scale the width of the pattern in units of its length"
msgstr "縮放圖樣寬度,單位為圖樣的長度"
#: ../src/live_effects/lpe-patternalongpath.cpp:68
-#, fuzzy
msgid "Spa_cing:"
-msgstr "間距:"
+msgstr "間距(_C):"
#: ../src/live_effects/lpe-patternalongpath.cpp:70
#, no-c-format
msgid ""
"Space between copies of the pattern. Negative values allowed, but are "
"limited to -90% of pattern width."
-msgstr "圖樣複製物件之間的間距。可以是負值,但僅限於圖樣寬度的 -90 %。"
+msgstr "圖樣複製物件之間的間隔距離。可以是負值,但僅限於圖樣寬度的 -90 %。"
#: ../src/live_effects/lpe-patternalongpath.cpp:72
-#, fuzzy
msgid "No_rmal offset:"
-msgstr "一般偏移"
+msgstr "法線偏移(_R):"
#: ../src/live_effects/lpe-patternalongpath.cpp:73
-#, fuzzy
msgid "Tan_gential offset:"
-msgstr "正切偏移"
+msgstr "切線方向偏移(_G):"
#: ../src/live_effects/lpe-patternalongpath.cpp:74
-#, fuzzy
msgid "Offsets in _unit of pattern size"
-msgstr "以圖樣大小為單位來偏移"
+msgstr "偏移以圖樣大小為單位(_U)"
#: ../src/live_effects/lpe-patternalongpath.cpp:75
msgid ""
@@ -11030,36 +10490,32 @@ msgid ""
msgstr "間距、正切偏移和普通偏移是用寬/高的比值表示"
#: ../src/live_effects/lpe-patternalongpath.cpp:77
-#, fuzzy
msgid "Pattern is _vertical"
-msgstr "圖樣為垂直"
+msgstr "圖樣為垂直(_V)"
#: ../src/live_effects/lpe-patternalongpath.cpp:77
msgid "Rotate pattern 90 deg before applying"
msgstr "套用前將圖樣旋轉 90 度"
#: ../src/live_effects/lpe-patternalongpath.cpp:79
-#, fuzzy
msgid "_Fuse nearby ends:"
-msgstr "結合終點附近"
+msgstr "結合端點附近(_F):"
#: ../src/live_effects/lpe-patternalongpath.cpp:79
msgid "Fuse ends closer than this number. 0 means don't fuse."
msgstr "結合靠近該數字的終點。0 表示不結合。"
#: ../src/live_effects/lpe-rough-hatches.cpp:225
-#, fuzzy
msgid "Frequency randomness:"
-msgstr "頻率隨機性"
+msgstr "頻率隨機性:"
#: ../src/live_effects/lpe-rough-hatches.cpp:225
msgid "Variation of distance between hatches, in %."
msgstr "手繪影線之間的距離變化量,單位為 %。"
#: ../src/live_effects/lpe-rough-hatches.cpp:226
-#, fuzzy
msgid "Growth:"
-msgstr "擴張"
+msgstr "擴張:"
#: ../src/live_effects/lpe-rough-hatches.cpp:226
msgid "Growth of distance between hatches."
@@ -11067,9 +10523,8 @@ msgstr "手繪影線之間的擴張距離。"
#. FIXME: top/bottom names are inverted in the UI/svg and in the code!!
#: ../src/live_effects/lpe-rough-hatches.cpp:228
-#, fuzzy
msgid "Half-turns smoothness: 1st side, in:"
-msgstr "半轉平滑:第一個邊,內"
+msgstr "半轉平滑:第一個邊,內部:"
#: ../src/live_effects/lpe-rough-hatches.cpp:228
msgid ""
@@ -11078,9 +10533,8 @@ msgid ""
msgstr "設定到達「底端」半轉時路徑的平滑度 / 銳利度。0=銳利,1=預設"
#: ../src/live_effects/lpe-rough-hatches.cpp:229
-#, fuzzy
msgid "1st side, out:"
-msgstr "第一側邊,外"
+msgstr "第一側邊,外部:"
#: ../src/live_effects/lpe-rough-hatches.cpp:229
msgid ""
@@ -11089,9 +10543,8 @@ msgid ""
msgstr "設定離開「底端」半轉時路徑的平滑度 / 銳利度。0=銳利,1=預設"
#: ../src/live_effects/lpe-rough-hatches.cpp:230
-#, fuzzy
msgid "2nd side, in:"
-msgstr "第二側邊,內"
+msgstr "第二側邊,內部:"
#: ../src/live_effects/lpe-rough-hatches.cpp:230
msgid ""
@@ -11100,9 +10553,8 @@ msgid ""
msgstr "設定到達「頂端」半轉時路徑的平滑度 / 銳利度。0=銳利,1=預設"
#: ../src/live_effects/lpe-rough-hatches.cpp:231
-#, fuzzy
msgid "2nd side, out:"
-msgstr "第二側邊,外"
+msgstr "第二側邊,外部:"
#: ../src/live_effects/lpe-rough-hatches.cpp:231
msgid ""
@@ -11111,9 +10563,8 @@ msgid ""
msgstr "設定離開「頂端」半轉時路徑的平滑度 / 銳利度。0=銳利,1=預設"
#: ../src/live_effects/lpe-rough-hatches.cpp:232
-#, fuzzy
msgid "Magnitude jitter: 1st side:"
-msgstr "大幅抖動:第一側邊"
+msgstr "大幅抖動:第一側邊:"
#: ../src/live_effects/lpe-rough-hatches.cpp:232
msgid "Randomly moves 'bottom' half-turns to produce magnitude variations."
@@ -11122,18 +10573,16 @@ msgstr "隨機移動「底端」半轉產生大幅變化。"
#: ../src/live_effects/lpe-rough-hatches.cpp:233
#: ../src/live_effects/lpe-rough-hatches.cpp:235
#: ../src/live_effects/lpe-rough-hatches.cpp:237
-#, fuzzy
msgid "2nd side:"
-msgstr "第二個邊"
+msgstr "第二側邊:"
#: ../src/live_effects/lpe-rough-hatches.cpp:233
msgid "Randomly moves 'top' half-turns to produce magnitude variations."
msgstr "隨機移動「頂端」半轉產生大幅變化。"
#: ../src/live_effects/lpe-rough-hatches.cpp:234
-#, fuzzy
msgid "Parallelism jitter: 1st side:"
-msgstr "平行抖動:第一側邊"
+msgstr "平行抖動:第一側邊:"
#: ../src/live_effects/lpe-rough-hatches.cpp:234
msgid ""
@@ -11148,9 +10597,8 @@ msgid ""
msgstr "用「頂端」半轉正切移動到邊界來加入方向隨機性"
#: ../src/live_effects/lpe-rough-hatches.cpp:236
-#, fuzzy
msgid "Variance: 1st side:"
-msgstr "變化量:第一側邊"
+msgstr "變化量:第一側邊:"
#: ../src/live_effects/lpe-rough-hatches.cpp:236
msgid "Randomness of 'bottom' half-turns smoothness"
@@ -11178,18 +10626,16 @@ msgid "Add a global bend to the hatches (slower)"
msgstr "加入整體彎曲到手繪影線 (較慢)"
#: ../src/live_effects/lpe-rough-hatches.cpp:241
-#, fuzzy
msgid "Thickness: at 1st side:"
-msgstr "粗細:於第一側邊上"
+msgstr "粗細:於第一側邊上:"
#: ../src/live_effects/lpe-rough-hatches.cpp:241
msgid "Width at 'bottom' half-turns"
msgstr "於「底端」半轉的寬度"
#: ../src/live_effects/lpe-rough-hatches.cpp:242
-#, fuzzy
msgid "at 2nd side:"
-msgstr "於第二側邊上"
+msgstr "於第二側邊上:"
#: ../src/live_effects/lpe-rough-hatches.cpp:242
msgid "Width at 'top' half-turns"
@@ -11197,18 +10643,16 @@ msgstr "於「頂端」半轉的寬度"
#.
#: ../src/live_effects/lpe-rough-hatches.cpp:244
-#, fuzzy
msgid "from 2nd to 1st side:"
-msgstr "從第二個邊到第一個邊"
+msgstr "從第二個邊到第一個邊:"
#: ../src/live_effects/lpe-rough-hatches.cpp:244
msgid "Width from 'top' to 'bottom'"
msgstr "從「頂端」到「底端」的寬度"
#: ../src/live_effects/lpe-rough-hatches.cpp:245
-#, fuzzy
msgid "from 1st to 2nd side:"
-msgstr "從第一個邊到第二個邊"
+msgstr "從第一個邊到第二個邊:"
#: ../src/live_effects/lpe-rough-hatches.cpp:245
msgid "Width from 'bottom' to 'top'"
@@ -11256,9 +10700,8 @@ msgid "End"
msgstr "結束"
#: ../src/live_effects/lpe-ruler.cpp:43
-#, fuzzy
msgid "_Mark distance:"
-msgstr "刻度距離"
+msgstr "刻度距離(_M):"
#: ../src/live_effects/lpe-ruler.cpp:43
msgid "Distance between successive ruler marks"
@@ -11273,63 +10716,56 @@ msgid "Unit:"
msgstr "單位:"
#: ../src/live_effects/lpe-ruler.cpp:45
-#, fuzzy
msgid "Ma_jor length:"
-msgstr "主要長度"
+msgstr "主要長度(_J):"
#: ../src/live_effects/lpe-ruler.cpp:45
msgid "Length of major ruler marks"
msgstr "尺標主要刻度的長度"
#: ../src/live_effects/lpe-ruler.cpp:46
-#, fuzzy
msgid "Mino_r length:"
-msgstr "次要長度"
+msgstr "次要長度(_R):"
#: ../src/live_effects/lpe-ruler.cpp:46
msgid "Length of minor ruler marks"
msgstr "尺標次要刻度的長度"
#: ../src/live_effects/lpe-ruler.cpp:47
-#, fuzzy
msgid "Major steps_:"
-msgstr "主要階層數"
+msgstr "主要階數_:"
#: ../src/live_effects/lpe-ruler.cpp:47
msgid "Draw a major mark every ... steps"
msgstr "每隔多長繪製一個主要刻度"
#: ../src/live_effects/lpe-ruler.cpp:48
-#, fuzzy
msgid "Shift marks _by:"
-msgstr "刻度位移"
+msgstr "刻度位移(_B):"
#: ../src/live_effects/lpe-ruler.cpp:48
msgid "Shift marks by this many steps"
msgstr "依照該距離位移刻度"
#: ../src/live_effects/lpe-ruler.cpp:49
-#, fuzzy
msgid "Mark direction:"
-msgstr "刻度方向"
+msgstr "刻度方向:"
#: ../src/live_effects/lpe-ruler.cpp:49
msgid "Direction of marks (when viewing along the path from start to end)"
msgstr "刻度方向 (沿著路徑檢視起點到終點時)"
#: ../src/live_effects/lpe-ruler.cpp:50
-#, fuzzy
msgid "_Offset:"
-msgstr "偏移:"
+msgstr "偏移(_O):"
#: ../src/live_effects/lpe-ruler.cpp:50
msgid "Offset of first mark"
msgstr "第一個刻度的偏移量"
#: ../src/live_effects/lpe-ruler.cpp:51
-#, fuzzy
msgid "Border marks:"
-msgstr "邊界刻度"
+msgstr "邊界刻度:"
#: ../src/live_effects/lpe-ruler.cpp:51
msgid "Choose whether to draw marks at the beginning and end of the path"
@@ -11338,54 +10774,48 @@ msgstr "選擇是否在路徑的起點和終點上繪製刻度"
#. initialise your parameters here:
#. testpointA(_("Test Point A"), _("Test A"), "ptA", &wr, this, Geom::Point(100,100)),
#: ../src/live_effects/lpe-sketch.cpp:36
-#, fuzzy
msgid "Strokes:"
-msgstr "邊框"
+msgstr "邊框:"
#: ../src/live_effects/lpe-sketch.cpp:36
msgid "Draw that many approximating strokes"
msgstr "繪製多少近似邊框"
#: ../src/live_effects/lpe-sketch.cpp:37
-#, fuzzy
msgid "Max stroke length:"
-msgstr "邊框最大長度"
+msgstr "邊框最大長度:"
#: ../src/live_effects/lpe-sketch.cpp:38
msgid "Maximum length of approximating strokes"
msgstr "近似邊框的最大長度"
#: ../src/live_effects/lpe-sketch.cpp:39
-#, fuzzy
msgid "Stroke length variation:"
-msgstr "邊框長度變化量"
+msgstr "邊框長度變化量:"
#: ../src/live_effects/lpe-sketch.cpp:40
msgid "Random variation of stroke length (relative to maximum length)"
msgstr "邊框長度的隨機變化量 (相對於最大長度)"
#: ../src/live_effects/lpe-sketch.cpp:41
-#, fuzzy
msgid "Max. overlap:"
-msgstr "重疊最大值"
+msgstr "重疊最大值:"
#: ../src/live_effects/lpe-sketch.cpp:42
msgid "How much successive strokes should overlap (relative to maximum length)"
msgstr "多少連續的邊框需要重疊 (相對於長度最大值)"
#: ../src/live_effects/lpe-sketch.cpp:43
-#, fuzzy
msgid "Overlap variation:"
-msgstr "重疊變化量"
+msgstr "重疊變化量:"
#: ../src/live_effects/lpe-sketch.cpp:44
msgid "Random variation of overlap (relative to maximum overlap)"
msgstr "重疊的隨機變化量 (相對於重疊最大值)"
#: ../src/live_effects/lpe-sketch.cpp:45
-#, fuzzy
msgid "Max. end tolerance:"
-msgstr "最大末端容許值"
+msgstr "最大末端容許值:"
#: ../src/live_effects/lpe-sketch.cpp:46
msgid ""
@@ -11394,36 +10824,32 @@ msgid ""
msgstr "原路徑末端和鄰近路徑末端之間的最大距離 (相對於最大長度)"
#: ../src/live_effects/lpe-sketch.cpp:47
-#, fuzzy
msgid "Average offset:"
-msgstr "平均偏移"
+msgstr "平均偏移量:"
#: ../src/live_effects/lpe-sketch.cpp:48
msgid "Average distance each stroke is away from the original path"
msgstr "每個邊框遠離原路徑的平均距離"
#: ../src/live_effects/lpe-sketch.cpp:49
-#, fuzzy
msgid "Max. tremble:"
-msgstr "顫抖最大值"
+msgstr "顫抖最大值:"
#: ../src/live_effects/lpe-sketch.cpp:50
msgid "Maximum tremble magnitude"
msgstr "最大顫抖幅度"
#: ../src/live_effects/lpe-sketch.cpp:51
-#, fuzzy
msgid "Tremble frequency:"
-msgstr "顫抖頻率"
+msgstr "顫抖頻率:"
#: ../src/live_effects/lpe-sketch.cpp:52
msgid "Average number of tremble periods in a stroke"
msgstr "在邊框中顫抖週期的平均數"
#: ../src/live_effects/lpe-sketch.cpp:54
-#, fuzzy
msgid "Construction lines:"
-msgstr "結構線"
+msgstr "結構線:"
#: ../src/live_effects/lpe-sketch.cpp:55
msgid "How many construction lines (tangents) to draw"
@@ -11442,72 +10868,64 @@ msgid ""
msgstr "比例係數與曲率和結構線長度相關 (嘗試 5*偏移量)"
#: ../src/live_effects/lpe-sketch.cpp:58
-#, fuzzy
msgid "Max. length:"
-msgstr "最大長度"
+msgstr "最大長度:"
#: ../src/live_effects/lpe-sketch.cpp:58
msgid "Maximum length of construction lines"
msgstr "結構線的最大長度"
#: ../src/live_effects/lpe-sketch.cpp:59
-#, fuzzy
msgid "Length variation:"
-msgstr "長度變化量"
+msgstr "長度變化量:"
#: ../src/live_effects/lpe-sketch.cpp:59
msgid "Random variation of the length of construction lines"
msgstr "結構線長度的隨機變化量"
#: ../src/live_effects/lpe-sketch.cpp:60
-#, fuzzy
msgid "Placement randomness:"
-msgstr "分佈隨機性"
+msgstr "分佈隨機性:"
#: ../src/live_effects/lpe-sketch.cpp:60
msgid "0: evenly distributed construction lines, 1: purely random placement"
msgstr "0:均勻分佈的結構線,1:完全隨機分佈"
#: ../src/live_effects/lpe-sketch.cpp:62
-#, fuzzy
msgid "k_min:"
-msgstr "k 最小 (_M)"
+msgstr "k 最小值(_M):"
#: ../src/live_effects/lpe-sketch.cpp:62
msgid "min curvature"
msgstr "最小曲率"
#: ../src/live_effects/lpe-sketch.cpp:63
-#, fuzzy
msgid "k_max:"
-msgstr "k 最大 (_M)"
+msgstr "k 最大值(_M):"
#: ../src/live_effects/lpe-sketch.cpp:63
msgid "max curvature"
msgstr "最大曲率"
#: ../src/live_effects/lpe-vonkoch.cpp:46
-#, fuzzy
msgid "N_r of generations:"
-msgstr "世代數"
+msgstr "繁殖世代數(_R):"
#: ../src/live_effects/lpe-vonkoch.cpp:46
msgid "Depth of the recursion --- keep low!!"
msgstr "遞迴深度 --- 請維持低數值 !!"
#: ../src/live_effects/lpe-vonkoch.cpp:47
-#, fuzzy
msgid "Generating path:"
-msgstr "繁殖路徑"
+msgstr "繁殖路徑:"
#: ../src/live_effects/lpe-vonkoch.cpp:47
msgid "Path whose segments define the iterated transforms"
msgstr "哪些路徑的線段定義迭代變形"
#: ../src/live_effects/lpe-vonkoch.cpp:48
-#, fuzzy
msgid "_Use uniform transforms only"
-msgstr "只用整體變形"
+msgstr "只用整體變形(_U)"
#: ../src/live_effects/lpe-vonkoch.cpp:48
msgid ""
@@ -11516,9 +10934,8 @@ msgid ""
msgstr "2 連續線段只用於相反 / 維持方向 (否則,它們定義為一般變形)。"
#: ../src/live_effects/lpe-vonkoch.cpp:49
-#, fuzzy
msgid "Dra_w all generations"
-msgstr "繪製所有世代"
+msgstr "繪製所有世代(_W)"
#: ../src/live_effects/lpe-vonkoch.cpp:49
msgid "If unchecked, draw only the last generation"
@@ -11526,9 +10943,8 @@ msgstr "如果取消勾選,只會繪製最後一世代"
#. ,draw_boxes(_("Display boxes"), _("Display boxes instead of paths only"), "draw_boxes", &wr, this, true)
#: ../src/live_effects/lpe-vonkoch.cpp:51
-#, fuzzy
msgid "Reference segment:"
-msgstr "參考線段"
+msgstr "參考線段:"
#: ../src/live_effects/lpe-vonkoch.cpp:51
msgid "The reference segment. Defaults to the horizontal midline of the bbox."
@@ -11538,9 +10954,8 @@ msgstr "參考線段。預設為邊界框的水平中線。"
#. refB(_("Ref End"), _("Right side middle of the reference box"), "refB", &wr, this),
#. FIXME: a path is used here instead of 2 points to work around path/point param incompatibility bug.
#: ../src/live_effects/lpe-vonkoch.cpp:55
-#, fuzzy
msgid "_Max complexity:"
-msgstr "複雜性最大值"
+msgstr "複雜性最大值(_M):"
#: ../src/live_effects/lpe-vonkoch.cpp:55
msgid "Disable effect if the output is too complex"
@@ -11764,7 +11179,7 @@ msgstr "匯出時將文字物件轉成路徑 (PS, EPS, PDF)"
msgid ""
"Render filtered objects without filters, instead of rasterizing (PS, EPS, "
"PDF)"
-msgstr "不用濾鏡演算套用濾鏡的物件,而不是點陣化 (PS, EPS, PDF)"
+msgstr "不潤算套用濾鏡物件的濾鏡效果,而不是將物件點陣化 (PS, EPS, PDF)"
#. TRANSLATORS: "--query-id" is an Inkscape command line option; see "inkscape --help"
#: ../src/main.cpp:399
@@ -11796,7 +11211,7 @@ msgstr "查詢圖畫的高度,如果有指定,則是 --query-id 物件的高
#: ../src/main.cpp:422
msgid "List id,x,y,w,h for all objects"
-msgstr "列出所有物件的 id,x,y,w,h"
+msgstr "列出所有物件的 id、x、y、寬、高"
#: ../src/main.cpp:427
msgid "The ID of the object whose dimensions are queried"
@@ -11849,100 +11264,97 @@ msgstr ""
#: ../src/menus-skeleton.h:16 ../src/ui/dialog/debug.cpp:75
#: ../src/ui/dialog/scriptdialog.cpp:178
msgid "_File"
-msgstr "檔案 (_F)"
+msgstr "檔案(_F)"
#: ../src/menus-skeleton.h:17
msgid "_New"
-msgstr "新增 (_N)"
+msgstr "新增(_N)"
#. " <verb verb-id=\"FileExportToOCAL\" />\n"
#: ../src/menus-skeleton.h:45 ../src/verbs.cpp:2471 ../src/verbs.cpp:2477
msgid "_Edit"
-msgstr "編輯 (_E)"
+msgstr "編輯(_E)"
#: ../src/menus-skeleton.h:55 ../src/verbs.cpp:2255
msgid "Paste Si_ze"
-msgstr "貼上尺寸 (_Z)"
+msgstr "貼上尺寸(_Z)"
#: ../src/menus-skeleton.h:67
msgid "Clo_ne"
-msgstr "仿製 (_N)"
+msgstr "仿製(_N)"
#: ../src/menus-skeleton.h:81
-#, fuzzy
msgid "Selec_t Same"
-msgstr "選擇頁面:"
+msgstr "選取相同物件(_T)"
#: ../src/menus-skeleton.h:95
msgid "_View"
-msgstr "檢視 (_V)"
+msgstr "檢視(_V)"
#: ../src/menus-skeleton.h:96
msgid "_Zoom"
-msgstr "畫面縮放 (_Z)"
+msgstr "畫面縮放(_Z)"
#: ../src/menus-skeleton.h:112
msgid "_Display mode"
-msgstr "顯示模式 (_D)"
+msgstr "顯示模式(_D)"
#. Better location in menu needs to be found
#. " <verb verb-id=\"ViewModePrintColorsPreview\" radio=\"yes\"/>\n"
#. " <verb verb-id=\"DialogPrintColorsPreview\" />\n"
#: ../src/menus-skeleton.h:121
-#, fuzzy
msgid "_Color display mode"
-msgstr "顯示模式 (_D)"
+msgstr "色彩顯示模式(_C)"
#. Better location in menu needs to be found
#. " <verb verb-id=\"ViewColorModePrintColorsPreview\" radio=\"yes\"/>\n"
#. " <verb verb-id=\"DialogPrintColorsPreview\" />\n"
#: ../src/menus-skeleton.h:135
-#, fuzzy
msgid "Sh_ow/Hide"
-msgstr "顯示 / 隱藏"
+msgstr "顯示(_W) / 隱藏"
#. " <verb verb-id=\"DialogScript\" />\n"
#. Not quite ready to be in the menus.
#. " <verb verb-id=\"FocusToggle\" />\n"
#: ../src/menus-skeleton.h:156
msgid "_Layer"
-msgstr "圖層 (_L)"
+msgstr "圖層(_L)"
#: ../src/menus-skeleton.h:176
msgid "_Object"
-msgstr "物件 (_O)"
+msgstr "物件(_O)"
#: ../src/menus-skeleton.h:183
msgid "Cli_p"
-msgstr "剪裁 (_P)"
+msgstr "剪裁(_P)"
#: ../src/menus-skeleton.h:187
msgid "Mas_k"
-msgstr "遮罩 (_K)"
+msgstr "遮罩(_K)"
#: ../src/menus-skeleton.h:191
msgid "Patter_n"
-msgstr "圖樣 (_N)"
+msgstr "圖樣(_N)"
#: ../src/menus-skeleton.h:215
msgid "_Path"
-msgstr "路徑 (_P)"
+msgstr "路徑(_P)"
#: ../src/menus-skeleton.h:262
msgid "Filter_s"
-msgstr "濾鏡 (_S)"
+msgstr "濾鏡(_S)"
#: ../src/menus-skeleton.h:268
msgid "Exte_nsions"
-msgstr "擴充功能 (_N)"
+msgstr "擴充功能(_N)"
#: ../src/menus-skeleton.h:275
msgid "Whiteboa_rd"
-msgstr "白板 (_R)"
+msgstr "白板(_R)"
#: ../src/menus-skeleton.h:279
msgid "_Help"
-msgstr "說明 (_H)"
+msgstr "說明(_H)"
#: ../src/menus-skeleton.h:283
msgid "Tutorials"
@@ -11964,8 +11376,7 @@ msgstr "調整<b>垂直圓角</b>半徑;按著 <b>Ctrl</b> 可讓水平半徑
msgid ""
"Adjust the <b>width and height</b> of the rectangle; with <b>Ctrl</b> to "
"lock ratio or stretch in one dimension only"
-msgstr ""
-"調整矩形的<b>寬度和高度</b>;按著 <b>Ctrl</b> 可鎖定比例或只伸展單一尺寸"
+msgstr "調整矩形的<b>寬度和高度</b>;按著 <b>Ctrl</b> 可鎖定比例或只伸展單一尺寸"
#: ../src/object-edit.cpp:676 ../src/object-edit.cpp:679
#: ../src/object-edit.cpp:682 ../src/object-edit.cpp:685
@@ -12168,8 +11579,7 @@ msgstr ""
msgid ""
"<b>Curve handle</b>: angle %3.2f&#176;, length %s; with <b>Ctrl</b> to snap "
"angle"
-msgstr ""
-"<b>曲線控制點</b>:角度 %3.2f&#176;、長度 %s; 按著 <b>Ctrl</b> 可貼齊角度"
+msgstr "<b>曲線控制點</b>:角度 %3.2f&#176;、長度 %s; 按著 <b>Ctrl</b> 可貼齊角度"
#: ../src/pen-context.cpp:1388
#, c-format
@@ -12345,171 +11755,142 @@ msgid "Title:"
msgstr "標題:"
#: ../src/rdf.cpp:232
-#, fuzzy
msgid "Name by which this document is formally known"
-msgstr "這份文件的正式名稱。"
+msgstr "這份文件的正式名稱"
#: ../src/rdf.cpp:234
-#, fuzzy
msgid "Date:"
-msgstr "日期"
+msgstr "日期:"
#: ../src/rdf.cpp:235
-#, fuzzy
msgid "Date associated with the creation of this document (YYYY-MM-DD)"
-msgstr "這份文件建立的日期 (YYYY-MM-DD)。"
+msgstr "這份文件建立的日期 (YYYY-MM-DD)"
#: ../src/rdf.cpp:237 ../share/extensions/webslicer_create_rect.inx.h:14
msgid "Format:"
msgstr "格式:"
#: ../src/rdf.cpp:238
-#, fuzzy
msgid "The physical or digital manifestation of this document (MIME type)"
-msgstr "這份文件的實體或數位證明 (MIME 類型)。"
+msgstr "這份文件的實體或數位證明 (MIME 類型)"
#: ../src/rdf.cpp:241
-#, fuzzy
msgid "Type of document (DCMI Type)"
-msgstr "文件類型 (DCMI 類型)。"
+msgstr "文件類型 (DCMI 類型)"
#: ../src/rdf.cpp:244
-#, fuzzy
msgid "Creator:"
-msgstr "創作者"
+msgstr "創作者:"
#: ../src/rdf.cpp:245
-#, fuzzy
msgid ""
"Name of entity primarily responsible for making the content of this document"
-msgstr "實體名稱主要用於製作此文件的內容。"
+msgstr "實體名稱主要用於製作此文件的內容"
#: ../src/rdf.cpp:247
-#, fuzzy
msgid "Rights:"
-msgstr "右邊:"
+msgstr "著作權:"
#: ../src/rdf.cpp:248
-#, fuzzy
msgid ""
"Name of entity with rights to the Intellectual Property of this document"
-msgstr "擁有這份文件智慧財產的著作權的代表名稱。"
+msgstr "擁有這份文件智慧財產著作權的代表名稱"
#: ../src/rdf.cpp:250
-#, fuzzy
msgid "Publisher:"
-msgstr "出版者"
+msgstr "出版者:"
#: ../src/rdf.cpp:251
-#, fuzzy
msgid "Name of entity responsible for making this document available"
-msgstr "用來標示這份文件可用性的代表名稱。"
+msgstr "用來標示這份文件可用性的代表名稱"
#: ../src/rdf.cpp:254
-#, fuzzy
msgid "Identifier:"
-msgstr "識別碼"
+msgstr "識別碼:"
#: ../src/rdf.cpp:255
-#, fuzzy
msgid "Unique URI to reference this document"
-msgstr "參考這份文件的唯一通用資源標識 (URI)。"
+msgstr "參考這份文件的唯一通用資源標識 (URI)"
#: ../src/rdf.cpp:258
-#, fuzzy
msgid "Unique URI to reference the source of this document"
-msgstr "參考這份文件來源的唯一通用資源標識 (URI)。"
+msgstr "參考這份文件來源的唯一通用資源標識 (URI)"
#: ../src/rdf.cpp:260
-#, fuzzy
msgid "Relation:"
-msgstr "相關性"
+msgstr "相關性:"
#: ../src/rdf.cpp:261
-#, fuzzy
msgid "Unique URI to a related document"
-msgstr "相關文件的唯一通用資源標識 (URI)。"
+msgstr "相關文件的唯一通用資源標識 (URI)"
#: ../src/rdf.cpp:263 ../src/ui/dialog/inkscape-preferences.cpp:1381
msgid "Language:"
msgstr "語言:"
#: ../src/rdf.cpp:264
-#, fuzzy
msgid ""
"Two-letter language tag with optional subtags for the language of this "
"document (e.g. 'en-GB')"
-msgstr "表示這份文件的語言含有選擇性子標籤的雙字母語言標籤。(例如:「en-GB」)"
+msgstr "表示這份文件的語言含有選擇性子標籤的雙字母語言標籤 (例如:「en-GB」)"
#: ../src/rdf.cpp:266
-#, fuzzy
msgid "Keywords:"
-msgstr "關鍵字"
+msgstr "關鍵字:"
#: ../src/rdf.cpp:267
-#, fuzzy
msgid ""
"The topic of this document as comma-separated key words, phrases, or "
"classifications"
-msgstr "這份文件的主題,用逗號分隔開的關鍵字﹑片語或分類。"
+msgstr "這份文件的主題,用逗號分隔開的關鍵字﹑片語或分類"
#. TRANSLATORS: "Coverage": the spatial or temporal characteristics of the content.
#. For info, see Appendix D of http://www.w3.org/TR/1998/WD-rdf-schema-19980409/
#: ../src/rdf.cpp:271
-#, fuzzy
msgid "Coverage:"
-msgstr "時空範圍"
+msgstr "涵蓋範圍:"
#: ../src/rdf.cpp:272
-#, fuzzy
msgid "Extent or scope of this document"
-msgstr "這份文件的特定範圍。"
+msgstr "這份文件的特定範圍"
#: ../src/rdf.cpp:275
-#, fuzzy
msgid "Description:"
-msgstr "描述"
+msgstr "描述:"
#: ../src/rdf.cpp:276
-#, fuzzy
msgid "A short account of the content of this document"
-msgstr "這份文件內容的簡短說明。"
+msgstr "這份文件內容的簡短說明"
#. FIXME: need to handle 1 agent per line of input
#: ../src/rdf.cpp:280
-#, fuzzy
msgid "Contributors:"
-msgstr "貢獻者"
+msgstr "貢獻者:"
#: ../src/rdf.cpp:281
-#, fuzzy
msgid ""
"Names of entities responsible for making contributions to the content of "
"this document"
-msgstr "用來標示這份文件內容貢獻者的代表名稱。"
+msgstr "用來標示這份文件內容貢獻者的代表名稱"
#. TRANSLATORS: URL to a page that defines the license for the document
#: ../src/rdf.cpp:285
-#, fuzzy
msgid "URI:"
-msgstr "URI"
+msgstr "通用資源標識:"
#. TRANSLATORS: this is where you put a URL to a page that defines the license
#: ../src/rdf.cpp:287
-#, fuzzy
msgid "URI to this document's license's namespace definition"
-msgstr "這份文件授權的命名空間定義的通用資源標識 (URI)。"
+msgstr "這份文件授權命名空間定義的通用資源標識 (URI)"
#. TRANSLATORS: fragment of XML representing the license of the document
#: ../src/rdf.cpp:291
-#, fuzzy
msgid "Fragment:"
-msgstr "片段"
+msgstr "片段:"
#: ../src/rdf.cpp:292
-#, fuzzy
msgid "XML fragment for the RDF 'License' section"
-msgstr "用於 RDF「授權」段落的 XML 片段 (fragment)。"
+msgstr "RDF「授權」段落的 XML 片段"
#: ../src/rect-context.cpp:433
msgid ""
@@ -12562,11 +11943,12 @@ msgid "Click selection to toggle scale/rotation handles"
msgstr "點擊選取區可切換大小調整或旋轉控制點"
#: ../src/select-context.cpp:266
-#, fuzzy
msgid ""
"No objects selected. Click, Shift+click, Alt+scroll mouse on top of objects, "
"or drag around objects to select."
-msgstr "沒有選取任何物件。點擊﹑Shift+點選或在物件四周拖曳來選取物件。"
+msgstr ""
+"沒有選取任何物件。點擊﹑Shift+點擊、Alt+ 滾動滑鼠滾輪或在物件四周拖曳可選取物"
+"件。"
#: ../src/select-context.cpp:325
msgid "Move canceled."
@@ -12597,11 +11979,12 @@ msgid "<b>Shift</b>: click to toggle select; drag for rubberband selection"
msgstr "<b>Shift</b>:點擊可切換選取;拖曳可框選"
#: ../src/select-context.cpp:961
-#, fuzzy
msgid ""
"<b>Alt</b>: click to select under; scroll mouse-wheel to cycle-select; drag "
"to move selected or select by touch"
-msgstr "<b>Alt</b>:點擊可選取下層的物件,拖曳可移動選取的物件或用觸碰來選取"
+msgstr ""
+"<b>Alt</b>:點擊可選取下層的物件;滾動滑鼠滾輪可循環選取物件;拖曳可移動選取"
+"的物件或用觸碰來選取"
#: ../src/select-context.cpp:1136
msgid "Selected object is not a group. Cannot enter."
@@ -12664,10 +12047,9 @@ msgstr "你無法從<b>不同群組</b>或<b>圖層</b>裡提升 / 降低物件
#. TRANSLATORS: "Raise" means "to raise an object" in the undo history
#: ../src/selection-chemistry.cpp:894
-#, fuzzy
msgctxt "Undo action"
msgid "Raise"
-msgstr "凸起"
+msgstr "提升"
#: ../src/selection-chemistry.cpp:906
msgid "Select <b>object(s)</b> to raise to top."
@@ -12819,7 +12201,6 @@ msgid "The selection has no applied path effect."
msgstr "此選取區無套用的路徑特效。"
#: ../src/selection-chemistry.cpp:2359
-#, fuzzy
msgctxt "Action"
msgid "Clone"
msgstr "仿製"
@@ -12876,19 +12257,16 @@ msgid ""
msgstr "你正試著選取<b>隱形的物件</b> (其位於 &lt;defs&gt; 中)"
#: ../src/selection-chemistry.cpp:2578
-#, fuzzy
msgid "Select <b>one</b> path to clone."
-msgstr "請選擇<b>物件</b>來進行仿製。"
+msgstr "請選取<b>一個路徑</b>進行仿製。"
#: ../src/selection-chemistry.cpp:2582
-#, fuzzy
msgid "Select one <b>path</b> to clone."
-msgstr "請選擇<b>物件</b>來進行仿製。"
+msgstr "請選取<b>路徑</b>來進行仿製。"
#: ../src/selection-chemistry.cpp:2616
-#, fuzzy
msgid "Clone original path"
-msgstr "取代文字"
+msgstr "複製原本路徑"
#: ../src/selection-chemistry.cpp:2637
msgid "Select <b>object(s)</b> to convert to marker."
@@ -12932,7 +12310,7 @@ msgstr "選擇要建立點陣圖複製物件的<b>物件</b>。"
#: ../src/selection-chemistry.cpp:3008
msgid "Rendering bitmap..."
-msgstr "正在演算點陣圖..."
+msgstr "正在潤算點陣圖..."
#: ../src/selection-chemistry.cpp:3182
msgid "Create bitmap"
@@ -12985,10 +12363,9 @@ msgstr "將頁面調整成選取區或繪圖大小"
#. TRANSLATORS: "Link" means internet link (anchor)
#: ../src/selection-describer.cpp:44
-#, fuzzy
msgctxt "Web"
msgid "Link"
-msgstr "連結:"
+msgstr "連結"
#: ../src/selection-describer.cpp:46
msgid "Circle"
@@ -13052,7 +12429,6 @@ msgstr "文字"
#. TRANSLATORS: "Clone" is a noun, type of object
#: ../src/selection-describer.cpp:71
-#, fuzzy
msgctxt "Object"
msgid "Clone"
msgstr "仿製"
@@ -13307,20 +12683,18 @@ msgid "Flow excluded region"
msgstr "流動排除區域"
#: ../src/sp-guide.cpp:315
-#, fuzzy
msgid "Create Guides Around the Page"
-msgstr "頁面周圍參考線"
+msgstr "在頁面周圍建立參考線"
#: ../src/sp-guide.cpp:327 ../src/verbs.cpp:2323
-#, fuzzy
msgid "Delete All Guides"
-msgstr "刪除參考線"
+msgstr "刪除全部參考線"
#. Guide has probably been deleted and no longer has an attached namedview.
#: ../src/sp-guide.cpp:487
-#, fuzzy, c-format
+#, c-format
msgid "Deleted"
-msgstr "刪除"
+msgstr "已刪除"
#: ../src/sp-guide.cpp:496
msgid ""
@@ -13569,8 +12943,7 @@ msgstr "請選擇<b>剛好兩條路徑</b>來執行差集﹑分割或剪切路
msgid ""
"Unable to determine the <b>z-order</b> of the objects selected for "
"difference, XOR, division, or path cut."
-msgstr ""
-"無法決定選取物件的<b>排列順序</b>來進行差集﹑互斥 (XOR)﹑分割或剪切路徑。"
+msgstr "無法決定選取物件的<b>排列順序</b>來進行差集﹑互斥 (XOR)﹑分割或剪切路徑。"
#: ../src/splivarot.cpp:194
msgid ""
@@ -13650,23 +13023,23 @@ msgid "<b>Nothing</b> selected"
msgstr "<b>沒有</b>選擇任何物件"
#: ../src/spray-context.cpp:235
-#, fuzzy, c-format
+#, c-format
msgid ""
"%s. Drag, click or scroll to spray <b>copies</b> of the initial selection."
-msgstr "%s。拖曳、點擊或滾動滾輪來噴灑最初選擇的物件之<b>複製物件</b>"
+msgstr "%s。拖曳、點擊或滾動滾輪來噴灑最初選取物件的<b>複製物件</b>。"
#: ../src/spray-context.cpp:238
-#, fuzzy, c-format
+#, c-format
msgid ""
"%s. Drag, click or scroll to spray <b>clones</b> of the initial selection."
-msgstr "%s。拖曳、點擊或滾動滾輪來噴灑最初選擇的物件之<b>仿製物件</b>"
+msgstr "%s。拖曳、點擊或滾動滾輪來噴灑最初選取物件的<b>仿製物件</b>。"
#: ../src/spray-context.cpp:241
-#, fuzzy, c-format
+#, c-format
msgid ""
"%s. Drag, click or scroll to spray in a <b>single path</b> of the initial "
"selection."
-msgstr "%s。拖曳、點擊或滾動滾輪來用最初選擇的物件之<b>單一路徑</b>進行噴灑"
+msgstr "%s。拖曳、點擊或滾動滾輪來用最初選取物件的<b>單一路徑</b>進行噴灑。"
#: ../src/spray-context.cpp:707
msgid "<b>Nothing selected!</b> Select objects to spray."
@@ -13938,14 +13311,13 @@ msgstr "用推壓方式微調路徑,選取路徑並在上方拖曳。"
#: ../src/tools-switch.cpp:145
msgid ""
"<b>Drag</b>, <b>click</b> or <b>scroll</b> to spray the selected objects."
-msgstr ""
+msgstr "<b>拖曳</b>、<b>點擊</b>或<b>滾動滑鼠滾輪</b>來噴灑選取的物件。"
#: ../src/tools-switch.cpp:151
msgid ""
"<b>Drag</b> to create a rectangle. <b>Drag controls</b> to round corners and "
"resize. <b>Click</b> to select."
-msgstr ""
-"<b>拖曳</b>可建立矩形。<b>拖曳控制點</b>可調整圓角及大小。<b>點擊</b>可選取。"
+msgstr "<b>拖曳</b>可建立矩形。<b>拖曳控制點</b>可調整圓角及大小。<b>點擊</b>可選取。"
#: ../src/tools-switch.cpp:157
msgid ""
@@ -13967,8 +13339,7 @@ msgstr ""
msgid ""
"<b>Drag</b> to create a star. <b>Drag controls</b> to edit the star shape. "
"<b>Click</b> to select."
-msgstr ""
-"<b>拖曳</b>可建立星形。<b>拖曳控制點</b>可編輯星形的形狀。<b>點擊</b>可選取。"
+msgstr "<b>拖曳</b>可建立星形。<b>拖曳控制點</b>可編輯星形的形狀。<b>點擊</b>可選取。"
#: ../src/tools-switch.cpp:175
msgid ""
@@ -14021,7 +13392,7 @@ msgstr ""
#: ../src/tools-switch.cpp:217
msgid "<b>Drag</b> to measure the dimensions of objects."
-msgstr ""
+msgstr "<b>拖曳</b>來測量物件的尺寸。"
#: ../src/tools-switch.cpp:229
msgid "<b>Click and drag</b> between shapes to create a connector."
@@ -14046,9 +13417,8 @@ msgstr "從此工具列選擇附屬工具"
#: ../src/trace/potrace/inkscape-potrace.cpp:512
#: ../src/trace/potrace/inkscape-potrace.cpp:575
-#, fuzzy
msgid "Trace: %1. %2 nodes"
-msgstr "描繪:%d。 %ld 的節點"
+msgstr "描繪:%1。%2 個節點"
#: ../src/trace/trace.cpp:58 ../src/trace/trace.cpp:123
#: ../src/trace/trace.cpp:131 ../src/trace/trace.cpp:224
@@ -14265,19 +13635,19 @@ msgstr "關於 Inkscape"
#: ../src/ui/dialog/aboutbox.cpp:90
msgid "_Splash"
-msgstr "啟動畫面 (_S)"
+msgstr "啟動畫面(_S)"
#: ../src/ui/dialog/aboutbox.cpp:94
msgid "_Authors"
-msgstr "作者 (_A)"
+msgstr "作者(_A)"
#: ../src/ui/dialog/aboutbox.cpp:96
msgid "_Translators"
-msgstr "譯者 (_T)"
+msgstr "譯者(_T)"
#: ../src/ui/dialog/aboutbox.cpp:98
msgid "_License"
-msgstr "授權 (_L)"
+msgstr "授權(_L)"
#. TRANSLATORS: This is the filename of the `About Inkscape' picture in
#. the `screens' directory. Thus the translation of "about.svg" should be
@@ -14320,10 +13690,9 @@ msgstr "邊界之間的最小水平間距 (單位為像素)"
#. TRANSLATORS: "H:" stands for horizontal gap
#: ../src/ui/dialog/align-and-distribute.cpp:474
-#, fuzzy
msgctxt "Gap"
msgid "_H:"
-msgstr "色相 (_H)"
+msgstr "水平(_H):"
#: ../src/ui/dialog/align-and-distribute.cpp:482
msgid "Minimum vertical gap (in px units) between bounding boxes"
@@ -14331,10 +13700,9 @@ msgstr "邊界之間的最小垂直間距 (單位為像素)"
#. TRANSLATORS: Vertical gap
#: ../src/ui/dialog/align-and-distribute.cpp:484
-#, fuzzy
msgctxt "Gap"
msgid "_V:"
-msgstr "垂直:"
+msgstr "垂直(_V):"
#: ../src/ui/dialog/align-and-distribute.cpp:514
#: ../src/ui/dialog/align-and-distribute.cpp:897
@@ -14348,9 +13716,8 @@ msgid "Arrange connector network"
msgstr "排列連接線網路"
#: ../src/ui/dialog/align-and-distribute.cpp:638
-#, fuzzy
msgid "Exchange Positions"
-msgstr "隨機位置"
+msgstr "交換位置"
#: ../src/ui/dialog/align-and-distribute.cpp:672
msgid "Unclump"
@@ -14369,9 +13736,8 @@ msgid "Align text baselines"
msgstr "對齊文字基線"
#: ../src/ui/dialog/align-and-distribute.cpp:896
-#, fuzzy
msgid "Rearrange"
-msgstr "排列"
+msgstr "重新排列"
#: ../src/ui/dialog/align-and-distribute.cpp:898
#: ../src/widgets/toolbox.cpp:2465
@@ -14383,9 +13749,8 @@ msgid "Relative to: "
msgstr "相對於:"
#: ../src/ui/dialog/align-and-distribute.cpp:905
-#, fuzzy
msgid "_Treat selection as group: "
-msgstr "將選取區視為群組:"
+msgstr "將選取區視為群組(_T):"
#: ../src/ui/dialog/align-and-distribute.cpp:911
msgid "Align right edges of objects to the left edge of the anchor"
@@ -14482,15 +13847,15 @@ msgstr "精確排列選擇的連接線網路"
#: ../src/ui/dialog/align-and-distribute.cpp:992
msgid "Exchange positions of selected objects - selection order"
-msgstr ""
+msgstr "交換選取物件的位置 - 選取順序"
#: ../src/ui/dialog/align-and-distribute.cpp:995
msgid "Exchange positions of selected objects - stacking order"
-msgstr ""
+msgstr "交換選取物件的位置 - 堆疊順序"
#: ../src/ui/dialog/align-and-distribute.cpp:998
msgid "Exchange positions of selected objects - clockwise rotate"
-msgstr ""
+msgstr "交換選取物件的位置 - 順時針旋轉"
#: ../src/ui/dialog/align-and-distribute.cpp:1003
msgid "Randomize centers in both dimensions"
@@ -14623,7 +13988,7 @@ msgstr "<b>授權</b>"
#. ---------------------------------------------------------------
#: ../src/ui/dialog/document-properties.cpp:96
msgid "Show page _border"
-msgstr "顯示頁面邊界 (_B)"
+msgstr "顯示頁面邊界(_B)"
#: ../src/ui/dialog/document-properties.cpp:96
msgid "If set, rectangular page border is shown"
@@ -14631,7 +13996,7 @@ msgstr "如果設定,會顯示矩形的頁面邊界"
#: ../src/ui/dialog/document-properties.cpp:97
msgid "Border on _top of drawing"
-msgstr "邊界在圖畫的最上層 (_T)"
+msgstr "邊界在圖畫的最上層(_T)"
#: ../src/ui/dialog/document-properties.cpp:97
msgid "If set, border is always on top of the drawing"
@@ -14639,7 +14004,7 @@ msgstr "如果設定,邊界會始終顯示在圖畫的最上層"
#: ../src/ui/dialog/document-properties.cpp:98
msgid "_Show border shadow"
-msgstr "顯示邊界陰影 (_S)"
+msgstr "顯示邊界陰影(_S)"
#: ../src/ui/dialog/document-properties.cpp:98
msgid "If set, page border shows a shadow on its right and lower side"
@@ -14647,7 +14012,7 @@ msgstr "如果設定,頁面邊界會在右下邊緣顯示陰影"
#: ../src/ui/dialog/document-properties.cpp:99
msgid "Back_ground:"
-msgstr "背景 (_G)"
+msgstr "背景(_G)"
#: ../src/ui/dialog/document-properties.cpp:99
msgid ""
@@ -14656,7 +14021,7 @@ msgstr "頁面背景的顏色與透明度 (也用於點陣圖匯出)"
#: ../src/ui/dialog/document-properties.cpp:100
msgid "Border _color:"
-msgstr "邊界顏色 (_C):"
+msgstr "邊界顏色(_C):"
#: ../src/ui/dialog/document-properties.cpp:100
msgid "Page border color"
@@ -14668,13 +14033,13 @@ msgstr "頁面邊界的顏色"
#: ../src/ui/dialog/document-properties.cpp:101
msgid "Default _units:"
-msgstr "預設單位 (_U):"
+msgstr "預設單位(_U):"
#. ---------------------------------------------------------------
#. General snap options
#: ../src/ui/dialog/document-properties.cpp:105
msgid "Show _guides"
-msgstr "顯示參考線 (_G)"
+msgstr "顯示參考線(_G)"
#: ../src/ui/dialog/document-properties.cpp:105
msgid "Show or hide guides"
@@ -14682,7 +14047,7 @@ msgstr "顯示或隱藏參考線"
#: ../src/ui/dialog/document-properties.cpp:106
msgid "Guide co_lor:"
-msgstr "參考線色彩 (_L):"
+msgstr "參考線色彩(_L):"
#: ../src/ui/dialog/document-properties.cpp:106
msgid "Guideline color"
@@ -14694,7 +14059,7 @@ msgstr "參考線的顏色"
#: ../src/ui/dialog/document-properties.cpp:107
msgid "_Highlight color:"
-msgstr "高亮度顯示顏色 (_H):"
+msgstr "高亮度顯示顏色(_H):"
#: ../src/ui/dialog/document-properties.cpp:107
msgid "Highlighted guideline color"
@@ -14707,11 +14072,11 @@ msgstr "參考線位於滑鼠下方時的顏色"
#. ---------------------------------------------------------------
#: ../src/ui/dialog/document-properties.cpp:109
msgid "Snap _distance"
-msgstr "貼齊距離 (_D)"
+msgstr "貼齊距離(_D)"
#: ../src/ui/dialog/document-properties.cpp:109
msgid "Snap only when _closer than:"
-msgstr "更靠近時才貼齊 (_C):"
+msgstr "更靠近時才貼齊(_C):"
#: ../src/ui/dialog/document-properties.cpp:109
#: ../src/ui/dialog/document-properties.cpp:114
@@ -14736,11 +14101,11 @@ msgstr "如果設定,只有在指定範圍內時才會將物件貼齊到另一
#. Options for snapping to grids
#: ../src/ui/dialog/document-properties.cpp:114
msgid "Snap d_istance"
-msgstr "貼齊距離 (_I)"
+msgstr "貼齊距離(_I)"
#: ../src/ui/dialog/document-properties.cpp:114
msgid "Snap only when c_loser than:"
-msgstr "更靠近時才貼齊 (_L):"
+msgstr "更靠近時才貼齊(_L):"
#: ../src/ui/dialog/document-properties.cpp:115
msgid "Snapping distance, in screen pixels, for snapping to grid"
@@ -14759,11 +14124,11 @@ msgstr "如果設定,只有在指定範圍內時才會將物件貼齊到格線
#. Options for snapping to guides
#: ../src/ui/dialog/document-properties.cpp:119
msgid "Snap dist_ance"
-msgstr "貼齊距離 (_A)"
+msgstr "貼齊距離(_A)"
#: ../src/ui/dialog/document-properties.cpp:119
msgid "Snap only when close_r than:"
-msgstr "更靠近時才貼齊 (_R):"
+msgstr "更靠近時才貼齊(_R):"
#: ../src/ui/dialog/document-properties.cpp:120
msgid "Snapping distance, in screen pixels, for snapping to guides"
@@ -14781,57 +14146,51 @@ msgstr "如果設定,只有在指定範圍內時才會將物件貼齊到參考
#. ---------------------------------------------------------------
#: ../src/ui/dialog/document-properties.cpp:124
-#, fuzzy
msgid "Snap to clip paths"
-msgstr "貼齊路徑"
+msgstr "貼齊裁剪路徑"
#: ../src/ui/dialog/document-properties.cpp:124
msgid "When snapping to paths, then also try snapping to clip paths"
-msgstr ""
+msgstr "貼齊路徑的時候也會試著貼齊裁剪路徑"
#: ../src/ui/dialog/document-properties.cpp:125
-#, fuzzy
msgid "Snap to mask paths"
-msgstr "貼齊路徑"
+msgstr "貼齊遮罩路徑"
#: ../src/ui/dialog/document-properties.cpp:125
msgid "When snapping to paths, then also try snapping to mask paths"
-msgstr ""
+msgstr "貼齊路徑的時候也會試著貼齊遮罩路徑"
#: ../src/ui/dialog/document-properties.cpp:126
-#, fuzzy
msgid "Snap perpendicularly"
-msgstr "中垂線"
+msgstr "貼齊垂直方向"
#: ../src/ui/dialog/document-properties.cpp:126
msgid ""
"When snapping to paths or guides, then also try snapping perpendicularly"
-msgstr ""
+msgstr "貼齊路徑或參考現的時候也會試著貼齊垂直方向"
#: ../src/ui/dialog/document-properties.cpp:127
-#, fuzzy
msgid "Snap tangentially"
-msgstr "設定填充"
+msgstr "貼齊切線方向"
#: ../src/ui/dialog/document-properties.cpp:127
msgid "When snapping to paths or guides, then also try snapping tangentially"
-msgstr ""
+msgstr "貼齊路徑或參考現的時候也會試著貼齊切線方向"
#: ../src/ui/dialog/document-properties.cpp:134
-#, fuzzy
msgctxt "Grid"
msgid "_New"
-msgstr "新增 (_N)"
+msgstr "新增(_N)"
#: ../src/ui/dialog/document-properties.cpp:134
msgid "Create new grid."
msgstr "建立新格線。"
#: ../src/ui/dialog/document-properties.cpp:135
-#, fuzzy
msgctxt "Grid"
msgid "_Remove"
-msgstr "移除 (_R)"
+msgstr "移除(_R)"
#: ../src/ui/dialog/document-properties.cpp:135
msgid "Remove selected grid."
@@ -14864,7 +14223,7 @@ msgstr "<b>邊界</b>"
#: ../src/ui/dialog/document-properties.cpp:249
msgid "<b>Page Size</b>"
-msgstr "<b>頁面大小</b>"
+msgstr "<b>頁面尺寸</b>"
#: ../src/ui/dialog/document-properties.cpp:276
msgid "<b>Guides</b>"
@@ -14883,9 +14242,8 @@ msgid "<b>Snap to guides</b>"
msgstr "<b>貼齊參考線</b>"
#: ../src/ui/dialog/document-properties.cpp:300
-#, fuzzy
msgid "<b>Miscellaneous</b>"
-msgstr "其他:"
+msgstr "<b>其他</b>"
#. TODO check if this next line was sometimes needed. It being there caused an assertion.
#. Inkscape::GC::release(defsRepr);
@@ -14916,14 +14274,12 @@ msgid "Profile Name"
msgstr "描述檔名稱"
#: ../src/ui/dialog/document-properties.cpp:597
-#, fuzzy
msgid "External scripts"
-msgstr "加入外部腳本..."
+msgstr "外部腳本"
#: ../src/ui/dialog/document-properties.cpp:598
-#, fuzzy
msgid "Embedded scripts"
-msgstr "移除腳本"
+msgstr "內嵌腳本"
#: ../src/ui/dialog/document-properties.cpp:608
msgid "<b>External script files:</b>"
@@ -14938,24 +14294,20 @@ msgid "Filename"
msgstr "檔名"
#: ../src/ui/dialog/document-properties.cpp:646
-#, fuzzy
msgid "<b>Embedded script files:</b>"
-msgstr "<b>外部的腳本檔案:</b>"
+msgstr "<b>內嵌的腳本檔案:</b>"
#: ../src/ui/dialog/document-properties.cpp:648
-#, fuzzy
msgid "New"
msgstr "新增"
#: ../src/ui/dialog/document-properties.cpp:670
-#, fuzzy
msgid "Script id"
-msgstr "腳本:"
+msgstr "腳本識別碼"
#: ../src/ui/dialog/document-properties.cpp:680
-#, fuzzy
msgid "<b>Content:</b>"
-msgstr "<b>指數:</b>"
+msgstr "<b>內容:</b>"
#. inform the document, so we can undo
#: ../src/ui/dialog/document-properties.cpp:743
@@ -14964,9 +14316,8 @@ msgstr "加入外部腳本..."
#. inform the document, so we can undo
#: ../src/ui/dialog/document-properties.cpp:760
-#, fuzzy
msgid "Add embedded script..."
-msgstr "加入外部腳本..."
+msgstr "加入內嵌腳本..."
#. inform the document, so we can undo
#: ../src/ui/dialog/document-properties.cpp:790
@@ -14975,16 +14326,14 @@ msgstr "移除外部腳本"
#. inform the document, so we can undo
#: ../src/ui/dialog/document-properties.cpp:822
-#, fuzzy
msgid "Remove embedded script"
-msgstr "移除腳本"
+msgstr "移除內嵌腳本"
#. TODO repr->set_content(_EmbeddedContent.get_buffer()->get_text());
#. inform the document, so we can undo
#: ../src/ui/dialog/document-properties.cpp:905
-#, fuzzy
msgid "Edit embedded script"
-msgstr "移除腳本"
+msgstr "編輯內嵌腳本"
#: ../src/ui/dialog/document-properties.cpp:988
msgid "<b>Creation</b>"
@@ -15156,7 +14505,6 @@ msgid "Document"
msgstr "文件"
#: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1460
-#, fuzzy
msgctxt "Export dialog"
msgid "Custom"
msgstr "自訂"
@@ -15178,9 +14526,8 @@ msgid "Destination"
msgstr "目的地"
#: ../src/ui/dialog/filedialogimpl-win32.cpp:353
-#, fuzzy
msgid "All Executable Files"
-msgstr "所有圖像檔"
+msgstr "所有可執行檔"
#: ../src/ui/dialog/filedialogimpl-win32.cpp:545
msgid "Show Preview"
@@ -15191,17 +14538,16 @@ msgid "No file selected"
msgstr "沒有選擇檔案"
#: ../src/ui/dialog/fill-and-stroke.cpp:58
-#, fuzzy
msgid "_Fill"
-msgstr "填充"
+msgstr "填充(_F)"
#: ../src/ui/dialog/fill-and-stroke.cpp:59
msgid "Stroke _paint"
-msgstr "邊框塗繪 (_P)"
+msgstr "邊框塗繪(_P)"
#: ../src/ui/dialog/fill-and-stroke.cpp:60
msgid "Stroke st_yle"
-msgstr "邊框樣式 (_Y)"
+msgstr "邊框樣式(_Y)"
#. TRANSLATORS: this dialog is accessible via menu Filters - Filter editor
#: ../src/ui/dialog/filter-effects-dialog.cpp:484
@@ -15262,9 +14608,8 @@ msgstr "光源在 YZ 平面上的方向角,單位為度"
#. default z:
#: ../src/ui/dialog/filter-effects-dialog.cpp:988
#: ../src/ui/dialog/filter-effects-dialog.cpp:991
-#, fuzzy
msgid "Location:"
-msgstr "位置"
+msgstr "位置:"
#: ../src/ui/dialog/filter-effects-dialog.cpp:988
#: ../src/ui/dialog/filter-effects-dialog.cpp:991
@@ -15316,15 +14661,15 @@ msgstr "新增光源"
#: ../src/ui/dialog/filter-effects-dialog.cpp:1105
msgid "_Duplicate"
-msgstr "再製 (_D)"
+msgstr "再製(_D)"
#: ../src/ui/dialog/filter-effects-dialog.cpp:1131
msgid "_Filter"
-msgstr "濾鏡 (_F)"
+msgstr "濾鏡(_F)"
#: ../src/ui/dialog/filter-effects-dialog.cpp:1150
msgid "R_ename"
-msgstr "重新命名 (_E)"
+msgstr "重新命名(_E)"
#: ../src/ui/dialog/filter-effects-dialog.cpp:1255
msgid "Rename filter"
@@ -15348,7 +14693,7 @@ msgstr "再製濾鏡"
#: ../src/ui/dialog/filter-effects-dialog.cpp:1455
msgid "_Effect"
-msgstr "特效 (_E)"
+msgstr "特效(_E)"
#: ../src/ui/dialog/filter-effects-dialog.cpp:1463
msgid "Connections"
@@ -15714,7 +15059,7 @@ msgid ""
"color of each rendered pixel. This allows for effects like turning object to "
"grayscale, modifying color saturation and changing color hue."
msgstr ""
-"此<b>顏色矩陣 (feColorMatrix) </b>濾鏡基元將矩陣變換套用到每個演算像素的顏"
+"此<b>顏色矩陣 (feColorMatrix) </b>濾鏡基元將矩陣變換套用到每個潤算像素的顏"
"色。該特效可以讓物件變成灰階、修改顏色飽和度和改變顏色色相。"
#: ../src/ui/dialog/filter-effects-dialog.cpp:2390
@@ -15795,8 +15140,7 @@ msgstr ""
msgid ""
"The <b>feImage</b> filter primitive fills the region with an external image "
"or another part of the document."
-msgstr ""
-"此<b>圖片 (feImage) </b>濾鏡基元會用外部的影像或文件的其他部份來填充該區域。"
+msgstr "此<b>圖片 (feImage) </b>濾鏡基元會用外部的影像或文件的其他部份來填充該區域。"
#: ../src/ui/dialog/filter-effects-dialog.cpp:2422
msgid ""
@@ -15849,7 +15193,7 @@ msgid ""
"noise is useful in simulating several nature phenomena like clouds, fire and "
"smoke and in generating complex textures like marble or granite."
msgstr ""
-"此<b>紊亂 (feTurbulence) </b>濾鏡基元可演算繪製柏林 (Perlin) 雜訊。這種雜訊常"
+"此<b>紊亂 (feTurbulence) </b>濾鏡基元可潤算繪製柏林 (Perlin) 雜訊。這種雜訊常"
"用於模擬一些自然現象 (像雲、火和煙) 和生成複雜的組織 (像大理石或花崗岩)。"
#: ../src/ui/dialog/filter-effects-dialog.cpp:2461
@@ -15862,211 +15206,175 @@ msgstr "設定濾鏡基元屬性"
#: ../src/ui/dialog/find.cpp:67
msgid "F_ind:"
-msgstr ""
+msgstr "尋找(_F):"
#: ../src/ui/dialog/find.cpp:67
-#, fuzzy
msgid "Find objects by their content (exact or partial match)"
-msgstr "用文字內容來搜尋物件 (完全或部份符合)"
+msgstr "依照物件內容尋找物件 (完全符合或部分符合)"
#: ../src/ui/dialog/find.cpp:68
-#, fuzzy
msgid "Re_place:"
-msgstr "取代:"
+msgstr "取代(_P):"
#: ../src/ui/dialog/find.cpp:68
-#, fuzzy
msgid "Replace found objects with this value "
-msgstr "再製物件,按著 Shift 刪除"
+msgstr "以該數值取代找到的物件"
#: ../src/ui/dialog/find.cpp:70
msgid "_All"
-msgstr ""
+msgstr "全部(_A)"
#: ../src/ui/dialog/find.cpp:70
-#, fuzzy
msgid "Search in all layers"
-msgstr "在所有圖層中選取"
+msgstr "搜尋所有圖層"
#: ../src/ui/dialog/find.cpp:71
-#, fuzzy
msgid "Current _layer"
-msgstr "目前圖層"
+msgstr "目前圖層(_L)"
#: ../src/ui/dialog/find.cpp:72
-#, fuzzy
msgid "S_election"
-msgstr "選擇範圍"
+msgstr "選取項目(_E)"
#: ../src/ui/dialog/find.cpp:73
msgid "Te_xt"
-msgstr ""
+msgstr "文字(_X)"
#: ../src/ui/dialog/find.cpp:73
-#, fuzzy
msgid "Search in text objects"
msgstr "搜尋文字物件"
#: ../src/ui/dialog/find.cpp:74
-#, fuzzy
msgid "_Properties"
-msgstr "%s 屬性"
+msgstr "屬性(_P)"
#: ../src/ui/dialog/find.cpp:74
msgid "Search in object properties, styles, attributes and IDs"
-msgstr ""
+msgstr "搜尋物件屬性、樣式、屬性值和識別 (ID)"
#: ../src/ui/dialog/find.cpp:75
-#, fuzzy
msgid "Search in"
-msgstr "搜尋"
+msgstr "搜尋條件"
#: ../src/ui/dialog/find.cpp:76
msgid "Scope"
-msgstr ""
+msgstr "範圍"
#: ../src/ui/dialog/find.cpp:79
-#, fuzzy
msgid "Case sensiti_ve"
-msgstr "抓取靈敏度:"
+msgstr "區分大小寫(_V)"
#: ../src/ui/dialog/find.cpp:79
msgid "Match upper/lower case"
-msgstr ""
+msgstr "符合大寫 / 小寫"
#: ../src/ui/dialog/find.cpp:80
-#, fuzzy
msgid "E_xact match"
-msgstr "提取圖片"
+msgstr "完全符合(_X)"
#: ../src/ui/dialog/find.cpp:80
-#, fuzzy
msgid "Match whole objects only"
-msgstr "水平翻轉選取的物件"
+msgstr "只有完全符合的物件"
#: ../src/ui/dialog/find.cpp:82
-#, fuzzy
msgid "Include loc_ked"
-msgstr "包含鎖定物件 (_O)"
+msgstr "包含鎖定物件(_K)"
#: ../src/ui/dialog/find.cpp:84
-#, fuzzy
msgid "General"
-msgstr "<b>一般</b>"
+msgstr "一般"
#: ../src/ui/dialog/find.cpp:86
-#, fuzzy
msgid "_ID"
-msgstr "_ID:"
+msgstr "_ID"
#: ../src/ui/dialog/find.cpp:86
-#, fuzzy
msgid "Search id name"
-msgstr "搜尋圖片"
+msgstr "搜尋識別名稱"
#: ../src/ui/dialog/find.cpp:87
-#, fuzzy
msgid "Attribute _Name"
-msgstr "屬性名稱"
+msgstr "屬性名稱(_N)"
#: ../src/ui/dialog/find.cpp:87
-#, fuzzy
msgid "Search attribute name"
-msgstr "屬性名稱"
+msgstr "搜尋屬性名稱"
#: ../src/ui/dialog/find.cpp:88
-#, fuzzy
msgid "Attribute _Value"
-msgstr "屬性值"
+msgstr "屬性值(_V)"
#: ../src/ui/dialog/find.cpp:88
-#, fuzzy
msgid "Search attribute value"
-msgstr "屬性值"
+msgstr "搜尋屬性值"
#: ../src/ui/dialog/find.cpp:89
-#, fuzzy
msgid "_Style"
-msgstr "樣式 (_S):"
+msgstr "樣式(_S)"
#: ../src/ui/dialog/find.cpp:89
-#, fuzzy
msgid "Search style"
-msgstr "搜尋仿製物件"
+msgstr "搜尋樣式"
#: ../src/ui/dialog/find.cpp:90
-#, fuzzy
msgid "Search fonts"
-msgstr "搜尋仿製物件"
+msgstr "搜尋字型"
#: ../src/ui/dialog/find.cpp:91
-#, fuzzy
msgid "Properties"
-msgstr "%s 屬性"
+msgstr "屬性"
#: ../src/ui/dialog/find.cpp:93
-#, fuzzy
msgid "Search all object types"
msgstr "搜尋所有物件類型"
#: ../src/ui/dialog/find.cpp:107
-#, fuzzy
msgid "Object Types"
msgstr "物件類型"
#: ../src/ui/dialog/find.cpp:110
-#, fuzzy
msgid "Select all objects matching the selected fields "
-msgstr "選擇符合你輸入全部條件的物件"
+msgstr "選擇全部符合搜尋條件的物件"
#: ../src/ui/dialog/find.cpp:111
-#, fuzzy
msgid "_Replace All"
-msgstr "取代"
+msgstr "取代全部(_R)"
#: ../src/ui/dialog/find.cpp:111
msgid "Replace all the matching objects"
-msgstr ""
+msgstr "取代全部符合的物件"
#: ../src/ui/dialog/find.cpp:782
-#, fuzzy
msgid "Nothing to replace"
-msgstr "沒有可以取消復原的步驟。"
+msgstr "沒有可以取代的項目"
#: ../src/ui/dialog/find.cpp:828
-#, fuzzy
msgid "objects"
msgstr "物件"
#: ../src/ui/dialog/find.cpp:828
-#, fuzzy
msgid "replaced"
-msgstr "取代"
+msgstr "已取代"
#: ../src/ui/dialog/find.cpp:828
-#, fuzzy
msgid "found"
-msgstr "圓角"
+msgstr "已找到"
#: ../src/ui/dialog/find.cpp:836
-#, fuzzy
msgid "Text Replace"
-msgstr "取代"
+msgstr "文字取代"
#: ../src/ui/dialog/find.cpp:840
-#, fuzzy
msgid "Not found"
-msgstr "無圓角"
+msgstr "找不到"
#: ../src/ui/dialog/find.cpp:866
-#, fuzzy
msgid "Select an object"
-msgstr "再製選取的物件"
+msgstr "選擇一個物件"
#: ../src/ui/dialog/find.cpp:884
-#, fuzzy
msgid "Select a property"
-msgstr "設定參考線屬性"
+msgstr "選擇一種屬性"
#: ../src/ui/dialog/glyphs.cpp:53 ../src/ui/dialog/glyphs.cpp:145
msgid "all"
@@ -16794,37 +16102,33 @@ msgstr "添加文字"
#: ../src/ui/dialog/guides.cpp:47
msgid "Rela_tive change"
-msgstr "相對改變 (_T)"
+msgstr "相對改變(_T)"
#: ../src/ui/dialog/guides.cpp:47
msgid "Move and/or rotate the guide relative to current settings"
msgstr "以目前的設定值相對地移動和 (或) 旋轉參考線"
#: ../src/ui/dialog/guides.cpp:48
-#, fuzzy
msgid "_X:"
-msgstr "X:"
+msgstr "_X:"
#: ../src/ui/dialog/guides.cpp:49 ../src/widgets/sp-color-icc-selector.cpp:221
#: ../src/widgets/sp-color-icc-selector.cpp:222
#: ../src/widgets/sp-color-scales.cpp:463
-#, fuzzy
msgid "_Y:"
-msgstr "Y:"
+msgstr "_Y:"
#: ../src/ui/dialog/guides.cpp:50 ../src/ui/dialog/object-properties.cpp:43
-#, fuzzy
msgid "_Label:"
-msgstr "標籤 (_L)"
+msgstr "標籤(_L):"
#: ../src/ui/dialog/guides.cpp:50
msgid "Optionally give this guideline a name"
-msgstr ""
+msgstr "選擇性地給予此參考線名稱"
#: ../src/ui/dialog/guides.cpp:51
-#, fuzzy
msgid "_Angle:"
-msgstr "角度:"
+msgstr "角度(_A):"
#: ../src/ui/dialog/guides.cpp:125
msgid "Set guide properties"
@@ -16858,10 +16162,9 @@ msgid "Actual Size:"
msgstr "實際大小:"
#: ../src/ui/dialog/icon-preview.cpp:237
-#, fuzzy
msgctxt "Icon preview window"
msgid "Sele_ction"
-msgstr "選擇範圍"
+msgstr "選擇範圍(_C)"
#: ../src/ui/dialog/icon-preview.cpp:239
msgid "Selection only or whole document"
@@ -16919,9 +16222,8 @@ msgid ""
msgstr "<b>選取多個物件。</b>無法從多個物件取得樣式。"
#: ../src/ui/dialog/inkscape-preferences.cpp:247
-#, fuzzy
msgid "Style of new objects"
-msgstr "新增矩形的樣式"
+msgstr "新增物件的樣式"
#: ../src/ui/dialog/inkscape-preferences.cpp:249
msgid "Last used style"
@@ -16959,9 +16261,8 @@ msgid "Tools"
msgstr "工具"
#: ../src/ui/dialog/inkscape-preferences.cpp:284
-#, fuzzy
msgid "Bounding box to use"
-msgstr "邊界框類型:"
+msgstr "要使用的邊界框"
#: ../src/ui/dialog/inkscape-preferences.cpp:285
msgid "Visual bounding box"
@@ -16980,9 +16281,8 @@ msgid "This bounding box includes only the bare path"
msgstr "這種邊界框只包含最基本的路徑"
#: ../src/ui/dialog/inkscape-preferences.cpp:292
-#, fuzzy
msgid "Conversion to guides"
-msgstr "轉成參考線:"
+msgstr "轉成參考線"
#: ../src/ui/dialog/inkscape-preferences.cpp:293
msgid "Keep objects after conversion to guides"
@@ -17026,9 +16326,8 @@ msgid "Selector"
msgstr "選取器"
#: ../src/ui/dialog/inkscape-preferences.cpp:309
-#, fuzzy
msgid "When transforming, show"
-msgstr "變形時,顯示:"
+msgstr "當變形時,顯示:"
#: ../src/ui/dialog/inkscape-preferences.cpp:310
msgid "Objects"
@@ -17047,9 +16346,8 @@ msgid "Show only a box outline of the objects when moving or transforming"
msgstr "移動或變形時只顯示物件外框"
#: ../src/ui/dialog/inkscape-preferences.cpp:316
-#, fuzzy
msgid "Per-object selection cue"
-msgstr "每個物件的選取提示:"
+msgstr "每個物件選取提示"
#: ../src/ui/dialog/inkscape-preferences.cpp:319
msgid "No per-object selection indication"
@@ -17104,8 +16402,7 @@ msgstr "拖曳節點時更新輪廓"
msgid ""
"Update the outline when dragging or transforming nodes; if this is off, the "
"outline will only update when completing a drag"
-msgstr ""
-"拖曳或變形節點時更新輪廓;若停用這選項,只有在完成拖曳動作時才會更新輪廓"
+msgstr "拖曳或變形節點時更新輪廓;若停用這選項,只有在完成拖曳動作時才會更新輪廓"
#: ../src/ui/dialog/inkscape-preferences.cpp:338
msgid "Update paths when dragging nodes"
@@ -17115,8 +16412,7 @@ msgstr "拖曳節點時更新路徑"
msgid ""
"Update paths when dragging or transforming nodes; if this is off, paths will "
"only be updated when completing a drag"
-msgstr ""
-"拖曳或變形節點時更新路徑;若停用這選項,只有在完成拖曳動作時才會更新路徑"
+msgstr "拖曳或變形節點時更新路徑;若停用這選項,只有在完成拖曳動作時才會更新路徑"
#: ../src/ui/dialog/inkscape-preferences.cpp:340
msgid "Show path direction on outlines"
@@ -17145,9 +16441,8 @@ msgid "Show temporary outline even when a path is selected for editing"
msgstr "顯示暫時輪廓,即使正在編輯選擇的路徑"
#: ../src/ui/dialog/inkscape-preferences.cpp:347
-#, fuzzy
msgid "Flash time:"
-msgstr "閃爍時間"
+msgstr "閃爍時間:"
#: ../src/ui/dialog/inkscape-preferences.cpp:347
msgid ""
@@ -17186,9 +16481,8 @@ msgid "Tweak"
msgstr "微調"
#: ../src/ui/dialog/inkscape-preferences.cpp:356
-#, fuzzy
msgid "Object paint style"
-msgstr "物件中心點"
+msgstr "物件塗繪樣式"
#. Zoom
#: ../src/ui/dialog/inkscape-preferences.cpp:361 ../src/verbs.cpp:2511
@@ -17204,7 +16498,7 @@ msgstr "量測"
#: ../src/ui/dialog/inkscape-preferences.cpp:368
msgid "Ignore first and last points"
-msgstr ""
+msgstr "忽略第一個點和最後一個點"
#: ../src/ui/dialog/inkscape-preferences.cpp:369
msgid ""
@@ -17212,6 +16506,8 @@ msgid ""
"considered for calculating lengths. Only lengths between actual curve "
"intersections will be displayed."
msgstr ""
+"計算長度不考慮量測工具控制線的起點和終點。只在控制線與實際曲線交叉位置顯示長"
+"度。"
#. Shapes
#: ../src/ui/dialog/inkscape-preferences.cpp:372
@@ -17226,8 +16522,7 @@ msgstr "草圖模式"
msgid ""
"If on, the sketch result will be the normal average of all sketches made, "
"instead of averaging the old result with the new sketch"
-msgstr ""
-"若開啟,該草圖結果是全部草圖製作的普通平均值,而不是用新草圖平均之前的結果"
+msgstr "若開啟,該草圖結果是全部草圖製作的普通平均值,而不是用新草圖平均之前的結果"
#. Pen
#: ../src/ui/dialog/inkscape-preferences.cpp:409
@@ -17487,9 +16782,8 @@ msgid "Lithuanian (lt)"
msgstr "立陶宛語 (lt)"
#: ../src/ui/dialog/inkscape-preferences.cpp:484
-#, fuzzy
msgid "Latvian (lv)"
-msgstr "立陶宛語 (lt)"
+msgstr "拉脫維亞語 (lv)"
#: ../src/ui/dialog/inkscape-preferences.cpp:484
msgid "Macedonian (mk)"
@@ -17564,9 +16858,8 @@ msgid "Swedish (sv)"
msgstr "瑞典語 (sv)"
#: ../src/ui/dialog/inkscape-preferences.cpp:488
-#, fuzzy
msgid "Telugu (te_IN)"
-msgstr "泰盧固文"
+msgstr "泰盧固文 (te_IN)"
#: ../src/ui/dialog/inkscape-preferences.cpp:488
msgid "Thai (th)"
@@ -17703,12 +16996,12 @@ msgstr "不要儲存視窗位置"
#: ../src/ui/dialog/inkscape-preferences.cpp:574
msgid "Save and restore dialogs status"
-msgstr ""
+msgstr "儲存並恢復對話窗狀態"
#: ../src/ui/dialog/inkscape-preferences.cpp:575
#: ../src/ui/dialog/inkscape-preferences.cpp:600
msgid "Don't save dialogs status"
-msgstr ""
+msgstr "不儲存對話窗狀態"
#: ../src/ui/dialog/inkscape-preferences.cpp:577
#: ../src/ui/dialog/inkscape-preferences.cpp:606
@@ -17717,11 +17010,11 @@ msgstr "工具欄式"
#: ../src/ui/dialog/inkscape-preferences.cpp:580
msgid "Native open/save dialogs"
-msgstr ""
+msgstr "原生開啟 / 儲存對話窗"
#: ../src/ui/dialog/inkscape-preferences.cpp:581
msgid "GTK open/save dialogs"
-msgstr ""
+msgstr "GTK 開啟 / 儲存對話窗"
#: ../src/ui/dialog/inkscape-preferences.cpp:583
msgid "Dialogs are hidden in taskbar"
@@ -17740,9 +17033,8 @@ msgid "Aggressive"
msgstr "積極"
#: ../src/ui/dialog/inkscape-preferences.cpp:590
-#, fuzzy
msgid "Saving window geometry (size and position)"
-msgstr "儲存視窗位置(大小和位置):"
+msgstr "儲存視窗位置 (大小和位置)"
#: ../src/ui/dialog/inkscape-preferences.cpp:592
msgid "Let the window manager determine placement of all windows"
@@ -17761,33 +17053,30 @@ msgid ""
msgstr "針對每個文件記錄並恢復視窗位置 (將位置儲存到文件裡)"
#: ../src/ui/dialog/inkscape-preferences.cpp:598
-#, fuzzy
msgid "Saving dialogs status"
-msgstr "啟動時顯示對話窗"
+msgstr "儲存對話窗狀態"
#: ../src/ui/dialog/inkscape-preferences.cpp:602
msgid ""
"Save and restore dialogs status (the last open windows dialogs are saved "
"when it closes)"
-msgstr ""
+msgstr "儲存和恢復對話窗狀態 (程式關閉時儲存最後開啟的對話窗)"
#: ../src/ui/dialog/inkscape-preferences.cpp:604
-#, fuzzy
msgid "Dialog behavior (requires restart)"
-msgstr "對話窗行為 (需要重新啟動):"
+msgstr "對話窗行為 (需要重新啟動)"
#: ../src/ui/dialog/inkscape-preferences.cpp:610
-#, fuzzy
msgid "Desktop integration"
-msgstr "目的地"
+msgstr "桌面整合"
#: ../src/ui/dialog/inkscape-preferences.cpp:612
msgid "Use Windows like open and save dialogs"
-msgstr ""
+msgstr "使用 Windows 外觀的開啟和儲存對話窗"
#: ../src/ui/dialog/inkscape-preferences.cpp:614
msgid "Use GTK open and save dialogs "
-msgstr ""
+msgstr "使用 GTK 的開啟和儲存對話窗"
#: ../src/ui/dialog/inkscape-preferences.cpp:618
msgid "Dialogs on top:"
@@ -17806,9 +17095,8 @@ msgid "Same as Normal but may work better with some window managers"
msgstr "和普通相同,但用某些視窗管理程式效果更好"
#: ../src/ui/dialog/inkscape-preferences.cpp:629
-#, fuzzy
msgid "Dialog Transparency"
-msgstr "對話窗透明度:"
+msgstr "對話窗透明度"
#: ../src/ui/dialog/inkscape-preferences.cpp:631
msgid "Opacity when focused:"
@@ -17823,9 +17111,8 @@ msgid "Time of opacity change animation:"
msgstr "不透明度改變動畫的時間:"
#: ../src/ui/dialog/inkscape-preferences.cpp:638
-#, fuzzy
msgid "Miscellaneous"
-msgstr "其他:"
+msgstr "其他"
#: ../src/ui/dialog/inkscape-preferences.cpp:641
msgid "Whether dialog windows are to be hidden in the window manager taskbar"
@@ -17929,23 +17216,21 @@ msgid "If set, display dots at gridpoints instead of gridlines"
msgstr "若設定,格點上會顯示點而不是線"
#: ../src/ui/dialog/inkscape-preferences.cpp:754
-#, fuzzy
msgid "Input/Output"
-msgstr "輸出"
+msgstr "輸入 / 輸出"
#: ../src/ui/dialog/inkscape-preferences.cpp:757
msgid "Use current directory for \"Save As ...\""
msgstr "「另存新檔 ...」使用目前目錄"
#: ../src/ui/dialog/inkscape-preferences.cpp:759
-#, fuzzy
msgid ""
"When this option is on, the \"Save as...\" and \"Save a Copy\" dialogs will "
"always open in the directory where the currently open document is; when it's "
"off, each will open in the directory where you last saved a file using it"
msgstr ""
-"啟用該選項時,「另存新檔 ...」對話窗每次都會以目前檔案所在的目錄開啟;若停用"
-"該選項,則會以此對話窗最近儲存檔案的目錄開啟"
+"啟用該選項時,「另存新檔 ...」和「儲存副本」對話窗每次都會以目前檔案所在的目"
+"錄開啟;若停用該選項,則會以此對話窗最近儲存檔案的目錄開啟"
#: ../src/ui/dialog/inkscape-preferences.cpp:761
msgid "Add label comments to printing output"
@@ -17955,7 +17240,7 @@ msgstr "將標籤註解加入到列印輸出"
msgid ""
"When on, a comment will be added to the raw print output, marking the "
"rendered output for an object with its label"
-msgstr "開啟時,將註解加入到原始列印輸出,用其標籤來標示物件的演算輸出"
+msgstr "開啟時,將註解加入到原始列印輸出,用其標籤來標示物件的圖形潤算輸出"
#: ../src/ui/dialog/inkscape-preferences.cpp:767
msgid "Grab sensitivity:"
@@ -18007,9 +17292,8 @@ msgid ""
msgstr "在繪圖板上使用不同裝置時改變工具 (筆、橡皮擦、滑鼠)"
#: ../src/ui/dialog/inkscape-preferences.cpp:780
-#, fuzzy
msgid "Input devices"
-msgstr "輸入裝置 (_I)..."
+msgstr "輸入裝置"
#. SVG output options
#: ../src/ui/dialog/inkscape-preferences.cpp:783
@@ -18020,8 +17304,7 @@ msgstr "使用命名顏色"
msgid ""
"If set, write the CSS name of the color when available (e.g. 'red' or "
"'magenta') instead of the numeric value"
-msgstr ""
-"若設定,可用 (例如:'red' 或 'magenta') 時寫入顏色的 CSS 名稱而不是數值"
+msgstr "若設定,可用 (例如:'red' 或 'magenta') 時寫入顏色的 CSS 名稱而不是數值"
#: ../src/ui/dialog/inkscape-preferences.cpp:786
msgid "XML formatting"
@@ -18093,55 +17376,54 @@ msgstr "寫入到 SVG 指數次方最小為 10;任何更小的數字都會用
#. Add incorrect style properties options
#: ../src/ui/dialog/inkscape-preferences.cpp:813
msgid "Improper Attributes Actions"
-msgstr ""
+msgstr "不恰當的屬性動作"
#: ../src/ui/dialog/inkscape-preferences.cpp:815
#: ../src/ui/dialog/inkscape-preferences.cpp:823
#: ../src/ui/dialog/inkscape-preferences.cpp:831
-#, fuzzy
msgid "Print warnings"
-msgstr "印刷標示"
+msgstr "印出警告訊息"
#: ../src/ui/dialog/inkscape-preferences.cpp:816
msgid ""
"Print warning if invalid or non-useful attributes found. Database files "
"located in inkscape_data_dir/attributes."
-msgstr ""
+msgstr "若發現無效或無用的屬性則印出警告訊息。資料庫檔案位置在「inkscape_data_dir/attributes」。"
#: ../src/ui/dialog/inkscape-preferences.cpp:817
-#, fuzzy
msgid "Remove attributes"
-msgstr "設定屬性"
+msgstr "移除屬性"
#: ../src/ui/dialog/inkscape-preferences.cpp:818
msgid "Delete invalid or non-useful attributes from element tag."
-msgstr ""
+msgstr "從元件標籤中刪除無效或無用的屬性。"
#. Add incorrect style properties options
#: ../src/ui/dialog/inkscape-preferences.cpp:821
msgid "Inappropriate Style Properties Actions"
-msgstr ""
+msgstr "不恰當的樣式屬性動作"
#: ../src/ui/dialog/inkscape-preferences.cpp:824
msgid ""
"Print warning if inappropriate style properties found (i.e. 'font-family' "
"set on a <rect>). Database files located in inkscape_data_dir/attributes."
msgstr ""
+"若發現不恰當的樣式屬性則印出警告訊息 (例如「font-family」設定在 <rect> "
+"上)。資料庫檔案位置在「inkscape_data_dir/attributes」。"
#: ../src/ui/dialog/inkscape-preferences.cpp:825
#: ../src/ui/dialog/inkscape-preferences.cpp:833
-#, fuzzy
msgid "Remove style properties"
-msgstr "匯報這個三角形的性質"
+msgstr "移除樣式屬性"
#: ../src/ui/dialog/inkscape-preferences.cpp:826
msgid "Delete inappropriate style properties."
-msgstr ""
+msgstr "刪除不恰當的樣式屬性。"
#. Add default or inherited style properties options
#: ../src/ui/dialog/inkscape-preferences.cpp:829
msgid "Non-useful Style Properties Actions"
-msgstr ""
+msgstr "無用的樣式屬性動作"
#: ../src/ui/dialog/inkscape-preferences.cpp:832
msgid ""
@@ -18150,46 +17432,44 @@ msgid ""
"same as would be inherited). Database files located in inkscape_data_dir/"
"attributes."
msgstr ""
+"若發現多餘的樣式屬性則印出警告訊息 "
+"(例如樣式屬性本身有預設值卻繼承不同的數值或者數值與繼承的數值相同)。資料庫檔案位置在「inkscape_data_dir/attributes」。"
#: ../src/ui/dialog/inkscape-preferences.cpp:834
-#, fuzzy
msgid "Delete redundant style properties."
-msgstr "設定參考線屬性"
+msgstr "刪除多餘的樣式屬性。"
#: ../src/ui/dialog/inkscape-preferences.cpp:836
msgid "Check Attributes and Style Properties on:"
-msgstr ""
+msgstr "檢查屬性和樣式屬性:"
#: ../src/ui/dialog/inkscape-preferences.cpp:838
-#, fuzzy
msgid "Reading"
-msgstr "明暗變化"
+msgstr "讀取階段"
#: ../src/ui/dialog/inkscape-preferences.cpp:839
msgid ""
"Check attributes and style properties on reading in SVG files (including "
"those internal to Inkscape which will slow down startup)."
-msgstr ""
+msgstr "讀取 SVG 檔案時檢查屬性值和樣式屬性 (包括 Inkscape 內部的數值,這會讓程式啟動變慢)。"
#: ../src/ui/dialog/inkscape-preferences.cpp:840
-#, fuzzy
msgid "Editing"
-msgstr "編輯 (_E)"
+msgstr "編輯階段"
#: ../src/ui/dialog/inkscape-preferences.cpp:841
msgid ""
"Check attributes and style properties while editing SVG files (may slow down "
"Inkscape, mostly useful for debugging)."
-msgstr ""
+msgstr "編輯 SVG 檔案時檢查屬性值和樣式屬性 (可能會讓 Inkscape 變慢,大部分用來除錯)。"
#: ../src/ui/dialog/inkscape-preferences.cpp:842
-#, fuzzy
msgid "Writing"
-msgstr "腳本"
+msgstr "寫入階段"
#: ../src/ui/dialog/inkscape-preferences.cpp:843
msgid "Check attributes and style properties on writing out SVG files."
-msgstr ""
+msgstr "寫入 SVG 檔案時檢查屬性值和樣式屬性。"
#: ../src/ui/dialog/inkscape-preferences.cpp:845
msgid "SVG output"
@@ -18346,10 +17626,9 @@ msgid "Interval (in minutes) at which document will be autosaved"
msgstr "每經過多久時間 (分鐘) 就自動儲存檔案"
#: ../src/ui/dialog/inkscape-preferences.cpp:1000
-#, fuzzy
msgctxt "Filesystem"
msgid "Path:"
-msgstr "路徑"
+msgstr "路徑:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1000
msgid "The directory where autosaves will be written"
@@ -18377,7 +17656,6 @@ msgstr "自動存檔的最大數量;用這項數值以限制使用的儲存空
#.
#. -----------
#: ../src/ui/dialog/inkscape-preferences.cpp:1017
-#, fuzzy
msgid "Autosave"
msgstr "自動儲存"
@@ -18408,12 +17686,10 @@ msgid "The password used to log into Open Clip Art Library"
msgstr "用於登入開放美工圖庫的密碼"
#: ../src/ui/dialog/inkscape-preferences.cpp:1029
-#, fuzzy
msgid "Open Clip Art"
-msgstr "登入開放美工圖庫"
+msgstr "開放美工圖庫"
#: ../src/ui/dialog/inkscape-preferences.cpp:1034
-#, fuzzy
msgid "Behavior"
msgstr "行為"
@@ -18456,9 +17732,8 @@ msgid "Deselect upon layer change"
msgstr "取消即將進行的圖層變更"
#: ../src/ui/dialog/inkscape-preferences.cpp:1049
-#, fuzzy
msgid "Ctrl+A, Tab, Shift+Tab"
-msgstr "Ctrl+A, Tab, Shift+Tab:"
+msgstr "Ctrl+A, Tab, Shift+Tab"
#: ../src/ui/dialog/inkscape-preferences.cpp:1051
msgid "Make keyboard selection commands work on objects in all layers"
@@ -18543,9 +17818,8 @@ msgid "Move patterns (in fill or stroke) along with the objects"
msgstr "隨著物件移動圖樣 (填充或邊框)"
#: ../src/ui/dialog/inkscape-preferences.cpp:1082
-#, fuzzy
msgid "Store transformation"
-msgstr "儲存變形:"
+msgstr "儲存變形"
#: ../src/ui/dialog/inkscape-preferences.cpp:1084
msgid ""
@@ -18697,8 +17971,7 @@ msgid ""
"When dragging a knot along a constraint line, then snap the position of the "
"mouse pointer instead of snapping the projection of the knot onto the "
"constraint line"
-msgstr ""
-"沿著限定直線拖曳節點時,貼齊滑鼠游標的位置而不是向限定線來貼齊環結的突起部位"
+msgstr "沿著限定直線拖曳節點時,貼齊滑鼠游標的位置而不是向限定線來貼齊環結的突起部位"
#: ../src/ui/dialog/inkscape-preferences.cpp:1137
msgid "Snapping"
@@ -18710,10 +17983,9 @@ msgid "Arrow keys move by:"
msgstr "方向鍵移動距離:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1143
-#, fuzzy
msgid ""
"Pressing an arrow key moves selected object(s) or node(s) by this distance"
-msgstr "按方向鍵時會以該距離移動選取物件或節點 (單位為 px)"
+msgstr "按方向鍵時會以該距離移動選取的物件或節點"
#. defaultscale is limited to 1000 in select-context.cpp: use the same limit here
#: ../src/ui/dialog/inkscape-preferences.cpp:1146
@@ -18721,18 +17993,16 @@ msgid "> and < scale by:"
msgstr "> 和 < 的縮放增加量:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1147
-#, fuzzy
msgid "Pressing > or < scales selection up or down by this increment"
-msgstr "按 > 或 < 會以該增加量將選取區作伸展或縮減 (單位為 px)"
+msgstr "按 > 或 < 會以該增加量將選取區作伸展或縮減"
#: ../src/ui/dialog/inkscape-preferences.cpp:1149
msgid "Inset/Outset by:"
msgstr "內縮 / 外擴距離:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1150
-#, fuzzy
msgid "Inset and Outset commands displace the path by this distance"
-msgstr "內縮與外擴指令會以該距離偏移路徑 (單位為 px)"
+msgstr "內縮與外擴指令會以該距離偏移路徑"
#: ../src/ui/dialog/inkscape-preferences.cpp:1151
msgid "Compass-like display of angles"
@@ -18763,13 +18033,13 @@ msgstr "旋轉時按著 Ctrl 每次貼齊的角度;同時,按下 [ 或 ] 會
#: ../src/ui/dialog/inkscape-preferences.cpp:1161
msgid "Relative snapping of guideline angles"
-msgstr ""
+msgstr "相對固定角度旋轉參考線角度"
#: ../src/ui/dialog/inkscape-preferences.cpp:1163
msgid ""
"When on, the snap angles when rotating a guideline will be relative to the "
"original angle"
-msgstr ""
+msgstr "當啟用時,當旋轉參考線時固定角度相對於原始角度"
#: ../src/ui/dialog/inkscape-preferences.cpp:1165
msgid "Zoom in/out by:"
@@ -18807,9 +18077,8 @@ msgid "Are deleted"
msgstr "刪除"
#: ../src/ui/dialog/inkscape-preferences.cpp:1181
-#, fuzzy
msgid "Moving original: clones and linked offsets"
-msgstr "原物件移動時,其仿製物件和連結偏移:"
+msgstr "移動原物件:仿製和連結偏移"
#: ../src/ui/dialog/inkscape-preferences.cpp:1183
msgid "Clones are translated by the same vector as their original"
@@ -18828,9 +18097,8 @@ msgstr ""
"不同的方向移動"
#: ../src/ui/dialog/inkscape-preferences.cpp:1188
-#, fuzzy
msgid "Deleting original: clones"
-msgstr "再製原物件+仿製物件時:"
+msgstr "刪除原物件:仿製"
#: ../src/ui/dialog/inkscape-preferences.cpp:1190
msgid "Orphaned clones are converted to regular objects"
@@ -18841,9 +18109,8 @@ msgid "Orphaned clones are deleted along with their original"
msgstr "被遺棄的仿製物件隨著原物件一起刪除"
#: ../src/ui/dialog/inkscape-preferences.cpp:1194
-#, fuzzy
msgid "Duplicating original+clones/linked offset"
-msgstr "再製原物件+仿製物件時:"
+msgstr "再製原物件+仿製 / 連結偏移"
#: ../src/ui/dialog/inkscape-preferences.cpp:1196
msgid "Relink duplicated clones"
@@ -18884,9 +18151,8 @@ msgid ""
msgstr "套用後,從繪圖裡移除作為剪裁路徑或遮罩的物件"
#: ../src/ui/dialog/inkscape-preferences.cpp:1211
-#, fuzzy
msgid "Before applying"
-msgstr "套用裁剪路徑 / 遮罩之前:"
+msgstr "套用前:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1213
msgid "Do not group clipped/masked objects"
@@ -18913,9 +18179,8 @@ msgid "Apply clippath/mask to group containing all objects"
msgstr "套用裁剪路徑 / 遮罩到群組,包括所有物件"
#: ../src/ui/dialog/inkscape-preferences.cpp:1226
-#, fuzzy
msgid "After releasing"
-msgstr "解除裁剪路徑 / 遮罩之後:"
+msgstr "解除後"
#: ../src/ui/dialog/inkscape-preferences.cpp:1228
msgid "Ungroup automatically created groups"
@@ -18939,25 +18204,23 @@ msgid "(requires restart)"
msgstr "(需要重新啟動)"
#: ../src/ui/dialog/inkscape-preferences.cpp:1241
-#, fuzzy
msgid "Configure number of processors/threads to use when rendering filters"
-msgstr "設定用於高斯模糊演算的處理器 / 執行緒數量"
+msgstr "設定圖形繪算濾鏡時要使用的處理器 / 執行緒數量"
#: ../src/ui/dialog/inkscape-preferences.cpp:1245
-#, fuzzy
msgid "Rendering cache size:"
-msgstr "演算"
+msgstr "圖形潤算快取大小:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1245
msgctxt "mebibyte (2^20 bytes) abbreviation"
msgid "MiB"
-msgstr ""
+msgstr "MiB"
#: ../src/ui/dialog/inkscape-preferences.cpp:1245
msgid ""
"Set the amount of memory per document which can be used to store rendered "
"parts of the drawing for later reuse; set to zero to disable caching"
-msgstr ""
+msgstr "設定每份文件存取稍候可重複使用的圖畫繪算部分記憶體容量;設定為零可停用快取"
#. blur quality
#. filter quality
@@ -18987,17 +18250,15 @@ msgid "Lowest quality (fastest)"
msgstr "最低品質 (最快)"
#: ../src/ui/dialog/inkscape-preferences.cpp:1259
-#, fuzzy
msgid "Gaussian blur quality for display"
-msgstr "高斯模糊顯示品質:"
+msgstr "高斯模糊顯示品質"
#: ../src/ui/dialog/inkscape-preferences.cpp:1261
#: ../src/ui/dialog/inkscape-preferences.cpp:1285
msgid ""
"Best quality, but display may be very slow at high zooms (bitmap export "
"always uses best quality)"
-msgstr ""
-"最佳品質,於高倍畫面縮放時顯示也許會非常慢 (點陣圖匯出時會自動使用最佳品質)"
+msgstr "最佳品質,於高倍畫面縮放時顯示也許會非常慢 (點陣圖匯出時會自動使用最佳品質)"
#: ../src/ui/dialog/inkscape-preferences.cpp:1263
#: ../src/ui/dialog/inkscape-preferences.cpp:1287
@@ -19020,15 +18281,14 @@ msgid "Lowest quality (considerable artifacts), but display is fastest"
msgstr "最低品質 (相當多不自然感),但顯示速度最快"
#: ../src/ui/dialog/inkscape-preferences.cpp:1283
-#, fuzzy
msgid "Filter effects quality for display"
-msgstr "濾鏡特效顯示品質:"
+msgstr "濾鏡特效顯示品質"
#. build custom preferences tab
#: ../src/ui/dialog/inkscape-preferences.cpp:1295
#: ../src/ui/dialog/print.cpp:224
msgid "Rendering"
-msgstr "演算"
+msgstr "圖形潤算"
#: ../src/ui/dialog/inkscape-preferences.cpp:1301
msgid "2x2"
@@ -19079,23 +18339,20 @@ msgid "Resolution used by the Create Bitmap Copy command"
msgstr "建立點陣圖副本使用的解析度"
#: ../src/ui/dialog/inkscape-preferences.cpp:1320
-#, fuzzy
msgid "Always embed"
-msgstr "始終貼齊"
+msgstr "始終內嵌"
#: ../src/ui/dialog/inkscape-preferences.cpp:1320
-#, fuzzy
msgid "Always link"
-msgstr "始終貼齊"
+msgstr "始終連結"
#: ../src/ui/dialog/inkscape-preferences.cpp:1320
msgid "Ask"
-msgstr ""
+msgstr "詢問"
#: ../src/ui/dialog/inkscape-preferences.cpp:1323
-#, fuzzy
msgid "Bitmap import:"
-msgstr "點陣圖編輯程式:"
+msgstr "點陣圖匯入:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1326
msgid "Bitmaps"
@@ -19157,14 +18414,13 @@ msgstr "實際時間裡事件時鐘偏差的係數 (於某些系統上為 0.9766
#: ../src/ui/dialog/inkscape-preferences.cpp:1423
msgid "Pre-render named icons"
-msgstr "預先演算命名圖示"
+msgstr "預先潤算命名圖示"
#: ../src/ui/dialog/inkscape-preferences.cpp:1425
msgid ""
"When on, named icons will be rendered before displaying the ui. This is for "
"working around bugs in GTK+ named icon notification"
-msgstr ""
-"開啟時,顯示使用介面前會演算命名圖示。這是為了避開在 GTK+ 命名圖示通知的錯誤"
+msgstr "開啟時,顯示使用介面前會潤算命名圖示。這是為了避開在 GTK+ 命名圖示通知的錯誤"
#: ../src/ui/dialog/inkscape-preferences.cpp:1433
msgid "System info"
@@ -19176,64 +18432,55 @@ msgstr "使用者設定:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1437
msgid "Location of users configuration"
-msgstr ""
+msgstr "使用者組態設定的位置"
#: ../src/ui/dialog/inkscape-preferences.cpp:1441
-#, fuzzy
msgid "User preferences: "
-msgstr "橡皮擦偏好設定"
+msgstr "使用者偏好設定:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1441
-#, fuzzy
msgid "Location of the users preferences file"
-msgstr "建立此偏好設定檔 %s 失敗。"
+msgstr "使用者偏好設定檔的位置"
#: ../src/ui/dialog/inkscape-preferences.cpp:1445
-#, fuzzy
msgid "User extensions: "
-msgstr "吠陀梵文"
+msgstr "使用者擴充功能:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1445
-#, fuzzy
msgid "Location of the users extensions"
-msgstr "Inkscape 擴充功能資訊"
+msgstr "使用者擴充功能的位置"
#: ../src/ui/dialog/inkscape-preferences.cpp:1449
msgid "User cache: "
msgstr "使用者快取:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1449
-#, fuzzy
msgid "Location of users cache"
-msgstr "沿著曲線的位置"
+msgstr "使用者快取的位置"
#: ../src/ui/dialog/inkscape-preferences.cpp:1457
msgid "Temporary files: "
-msgstr ""
+msgstr "暫存檔:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1457
msgid "Location of the temporary files used for autosave"
-msgstr ""
+msgstr "用於自動儲存的暫存檔位置"
#: ../src/ui/dialog/inkscape-preferences.cpp:1461
-#, fuzzy
msgid "Inkscape data: "
-msgstr "Inkscape 使用手冊"
+msgstr "Inkscape 資料:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1461
-#, fuzzy
msgid "Location of Inkscape data"
-msgstr "Inkscape 擴充功能資訊"
+msgstr "Inkscape 資料的位置"
#: ../src/ui/dialog/inkscape-preferences.cpp:1465
-#, fuzzy
msgid "Inkscape extensions: "
-msgstr "Inkscape 擴充功能資訊"
+msgstr "Inkscape 擴充功能:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1465
-#, fuzzy
msgid "Location of the Inkscape extensions"
-msgstr "Inkscape 擴充功能資訊"
+msgstr "Inkscape 擴充功能的位置"
#: ../src/ui/dialog/inkscape-preferences.cpp:1474
msgid "System data: "
@@ -19241,16 +18488,15 @@ msgstr "系統資料:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1474
msgid "Locations of system data"
-msgstr ""
+msgstr "系統資料的位置"
#: ../src/ui/dialog/inkscape-preferences.cpp:1498
msgid "Icon theme: "
msgstr "圖示主題:"
#: ../src/ui/dialog/inkscape-preferences.cpp:1498
-#, fuzzy
msgid "Location of icon themes"
-msgstr "沿著曲線的位置"
+msgstr "圖示主題的位置"
#: ../src/ui/dialog/inkscape-preferences.cpp:1500
#: ../src/widgets/sp-color-gtkselector.cpp:50
@@ -19262,10 +18508,9 @@ msgid "Disabled"
msgstr "停用"
#: ../src/ui/dialog/input.cpp:351
-#, fuzzy
msgctxt "Input device"
msgid "Screen"
-msgstr "濾色"
+msgstr "螢幕"
#: ../src/ui/dialog/input.cpp:352 ../src/ui/dialog/input.cpp:364
msgid "Window"
@@ -19308,13 +18553,12 @@ msgid "pad"
msgstr "觸控板"
#: ../src/ui/dialog/input.cpp:887
-#, fuzzy
msgid "_Use pressure-sensitive tablet (requires restart)"
-msgstr "使用感壓繪圖板 (需要重新啟動)"
+msgstr "使用感壓繪圖板(_U) (需要重新啟動)"
#: ../src/ui/dialog/input.cpp:888 ../src/verbs.cpp:2216
msgid "_Save"
-msgstr "儲存 (_S)"
+msgstr "儲存(_S)"
#: ../src/ui/dialog/layer-properties.cpp:46
msgid "Layer name:"
@@ -19348,7 +18592,7 @@ msgstr "圖層"
#: ../src/ui/dialog/layer-properties.cpp:184
msgid "_Rename"
-msgstr "重新命名 (_R)"
+msgstr "重新命名(_R)"
#: ../src/ui/dialog/layer-properties.cpp:197
msgid "Rename layer"
@@ -19365,7 +18609,7 @@ msgstr "加入圖層"
#: ../src/ui/dialog/layer-properties.cpp:206
msgid "_Add"
-msgstr "加入 (_A)"
+msgstr "加入(_A)"
#: ../src/ui/dialog/layer-properties.cpp:230
msgid "New layer created."
@@ -19388,31 +18632,26 @@ msgid "Unlock layer"
msgstr "解除鎖定圖層"
#: ../src/ui/dialog/layers.cpp:650
-#, fuzzy
msgctxt "Layers"
msgid "New"
msgstr "新增"
#: ../src/ui/dialog/layers.cpp:656
-#, fuzzy
msgctxt "Layers"
msgid "Top"
-msgstr "頂端"
+msgstr "最上層"
#: ../src/ui/dialog/layers.cpp:662
-#, fuzzy
msgctxt "Layers"
msgid "Up"
msgstr "上一層"
#: ../src/ui/dialog/layers.cpp:668
-#, fuzzy
msgctxt "Layers"
msgid "Dn"
msgstr "下一層"
#: ../src/ui/dialog/layers.cpp:674
-#, fuzzy
msgctxt "Layers"
msgid "Bot"
msgstr "最下層"
@@ -19426,44 +18665,38 @@ msgid "Effect list"
msgstr "特效清單"
#: ../src/ui/dialog/livepatheffect-editor.cpp:111
-#, fuzzy
msgid "Add path effect"
-msgstr "使用中的路徑特效"
+msgstr "加入路徑特效"
#: ../src/ui/dialog/livepatheffect-editor.cpp:115
-#, fuzzy
msgid "Delete current path effect"
-msgstr "刪除目前圖層 (_D)"
+msgstr "刪除目前路徑特效"
#: ../src/ui/dialog/livepatheffect-editor.cpp:119
-#, fuzzy
msgid "Raise the current path effect"
-msgstr "提升目前圖層"
+msgstr "上移目前路徑特效"
#: ../src/ui/dialog/livepatheffect-editor.cpp:123
-#, fuzzy
msgid "Lower the current path effect"
-msgstr "降低目前圖層"
+msgstr "下移目前路徑特效"
#: ../src/ui/dialog/livepatheffect-editor.cpp:282
msgid "Unknown effect is applied"
msgstr "已套用不明的特效"
#: ../src/ui/dialog/livepatheffect-editor.cpp:285
-#, fuzzy
msgid "Click button to add an effect"
-msgstr "流體筆刷的卡通繪畫"
+msgstr "點擊按鈕可加入特效"
#: ../src/ui/dialog/livepatheffect-editor.cpp:298
msgid "Click add button to convert clone"
-msgstr ""
+msgstr "點擊加入按鈕可轉換複製項目"
#: ../src/ui/dialog/livepatheffect-editor.cpp:303
#: ../src/ui/dialog/livepatheffect-editor.cpp:307
#: ../src/ui/dialog/livepatheffect-editor.cpp:315
-#, fuzzy
msgid "Select a path or shape"
-msgstr "項目不是路徑或形狀"
+msgstr "選取路徑或形狀"
#: ../src/ui/dialog/livepatheffect-editor.cpp:311
msgid "Only one item can be selected"
@@ -19478,9 +18711,8 @@ msgid "Create and apply path effect"
msgstr "建立和套用路徑特效"
#: ../src/ui/dialog/livepatheffect-editor.cpp:454
-#, fuzzy
msgid "Create and apply Clone original path effect"
-msgstr "建立和套用路徑特效"
+msgstr "建立和套用複製原本路徑特效"
#: ../src/ui/dialog/livepatheffect-editor.cpp:474
msgid "Remove path effect"
@@ -19534,9 +18766,8 @@ msgid "Recalculate"
msgstr "重新計算"
#: ../src/ui/dialog/messages.cpp:47
-#, fuzzy
msgid "Clear log messages"
-msgstr "擷取日誌訊息"
+msgstr "清除日誌訊息"
#: ../src/ui/dialog/messages.cpp:81
msgid "Ready."
@@ -19544,11 +18775,11 @@ msgstr "準備完畢。"
#: ../src/ui/dialog/messages.cpp:174
msgid "Log capture started."
-msgstr ""
+msgstr "已開始日誌擷取。"
#: ../src/ui/dialog/messages.cpp:203
msgid "Log capture stopped."
-msgstr ""
+msgstr "已停止日誌擷取。"
#: ../src/ui/dialog/object-attributes.cpp:37
msgid "Href:"
@@ -19581,30 +18812,29 @@ msgid "URL:"
msgstr "網址:"
#: ../src/ui/dialog/object-properties.cpp:44
-#, fuzzy
msgid "_Title:"
-msgstr "標題 (_T)"
+msgstr "標題(_T):"
#: ../src/ui/dialog/object-properties.cpp:45
msgid "_Description"
-msgstr "描述 (_D)"
+msgstr "描述(_D)"
#: ../src/ui/dialog/object-properties.cpp:48
msgid "_Hide"
-msgstr "隱藏 (_H)"
+msgstr "隱藏(_H)"
#: ../src/ui/dialog/object-properties.cpp:49
msgid "L_ock"
-msgstr "鎖定 (_O)"
+msgstr "鎖定(_O)"
#: ../src/ui/dialog/object-properties.cpp:50 ../src/verbs.cpp:2469
#: ../src/verbs.cpp:2475
msgid "_Set"
-msgstr "設定 (_S)"
+msgstr "設定(_S)"
#: ../src/ui/dialog/object-properties.cpp:51
msgid "_Interactivity"
-msgstr "互動 (_I)"
+msgstr "互動(_I)"
#. Create the entry box for the object id
#: ../src/ui/dialog/object-properties.cpp:103
@@ -19675,62 +18905,53 @@ msgstr "取消隱藏物件"
#: ../src/ui/dialog/ocaldialogs.cpp:624
msgid "Clipart found"
-msgstr ""
+msgstr "找到美工圖"
#: ../src/ui/dialog/ocaldialogs.cpp:673
-#, fuzzy
msgid "Downloading image..."
-msgstr "正在演算點陣圖..."
+msgstr "正在下載圖片..."
#: ../src/ui/dialog/ocaldialogs.cpp:821
-#, fuzzy
msgid "Could not download image"
-msgstr "無法找出檔案的位置: %s"
+msgstr "無法下載圖片"
#: ../src/ui/dialog/ocaldialogs.cpp:831
msgid "Clipart downloaded successfully"
-msgstr ""
+msgstr "美工圖下載成功"
#: ../src/ui/dialog/ocaldialogs.cpp:845
-#, fuzzy
msgid "Could not download thumbnail file"
-msgstr "無法找出檔案的位置: %s"
+msgstr "無法下載縮圖檔"
#: ../src/ui/dialog/ocaldialogs.cpp:922
-#, fuzzy
msgid "No description"
-msgstr " 描述:"
+msgstr "沒有描述"
#: ../src/ui/dialog/ocaldialogs.cpp:990
-#, fuzzy
msgid "Searching clipart..."
-msgstr "正在反轉路徑..."
+msgstr "正在搜尋美工圖..."
#: ../src/ui/dialog/ocaldialogs.cpp:1026
-#, fuzzy
msgid "Could not connect to the Open Clip Art Library"
-msgstr "匯出這個文件到開放美工圖庫"
+msgstr "無法連線到開放美工圖庫"
#: ../src/ui/dialog/ocaldialogs.cpp:1045
-#, fuzzy
msgid "Could not parse search results"
-msgstr "無法解析 SVG 資料"
+msgstr "無法解析搜尋結果"
#: ../src/ui/dialog/ocaldialogs.cpp:1081
-#, fuzzy
msgid "No clipart named"
-msgstr "從剪貼簿"
+msgstr "未命名的美工圖"
#: ../src/ui/dialog/ocaldialogs.cpp:1081
-#, fuzzy
msgid "was found."
-msgstr "已找到檔案"
+msgstr "已找到。"
#: ../src/ui/dialog/ocaldialogs.cpp:1082
msgid ""
"Please make sure all keywords are spelled correctly, or try again with "
"different keywords."
-msgstr ""
+msgstr "請確認全部關鍵字拼寫正確,或用不同關鍵字再試一次。"
#: ../src/ui/dialog/ocaldialogs.cpp:1110
msgid "Search"
@@ -19763,15 +18984,15 @@ msgstr "列印"
#: ../src/ui/dialog/scriptdialog.cpp:181
msgid "_Execute Javascript"
-msgstr "執行 Javascript (_E)"
+msgstr "執行 Javascript(_E)"
#: ../src/ui/dialog/scriptdialog.cpp:183
msgid "_Execute Python"
-msgstr "執行 Python (_E)"
+msgstr "執行 Python(_E)"
#: ../src/ui/dialog/scriptdialog.cpp:185
msgid "_Execute Ruby"
-msgstr "執行 Ruby (_E)"
+msgstr "執行 Ruby(_E)"
#: ../src/ui/dialog/scriptdialog.cpp:194
msgid "Script"
@@ -19803,17 +19024,17 @@ msgstr "設定寬度:"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:462
msgid "glyph"
-msgstr "字"
+msgstr "字形"
#. SPGlyph* glyph =
#: ../src/ui/dialog/svg-fonts-dialog.cpp:494
msgid "Add glyph"
-msgstr "加入字"
+msgstr "加入字形"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:528
#: ../src/ui/dialog/svg-fonts-dialog.cpp:568
msgid "Select a <b>path</b> to define the curves of a glyph"
-msgstr "選擇要定義字 (glyph) 曲線的<b>路徑</b>"
+msgstr "選擇要定義字形 (glyph) 曲線的<b>路徑</b>"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:536
#: ../src/ui/dialog/svg-fonts-dialog.cpp:576
@@ -19822,24 +19043,24 @@ msgstr "選取的物件沒有<b>路徑</b>描述。"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:543
msgid "No glyph selected in the SVGFonts dialog."
-msgstr "SVG 字型對話窗裡沒有選擇字。"
+msgstr "SVG 字型對話窗裡沒有選擇字形。"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:552
#: ../src/ui/dialog/svg-fonts-dialog.cpp:589
msgid "Set glyph curves"
-msgstr "設定字的曲線"
+msgstr "設定字形曲線"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:609
msgid "Reset missing-glyph"
-msgstr "重設遺失的字"
+msgstr "重設遺失的字形"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:625
msgid "Edit glyph name"
-msgstr "編輯字的名稱"
+msgstr "編輯字形的名稱"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:639
msgid "Set glyph unicode"
-msgstr "設定字的萬國碼"
+msgstr "設定字形萬國碼"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:651
msgid "Remove font"
@@ -19847,7 +19068,7 @@ msgstr "移除字型"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:668
msgid "Remove glyph"
-msgstr "移除字"
+msgstr "移除字形"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:685
msgid "Remove kerning pair"
@@ -19855,7 +19076,7 @@ msgstr "移除字母緊排"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:695
msgid "Missing Glyph:"
-msgstr "遺失的字:"
+msgstr "遺失的字形:"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:699
msgid "From selection..."
@@ -19868,7 +19089,7 @@ msgstr "重設"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:712
msgid "Glyph name"
-msgstr "字的名稱"
+msgstr "字形名稱"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:713
msgid "Matching string"
@@ -19876,7 +19097,7 @@ msgstr "比對字串"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:716
msgid "Add Glyph"
-msgstr "加入字"
+msgstr "加入字形"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:723
msgid "Get curves from selection..."
@@ -19888,17 +19109,16 @@ msgstr "加入字母緊排"
#. Kerning Setup:
#: ../src/ui/dialog/svg-fonts-dialog.cpp:780
-#, fuzzy
msgid "Kerning Setup"
-msgstr "字母緊排設定:"
+msgstr "字母緊排設定"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:782
msgid "1st Glyph:"
-msgstr "第 1 個字:"
+msgstr "第 1 個字形:"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:784
msgid "2nd Glyph:"
-msgstr "第 2 個字:"
+msgstr "第 2 個字形:"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:787
msgid "Add pair"
@@ -19931,15 +19151,15 @@ msgstr "加入字型"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:917
msgid "_Global Settings"
-msgstr "整體設定值 (_G)"
+msgstr "整體設定值(_G)"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:918
msgid "_Glyphs"
-msgstr "字 (_G)"
+msgstr "字形(_G)"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:919
msgid "_Kerning"
-msgstr "字母緊排 (_K)"
+msgstr "字母緊排(_K)"
#: ../src/ui/dialog/svg-fonts-dialog.cpp:926
#: ../src/ui/dialog/svg-fonts-dialog.cpp:927
@@ -19978,28 +19198,24 @@ msgid "Arrange in a grid"
msgstr "排列成網格"
#: ../src/ui/dialog/tile.cpp:618
-#, fuzzy
msgid "Horizontal spacing between columns."
-msgstr "每欄之間的水平間隔距離 (px 單位)"
+msgstr "每欄之間的水平間隔距離 。"
#: ../src/ui/dialog/tile.cpp:619
-#, fuzzy
msgid "Vertical spacing between rows."
-msgstr "每列之間的垂直間隔距離 (px 單位)"
+msgstr "每列之間的垂直間隔距離。"
#: ../src/ui/dialog/tile.cpp:661
-#, fuzzy
msgid "_Rows:"
-msgstr "列:"
+msgstr "列(_R):"
#: ../src/ui/dialog/tile.cpp:670
msgid "Number of rows"
-msgstr "列數:"
+msgstr "列數"
#: ../src/ui/dialog/tile.cpp:674
-#, fuzzy
msgid "Equal _height"
-msgstr "等高"
+msgstr "等高(_H)"
#: ../src/ui/dialog/tile.cpp:685
msgid "If not set, each row has the height of the tallest object in it"
@@ -20013,18 +19229,16 @@ msgstr "對齊:"
#. #### Number of columns ####
#: ../src/ui/dialog/tile.cpp:733
-#, fuzzy
msgid "_Columns:"
-msgstr "欄:"
+msgstr "欄(_C):"
#: ../src/ui/dialog/tile.cpp:742
msgid "Number of columns"
msgstr "欄數"
#: ../src/ui/dialog/tile.cpp:746
-#, fuzzy
msgid "Equal _width"
-msgstr "等寬"
+msgstr "等寬(_W)"
#: ../src/ui/dialog/tile.cpp:756
msgid "If not set, each column has the width of the widest object in it"
@@ -20032,21 +19246,18 @@ msgstr "如果沒有設定,每欄寬度為其中最寬物件的寬度"
#. #### Radio buttons to control spacing manually or to fit selection bbox ####
#: ../src/ui/dialog/tile.cpp:802
-#, fuzzy
msgid "_Fit into selection box"
-msgstr "符合選取框"
+msgstr "填滿選取框(_F)"
#: ../src/ui/dialog/tile.cpp:809
-#, fuzzy
msgid "_Set spacing:"
-msgstr "設定間距:"
+msgstr "設定間距(_S):"
#. ## The OK button
#: ../src/ui/dialog/tile.cpp:853
-#, fuzzy
msgctxt "Rows and columns dialog"
msgid "_Arrange"
-msgstr "排列"
+msgstr "排列(_A)"
#: ../src/ui/dialog/tile.cpp:855
msgid "Arrange selected objects"
@@ -20058,9 +19269,8 @@ msgstr "排列選取的物件"
#. # begin single scan
#. brightness
#: ../src/ui/dialog/tracedialog.cpp:407
-#, fuzzy
msgid "_Brightness cutoff"
-msgstr "亮度界限值"
+msgstr "亮度界限值(_B)"
#: ../src/ui/dialog/tracedialog.cpp:411
msgid "Trace by a given brightness level"
@@ -20071,9 +19281,8 @@ msgid "Brightness cutoff for black/white"
msgstr "黑 / 白兩色的亮度界限值"
#: ../src/ui/dialog/tracedialog.cpp:420 ../src/ui/dialog/tracedialog.cpp:602
-#, fuzzy
msgid "_Threshold:"
-msgstr "臨界值:"
+msgstr "臨界值(_T):"
#: ../src/ui/dialog/tracedialog.cpp:427
msgid "Single scan: creates a path"
@@ -20082,9 +19291,8 @@ msgstr "單次掃描:建立路徑"
#. canny edge detection
#. TRANSLATORS: "Canny" is the name of the inventor of this edge detection method
#: ../src/ui/dialog/tracedialog.cpp:432
-#, fuzzy
msgid "_Edge detection"
-msgstr "偵測邊緣"
+msgstr "偵測邊緣(_E)"
#: ../src/ui/dialog/tracedialog.cpp:436
msgid "Trace with optimal edge detection by J. Canny's algorithm"
@@ -20095,18 +19303,16 @@ msgid "Brightness cutoff for adjacent pixels (determines edge thickness)"
msgstr "鄰近像素的亮度界限值 (決定邊緣粗細)"
#: ../src/ui/dialog/tracedialog.cpp:454
-#, fuzzy
msgid "T_hreshold:"
-msgstr "臨界值:"
+msgstr "臨界值(_H):"
#. quantization
#. TRANSLATORS: Color Quantization: the process of reducing the number
#. of colors in an image by selecting an optimized set of representative
#. colors and then re-applying this reduced set to the original image.
#: ../src/ui/dialog/tracedialog.cpp:466
-#, fuzzy
msgid "Color _quantization"
-msgstr "顏色量化"
+msgstr "顏色量化(_Q)"
#: ../src/ui/dialog/tracedialog.cpp:470
msgid "Trace along the boundaries of reduced colors"
@@ -20117,15 +19323,13 @@ msgid "The number of reduced colors"
msgstr "減少顏色的數量"
#: ../src/ui/dialog/tracedialog.cpp:479
-#, fuzzy
msgid "_Colors:"
-msgstr "顏色:"
+msgstr "顏色(_C):"
#. swap black and white
#: ../src/ui/dialog/tracedialog.cpp:487
-#, fuzzy
msgid "_Invert image"
-msgstr "反轉影像"
+msgstr "影像反轉(_I)"
#: ../src/ui/dialog/tracedialog.cpp:492
msgid "Invert black and white regions"
@@ -20134,36 +19338,32 @@ msgstr "反轉黑色和白色區域"
#. # end single scan
#. # begin multiple scan
#: ../src/ui/dialog/tracedialog.cpp:501
-#, fuzzy
msgid "B_rightness steps"
-msgstr "亮度階層數"
+msgstr "亮度階層數(_R)"
#: ../src/ui/dialog/tracedialog.cpp:505
msgid "Trace the given number of brightness levels"
msgstr "描繪給定的亮度等級數"
#: ../src/ui/dialog/tracedialog.cpp:512
-#, fuzzy
msgid "Sc_ans:"
-msgstr "掃描:"
+msgstr "掃描次數(A):"
#: ../src/ui/dialog/tracedialog.cpp:516
msgid "The desired number of scans"
msgstr "想要的掃描次數"
#: ../src/ui/dialog/tracedialog.cpp:520
-#, fuzzy
msgid "Co_lors"
-msgstr "顏色 (_L)"
+msgstr "顏色(_L)"
#: ../src/ui/dialog/tracedialog.cpp:524
msgid "Trace the given number of reduced colors"
msgstr "描繪給定的減少顏色數量"
#: ../src/ui/dialog/tracedialog.cpp:528
-#, fuzzy
msgid "_Grays"
-msgstr "灰色"
+msgstr "灰色(_G)"
#: ../src/ui/dialog/tracedialog.cpp:532
msgid "Same as Colors, but the result is converted to grayscale"
@@ -20171,9 +19371,8 @@ msgstr "與「顏色」相同,但轉換效果為灰階"
#. TRANSLATORS: "Smooth" is a verb here
#: ../src/ui/dialog/tracedialog.cpp:537
-#, fuzzy
msgid "S_mooth"
-msgstr "平滑"
+msgstr "平滑(_M)"
#: ../src/ui/dialog/tracedialog.cpp:541
msgid "Apply Gaussian blur to the bitmap before tracing"
@@ -20181,9 +19380,8 @@ msgstr "描繪前套用「高斯模糊」到點陣圖"
#. TRANSLATORS: "Stack" is a verb here
#: ../src/ui/dialog/tracedialog.cpp:544
-#, fuzzy
msgid "Stac_k scans"
-msgstr "堆疊掃描"
+msgstr "堆疊掃描(_K)"
#: ../src/ui/dialog/tracedialog.cpp:548
msgid ""
@@ -20192,9 +19390,8 @@ msgid ""
msgstr "在一個錨點的頂端上堆疊垂直掃描 (無縫隙) 而不是鋪排 (通常有縫隙)"
#: ../src/ui/dialog/tracedialog.cpp:551
-#, fuzzy
msgid "Remo_ve background"
-msgstr "移除背景"
+msgstr "移除背景(_V)"
#. TRANSLATORS: "Layer" refers to one of the stacked paths in the multiscan
#: ../src/ui/dialog/tracedialog.cpp:556
@@ -20208,16 +19405,14 @@ msgstr "多次掃描:建立路徑群組"
#. # end multiple scan
#. ## end mode page
#: ../src/ui/dialog/tracedialog.cpp:569
-#, fuzzy
msgid "_Mode"
-msgstr "模式"
+msgstr "模式(_M)"
#. ## begin option page
#. # potrace parameters
#: ../src/ui/dialog/tracedialog.cpp:575
-#, fuzzy
msgid "Suppress _speckles"
-msgstr "消除斑點"
+msgstr "消除斑點(_S)"
#: ../src/ui/dialog/tracedialog.cpp:577
msgid "Ignore small spots (speckles) in the bitmap"
@@ -20228,14 +19423,12 @@ msgid "Speckles of up to this many pixels will be suppressed"
msgstr "多達這麼多像素的斑點會被消除"
#: ../src/ui/dialog/tracedialog.cpp:586
-#, fuzzy
msgid "S_ize:"
-msgstr "大小:"
+msgstr "大小(_I):"
#: ../src/ui/dialog/tracedialog.cpp:591
-#, fuzzy
msgid "Smooth _corners"
-msgstr "平滑轉角"
+msgstr "平滑轉角(_C)"
#: ../src/ui/dialog/tracedialog.cpp:593
msgid "Smooth out sharp corners of the trace"
@@ -20246,9 +19439,8 @@ msgid "Increase this to smooth corners more"
msgstr "增加這項數值可使轉角更平滑"
#: ../src/ui/dialog/tracedialog.cpp:607
-#, fuzzy
msgid "Optimize p_aths"
-msgstr "最佳化路徑"
+msgstr "最佳化路徑(_A)"
#: ../src/ui/dialog/tracedialog.cpp:610
msgid "Try to optimize paths by joining adjacent Bezier curve segments"
@@ -20261,15 +19453,13 @@ msgid ""
msgstr "增加這項數值可用積極的最佳化來縮小描繪的節點數量"
#: ../src/ui/dialog/tracedialog.cpp:618
-#, fuzzy
msgid "To_lerance:"
-msgstr "容許誤差:"
+msgstr "容許誤差(_L):"
#. ## end option page
#: ../src/ui/dialog/tracedialog.cpp:632
-#, fuzzy
msgid "O_ptions"
-msgstr "選項"
+msgstr "選項(_P)"
#. ### credits
#: ../src/ui/dialog/tracedialog.cpp:636
@@ -20293,9 +19483,8 @@ msgstr "感謝"
#. #### begin right panel
#. ## SIOX
#: ../src/ui/dialog/tracedialog.cpp:653
-#, fuzzy
msgid "SIOX _foreground selection"
-msgstr "SIOX 前景選擇"
+msgstr "SIOX 前景選擇(_F)"
#: ../src/ui/dialog/tracedialog.cpp:656
msgid "Cover the area you want to select as the foreground"
@@ -20303,9 +19492,8 @@ msgstr "覆蓋你想要選擇作為前景的區域"
#. ## preview
#: ../src/ui/dialog/tracedialog.cpp:661
-#, fuzzy
msgid "_Update"
-msgstr "更新"
+msgstr "更新(_U)"
#. I guess it's correct to call the "intermediate bitmap" a preview of the trace
#: ../src/ui/dialog/tracedialog.cpp:667
@@ -20328,9 +19516,8 @@ msgstr "執行描繪"
#: ../src/ui/dialog/transformation.cpp:68
#: ../src/ui/dialog/transformation.cpp:78
-#, fuzzy
msgid "_Horizontal:"
-msgstr "水平 (_H)"
+msgstr "水平(_H):"
#: ../src/ui/dialog/transformation.cpp:68
msgid "Horizontal displacement (relative) or position (absolute)"
@@ -20338,9 +19525,8 @@ msgstr "水平位移 (相對) 或位置 (絕對)"
#: ../src/ui/dialog/transformation.cpp:70
#: ../src/ui/dialog/transformation.cpp:80
-#, fuzzy
msgid "_Vertical:"
-msgstr "垂直 (_V)"
+msgstr "垂直(_V):"
#: ../src/ui/dialog/transformation.cpp:70
msgid "Vertical displacement (relative) or position (absolute)"
@@ -20355,9 +19541,8 @@ msgid "Vertical size (absolute or percentage of current)"
msgstr "垂直大小 (絕對值或目前的百分比)"
#: ../src/ui/dialog/transformation.cpp:76
-#, fuzzy
msgid "A_ngle:"
-msgstr "角度 (_N)"
+msgstr "角度(_N):"
#: ../src/ui/dialog/transformation.cpp:76
msgid "Rotation angle (positive = counterclockwise)"
@@ -20401,7 +19586,7 @@ msgstr "變形矩陣元素 F"
#: ../src/ui/dialog/transformation.cpp:90
msgid "Rela_tive move"
-msgstr "相對移動 (_T)"
+msgstr "相對移動(_T)"
#: ../src/ui/dialog/transformation.cpp:90
msgid ""
@@ -20410,9 +19595,8 @@ msgid ""
msgstr "將指定的相對位移位加入到目前位置;或直接編輯目前絕對位置"
#: ../src/ui/dialog/transformation.cpp:91
-#, fuzzy
msgid "_Scale proportionally"
-msgstr "按比例縮放"
+msgstr "按比例縮放(_S)"
#: ../src/ui/dialog/transformation.cpp:91
msgid "Preserve the width/height ratio of the scaled objects"
@@ -20420,7 +19604,7 @@ msgstr "維持縮放物件的寬 / 高比例"
#: ../src/ui/dialog/transformation.cpp:92
msgid "Apply to each _object separately"
-msgstr "個別套用到每個物件 (_O)"
+msgstr "個別套用到每個物件(_O)"
#: ../src/ui/dialog/transformation.cpp:92
msgid ""
@@ -20430,7 +19614,7 @@ msgstr "個別套用縮放 / 旋轉 / 傾斜到每個選取的物件;或變形
#: ../src/ui/dialog/transformation.cpp:93
msgid "Edit c_urrent matrix"
-msgstr "編輯目前矩陣 (_U)"
+msgstr "編輯目前矩陣(_U)"
#: ../src/ui/dialog/transformation.cpp:93
msgid ""
@@ -20440,23 +19624,23 @@ msgstr "編輯目前變形 = 矩陣;反之,右乘變換 = 用這個矩陣"
#: ../src/ui/dialog/transformation.cpp:103
msgid "_Move"
-msgstr "移動 (_M)"
+msgstr "移動(_M)"
#: ../src/ui/dialog/transformation.cpp:106
msgid "_Scale"
-msgstr "縮放 (_S)"
+msgstr "縮放(_S)"
#: ../src/ui/dialog/transformation.cpp:109
msgid "_Rotate"
-msgstr "旋轉 (_R)"
+msgstr "旋轉(_R)"
#: ../src/ui/dialog/transformation.cpp:112
msgid "Ske_w"
-msgstr "傾斜 (_W)"
+msgstr "傾斜(_W)"
#: ../src/ui/dialog/transformation.cpp:115
msgid "Matri_x"
-msgstr "矩陣 (_X)"
+msgstr "矩陣(_X)"
#: ../src/ui/dialog/transformation.cpp:139
msgid "Reset the values on the current tab to defaults"
@@ -20507,9 +19691,8 @@ msgstr ""
"多:Shift, Ctrl+Alt)"
#: ../src/ui/tool/multi-path-manipulator.cpp:324
-#, fuzzy
msgid "Retract handles"
-msgstr "收縮控制點"
+msgstr "縮回控制柄"
#: ../src/ui/tool/multi-path-manipulator.cpp:324 ../src/ui/tool/node.cpp:245
msgid "Change node type"
@@ -20528,12 +19711,10 @@ msgid "Add nodes"
msgstr "加入節點"
#: ../src/ui/tool/multi-path-manipulator.cpp:346
-#, fuzzy
msgid "Add extremum nodes"
-msgstr "加入節點"
+msgstr "加入極值節點"
#: ../src/ui/tool/multi-path-manipulator.cpp:352
-#, fuzzy
msgid "Duplicate nodes"
msgstr "再製節點"
@@ -20586,14 +19767,12 @@ msgid "Scale nodes vertically"
msgstr "垂直縮放節點"
#: ../src/ui/tool/multi-path-manipulator.cpp:786
-#, fuzzy
msgid "Skew nodes horizontally"
-msgstr "水平縮放節點"
+msgstr "水平傾斜節點"
#: ../src/ui/tool/multi-path-manipulator.cpp:790
-#, fuzzy
msgid "Skew nodes vertically"
-msgstr "垂直縮放節點"
+msgstr "垂直傾斜節點"
#: ../src/ui/tool/multi-path-manipulator.cpp:794
msgid "Flip nodes horizontally"
@@ -20616,23 +19795,23 @@ msgid "<b>Shift</b>: drag to add nodes to the selection"
msgstr "<b>Shift</b>:拖曳可加入節點到選取區"
#: ../src/ui/tool/node-tool.cpp:570
-#, fuzzy, c-format
+#, c-format
msgid "<b>%u of %u</b> node selected."
msgid_plural "<b>%u of %u</b> nodes selected."
-msgstr[0] "從 <b>%i</b> 個節點中選取了 <b>%i</b> 個。%s."
-msgstr[1] "從 <b>%i</b> 個節點中選取了 <b>%i</b> 個。%s."
+msgstr[0] "總共有 <b>%u</b> 個節點,選取了 <b>%u</b> 個節點。"
+msgstr[1] "總共有 <b>%u</b> 個節點,選取了 <b>%u</b> 個節點。"
#: ../src/ui/tool/node-tool.cpp:575
-#, fuzzy, c-format
+#, c-format
msgctxt "Node tool tip"
msgid "%s Drag to select nodes, click to edit only this object (more: Shift)"
-msgstr "拖曳可選取節點,點擊可只編輯這個物件"
+msgstr "%s 拖曳可選取節點,點擊可只編輯這個物件 (更進一步:Shift)"
#: ../src/ui/tool/node-tool.cpp:581
-#, fuzzy, c-format
+#, c-format
msgctxt "Node tool tip"
msgid "%s Drag to select nodes, click clear the selection"
-msgstr "拖曳可選取節點,點擊可清除選取區"
+msgstr "%s 拖曳可選取節點,點擊可清除選取狀態"
#: ../src/ui/tool/node-tool.cpp:590
msgctxt "Node tool tip"
@@ -20945,9 +20124,8 @@ msgid "<b>Rotation center</b>: drag to change the origin of transforms"
msgstr "<b>旋轉中心點</b>:拖曳可變更變形原點"
#: ../src/ui/widget/filter-effect-chooser.cpp:27
-#, fuzzy
msgid "_Blur:"
-msgstr "模糊 (_L):"
+msgstr "模糊(_B):"
#: ../src/ui/widget/layer-selector.cpp:117
msgid "Toggle current layer visibility"
@@ -20985,7 +20163,7 @@ msgstr "變更不透明度"
#: ../src/ui/widget/page-sizer.cpp:234
msgid "U_nits:"
-msgstr "單位 (_N):"
+msgstr "單位(_N):"
#: ../src/ui/widget/page-sizer.cpp:235
msgid "Width of paper"
@@ -20997,7 +20175,7 @@ msgstr "紙張高度"
#: ../src/ui/widget/page-sizer.cpp:237
msgid "T_op margin:"
-msgstr "頂端 (_O):"
+msgstr "頂端(_O):"
#: ../src/ui/widget/page-sizer.cpp:237
msgid "Top margin"
@@ -21005,7 +20183,7 @@ msgstr "頂端邊距"
#: ../src/ui/widget/page-sizer.cpp:238
msgid "L_eft:"
-msgstr "左邊 (_E):"
+msgstr "左邊(_E):"
#: ../src/ui/widget/page-sizer.cpp:238
msgid "Left margin"
@@ -21013,7 +20191,7 @@ msgstr "左邊距"
#: ../src/ui/widget/page-sizer.cpp:239
msgid "Ri_ght:"
-msgstr "右邊 (_G):"
+msgstr "右邊(_G):"
#: ../src/ui/widget/page-sizer.cpp:239
msgid "Right margin"
@@ -21021,7 +20199,7 @@ msgstr "右邊距"
#: ../src/ui/widget/page-sizer.cpp:240
msgid "Botto_m:"
-msgstr "底端 (_M):"
+msgstr "底端(_M):"
#: ../src/ui/widget/page-sizer.cpp:240
msgid "Bottom margin"
@@ -21037,11 +20215,11 @@ msgstr "頁面方向:"
#: ../src/ui/widget/page-sizer.cpp:301
msgid "_Landscape"
-msgstr "橫向 (_L)"
+msgstr "橫向(_L)"
#: ../src/ui/widget/page-sizer.cpp:306
msgid "_Portrait"
-msgstr "直向 (_P)"
+msgstr "直向(_P)"
#. ## Set up custom size frame
#: ../src/ui/widget/page-sizer.cpp:322
@@ -21054,7 +20232,7 @@ msgstr "將頁面調整成內容大小..."
#: ../src/ui/widget/page-sizer.cpp:371
msgid "_Resize page to drawing or selection"
-msgstr "將頁面調整成圖畫或選擇範圍大小 (_R)"
+msgstr "將頁面調整成圖畫或選擇範圍大小(_R)"
#: ../src/ui/widget/page-sizer.cpp:372
msgid ""
@@ -21071,88 +20249,74 @@ msgid "List"
msgstr "清單"
#: ../src/ui/widget/panel.cpp:130
-#, fuzzy
msgctxt "Swatches"
msgid "Size"
-msgstr "大小"
+msgstr "尺寸"
#: ../src/ui/widget/panel.cpp:134
-#, fuzzy
msgctxt "Swatches height"
msgid "Tiny"
-msgstr "微小"
+msgstr "超小"
#: ../src/ui/widget/panel.cpp:135
-#, fuzzy
msgctxt "Swatches height"
msgid "Small"
msgstr "小"
#: ../src/ui/widget/panel.cpp:136
-#, fuzzy
msgctxt "Swatches height"
msgid "Medium"
msgstr "中"
#: ../src/ui/widget/panel.cpp:137
-#, fuzzy
msgctxt "Swatches height"
msgid "Large"
msgstr "大"
#: ../src/ui/widget/panel.cpp:138
-#, fuzzy
msgctxt "Swatches height"
msgid "Huge"
-msgstr "色相"
+msgstr "超大"
#: ../src/ui/widget/panel.cpp:160
-#, fuzzy
msgctxt "Swatches"
msgid "Width"
msgstr "寬度"
#: ../src/ui/widget/panel.cpp:164
-#, fuzzy
msgctxt "Swatches width"
msgid "Narrower"
-msgstr "更窄的"
+msgstr "更窄"
#: ../src/ui/widget/panel.cpp:165
-#, fuzzy
msgctxt "Swatches width"
msgid "Narrow"
-msgstr "窄的"
+msgstr "窄"
#: ../src/ui/widget/panel.cpp:166
-#, fuzzy
msgctxt "Swatches width"
msgid "Medium"
msgstr "中"
#: ../src/ui/widget/panel.cpp:167
-#, fuzzy
msgctxt "Swatches width"
msgid "Wide"
-msgstr "寬螢幕"
+msgstr "寬"
#: ../src/ui/widget/panel.cpp:168
-#, fuzzy
msgctxt "Swatches width"
msgid "Wider"
-msgstr "寬螢幕"
+msgstr "更寬"
#. TRANSLATORS: "Wrap" indicates how colour swatches are displayed
#: ../src/ui/widget/panel.cpp:199
-#, fuzzy
msgctxt "Swatches"
msgid "Wrap"
-msgstr "盤繞"
+msgstr "換行"
#: ../src/ui/widget/preferences-widget.cpp:792
-#, fuzzy
msgid "Select a bitmap editor"
-msgstr "點陣圖編輯程式:"
+msgstr "選擇點陣圖編輯程式"
#: ../src/ui/widget/random.cpp:80
msgid ""
@@ -21178,7 +20342,7 @@ msgstr "點陣圖選項"
#: ../src/ui/widget/rendering-options.cpp:36
msgid "Preferred resolution of rendering, in dots per inch."
-msgstr "偏好的演算解析度,單位為每英寸多少點。"
+msgstr "偏好的圖形潤算解析度,單位為每英寸多少點。"
#: ../src/ui/widget/rendering-options.cpp:44
msgid ""
@@ -21186,8 +20350,8 @@ msgid ""
"smaller in file size and can be arbitrarily scaled, but some filter effects "
"will not be correctly rendered."
msgstr ""
-"使用 Cairo 向量運算來演算圖形。其產生的圖片檔案體積通常會較小而且可任意縮放,"
-"但是某些濾鏡特效會無法正確演算。"
+"使用 Cairo 向量運算來潤算圖形。其產生的圖片檔案體積通常會較小而且可任意縮放,"
+"但是某些濾鏡特效會無法正確潤算。"
#: ../src/ui/widget/rendering-options.cpp:49
msgid ""
@@ -21195,8 +20359,8 @@ msgid ""
"size and cannot be arbitrarily scaled without quality loss, but all objects "
"will be rendered exactly as displayed."
msgstr ""
-"將所有項目當成點陣圖演算。產生的圖片檔案體積常常會比較大,而且無法在不損失品"
-"質的情形下任意縮放,但所有的物件演算結果都會和顯示的相同。"
+"將所有項目當成點陣圖潤算。產生的圖片檔案體積常常會比較大,而且無法在不損失品"
+"質的情形下任意縮放,但所有的物件潤算結果都會和顯示的相同。"
#: ../src/ui/widget/selected-style.cpp:121
#: ../src/ui/widget/style-swatch.cpp:119
@@ -21448,9 +20612,8 @@ msgstr ",拖曳可調整"
#: ../src/ui/widget/selected-style.cpp:1039
#: ../src/ui/widget/selected-style.cpp:1040
-#, fuzzy
msgid "Opacity (%)"
-msgstr "不透明度, %:"
+msgstr "不透明度 (%0"
#: ../src/ui/widget/selected-style.cpp:1074
#, c-format
@@ -21520,10 +20683,9 @@ msgstr "調整<b>邊框寬度</b>:之前 %.3g,現在 <b>%.3g</b> (相差 %.3
#. TRANSLATORS: "Link" means to _link_ two sliders together
#: ../src/ui/widget/spin-slider.cpp:111
-#, fuzzy
msgctxt "Sliders"
msgid "Link"
-msgstr "連結:"
+msgstr "連結"
#: ../src/ui/widget/style-swatch.cpp:274
msgid "L Gradient"
@@ -21607,8 +20769,7 @@ msgid_plural ""
"shared by <b>%d</b> boxes; drag with <b>Shift</b> to separate selected box"
"(es)"
msgstr[0] "有 <b>%d</b> 個立方體共用;按著 <b>Shift</b> 拖曳可分開選取的立方體"
-msgstr[1] ""
-"有 <b>%d</b> 個立方體共用;按著 <b>Shift</b> 並拖曳可分開選取的立方體"
+msgstr[1] "有 <b>%d</b> 個立方體共用;按著 <b>Shift</b> 並拖曳可分開選取的立方體"
#: ../src/verbs.cpp:1161
msgid "Switch to next layer"
@@ -21772,7 +20933,7 @@ msgstr "從預設範本建立新文件"
#: ../src/verbs.cpp:2212
msgid "_Open..."
-msgstr "開啟 (_O)..."
+msgstr "開啟(_O)..."
#: ../src/verbs.cpp:2213
msgid "Open an existing document"
@@ -21780,7 +20941,7 @@ msgstr "開啟現有的文件"
#: ../src/verbs.cpp:2214
msgid "Re_vert"
-msgstr "回復 (_V)"
+msgstr "回復(_V)"
#: ../src/verbs.cpp:2215
msgid "Revert to the last saved version of document (changes will be lost)"
@@ -21792,7 +20953,7 @@ msgstr "儲存文件"
#: ../src/verbs.cpp:2218
msgid "Save _As..."
-msgstr "另存新檔 (_A)..."
+msgstr "另存新檔(_A)..."
#: ../src/verbs.cpp:2219
msgid "Save document under a new name"
@@ -21800,7 +20961,7 @@ msgstr "以新的名稱儲存文件"
#: ../src/verbs.cpp:2220
msgid "Save a Cop_y..."
-msgstr "儲存副本 (_Y)..."
+msgstr "儲存副本(_Y)..."
#: ../src/verbs.cpp:2221
msgid "Save a copy of the document under a new name"
@@ -21808,7 +20969,7 @@ msgstr "以新的名稱儲存文件"
#: ../src/verbs.cpp:2222
msgid "_Print..."
-msgstr "列印 (_P)..."
+msgstr "列印(_P)..."
#: ../src/verbs.cpp:2222
msgid "Print document"
@@ -21817,7 +20978,7 @@ msgstr "列印文件"
#. TRANSLATORS: "Vacuum Defs" means "Clean up defs" (so as to remove unused definitions)
#: ../src/verbs.cpp:2225
msgid "Vac_uum Defs"
-msgstr "清空 Defs (_U)"
+msgstr "清空 Defs(_U)"
#: ../src/verbs.cpp:2225
msgid ""
@@ -21827,7 +20988,7 @@ msgstr "從文件的 &lt;defs&gt; 中移除未使用的定義 (例如漸層或
#: ../src/verbs.cpp:2227
msgid "_Import..."
-msgstr "匯入 (_I)..."
+msgstr "匯入(_I)..."
#: ../src/verbs.cpp:2228
msgid "Import a bitmap or SVG image into this document"
@@ -21835,26 +20996,24 @@ msgstr "匯入點陣圖或 SVG 圖片到這份文件"
#: ../src/verbs.cpp:2229 ../src/verbs.cpp:2693
msgid "_Export Bitmap..."
-msgstr "匯出點陣圖 (_E)..."
+msgstr "匯出點陣圖(_E)..."
#: ../src/verbs.cpp:2230 ../src/verbs.cpp:2694
msgid "Export this document or a selection as a bitmap image"
msgstr "將文件或選取區匯出成點陣圖"
#: ../src/verbs.cpp:2231
-#, fuzzy
msgid "Import Clip Art..."
-msgstr "匯入 (_I)..."
+msgstr "匯入美工圖..."
#: ../src/verbs.cpp:2232
-#, fuzzy
msgid "Import clipart from Open Clip Art Library"
-msgstr "從開放美工圖庫匯入"
+msgstr "從開放美工圖庫匯入美工圖"
#. new FileVerb(SP_VERB_FILE_EXPORT_TO_OCAL, "FileExportToOCAL", N_("Export To Open Clip Art Library"), N_("Export this document to Open Clip Art Library"), INKSCAPE_ICON_DOCUMENT_EXPORT_OCAL),
#: ../src/verbs.cpp:2234
msgid "N_ext Window"
-msgstr "下一個視窗 (_E)"
+msgstr "下一個視窗(_E)"
#: ../src/verbs.cpp:2235
msgid "Switch to the next document window"
@@ -21862,7 +21021,7 @@ msgstr "切換到下一個文件視窗"
#: ../src/verbs.cpp:2236
msgid "P_revious Window"
-msgstr "上一個視窗 (_R)"
+msgstr "上一個視窗(_R)"
#: ../src/verbs.cpp:2237
msgid "Switch to the previous document window"
@@ -21870,7 +21029,7 @@ msgstr "切換到上一個文件視窗"
#: ../src/verbs.cpp:2238
msgid "_Close"
-msgstr "關閉 (_C)"
+msgstr "關閉(_C)"
#: ../src/verbs.cpp:2239
msgid "Close this document window"
@@ -21878,7 +21037,7 @@ msgstr "關閉此文件視窗"
#: ../src/verbs.cpp:2240
msgid "_Quit"
-msgstr "離開 (_Q)"
+msgstr "離開(_Q)"
#: ../src/verbs.cpp:2240
msgid "Quit Inkscape"
@@ -21894,7 +21053,7 @@ msgstr "取消最後復原的動作"
#: ../src/verbs.cpp:2247
msgid "Cu_t"
-msgstr "剪下 (_T)"
+msgstr "剪下(_T)"
#: ../src/verbs.cpp:2248
msgid "Cut selection to clipboard"
@@ -21902,7 +21061,7 @@ msgstr "剪下選取區到剪貼簿"
#: ../src/verbs.cpp:2249
msgid "_Copy"
-msgstr "複製 (_C)"
+msgstr "複製(_C)"
#: ../src/verbs.cpp:2250
msgid "Copy selection to clipboard"
@@ -21910,7 +21069,7 @@ msgstr "複製選取區到剪貼簿"
#: ../src/verbs.cpp:2251
msgid "_Paste"
-msgstr "貼上 (_P)"
+msgstr "貼上(_P)"
#: ../src/verbs.cpp:2252
msgid "Paste objects from clipboard to mouse point, or paste text"
@@ -21918,7 +21077,7 @@ msgstr "從剪貼簿裡將物件貼到滑鼠游標位置,或者貼上文字"
#: ../src/verbs.cpp:2253
msgid "Paste _Style"
-msgstr "貼上樣式 (_S)"
+msgstr "貼上樣式(_S)"
#: ../src/verbs.cpp:2254
msgid "Apply the style of the copied object to selection"
@@ -21930,7 +21089,7 @@ msgstr "將選取區縮放成複製物件的大小"
#: ../src/verbs.cpp:2257
msgid "Paste _Width"
-msgstr "貼上寬度 (_W)"
+msgstr "貼上寬度(_W)"
#: ../src/verbs.cpp:2258
msgid "Scale selection horizontally to match the width of the copied object"
@@ -21938,7 +21097,7 @@ msgstr "將選取區水平縮放成複製物件的寬度"
#: ../src/verbs.cpp:2259
msgid "Paste _Height"
-msgstr "貼上高度 (_H)"
+msgstr "貼上高度(_H)"
#: ../src/verbs.cpp:2260
msgid "Scale selection vertically to match the height of the copied object"
@@ -21974,7 +21133,7 @@ msgstr "將每個選取物件垂直縮放成複製物件的高度"
#: ../src/verbs.cpp:2267
msgid "Paste _In Place"
-msgstr "貼在原處 (_I)"
+msgstr "貼在原處(_I)"
#: ../src/verbs.cpp:2268
msgid "Paste objects from clipboard to the original location"
@@ -21982,7 +21141,7 @@ msgstr "從剪貼簿裡將物件貼到原來的位置"
#: ../src/verbs.cpp:2269
msgid "Paste Path _Effect"
-msgstr "貼上路徑特效 (_E)"
+msgstr "貼上路徑特效(_E)"
#: ../src/verbs.cpp:2270
msgid "Apply the path effect of the copied object to selection"
@@ -21990,16 +21149,15 @@ msgstr "套用複製物件的路徑特效到選取區"
#: ../src/verbs.cpp:2271
msgid "Remove Path _Effect"
-msgstr "移除路徑特效 (_E)"
+msgstr "移除路徑特效(_E)"
#: ../src/verbs.cpp:2272
msgid "Remove any path effects from selected objects"
msgstr "從選取的物件移除任何路徑特效"
#: ../src/verbs.cpp:2273
-#, fuzzy
msgid "_Remove Filters"
-msgstr "移除濾鏡"
+msgstr "移除濾鏡(_R)"
#: ../src/verbs.cpp:2274
msgid "Remove any filters from selected objects"
@@ -22007,7 +21165,7 @@ msgstr "從選取物件移除任何濾鏡"
#: ../src/verbs.cpp:2275
msgid "_Delete"
-msgstr "刪除 (_D)"
+msgstr "刪除(_D)"
#: ../src/verbs.cpp:2276
msgid "Delete selection"
@@ -22015,7 +21173,7 @@ msgstr "刪除選取"
#: ../src/verbs.cpp:2277
msgid "Duplic_ate"
-msgstr "再製 (_A)"
+msgstr "再製(_A)"
#: ../src/verbs.cpp:2278
msgid "Duplicate selected objects"
@@ -22023,7 +21181,7 @@ msgstr "再製選取的物件"
#: ../src/verbs.cpp:2279
msgid "Create Clo_ne"
-msgstr "建立仿製物件 (_N)"
+msgstr "建立仿製物件(_N)"
#: ../src/verbs.cpp:2280
msgid "Create a clone (a copy linked to the original) of selected object"
@@ -22031,7 +21189,7 @@ msgstr "建立選取物件的仿製物件 (連結到原物件的複製物件)"
#: ../src/verbs.cpp:2281
msgid "Unlin_k Clone"
-msgstr "取消連結仿製物件 (_K)"
+msgstr "取消連結仿製物件(_K)"
#: ../src/verbs.cpp:2282
msgid ""
@@ -22049,26 +21207,25 @@ msgstr "重新連結選取的仿製物件到目前剪貼簿上的物件"
#: ../src/verbs.cpp:2285
msgid "Select _Original"
-msgstr "選擇原物件 (_O)"
+msgstr "選擇原物件(_O)"
#: ../src/verbs.cpp:2286
msgid "Select the object to which the selected clone is linked"
msgstr "選擇要被連結到選取仿製物件的物件"
#: ../src/verbs.cpp:2287
-#, fuzzy
msgid "Clone original path (LPE)"
-msgstr "取代文字"
+msgstr "複製原本路徑 (LPE)"
#: ../src/verbs.cpp:2288
msgid ""
"Creates a new path, applies the Clone original LPE, and refers it to the "
"selected path"
-msgstr ""
+msgstr "建立新路徑,套用複製原本即時路徑特效 (LPE),並把該路經當作選取的路徑"
#: ../src/verbs.cpp:2289
msgid "Objects to _Marker"
-msgstr "物件轉成標記 (_M)"
+msgstr "物件轉成標記(_M)"
#: ../src/verbs.cpp:2290
msgid "Convert selection to a line marker"
@@ -22076,7 +21233,7 @@ msgstr "選取區轉換成線條標記"
#: ../src/verbs.cpp:2291
msgid "Objects to Gu_ides"
-msgstr "物件轉成參考線 (_I)"
+msgstr "物件轉成參考線(_I)"
#: ../src/verbs.cpp:2292
msgid ""
@@ -22086,7 +21243,7 @@ msgstr "將選取物件轉換成對齊物件邊緣的參考線群集"
#: ../src/verbs.cpp:2293
msgid "Objects to Patter_n"
-msgstr "物件轉成圖樣 (_N)"
+msgstr "物件轉成圖樣(_N)"
#: ../src/verbs.cpp:2294
msgid "Convert selection to a rectangle with tiled pattern fill"
@@ -22094,7 +21251,7 @@ msgstr "將選取區轉換成鋪排圖樣填充的矩形"
#: ../src/verbs.cpp:2295
msgid "Pattern to _Objects"
-msgstr "圖樣轉成物件 (_O)"
+msgstr "圖樣轉成物件(_O)"
#: ../src/verbs.cpp:2296
msgid "Extract objects from a tiled pattern fill"
@@ -22102,7 +21259,7 @@ msgstr "從鋪排圖樣填充裡提取物件"
#: ../src/verbs.cpp:2297
msgid "Clea_r All"
-msgstr "全部清除 (_R)"
+msgstr "全部清除(_R)"
#: ../src/verbs.cpp:2298
msgid "Delete all objects from document"
@@ -22110,7 +21267,7 @@ msgstr "從文件中刪除所有物件"
#: ../src/verbs.cpp:2299
msgid "Select Al_l"
-msgstr "全選 (_L)"
+msgstr "全選(_L)"
#: ../src/verbs.cpp:2300
msgid "Select all objects or all nodes"
@@ -22118,57 +21275,50 @@ msgstr "選擇所有物件或所有節點"
#: ../src/verbs.cpp:2301
msgid "Select All in All La_yers"
-msgstr "在所有圖層中全選 (_Y)"
+msgstr "在所有圖層中全選(_Y)"
#: ../src/verbs.cpp:2302
msgid "Select all objects in all visible and unlocked layers"
msgstr "在全部可見和未上鎖的圖層裡選取所有物件"
#: ../src/verbs.cpp:2303
-#, fuzzy
msgid "Fill _and Stroke"
-msgstr "填充與邊框 (_F)"
+msgstr "填充和邊框(_A)"
#: ../src/verbs.cpp:2304
-#, fuzzy
msgid ""
"Select all objects with the same fill and stroke as the selected objects"
-msgstr "選擇要從其中提取物件的<b>圖樣填充物件</b>。"
+msgstr "選取與此選取物件填充及邊框相同的所有物件"
#: ../src/verbs.cpp:2305
-#, fuzzy
msgid "_Fill Color"
-msgstr "單色"
+msgstr "填充(_F)"
#: ../src/verbs.cpp:2306
-#, fuzzy
msgid "Select all objects with the same fill as the selected objects"
-msgstr "選擇要從其中提取物件的<b>圖樣填充物件</b>。"
+msgstr "選取與此選取物件填充相同的所有物件"
#: ../src/verbs.cpp:2307
-#, fuzzy
msgid "_Stroke Color"
-msgstr "設定邊框顏色"
+msgstr "邊框顏色(_S)"
#: ../src/verbs.cpp:2308
-#, fuzzy
msgid "Select all objects with the same stroke as the selected objects"
-msgstr "將每個選取物件縮放成複製物件的大小"
+msgstr "選取與此選取物件邊框相同的所有物件"
#: ../src/verbs.cpp:2309
-#, fuzzy
msgid "Stroke St_yle"
-msgstr "邊框樣式 (_Y)"
+msgstr "邊框樣式(_Y)"
#: ../src/verbs.cpp:2310
msgid ""
"Select all objects with the same stroke style (width, dsh, markers) as the "
"selected objects"
-msgstr ""
+msgstr "選取與此選取物件邊框樣式 (寬度、線段、標記) 的所有物件"
#: ../src/verbs.cpp:2311
msgid "In_vert Selection"
-msgstr "反向選取 (_V)"
+msgstr "反向選取(_V)"
#: ../src/verbs.cpp:2312
msgid "Invert selection (unselect what is selected and select everything else)"
@@ -22200,16 +21350,15 @@ msgstr "選取上一個物件或節點"
#: ../src/verbs.cpp:2319
msgid "D_eselect"
-msgstr "取消選取 (_E)"
+msgstr "取消選取(_E)"
#: ../src/verbs.cpp:2320
msgid "Deselect any selected objects or nodes"
msgstr "取消選取任何已選的物件或節點"
#: ../src/verbs.cpp:2321
-#, fuzzy
msgid "Create _Guides Around the Page"
-msgstr "頁邊參考線 (_G)"
+msgstr "建立頁邊參考線(_G)"
#: ../src/verbs.cpp:2322 ../src/verbs.cpp:2324
msgid "Create four guides aligned with the page borders"
@@ -22226,7 +21375,7 @@ msgstr "顯示下一個可編輯的路徑特效參數"
#. Selection
#: ../src/verbs.cpp:2329
msgid "Raise to _Top"
-msgstr "提升到最上層 (_T)"
+msgstr "提升到最上層(_T)"
#: ../src/verbs.cpp:2330
msgid "Raise selection to top"
@@ -22234,7 +21383,7 @@ msgstr "提升選取到最上層"
#: ../src/verbs.cpp:2331
msgid "Lower to _Bottom"
-msgstr "降低到最下層 (_B)"
+msgstr "降低到最下層(_B)"
#: ../src/verbs.cpp:2332
msgid "Lower selection to bottom"
@@ -22242,7 +21391,7 @@ msgstr "降低選取到最下層"
#: ../src/verbs.cpp:2333
msgid "_Raise"
-msgstr "提升 (_R)"
+msgstr "提升(_R)"
#: ../src/verbs.cpp:2334
msgid "Raise selection one step"
@@ -22250,7 +21399,7 @@ msgstr "提升選取到上一層"
#: ../src/verbs.cpp:2335
msgid "_Lower"
-msgstr "降低 (_L)"
+msgstr "降低(_L)"
#: ../src/verbs.cpp:2336
msgid "Lower selection one step"
@@ -22258,7 +21407,7 @@ msgstr "降低選取到下一層"
#: ../src/verbs.cpp:2337
msgid "_Group"
-msgstr "群組 (_G)"
+msgstr "群組(_G)"
#: ../src/verbs.cpp:2338
msgid "Group selected objects"
@@ -22270,25 +21419,25 @@ msgstr "解散選取的群組"
#: ../src/verbs.cpp:2342
msgid "_Put on Path"
-msgstr "置於路徑 (_P)"
+msgstr "置於路徑(_P)"
#: ../src/verbs.cpp:2344
msgid "_Remove from Path"
-msgstr "從路徑移除 (_R)"
+msgstr "從路徑移除(_R)"
#: ../src/verbs.cpp:2346
msgid "Remove Manual _Kerns"
-msgstr "手動移除突出 (_K)"
+msgstr "手動移除突出(_K)"
#. TRANSLATORS: "glyph": An image used in the visual representation of characters;
#. roughly speaking, how a character looks. A font is a set of glyphs.
#: ../src/verbs.cpp:2349
msgid "Remove all manual kerns and glyph rotations from a text object"
-msgstr "從文字物件手動移除所有突出和字"
+msgstr "從文字物件手動移除所有突出和字形"
#: ../src/verbs.cpp:2351
msgid "_Union"
-msgstr "相加 (_U)"
+msgstr "相加(_U)"
#: ../src/verbs.cpp:2352
msgid "Create union of selected paths"
@@ -22296,7 +21445,7 @@ msgstr "建立選取路徑的聯集"
#: ../src/verbs.cpp:2353
msgid "_Intersection"
-msgstr "交集 (_I)"
+msgstr "交集(_I)"
#: ../src/verbs.cpp:2354
msgid "Create intersection of selected paths"
@@ -22304,46 +21453,46 @@ msgstr "建立選取路徑的交集"
#: ../src/verbs.cpp:2355
msgid "_Difference"
-msgstr "減去 (_D)"
+msgstr "減去(_D)"
#: ../src/verbs.cpp:2356
msgid "Create difference of selected paths (bottom minus top)"
-msgstr "建立選取路徑的差集 (底部減去頂部)"
+msgstr "建立選取路徑的差集 (下層路徑減去上層路徑)"
#: ../src/verbs.cpp:2357
msgid "E_xclusion"
-msgstr "排除 (_X)"
+msgstr "排除(_X)"
#: ../src/verbs.cpp:2358
msgid ""
"Create exclusive OR of selected paths (those parts that belong to only one "
"path)"
-msgstr "建立選取物件的差集 (這些只屬於一個路徑)"
+msgstr "建立選取路徑的互斥 (這些部分屬於單一路徑)"
#: ../src/verbs.cpp:2359
msgid "Di_vision"
-msgstr "分割 (_V)"
+msgstr "分割(_V)"
#: ../src/verbs.cpp:2360
msgid "Cut the bottom path into pieces"
-msgstr "將底部的路徑分割成片"
+msgstr "將下層的路徑切成好幾片"
#. TRANSLATORS: "to cut a path" is not the same as "to break a path apart" - see the
#. Advanced tutorial for more info
#: ../src/verbs.cpp:2363
msgid "Cut _Path"
-msgstr "剪切 (_P)"
+msgstr "剪切(_P)"
#: ../src/verbs.cpp:2364
msgid "Cut the bottom path's stroke into pieces, removing fill"
-msgstr "將底部路徑的邊框分割成片,移除填充"
+msgstr "將下層路徑的邊框切成好幾片,並移除填充"
#. TRANSLATORS: "outset": expand a shape by offsetting the object's path,
#. i.e. by displacing it perpendicular to the path in each point.
#. See also the Advanced Tutorial for explanation.
#: ../src/verbs.cpp:2368
msgid "Outs_et"
-msgstr "外擴 (_E)"
+msgstr "外擴(_E)"
#: ../src/verbs.cpp:2369
msgid "Outset selected paths"
@@ -22351,7 +21500,7 @@ msgstr "外擴選取的路徑"
#: ../src/verbs.cpp:2371
msgid "O_utset Path by 1 px"
-msgstr "外擴路徑 1 px (_U)"
+msgstr "外擴路徑 1 px(_U)"
#: ../src/verbs.cpp:2372
msgid "Outset selected paths by 1 px"
@@ -22359,7 +21508,7 @@ msgstr "選取的路徑外擴 1px"
#: ../src/verbs.cpp:2374
msgid "O_utset Path by 10 px"
-msgstr "外擴路徑 10 px (_U)"
+msgstr "外擴路徑 10 px(_U)"
#: ../src/verbs.cpp:2375
msgid "Outset selected paths by 10 px"
@@ -22370,7 +21519,7 @@ msgstr "選取的路徑外擴 10px"
#. See also the Advanced Tutorial for explanation.
#: ../src/verbs.cpp:2379
msgid "I_nset"
-msgstr "內縮 (_N)"
+msgstr "內縮(_N)"
#: ../src/verbs.cpp:2380
msgid "Inset selected paths"
@@ -22378,7 +21527,7 @@ msgstr "內縮選取的路徑"
#: ../src/verbs.cpp:2382
msgid "I_nset Path by 1 px"
-msgstr "內縮路徑 1 px (_N)"
+msgstr "內縮路徑 1 px(_N)"
#: ../src/verbs.cpp:2383
msgid "Inset selected paths by 1 px"
@@ -22386,7 +21535,7 @@ msgstr "選取的路徑內縮 1px "
#: ../src/verbs.cpp:2385
msgid "I_nset Path by 10 px"
-msgstr "內縮路徑 10 px (_N)"
+msgstr "內縮路徑 10 px(_N)"
#: ../src/verbs.cpp:2386
msgid "Inset selected paths by 10 px"
@@ -22394,7 +21543,7 @@ msgstr "選取的路徑內縮 10 px"
#: ../src/verbs.cpp:2388
msgid "D_ynamic Offset"
-msgstr "動態偏移 (_Y)"
+msgstr "動態偏移(_Y)"
#: ../src/verbs.cpp:2388
msgid "Create a dynamic offset object"
@@ -22402,7 +21551,7 @@ msgstr "建立動態偏移物件"
#: ../src/verbs.cpp:2390
msgid "_Linked Offset"
-msgstr "連結偏移 (_L)"
+msgstr "連結偏移(_L)"
#: ../src/verbs.cpp:2391
msgid "Create a dynamic offset object linked to the original path"
@@ -22410,7 +21559,7 @@ msgstr "建立連結到原路徑的動態偏移物件"
#: ../src/verbs.cpp:2393
msgid "_Stroke to Path"
-msgstr "邊框轉成路徑 (_S)"
+msgstr "邊框轉成路徑(_S)"
#: ../src/verbs.cpp:2394
msgid "Convert selected object's stroke to paths"
@@ -22418,7 +21567,7 @@ msgstr "將選取物件的邊框轉換成路徑"
#: ../src/verbs.cpp:2395
msgid "Si_mplify"
-msgstr "簡化 (_M)"
+msgstr "簡化(_M)"
#: ../src/verbs.cpp:2396
msgid "Simplify selected paths (remove extra nodes)"
@@ -22426,7 +21575,7 @@ msgstr "簡化選取的路徑 (移除多餘節點)"
#: ../src/verbs.cpp:2397
msgid "_Reverse"
-msgstr "反轉 (_R)"
+msgstr "反轉(_R)"
#: ../src/verbs.cpp:2398
msgid "Reverse the direction of selected paths (useful for flipping markers)"
@@ -22435,7 +21584,7 @@ msgstr "反轉選取路徑的方向 (用來翻轉標記)"
#. TRANSLATORS: "to trace" means "to convert a bitmap to vector graphics" (to vectorize)
#: ../src/verbs.cpp:2400
msgid "_Trace Bitmap..."
-msgstr "描繪點陣圖 (_T)..."
+msgstr "描繪點陣圖(_T)..."
#: ../src/verbs.cpp:2401
msgid "Create one or more paths from a bitmap by tracing it"
@@ -22443,7 +21592,7 @@ msgstr "利用描繪點陣圖建立一條或多條路徑"
#: ../src/verbs.cpp:2402
msgid "_Make a Bitmap Copy"
-msgstr "製作點陣圖副本 (_M)"
+msgstr "製作點陣圖副本(_M)"
#: ../src/verbs.cpp:2403
msgid "Export selection to a bitmap and insert it into document"
@@ -22451,7 +21600,7 @@ msgstr "將選取區匯出成點陣圖並將其插入到文件裡"
#: ../src/verbs.cpp:2404
msgid "_Combine"
-msgstr "結合 (_C)"
+msgstr "結合(_C)"
#: ../src/verbs.cpp:2405
msgid "Combine several paths into one"
@@ -22461,16 +21610,15 @@ msgstr "將數條路徑結合成一條"
#. Advanced tutorial for more info
#: ../src/verbs.cpp:2408
msgid "Break _Apart"
-msgstr "打散 (_A)"
+msgstr "打散(_A)"
#: ../src/verbs.cpp:2409
msgid "Break selected paths into subpaths"
msgstr "將選取路徑打散拆開成子路徑"
#: ../src/verbs.cpp:2410
-#, fuzzy
msgid "Ro_ws and Columns..."
-msgstr "表格排列..."
+msgstr "表格排列(_W)..."
#: ../src/verbs.cpp:2411
msgid "Arrange selected objects in a table"
@@ -22479,7 +21627,7 @@ msgstr "將選取物件排列成表格"
#. Layer
#: ../src/verbs.cpp:2413
msgid "_Add Layer..."
-msgstr "加入圖層 (_A)..."
+msgstr "加入圖層(_A)..."
#: ../src/verbs.cpp:2414
msgid "Create a new layer"
@@ -22487,7 +21635,7 @@ msgstr "建立新圖層"
#: ../src/verbs.cpp:2415
msgid "Re_name Layer..."
-msgstr "重新命名圖層 (_N)..."
+msgstr "重新命名圖層(_N)..."
#: ../src/verbs.cpp:2416
msgid "Rename the current layer"
@@ -22495,7 +21643,7 @@ msgstr "重新命名目前圖層"
#: ../src/verbs.cpp:2417
msgid "Switch to Layer Abov_e"
-msgstr "切換到上方圖層 (_E)"
+msgstr "切換到上方圖層(_E)"
#: ../src/verbs.cpp:2418
msgid "Switch to the layer above the current"
@@ -22503,7 +21651,7 @@ msgstr "切換到目前上方的圖層"
#: ../src/verbs.cpp:2419
msgid "Switch to Layer Belo_w"
-msgstr "切換到下方圖層 (_W)"
+msgstr "切換到下方圖層(_W)"
#: ../src/verbs.cpp:2420
msgid "Switch to the layer below the current"
@@ -22511,7 +21659,7 @@ msgstr "切換到目前下方的圖層"
#: ../src/verbs.cpp:2421
msgid "Move Selection to Layer Abo_ve"
-msgstr "移動選取到上方圖層 (_V)"
+msgstr "移動選取到上方圖層(_V)"
#: ../src/verbs.cpp:2422
msgid "Move selection to the layer above the current"
@@ -22519,7 +21667,7 @@ msgstr "移動選取到目前上方的圖層"
#: ../src/verbs.cpp:2423
msgid "Move Selection to Layer Bel_ow"
-msgstr "移動選取到下方圖層 (_O)"
+msgstr "移動選取到下方圖層(_O)"
#: ../src/verbs.cpp:2424
msgid "Move selection to the layer below the current"
@@ -22527,7 +21675,7 @@ msgstr "移動選取到目前下方的圖層"
#: ../src/verbs.cpp:2425
msgid "Layer to _Top"
-msgstr "圖層移到最上層 (_T)"
+msgstr "圖層移到最上層(_T)"
#: ../src/verbs.cpp:2426
msgid "Raise the current layer to the top"
@@ -22535,7 +21683,7 @@ msgstr "提升目前圖層到最上層"
#: ../src/verbs.cpp:2427
msgid "Layer to _Bottom"
-msgstr "圖層移到最下層 (_B)"
+msgstr "圖層移到最下層(_B)"
#: ../src/verbs.cpp:2428
msgid "Lower the current layer to the bottom"
@@ -22543,7 +21691,7 @@ msgstr "降低目前圖層到最下層"
#: ../src/verbs.cpp:2429
msgid "_Raise Layer"
-msgstr "提升圖層 (_R)"
+msgstr "提升圖層(_R)"
#: ../src/verbs.cpp:2430
msgid "Raise the current layer"
@@ -22551,24 +21699,23 @@ msgstr "提升目前圖層"
#: ../src/verbs.cpp:2431
msgid "_Lower Layer"
-msgstr "降低圖層 (_L)"
+msgstr "降低圖層(_L)"
#: ../src/verbs.cpp:2432
msgid "Lower the current layer"
msgstr "降低目前圖層"
#: ../src/verbs.cpp:2433
-#, fuzzy
msgid "D_uplicate Current Layer"
-msgstr "再製目前圖層"
+msgstr "複製目前圖層(_U)"
#: ../src/verbs.cpp:2434
msgid "Duplicate an existing layer"
-msgstr "再製現有的圖層"
+msgstr "複製現有的圖層"
#: ../src/verbs.cpp:2435
msgid "_Delete Current Layer"
-msgstr "刪除目前圖層 (_D)"
+msgstr "刪除目前圖層(_D)"
#: ../src/verbs.cpp:2436
msgid "Delete the current layer"
@@ -22576,31 +21723,27 @@ msgstr "刪除目前圖層"
#: ../src/verbs.cpp:2437
msgid "_Show/hide other layers"
-msgstr "顯示 / 隱藏其他圖層 (_S)"
+msgstr "顯示 / 隱藏其他圖層(_S)"
#: ../src/verbs.cpp:2438
msgid "Solo the current layer"
msgstr "單獨顯示目前圖層"
#: ../src/verbs.cpp:2439
-#, fuzzy
msgid "_Lock/Unlock Current Layer"
-msgstr "鎖定或解除鎖定目前圖層"
+msgstr "鎖定或解除鎖定目前圖層(_L)"
#: ../src/verbs.cpp:2440
-#, fuzzy
msgid "Toggle lock on current layer"
-msgstr "單獨顯示目前圖層"
+msgstr "開啟 / 關閉鎖定目前圖層"
#: ../src/verbs.cpp:2441
-#, fuzzy
msgid "_Show/hide Current Layer"
-msgstr "顯示 / 隱藏其他圖層 (_S)"
+msgstr "顯示 / 隱藏目前圖層(_S)"
#: ../src/verbs.cpp:2442
-#, fuzzy
msgid "Toggle visibility of current layer"
-msgstr "單獨顯示目前圖層"
+msgstr "切換目前圖層的隱現狀態"
#. Object
#: ../src/verbs.cpp:2445
@@ -22625,7 +21768,7 @@ msgstr "將選取區逆時針旋轉 90°"
#: ../src/verbs.cpp:2453
msgid "Remove _Transformations"
-msgstr "移除變形 (_T)"
+msgstr "移除變形(_T)"
#: ../src/verbs.cpp:2454
msgid "Remove transformations from object"
@@ -22633,7 +21776,7 @@ msgstr "從物件移除變形"
#: ../src/verbs.cpp:2455
msgid "_Object to Path"
-msgstr "物件轉成路徑 (_O)"
+msgstr "物件轉成路徑(_O)"
#: ../src/verbs.cpp:2456
msgid "Convert selected object to path"
@@ -22641,7 +21784,7 @@ msgstr "將選取物件轉換成路徑"
#: ../src/verbs.cpp:2457
msgid "_Flow into Frame"
-msgstr "置入框架 (_F)"
+msgstr "置入框架(_F)"
#: ../src/verbs.cpp:2458
msgid ""
@@ -22651,7 +21794,7 @@ msgstr "將文字放入框架 (路徑或形狀) 裡,建立連結到框架物
#: ../src/verbs.cpp:2459
msgid "_Unflow"
-msgstr "不流動文字 (_U)"
+msgstr "不流動文字(_U)"
#: ../src/verbs.cpp:2460
msgid "Remove text from frame (creates a single-line text object)"
@@ -22659,7 +21802,7 @@ msgstr "從框架移除文字 (建立單行文字物件)"
#: ../src/verbs.cpp:2461
msgid "_Convert to Text"
-msgstr "轉成文字 (_C)"
+msgstr "轉成文字(_C)"
#: ../src/verbs.cpp:2462
msgid "Convert flowed text to regular text object (preserves appearance)"
@@ -22667,7 +21810,7 @@ msgstr "將流動文字轉換成普通文字物件 (保留外觀)"
#: ../src/verbs.cpp:2464
msgid "Flip _Horizontal"
-msgstr "水平翻轉 (_H)"
+msgstr "水平翻轉(_H)"
#: ../src/verbs.cpp:2464
msgid "Flip selected objects horizontally"
@@ -22675,7 +21818,7 @@ msgstr "水平翻轉選取的物件"
#: ../src/verbs.cpp:2467
msgid "Flip _Vertical"
-msgstr "垂直翻轉 (_V)"
+msgstr "垂直翻轉(_V)"
#: ../src/verbs.cpp:2467
msgid "Flip selected objects vertically"
@@ -22691,7 +21834,7 @@ msgstr "編輯遮罩"
#: ../src/verbs.cpp:2473 ../src/verbs.cpp:2479
msgid "_Release"
-msgstr "解除 (_R)"
+msgstr "解除(_R)"
#: ../src/verbs.cpp:2474
msgid "Remove mask from selection"
@@ -22780,9 +21923,8 @@ msgid "Zoom in or out"
msgstr "放大或縮小"
#: ../src/verbs.cpp:2514
-#, fuzzy
msgid "Measurement tool"
-msgstr "測量類型:"
+msgstr "量測工具"
#: ../src/verbs.cpp:2516
msgid "Pick colors from image"
@@ -22938,14 +22080,12 @@ msgid "Open Preferences for the Zoom tool"
msgstr "開啟縮放工具的偏好設定"
#: ../src/verbs.cpp:2558
-#, fuzzy
msgid "Measure Preferences"
-msgstr "橡皮擦偏好設定"
+msgstr "量測偏好設定"
#: ../src/verbs.cpp:2559
-#, fuzzy
msgid "Open Preferences for the Measure tool"
-msgstr "開啟橡皮擦工具的偏好設定"
+msgstr "開啟量測工具的偏好設定"
#: ../src/verbs.cpp:2560
msgid "Dropper Preferences"
@@ -23006,7 +22146,7 @@ msgstr "縮小"
#: ../src/verbs.cpp:2574
msgid "_Rulers"
-msgstr "尺標 (_R)"
+msgstr "尺標(_R)"
#: ../src/verbs.cpp:2574
msgid "Show or hide the canvas rulers"
@@ -23014,7 +22154,7 @@ msgstr "顯示或隱藏畫布尺標"
#: ../src/verbs.cpp:2575
msgid "Scroll_bars"
-msgstr "捲軸 (_B)"
+msgstr "捲軸(_B)"
#: ../src/verbs.cpp:2575
msgid "Show or hide the canvas scrollbars"
@@ -23022,7 +22162,7 @@ msgstr "顯示或隱藏畫布捲軸"
#: ../src/verbs.cpp:2576
msgid "_Grid"
-msgstr "格線 (_G)"
+msgstr "格線(_G)"
#: ../src/verbs.cpp:2576
msgid "Show or hide the grid"
@@ -23030,7 +22170,7 @@ msgstr "顯示或隱藏格線"
#: ../src/verbs.cpp:2577
msgid "G_uides"
-msgstr "參考線 (_U)"
+msgstr "參考線(_U)"
#: ../src/verbs.cpp:2577
msgid "Show or hide guides (drag from a ruler to create a guide)"
@@ -23042,7 +22182,7 @@ msgstr "啟用貼齊"
#: ../src/verbs.cpp:2579
msgid "Nex_t Zoom"
-msgstr "下一個畫面縮放 (_T)"
+msgstr "下一個畫面縮放(_T)"
#: ../src/verbs.cpp:2579
msgid "Next zoom (from the history of zooms)"
@@ -23050,7 +22190,7 @@ msgstr "下一個畫面縮放 (從畫面縮放紀錄)"
#: ../src/verbs.cpp:2581
msgid "Pre_vious Zoom"
-msgstr "上一個畫面縮放 (_V)"
+msgstr "上一個畫面縮放(_V)"
#: ../src/verbs.cpp:2581
msgid "Previous zoom (from the history of zooms)"
@@ -23074,7 +22214,7 @@ msgstr "縮放成 1:2"
#: ../src/verbs.cpp:2587
msgid "_Zoom 2:1"
-msgstr "縮放 2:1 (_Z)"
+msgstr "縮放 2:1(_Z)"
#: ../src/verbs.cpp:2587
msgid "Zoom to 2:1"
@@ -23082,7 +22222,7 @@ msgstr "縮放成 2:1"
#: ../src/verbs.cpp:2590
msgid "_Fullscreen"
-msgstr "全螢幕 (_F)"
+msgstr "全螢幕(_F)"
#: ../src/verbs.cpp:2590
msgid "Stretch this document window to full screen"
@@ -23090,7 +22230,7 @@ msgstr "將此文件視窗展開成全螢幕"
#: ../src/verbs.cpp:2593
msgid "Toggle _Focus Mode"
-msgstr "切換專注模式 (_F)"
+msgstr "切換專注模式(_F)"
#: ../src/verbs.cpp:2593
msgid "Remove excess toolbars to focus on drawing"
@@ -23098,7 +22238,7 @@ msgstr "移除多餘的工具列來專心繪畫"
#: ../src/verbs.cpp:2595
msgid "Duplic_ate Window"
-msgstr "再製視窗 (_A)"
+msgstr "再製視窗(_A)"
#: ../src/verbs.cpp:2595
msgid "Open a new window with the same document"
@@ -23106,7 +22246,7 @@ msgstr "開啟相同文件的新視窗"
#: ../src/verbs.cpp:2597
msgid "_New View Preview"
-msgstr "新增檢視預覽 (_N)"
+msgstr "新增檢視預覽(_N)"
#: ../src/verbs.cpp:2598
msgid "New View Preview"
@@ -23115,23 +22255,23 @@ msgstr "新增檢視預覽"
#. "view_new_preview"
#: ../src/verbs.cpp:2600 ../src/verbs.cpp:2608
msgid "_Normal"
-msgstr "正常 (_N)"
+msgstr "一般(_N)"
#: ../src/verbs.cpp:2601
msgid "Switch to normal display mode"
-msgstr "切換到正常顯示模式"
+msgstr "切換成一般顯示模式"
#: ../src/verbs.cpp:2602
msgid "No _Filters"
-msgstr "無濾鏡 (_F)"
+msgstr "無濾鏡(_F)"
#: ../src/verbs.cpp:2603
msgid "Switch to normal display without filters"
-msgstr "切換到無濾鏡的正常顯示模式"
+msgstr "切換成無濾鏡一般顯示模式"
#: ../src/verbs.cpp:2604
msgid "_Outline"
-msgstr "輪廓 (_O)"
+msgstr "輪廓(_O)"
#: ../src/verbs.cpp:2605
msgid "Switch to outline (wireframe) display mode"
@@ -23141,31 +22281,27 @@ msgstr "切換到輪廓 (線框) 顯示模式"
#. N_("Switch to print colors preview mode"), NULL),
#: ../src/verbs.cpp:2606 ../src/verbs.cpp:2614
msgid "_Toggle"
-msgstr "切換 (_T)"
+msgstr "切換(_T)"
#: ../src/verbs.cpp:2607
msgid "Toggle between normal and outline display modes"
-msgstr "切換一般和輪廓顯示模式"
+msgstr "切換一般或輪廓顯示模式"
#: ../src/verbs.cpp:2609
-#, fuzzy
msgid "Switch to normal color display mode"
-msgstr "切換到正常顯示模式"
+msgstr "切換成一般顯示模式"
#: ../src/verbs.cpp:2610
-#, fuzzy
msgid "_Grayscale"
-msgstr "灰階"
+msgstr "灰階(_G)"
#: ../src/verbs.cpp:2611
-#, fuzzy
msgid "Switch to grayscale display mode"
-msgstr "切換到正常顯示模式"
+msgstr "切換到灰階顯示模式"
#: ../src/verbs.cpp:2615
-#, fuzzy
msgid "Toggle between normal and grayscale color display modes"
-msgstr "切換一般和輪廓顯示模式"
+msgstr "切換一般或灰階顯示模式"
#: ../src/verbs.cpp:2617
msgid "Color-managed view"
@@ -23177,7 +22313,7 @@ msgstr "切換此文件視窗的色彩管理顯示"
#: ../src/verbs.cpp:2620
msgid "Ico_n Preview..."
-msgstr "圖示預覽 (_N)..."
+msgstr "圖示預覽(_N)..."
#: ../src/verbs.cpp:2621
msgid "Open a window to preview objects at different icon resolutions"
@@ -23185,7 +22321,7 @@ msgstr "開啟用不同的圖示解析度預覽物件的視窗"
#: ../src/verbs.cpp:2622
msgid "_Page"
-msgstr "頁面 (_P)"
+msgstr "頁面(_P)"
#: ../src/verbs.cpp:2623
msgid "Zoom to fit page in window"
@@ -23193,7 +22329,7 @@ msgstr "將頁面縮放成視窗大小"
#: ../src/verbs.cpp:2624
msgid "Page _Width"
-msgstr "頁面寬度 (_W)"
+msgstr "頁面寬度(_W)"
#: ../src/verbs.cpp:2625
msgid "Zoom to fit page width in window"
@@ -23201,7 +22337,7 @@ msgstr "將頁面寬度縮放成視窗大小"
#: ../src/verbs.cpp:2626
msgid "_Drawing"
-msgstr "繪圖部份 (_D)"
+msgstr "繪圖部份(_D)"
#: ../src/verbs.cpp:2627
msgid "Zoom to fit drawing in window"
@@ -23209,7 +22345,7 @@ msgstr "將繪圖部份縮放成視窗大小"
#: ../src/verbs.cpp:2628
msgid "_Selection"
-msgstr "選擇範圍 (_S)"
+msgstr "選擇範圍(_S)"
#: ../src/verbs.cpp:2629
msgid "Zoom to fit selection in window"
@@ -23226,7 +22362,7 @@ msgstr "編輯整體 Inkscape 偏好設定"
#: ../src/verbs.cpp:2634
msgid "_Document Properties..."
-msgstr "文件屬性 (_D)..."
+msgstr "文件屬性(_D)..."
#: ../src/verbs.cpp:2635
msgid "Edit properties of this document (to be saved with the document)"
@@ -23234,23 +22370,21 @@ msgstr "編輯此文件的屬性 (和文件儲存在一起)"
#: ../src/verbs.cpp:2636
msgid "Document _Metadata..."
-msgstr "文件中繼資料 (_M)..."
+msgstr "文件中繼資料(_M)..."
#: ../src/verbs.cpp:2637
msgid "Edit document metadata (to be saved with the document)"
msgstr "編輯文件中繼資料 (和文件儲存在一起)"
#: ../src/verbs.cpp:2639
-#, fuzzy
msgid ""
"Edit objects' colors, gradients, arrowheads, and other fill and stroke "
"properties..."
-msgstr "編輯物件的顏色、漸層、邊框寬度、箭頭、虛線圖樣..."
+msgstr "編輯物件的顏色、漸層、箭頭和其他填充及邊框屬性..."
#: ../src/verbs.cpp:2640
-#, fuzzy
msgid "Gl_yphs..."
-msgstr "字..."
+msgstr "字(_Y)..."
#: ../src/verbs.cpp:2641
msgid "Select characters from a glyphs palette"
@@ -23259,7 +22393,7 @@ msgstr "從字版選擇字元"
#. TRANSLATORS: "Swatches" means: color samples
#: ../src/verbs.cpp:2643
msgid "S_watches..."
-msgstr "色票 (_W)..."
+msgstr "色票(_W)..."
#: ../src/verbs.cpp:2644
msgid "Select colors from a swatches palette"
@@ -23267,7 +22401,7 @@ msgstr "從色票調色盤選擇顏色"
#: ../src/verbs.cpp:2645
msgid "Transfor_m..."
-msgstr "變形 (_M)..."
+msgstr "變形(_M)..."
#: ../src/verbs.cpp:2646
msgid "Precisely control objects' transformations"
@@ -23275,7 +22409,7 @@ msgstr "精確控制物件的變形"
#: ../src/verbs.cpp:2647
msgid "_Align and Distribute..."
-msgstr "對齊與分佈 (_A)..."
+msgstr "對齊與分佈(_A)..."
#: ../src/verbs.cpp:2648
msgid "Align and distribute objects"
@@ -23283,7 +22417,7 @@ msgstr "對齊和分佈物件"
#: ../src/verbs.cpp:2649
msgid "_Spray options..."
-msgstr "噴灑選項 (_S)..."
+msgstr "噴灑選項(_S)..."
#: ../src/verbs.cpp:2650
msgid "Some options for the spray"
@@ -23291,7 +22425,7 @@ msgstr "噴灑的一些選項"
#: ../src/verbs.cpp:2651
msgid "Undo _History..."
-msgstr "復原記錄 (_H)..."
+msgstr "復原記錄(_H)..."
#: ../src/verbs.cpp:2652
msgid "Undo History"
@@ -23311,7 +22445,7 @@ msgstr "顯示和編輯文件的 XML 樹狀內容"
#: ../src/verbs.cpp:2657
msgid "_Find..."
-msgstr "尋找 (_F)..."
+msgstr "尋找(_F)..."
#: ../src/verbs.cpp:2658
msgid "Find objects in document"
@@ -23319,7 +22453,7 @@ msgstr "尋找文件的物件"
#: ../src/verbs.cpp:2659
msgid "Find and _Replace Text..."
-msgstr "尋找和取代文字 (_R)..."
+msgstr "尋找和取代文字(_R)..."
#: ../src/verbs.cpp:2660
msgid "Find and replace text in document"
@@ -23331,7 +22465,7 @@ msgstr "檢查文件的文字拼寫"
#: ../src/verbs.cpp:2663
msgid "_Messages..."
-msgstr "訊息 (_M)..."
+msgstr "訊息(_M)..."
#: ../src/verbs.cpp:2664
msgid "View debug messages"
@@ -23339,7 +22473,7 @@ msgstr "檢視除錯訊息"
#: ../src/verbs.cpp:2665
msgid "S_cripts..."
-msgstr "腳本 (_C)..."
+msgstr "腳本(_C)..."
#: ../src/verbs.cpp:2666
msgid "Run scripts"
@@ -23347,7 +22481,7 @@ msgstr "執行腳本"
#: ../src/verbs.cpp:2667
msgid "Show/Hide D_ialogs"
-msgstr "顯示 / 隱藏對話窗 (_I)"
+msgstr "顯示 / 隱藏對話窗(_I)"
#: ../src/verbs.cpp:2668
msgid "Show or hide all open dialogs"
@@ -23364,14 +22498,12 @@ msgid ""
msgstr "建立選取物件的多個仿製物件,將其排列成圖案或分散"
#: ../src/verbs.cpp:2671
-#, fuzzy
msgid "_Object attributes..."
-msgstr "物件屬性 (_O)..."
+msgstr "物件屬性(_O)..."
#: ../src/verbs.cpp:2672
-#, fuzzy
msgid "Edit the object attributes..."
-msgstr "設定屬性"
+msgstr "編輯物件屬性..."
#: ../src/verbs.cpp:2674
msgid "Edit the ID, locked and visible status, and other object properties"
@@ -23383,7 +22515,7 @@ msgstr "編輯物件的 ID,鎖定和可見狀態,以及其他物件屬性"
#. #endif
#: ../src/verbs.cpp:2679
msgid "_Input Devices..."
-msgstr "輸入裝置 (_I)..."
+msgstr "輸入裝置(_I)..."
#: ../src/verbs.cpp:2680
msgid "Configure extended input devices, such as a graphics tablet"
@@ -23391,7 +22523,7 @@ msgstr "設定延伸輸入裝置,例如繪圖板"
#: ../src/verbs.cpp:2681
msgid "_Extensions..."
-msgstr "擴充功能 (_E)..."
+msgstr "擴充功能(_E)..."
#: ../src/verbs.cpp:2682
msgid "Query information about extensions"
@@ -23399,25 +22531,23 @@ msgstr "查詢擴充功能的資訊"
#: ../src/verbs.cpp:2683
msgid "Layer_s..."
-msgstr "圖層 (_S)..."
+msgstr "圖層(_S)..."
#: ../src/verbs.cpp:2684
msgid "View Layers"
msgstr "檢視圖層"
#: ../src/verbs.cpp:2685
-#, fuzzy
msgid "Path E_ffects ..."
-msgstr "路徑特效編輯器..."
+msgstr "路徑特效(_F)..."
#: ../src/verbs.cpp:2686
msgid "Manage, edit, and apply path effects"
msgstr "管理、編輯和套用路徑特效"
#: ../src/verbs.cpp:2687
-#, fuzzy
msgid "Filter _Editor..."
-msgstr "濾鏡編輯器..."
+msgstr "濾鏡編輯器(_E)..."
#: ../src/verbs.cpp:2688
msgid "Manage, edit, and apply SVG filters"
@@ -23438,12 +22568,12 @@ msgstr "列印色彩..."
#: ../src/verbs.cpp:2692
msgid ""
"Select which color separations to render in Print Colors Preview rendermode"
-msgstr "選擇用列印色彩預覽演算模式演算的色彩分離"
+msgstr "選擇用列印色彩預覽演算模式潤算的色彩分離"
#. Help
#: ../src/verbs.cpp:2697
msgid "About E_xtensions"
-msgstr "關於擴充功能 (_X)"
+msgstr "關於擴充功能(_X)"
#: ../src/verbs.cpp:2698
msgid "Information on Inkscape extensions"
@@ -23451,7 +22581,7 @@ msgstr "Inkscape 擴充功能資訊"
#: ../src/verbs.cpp:2699
msgid "About _Memory"
-msgstr "關於記憶體 (_M)"
+msgstr "關於記憶體(_M)"
#: ../src/verbs.cpp:2700
msgid "Memory usage information"
@@ -23459,7 +22589,7 @@ msgstr "記憶體使用資訊"
#: ../src/verbs.cpp:2701
msgid "_About Inkscape"
-msgstr "關於 Inkscape (_A)"
+msgstr "關於 Inkscape(_A)"
#: ../src/verbs.cpp:2702
msgid "Inkscape version, authors, license"
@@ -23470,7 +22600,7 @@ msgstr "Inscape 版本、作者、授權"
#. Tutorials
#: ../src/verbs.cpp:2707
msgid "Inkscape: _Basic"
-msgstr "Inkscape:基本 (_B)"
+msgstr "Inkscape:基本(_B)"
#: ../src/verbs.cpp:2708
msgid "Getting started with Inkscape"
@@ -23479,7 +22609,7 @@ msgstr "Inkscape 使用入門"
#. "tutorial_basic"
#: ../src/verbs.cpp:2709
msgid "Inkscape: _Shapes"
-msgstr "Inkscape:形狀 (_S)"
+msgstr "Inkscape:形狀(_S)"
#: ../src/verbs.cpp:2710
msgid "Using shape tools to create and edit shapes"
@@ -23487,7 +22617,7 @@ msgstr "使用形狀工具來建立和編輯形狀"
#: ../src/verbs.cpp:2711
msgid "Inkscape: _Advanced"
-msgstr "Inkscape:進階 (_A)"
+msgstr "Inkscape:進階(_A)"
#: ../src/verbs.cpp:2712
msgid "Advanced Inkscape topics"
@@ -23497,7 +22627,7 @@ msgstr "進階的 Inkscape 教學"
#. TRANSLATORS: "to trace" means "to convert a bitmap to vector graphics" (to vectorize)
#: ../src/verbs.cpp:2714
msgid "Inkscape: T_racing"
-msgstr "Inkscape:描繪 (_R)"
+msgstr "Inkscape:描繪(_R)"
#: ../src/verbs.cpp:2715
msgid "Using bitmap tracing"
@@ -23506,7 +22636,7 @@ msgstr "使用點陣圖描繪功能"
#. "tutorial_tracing"
#: ../src/verbs.cpp:2716
msgid "Inkscape: _Calligraphy"
-msgstr "Inkscape:書法 (_C)"
+msgstr "Inkscape:書法(_C)"
#: ../src/verbs.cpp:2717
msgid "Using the Calligraphy pen tool"
@@ -23514,7 +22644,7 @@ msgstr "使用美工筆工具"
#: ../src/verbs.cpp:2718
msgid "Inkscape: _Interpolate"
-msgstr "Inkscape:內插 (_I)"
+msgstr "Inkscape:內插(_I)"
#: ../src/verbs.cpp:2719
msgid "Using the interpolate extension"
@@ -23523,7 +22653,7 @@ msgstr "使用內插擴充功能"
#. "tutorial_interpolate"
#: ../src/verbs.cpp:2720
msgid "_Elements of Design"
-msgstr "設計要素 (_E)"
+msgstr "設計要素(_E)"
#: ../src/verbs.cpp:2721
msgid "Principles of design in the tutorial form"
@@ -23532,27 +22662,25 @@ msgstr "教學慣常形式的設計原則"
#. "tutorial_design"
#: ../src/verbs.cpp:2722
msgid "_Tips and Tricks"
-msgstr "技巧和秘訣 (_T)"
+msgstr "技巧和祕訣(_T)"
#: ../src/verbs.cpp:2723
msgid "Miscellaneous tips and tricks"
-msgstr "各種技巧與秘訣"
+msgstr "各種技巧與祕訣"
#. "tutorial_tips"
#. Effect -- renamed Extension
#: ../src/verbs.cpp:2726
-#, fuzzy
msgid "Previous Exte_nsion"
-msgstr "上一個擴充功能"
+msgstr "上一個擴充功能(_N)"
#: ../src/verbs.cpp:2727
msgid "Repeat the last extension with the same settings"
msgstr "以相同設定值重複上次的擴充功能"
#: ../src/verbs.cpp:2728
-#, fuzzy
msgid "_Previous Extension Settings..."
-msgstr "上一個擴充功能設定..."
+msgstr "上一個擴充功能設定值(_P)..."
#: ../src/verbs.cpp:2729
msgid "Repeat the last extension with new settings"
@@ -23630,34 +22758,34 @@ msgstr ""
"可移動或變形物件。"
#: ../src/widgets/desktop-widget.cpp:703
-#, fuzzy, c-format
+#, c-format
msgid "%s%s: %d (outline%s) - Inkscape"
-msgstr "%s: %d (輪廓) - Inkscape"
+msgstr "%s%s: %d (輪廓%s) - Inkscape "
#: ../src/widgets/desktop-widget.cpp:705
-#, fuzzy, c-format
+#, c-format
msgid "%s%s: %d (no filters%s) - Inkscape"
-msgstr "%s: %d (無濾鏡) - Inkscape"
+msgstr "%s%s: %d (無濾鏡%s) - Inkscape"
#: ../src/widgets/desktop-widget.cpp:707
-#, fuzzy, c-format
+#, c-format
msgid "%s%s: %d %s- Inkscape"
-msgstr "%s: %d - Inkscape"
+msgstr "%s%s: %d %s- Inkscape"
#: ../src/widgets/desktop-widget.cpp:711
-#, fuzzy, c-format
+#, c-format
msgid "%s%s (outline%s) - Inkscape"
-msgstr "%s (輪廓) - Inkscape"
+msgstr "%s%s (輪廓%s) - Inkscape"
#: ../src/widgets/desktop-widget.cpp:713
-#, fuzzy, c-format
+#, c-format
msgid "%s%s (no filters%s) - Inkscape"
-msgstr "%s (無濾鏡) - Inkscape"
+msgstr "%s%s (無濾鏡%s) - Inkscape"
#: ../src/widgets/desktop-widget.cpp:715
-#, fuzzy, c-format
+#, c-format
msgid "%s%s %s- Inkscape"
-msgstr "%s - Inkscape"
+msgstr "%s%s %s- Inkscape"
#: ../src/widgets/desktop-widget.cpp:882
msgid "Color-managed display is <b>enabled</b> in this window"
@@ -23683,29 +22811,28 @@ msgstr ""
#: ../src/widgets/desktop-widget.cpp:946
#: ../src/widgets/desktop-widget.cpp:1002
msgid "Close _without saving"
-msgstr "關閉但不儲存 (_W)"
+msgstr "關閉但不儲存(_W)"
#: ../src/widgets/desktop-widget.cpp:995
-#, fuzzy, c-format
+#, c-format
msgid ""
"<span weight=\"bold\" size=\"larger\">The file \"%s\" was saved with a "
"format that may cause data loss!</span>\n"
"\n"
"Do you want to save this file as Inkscape SVG?"
msgstr ""
-"<span weight=\"bold\" size=\"larger\">此檔案「%s」用格式 (%s) 儲存可能會導致"
-"資料遺失!</span>\n"
+"<span weight=\"bold\" size=\"larger\">此檔案「%s」用此格式儲存可能會導"
+"致資料遺失!</span>\n"
"\n"
"你是否要將這個檔案儲存成 Inkscape SVG?"
#: ../src/widgets/desktop-widget.cpp:1005
-#, fuzzy
msgid "_Save as Inkscape SVG"
-msgstr "另存為 _SVG"
+msgstr "另存為 Inkscape _SVG"
#: ../src/widgets/desktop-widget.cpp:1214
msgid "Note:"
-msgstr ""
+msgstr "備註:"
#: ../src/widgets/ege-paint-def.cpp:67 ../src/widgets/ege-paint-def.cpp:91
#: ../src/widgets/gradient-selector.cpp:176
@@ -23753,7 +22880,6 @@ msgstr "字族"
#. Style frame
#: ../src/widgets/font-selector.cpp:175
-#, fuzzy
msgctxt "Font selector"
msgid "Style"
msgstr "樣式"
@@ -23800,19 +22926,16 @@ msgstr "重複:"
#: ../src/widgets/gradient-toolbar.cpp:814
#: ../src/widgets/gradient-toolbar.cpp:1148
#: ../src/widgets/gradient-toolbar.cpp:1195
-#, fuzzy
msgid "No gradient"
-msgstr "移動漸層"
+msgstr "無漸層"
#: ../src/widgets/gradient-toolbar.cpp:203
-#, fuzzy
msgid "Multiple gradients"
-msgstr "移動漸層"
+msgstr "多重漸層"
#: ../src/widgets/gradient-toolbar.cpp:734
-#, fuzzy
msgid "Multiple stops"
-msgstr "多種樣式"
+msgstr "多個停止點"
#: ../src/widgets/gradient-toolbar.cpp:832
#: ../src/widgets/gradient-vector.cpp:566
@@ -23824,9 +22947,8 @@ msgid "Assign gradient to object"
msgstr "指定漸層到物件"
#: ../src/widgets/gradient-toolbar.cpp:1005
-#, fuzzy
msgid "Set gradient repeat"
-msgstr "設定邊框漸層"
+msgstr "設定漸層重複"
#: ../src/widgets/gradient-toolbar.cpp:1043
#: ../src/widgets/gradient-vector.cpp:677
@@ -23834,7 +22956,6 @@ msgid "Change gradient stop offset"
msgstr "變更漸層停止點偏移"
#: ../src/widgets/gradient-toolbar.cpp:1087
-#, fuzzy
msgid "linear"
msgstr "線性"
@@ -23844,74 +22965,64 @@ msgstr "建立線性漸層"
#: ../src/widgets/gradient-toolbar.cpp:1091
msgid "radial"
-msgstr ""
+msgstr "放射狀"
#: ../src/widgets/gradient-toolbar.cpp:1091
msgid "Create radial (elliptic or circular) gradient"
-msgstr "建立放射 (橢圓或圓形) 漸層"
+msgstr "建立放射狀 (橢圓或圓形) 漸層"
#: ../src/widgets/gradient-toolbar.cpp:1094
msgid "New:"
-msgstr ""
+msgstr "新增:"
#: ../src/widgets/gradient-toolbar.cpp:1117
-#, fuzzy
msgid "fill"
-msgstr "盲人點字"
+msgstr "填充"
#: ../src/widgets/gradient-toolbar.cpp:1117
msgid "Create gradient in the fill"
msgstr "在填充中建立漸層"
#: ../src/widgets/gradient-toolbar.cpp:1121
-#, fuzzy
msgid "stroke"
-msgstr "邊框:"
+msgstr "邊框"
#: ../src/widgets/gradient-toolbar.cpp:1121
msgid "Create gradient in the stroke"
msgstr "在邊框中建立漸層"
#: ../src/widgets/gradient-toolbar.cpp:1124
-#, fuzzy
msgid "on:"
-msgstr "開啟"
+msgstr "目標:"
#: ../src/widgets/gradient-toolbar.cpp:1151
-#, fuzzy
msgid "Select:"
-msgstr "選取"
+msgstr "選取:"
#: ../src/widgets/gradient-toolbar.cpp:1174
-#, fuzzy
msgid "Repeat"
-msgstr "重複:"
+msgstr "重複"
#: ../src/widgets/gradient-toolbar.cpp:1197
-#, fuzzy
msgid "Stops"
-msgstr "停止 (_S)"
+msgstr "停止點"
#: ../src/widgets/gradient-toolbar.cpp:1197
-#, fuzzy
msgid "Select a stop for the current gradient"
-msgstr "編輯漸層的停止點"
+msgstr "選取目前漸層的停止點"
#: ../src/widgets/gradient-toolbar.cpp:1198
-#, fuzzy
msgid "Edit:"
-msgstr "編輯 (_E)"
+msgstr "編輯:"
#: ../src/widgets/gradient-toolbar.cpp:1210
-#, fuzzy
msgid "Offset of selected stop"
-msgstr "外擴選取的路徑"
+msgstr "選取停止點的偏移"
#: ../src/widgets/gradient-toolbar.cpp:1227
#: ../src/widgets/gradient-toolbar.cpp:1228
-#, fuzzy
msgid "Insert new stop"
-msgstr "插入節點"
+msgstr "插入新停止點"
#: ../src/widgets/gradient-toolbar.cpp:1241
#: ../src/widgets/gradient-toolbar.cpp:1242
@@ -23920,14 +23031,12 @@ msgid "Delete stop"
msgstr "刪除停止點"
#: ../src/widgets/gradient-toolbar.cpp:1255
-#, fuzzy
msgid "Reverse"
-msgstr "反轉 (_R)"
+msgstr "反轉"
#: ../src/widgets/gradient-toolbar.cpp:1256
-#, fuzzy
msgid "Reverse the direction of the gradient"
-msgstr "編輯漸層的停止點"
+msgstr "反轉漸層的方向"
#: ../src/widgets/gradient-vector.cpp:295
#: ../src/widgets/paint-selector.cpp:946
@@ -24006,40 +23115,33 @@ msgid ""
msgstr "填充為實心,除非子路徑方向相反 (填充規則:非零)"
#: ../src/widgets/paint-selector.cpp:603
-#, fuzzy
msgid "<b>No objects</b>"
-msgstr "<b>貼齊物件</b>"
+msgstr "<b>無物件</b>"
#: ../src/widgets/paint-selector.cpp:614
-#, fuzzy
msgid "<b>Multiple styles</b>"
-msgstr "多種樣式"
+msgstr "<b>多種樣式</b>"
#: ../src/widgets/paint-selector.cpp:625
-#, fuzzy
msgid "<b>Paint is undefined</b>"
-msgstr "不定義塗繪"
+msgstr "<b>未定義塗繪</b>"
#: ../src/widgets/paint-selector.cpp:636
-#, fuzzy
msgid "<b>No paint</b>"
-msgstr "不透明度:"
+msgstr "<b>無塗繪</b>"
#: ../src/widgets/paint-selector.cpp:707
-#, fuzzy
msgid "<b>Flat color</b>"
-msgstr "單色"
+msgstr "<b>純色</b>"
#. sp_gradient_selector_set_mode(SP_GRADIENT_SELECTOR(gsel), SP_GRADIENT_SELECTOR_MODE_LINEAR);
#: ../src/widgets/paint-selector.cpp:771
-#, fuzzy
msgid "<b>Linear gradient</b>"
-msgstr "線性漸層"
+msgstr "<b>線性漸層</b>"
#: ../src/widgets/paint-selector.cpp:774
-#, fuzzy
msgid "<b>Radial gradient</b>"
-msgstr "放射漸層"
+msgstr "<b>放射狀漸層</b>"
#: ../src/widgets/paint-selector.cpp:1061
msgid ""
@@ -24051,14 +23153,12 @@ msgstr ""
"樣 &gt; 物件轉成圖樣</b> 可從選取區建立新圖樣。"
#: ../src/widgets/paint-selector.cpp:1074
-#, fuzzy
msgid "<b>Pattern fill</b>"
-msgstr "圖樣填充"
+msgstr "<b>圖樣填充</b>"
#: ../src/widgets/paint-selector.cpp:1149
-#, fuzzy
msgid "<b>Swatch fill</b>"
-msgstr "色票填充"
+msgstr "<b>色票填充</b>"
#: ../src/widgets/select-toolbar.cpp:262
msgid "Transform by toolbar"
@@ -24110,13 +23210,11 @@ msgstr "<b>圖樣</b>不會隨著物件 (移動、縮放、旋轉或傾斜) <b>
#. four spinbuttons
#: ../src/widgets/select-toolbar.cpp:494
-#, fuzzy
msgctxt "Select toolbar"
msgid "X position"
-msgstr "位置"
+msgstr "X 位置"
#: ../src/widgets/select-toolbar.cpp:494
-#, fuzzy
msgctxt "Select toolbar"
msgid "X:"
msgstr "X:"
@@ -24126,13 +23224,11 @@ msgid "Horizontal coordinate of selection"
msgstr "選取區的水平坐標"
#: ../src/widgets/select-toolbar.cpp:500
-#, fuzzy
msgctxt "Select toolbar"
msgid "Y position"
-msgstr "位置"
+msgstr "Y 位置"
#: ../src/widgets/select-toolbar.cpp:500
-#, fuzzy
msgctxt "Select toolbar"
msgid "Y:"
msgstr "Y:"
@@ -24142,13 +23238,11 @@ msgid "Vertical coordinate of selection"
msgstr "選取區的垂直坐標"
#: ../src/widgets/select-toolbar.cpp:506
-#, fuzzy
msgctxt "Select toolbar"
msgid "Width"
msgstr "寬度"
#: ../src/widgets/select-toolbar.cpp:506
-#, fuzzy
msgctxt "Select toolbar"
msgid "W:"
msgstr "寬:"
@@ -24166,13 +23260,11 @@ msgid "When locked, change both width and height by the same proportion"
msgstr "鎖定時,寬度和高度會同時按照相同比例改變"
#: ../src/widgets/select-toolbar.cpp:525
-#, fuzzy
msgctxt "Select toolbar"
msgid "Height"
msgstr "高度"
#: ../src/widgets/select-toolbar.cpp:525
-#, fuzzy
msgctxt "Select toolbar"
msgid "H:"
msgstr "高:"
@@ -24203,62 +23295,53 @@ msgstr "CMS"
#: ../src/widgets/sp-color-icc-selector.cpp:217
#: ../src/widgets/sp-color-scales.cpp:403
-#, fuzzy
msgid "_R:"
-msgstr "紅 (_R)"
+msgstr "紅(_R):"
#: ../src/widgets/sp-color-icc-selector.cpp:217
#: ../src/widgets/sp-color-icc-selector.cpp:218
#: ../src/widgets/sp-color-scales.cpp:406
-#, fuzzy
msgid "_G:"
-msgstr "綠 (_G)"
+msgstr "綠(_G):"
#: ../src/widgets/sp-color-icc-selector.cpp:217
#: ../src/widgets/sp-color-scales.cpp:409
-#, fuzzy
msgid "_B:"
-msgstr "藍 (_B)"
+msgstr "藍(_B):"
#: ../src/widgets/sp-color-icc-selector.cpp:219
#: ../src/widgets/sp-color-icc-selector.cpp:220
#: ../src/widgets/sp-color-scales.cpp:429
-#, fuzzy
msgid "_H:"
-msgstr "色相 (_H)"
+msgstr "色相(_H):"
#: ../src/widgets/sp-color-icc-selector.cpp:219
#: ../src/widgets/sp-color-icc-selector.cpp:220
#: ../src/widgets/sp-color-scales.cpp:432
-#, fuzzy
msgid "_S:"
-msgstr "飽和度 (_S)"
+msgstr "飽和度(_S):"
#: ../src/widgets/sp-color-icc-selector.cpp:220
#: ../src/widgets/sp-color-scales.cpp:435
-#, fuzzy
msgid "_L:"
-msgstr "明度 (_L)"
+msgstr "明度(_L):"
#: ../src/widgets/sp-color-icc-selector.cpp:221
#: ../src/widgets/sp-color-icc-selector.cpp:222
#: ../src/widgets/sp-color-scales.cpp:457
-#, fuzzy
msgid "_C:"
-msgstr "青 (_C)"
+msgstr "青(_C):"
#: ../src/widgets/sp-color-icc-selector.cpp:221
#: ../src/widgets/sp-color-icc-selector.cpp:222
#: ../src/widgets/sp-color-scales.cpp:460
-#, fuzzy
msgid "_M:"
-msgstr "洋紅 (_M)"
+msgstr "洋紅(_M):"
#: ../src/widgets/sp-color-icc-selector.cpp:221
#: ../src/widgets/sp-color-scales.cpp:466
-#, fuzzy
msgid "_K:"
-msgstr "黑 (_K)"
+msgstr "黑(_K):"
#: ../src/widgets/sp-color-icc-selector.cpp:232
msgid "Gray"
@@ -24299,9 +23382,8 @@ msgstr "修正 RGB 備份以符合 icc-color() 的值。"
#: ../src/widgets/sp-color-scales.cpp:438
#: ../src/widgets/sp-color-scales.cpp:469
#: ../src/widgets/sp-color-wheel-selector.cpp:171
-#, fuzzy
msgid "_A:"
-msgstr "透明 (_A)"
+msgstr "透明(_A):"
#: ../src/widgets/sp-color-icc-selector.cpp:396
#: ../src/widgets/sp-color-icc-selector.cpp:408
@@ -24374,10 +23456,9 @@ msgid "Stroke width"
msgstr "邊框寬度"
#: ../src/widgets/stroke-style.cpp:335
-#, fuzzy
msgctxt "Stroke width"
msgid "_Width:"
-msgstr "寬度 (_W):"
+msgstr "寬度(_W):"
#. Join type
#. TRANSLATORS: The line join style specifies the shape to be used at the
@@ -24412,7 +23493,6 @@ msgid "Maximum length of the miter (in units of stroke width)"
msgstr "斜切的最大長度 (單位為邊框寬度的單位)"
#: ../src/widgets/stroke-style.cpp:412
-#, fuzzy
msgid "Miter _limit:"
msgstr "斜切限制:"
@@ -24447,18 +23527,16 @@ msgid "Dashes:"
msgstr "線段:"
#: ../src/widgets/stroke-style.cpp:476
-#, fuzzy
msgid "_Start Markers:"
-msgstr "起點標記:"
+msgstr "起點標記(_S):"
#: ../src/widgets/stroke-style.cpp:477
msgid "Start Markers are drawn on the first node of a path or shape"
msgstr "在路徑或形狀的第一個節點上繪製起點標記"
#: ../src/widgets/stroke-style.cpp:487
-#, fuzzy
msgid "_Mid Markers:"
-msgstr "中間標記:"
+msgstr "中間標記(_M):"
#: ../src/widgets/stroke-style.cpp:488
msgid ""
@@ -24467,9 +23545,8 @@ msgid ""
msgstr "在路徑或形狀的每一個節點 (除了起點和終點外) 上繪製中間標記"
#: ../src/widgets/stroke-style.cpp:498
-#, fuzzy
msgid "_End Markers:"
-msgstr "終點標記:"
+msgstr "終點標記(_E):"
#: ../src/widgets/stroke-style.cpp:499
msgid "End Markers are drawn on the last node of a path or shape"
@@ -24540,64 +23617,52 @@ msgid "Insert"
msgstr "插入"
#: ../src/widgets/toolbox.cpp:1468
-#, fuzzy
msgid "Insert node at min X"
-msgstr "插入節點"
+msgstr "於最小 X 位置插入節點"
#: ../src/widgets/toolbox.cpp:1469
-#, fuzzy
msgid "Insert new nodes at min X into selected segments"
-msgstr "插入新節點到選取的線段"
+msgstr "於最小 X 位置插入新節點到選取的線段"
#: ../src/widgets/toolbox.cpp:1472
-#, fuzzy
msgid "Insert min X"
-msgstr "插入節點"
+msgstr "插入最小 X 位置"
#: ../src/widgets/toolbox.cpp:1478
-#, fuzzy
msgid "Insert node at max X"
-msgstr "插入節點"
+msgstr "於最大 X 位置插入節點"
#: ../src/widgets/toolbox.cpp:1479
-#, fuzzy
msgid "Insert new nodes at max X into selected segments"
-msgstr "插入新節點到選取的線段"
+msgstr "於最大 X 位置插入新節點到選取的線段"
#: ../src/widgets/toolbox.cpp:1482
-#, fuzzy
msgid "Insert max X"
-msgstr "插入"
+msgstr "插入最大 X 位置"
#: ../src/widgets/toolbox.cpp:1488
-#, fuzzy
msgid "Insert node at min Y"
-msgstr "插入節點"
+msgstr "於最小 Y 位置插入節點"
#: ../src/widgets/toolbox.cpp:1489
-#, fuzzy
msgid "Insert new nodes at min Y into selected segments"
-msgstr "插入新節點到選取的線段"
+msgstr "於最小 Y 位置插入新節點到選取的線段"
#: ../src/widgets/toolbox.cpp:1492
-#, fuzzy
msgid "Insert min Y"
-msgstr "插入節點"
+msgstr "插入最小 Y 位置"
#: ../src/widgets/toolbox.cpp:1498
-#, fuzzy
msgid "Insert node at max Y"
-msgstr "插入節點"
+msgstr "於最大 Y 位置插入節點"
#: ../src/widgets/toolbox.cpp:1499
-#, fuzzy
msgid "Insert new nodes at max Y into selected segments"
-msgstr "插入新節點到選取的線段"
+msgstr "於最大 Y 位置插入新節點到選取的線段"
#: ../src/widgets/toolbox.cpp:1502
-#, fuzzy
msgid "Insert max Y"
-msgstr "插入"
+msgstr "插入最大 Y 位置"
#: ../src/widgets/toolbox.cpp:1510
msgid "Delete selected nodes"
@@ -24740,26 +23805,24 @@ msgid "Font Size"
msgstr "字型大小"
#: ../src/widgets/toolbox.cpp:1796
-#, fuzzy
msgid "Font Size:"
-msgstr "字型大小"
+msgstr "字型大小:"
#: ../src/widgets/toolbox.cpp:1797
msgid "The font size to be used in the measurement labels"
-msgstr ""
+msgstr "測量標籤使用的字型大小"
#: ../src/widgets/toolbox.cpp:1809 ../src/widgets/toolbox.cpp:1817
msgid "The units to be used for the measurements"
-msgstr ""
+msgstr "用於測量的單位"
#: ../src/widgets/toolbox.cpp:2419
msgid "Bounding box"
msgstr "邊界框"
#: ../src/widgets/toolbox.cpp:2419
-#, fuzzy
msgid "Snap bounding boxes"
-msgstr "貼齊邊界框頂點"
+msgstr "貼齊邊界框"
#: ../src/widgets/toolbox.cpp:2428
msgid "Bounding box edges"
@@ -24782,23 +23845,20 @@ msgid "BBox Edge Midpoints"
msgstr "邊界框邊緣中點"
#: ../src/widgets/toolbox.cpp:2446
-#, fuzzy
msgid "Snap midpoints of bounding box edges"
-msgstr "從邊界框邊緣中點貼齊以及貼齊到邊界框邊緣中點"
+msgstr "貼齊邊界框邊緣中點"
#: ../src/widgets/toolbox.cpp:2456
msgid "BBox Centers"
msgstr "邊界框中心"
#: ../src/widgets/toolbox.cpp:2456
-#, fuzzy
msgid "Snapping centers of bounding boxes"
-msgstr "從邊界框中心點貼齊以及貼齊到邊界框中心點"
+msgstr "貼齊邊界框中心"
#: ../src/widgets/toolbox.cpp:2465
-#, fuzzy
msgid "Snap nodes, paths, and handles"
-msgstr "貼齊節點或控制點"
+msgstr "貼齊節點、路徑及控制點"
#: ../src/widgets/toolbox.cpp:2473
msgid "Snap to paths"
@@ -24818,7 +23878,7 @@ msgstr "節點"
#: ../src/widgets/toolbox.cpp:2491
msgid "Snap cusp nodes, incl. rectangle corners"
-msgstr ""
+msgstr "貼齊尖角節點,包括矩形頂點"
#: ../src/widgets/toolbox.cpp:2500
msgid "Smooth nodes"
@@ -24826,52 +23886,47 @@ msgstr "平滑節點"
#: ../src/widgets/toolbox.cpp:2500
msgid "Snap smooth nodes, incl. quadrant points of ellipses"
-msgstr ""
+msgstr "貼齊平滑節點,包括橢圓形的象限點"
#: ../src/widgets/toolbox.cpp:2509
msgid "Line Midpoints"
msgstr "直線中點"
#: ../src/widgets/toolbox.cpp:2509
-#, fuzzy
msgid "Snap midpoints of line segments"
-msgstr "從直線線段中點貼齊以及貼齊到直線線段中點"
+msgstr "貼齊直線線段的中點"
#: ../src/widgets/toolbox.cpp:2518
-#, fuzzy
msgid "Others"
msgstr "其他"
#: ../src/widgets/toolbox.cpp:2518
msgid "Snap other points (centers, guide origins, gradient handles, etc.)"
-msgstr ""
+msgstr "貼齊其他點 (中心點、參考線原點、漸層控制點等)"
#: ../src/widgets/toolbox.cpp:2526
msgid "Object Centers"
msgstr "物件中心"
#: ../src/widgets/toolbox.cpp:2526
-#, fuzzy
msgid "Snap centers of objects"
-msgstr "從物件中心點貼齊以及貼齊到物件中心點"
+msgstr "貼齊物件中心"
#: ../src/widgets/toolbox.cpp:2535
msgid "Rotation Centers"
msgstr "旋轉中心"
#: ../src/widgets/toolbox.cpp:2535
-#, fuzzy
msgid "Snap an item's rotation center"
-msgstr "從項目的旋轉中心貼齊以及貼齊到項目的旋轉中心"
+msgstr "貼齊項目的旋轉中心"
#: ../src/widgets/toolbox.cpp:2544
msgid "Text baseline"
msgstr "文字基線"
#: ../src/widgets/toolbox.cpp:2544
-#, fuzzy
msgid "Snap text anchors and baselines"
-msgstr "對齊文字基線"
+msgstr "貼齊文字錨點和基準線"
#: ../src/widgets/toolbox.cpp:2554
msgid "Page border"
@@ -24886,7 +23941,6 @@ msgid "Snap to grids"
msgstr "貼齊格線"
#: ../src/widgets/toolbox.cpp:2572
-#, fuzzy
msgid "Snap guides"
msgstr "貼齊參考線"
@@ -25629,9 +24683,8 @@ msgid "Focus:"
msgstr "集中:"
#: ../src/widgets/toolbox.cpp:4891
-#, fuzzy
msgid "0 to spray a spot; increase to enlarge the ring radius"
-msgstr "0 可噴灑斑點。增加數值可加大環形半徑。"
+msgstr "0 可噴灑斑點;增加數值可加大環形半徑"
#. Standard_deviation
#: ../src/widgets/toolbox.cpp:4904
@@ -25643,21 +24696,18 @@ msgid "(maximum scatter)"
msgstr "(散佈最大值)"
#: ../src/widgets/toolbox.cpp:4907
-#, fuzzy
msgctxt "Spray tool"
msgid "Scatter"
msgstr "散佈"
#: ../src/widgets/toolbox.cpp:4907
-#, fuzzy
msgctxt "Spray tool"
msgid "Scatter:"
-msgstr "散佈"
+msgstr "散佈:"
#: ../src/widgets/toolbox.cpp:4907
-#, fuzzy
msgid "Increase to scatter sprayed objects"
-msgstr "增加數值可散佈噴灑的物件。"
+msgstr "增加數值可散佈噴灑的物件"
#: ../src/widgets/toolbox.cpp:4926
msgid "Spray copies of the initial selection"
@@ -25689,15 +24739,13 @@ msgid "Amount"
msgstr "數量"
#: ../src/widgets/toolbox.cpp:4968
-#, fuzzy
msgid "Adjusts the number of items sprayed per click"
-msgstr "調整每次循環噴灑項目的數量"
+msgstr "調整每次點擊噴灑項目的數量"
#: ../src/widgets/toolbox.cpp:4984
-#, fuzzy
msgid ""
"Use the pressure of the input device to alter the amount of sprayed objects"
-msgstr "使用輸入裝置的壓力來改變噴灑物件的數量。"
+msgstr "使用輸入裝置的壓力來改變噴灑物件的數量"
#: ../src/widgets/toolbox.cpp:4994
msgid "(high rotation variation)"
@@ -25712,34 +24760,32 @@ msgid "Rotation:"
msgstr "旋轉:"
#: ../src/widgets/toolbox.cpp:4999
-#, fuzzy, no-c-format
+#, no-c-format
msgid ""
"Variation of the rotation of the sprayed objects; 0% for the same rotation "
"than the original object"
-msgstr "噴灑物件的旋轉變化量。0% 代表除了原始物件外旋轉量都相同。"
+msgstr "噴灑物件的旋轉變化量;0% 代表除了原始物件外旋轉角度都相同"
#: ../src/widgets/toolbox.cpp:5012
msgid "(high scale variation)"
msgstr "(高縮放變化量)"
#: ../src/widgets/toolbox.cpp:5015
-#, fuzzy
msgctxt "Spray tool"
msgid "Scale"
-msgstr "比例"
+msgstr "縮放"
#: ../src/widgets/toolbox.cpp:5015
-#, fuzzy
msgctxt "Spray tool"
msgid "Scale:"
-msgstr "級別:"
+msgstr "縮放:"
#: ../src/widgets/toolbox.cpp:5017
-#, fuzzy, no-c-format
+#, no-c-format
msgid ""
"Variation in the scale of the sprayed objects; 0% for the same scale than "
"the original object"
-msgstr "噴灑物件的縮放變化量。0% 代表除了原始物件外縮放量都相同。"
+msgstr "噴灑物件的縮放變化量;0% 代表除了原始物件外縮放量都相同"
#: ../src/widgets/toolbox.cpp:5191
msgid "No preset"
@@ -26154,9 +25200,9 @@ msgid "The width of the eraser pen (relative to the visible canvas area)"
msgstr "橡皮擦的寬度 (相對於可見畫布區域)"
#: ../src/widgets/toolbox.cpp:6658
-#, fuzzy, c-format
+#, c-format
msgid "Failed to find font matching: %s\n"
-msgstr "無法從管道讀取 (%s)"
+msgstr "無法找到符合的字型:%s\n"
#: ../src/widgets/toolbox.cpp:6692
msgid "Text: Change font family"
@@ -26296,10 +25342,9 @@ msgstr "縮小間距"
#: ../src/widgets/toolbox.cpp:7956 ../src/widgets/toolbox.cpp:7987
#: ../src/widgets/toolbox.cpp:8018
-#, fuzzy
msgctxt "Text tool"
msgid "Normal"
-msgstr "普通"
+msgstr "標準"
#: ../src/widgets/toolbox.cpp:7956
msgid "Larger spacing"
@@ -26554,14 +25599,12 @@ msgid ""
msgstr "將油漆桶參數重設為預設值 (可在 Inkscape 偏好設定 > 工具 變更預設值)"
#: ../share/extensions/interp_att_g.py:161
-#, fuzzy
msgid "There is no selection to interpolate"
-msgstr "提升選取到最上層"
+msgstr "沒有選取物件進行內插"
#: ../share/extensions/voronoi2svg.py:209
-#, fuzzy
msgid "Please select objects!"
-msgstr "再製選取的物件"
+msgstr "請選取物件!"
#. vim: expandtab shiftwidth=2 tabstop=2 softtabstop=2 fileencoding=utf-8 textwidth=99
#: ../share/extensions/addnodes.inx.h:1
@@ -26577,14 +25620,12 @@ msgid "By number of segments"
msgstr "依照線段數量"
#: ../share/extensions/addnodes.inx.h:4
-#, fuzzy
msgid "Division method:"
-msgstr "分割方式"
+msgstr "分割方式:"
#: ../share/extensions/addnodes.inx.h:5
-#, fuzzy
msgid "Maximum segment length (px):"
-msgstr "線段最大長度 (px)"
+msgstr "線段最大長度 (px):"
#: ../share/extensions/addnodes.inx.h:6
#: ../share/extensions/convert2dashes.inx.h:2
@@ -26602,9 +25643,8 @@ msgid "Modify Path"
msgstr "修改路徑"
#: ../share/extensions/addnodes.inx.h:7
-#, fuzzy
msgid "Number of segments:"
-msgstr "線段數量"
+msgstr "線段數量:"
#: ../share/extensions/ai_input.inx.h:1
msgid "AI 8.0 Input"
@@ -26709,31 +25749,34 @@ msgid ""
" Green Function: b \n"
" Blue Function: g"
msgstr ""
+"讓你針對每個色版估算不同的函數。\n"
+"紅、綠和藍數值為標準化後的紅綠藍色版數值。計算後的 RGB 數值會自動定位。\n"
+"\n"
+"例如 (紅色變為原本的二分之一、綠色和藍色互相交換):\n"
+" 紅色函數:r*0.5 \n"
+" 綠色函數:b \n"
+" 藍色函數:g"
#: ../share/extensions/color_custom.inx.h:8
-#, fuzzy
msgid "Blue Function:"
-msgstr "藍色函數"
+msgstr "藍色函數:"
#: ../share/extensions/color_custom.inx.h:10
-#, fuzzy
msgctxt "Custom color extension"
msgid "Custom"
msgstr "自訂"
#: ../share/extensions/color_custom.inx.h:11
-#, fuzzy
msgid "Green Function:"
-msgstr "綠色函數"
+msgstr "綠色函數:"
#: ../share/extensions/color_custom.inx.h:13
msgid "Input (r,g,b) Color Range:"
-msgstr ""
+msgstr "輸入 (紅,綠,藍) 色彩範圍:"
#: ../share/extensions/color_custom.inx.h:15
-#, fuzzy
msgid "Red Function:"
-msgstr "紅色函數"
+msgstr "紅色函數:"
#: ../share/extensions/color_darker.inx.h:2
msgid "Darker"
@@ -26780,7 +25823,7 @@ msgstr "反相"
msgid ""
"Converts to HSL, randomizes hue and/or saturation and/or lightness and "
"converts it back to RGB."
-msgstr ""
+msgstr "轉換成 HSL,將色相、飽和度和 (或) 亮度隨機化並且轉換回 RGB。"
#: ../share/extensions/color_randomize.inx.h:7
#: ../share/extensions/render_alphabetsoup.inx.h:2
@@ -26804,14 +25847,12 @@ msgid "By color (RRGGBB hex):"
msgstr "用這顏色取代 (RRGGBB 16進位):"
#: ../share/extensions/color_replace.inx.h:3
-#, fuzzy
msgid "Color to replace"
-msgstr "格線的顏色"
+msgstr "要取代的顏色"
#: ../share/extensions/color_replace.inx.h:4
-#, fuzzy
msgid "New color"
-msgstr "年份顏色"
+msgstr "新顏色"
#: ../share/extensions/color_replace.inx.h:5
msgid "Replace color"
@@ -26845,8 +25886,7 @@ msgstr "Dia 輸入"
msgid ""
"In order to import Dia files, Dia itself must be installed. You can get Dia "
"at http://live.gnome.org/Dia"
-msgstr ""
-"想要匯入 Dia 檔案,必須安裝 Dia。你可在 http://live.gnome.org/Dia 取得該程式"
+msgstr "想要匯入 Dia 檔案,必須安裝 Dia。你可在 http://live.gnome.org/Dia 取得該程式"
#: ../share/extensions/dia.inx.h:5
msgid ""
@@ -26858,7 +25898,6 @@ msgstr ""
"Inkscape 的安裝有問題。"
#: ../share/extensions/dimension.inx.h:1
-#, fuzzy
msgid "Bounding box type :"
msgstr "邊界框類型:"
@@ -26867,14 +25906,12 @@ msgid "Dimensions"
msgstr "尺寸標註線"
#: ../share/extensions/dimension.inx.h:3
-#, fuzzy
msgid "Geometric"
-msgstr "幾何形狀"
+msgstr "幾何"
#: ../share/extensions/dimension.inx.h:4
-#, fuzzy
msgid "Visual"
-msgstr "路徑視覺化"
+msgstr "視覺"
#: ../share/extensions/dimension.inx.h:5 ../share/extensions/dots.inx.h:13
#: ../share/extensions/handles.inx.h:2 ../share/extensions/measure.inx.h:38
@@ -26882,33 +25919,28 @@ msgid "Visualize Path"
msgstr "路徑視覺化"
#: ../share/extensions/dimension.inx.h:6
-#, fuzzy
msgid "X Offset:"
-msgstr "X 偏移"
+msgstr "X 偏移:"
#: ../share/extensions/dimension.inx.h:7
-#, fuzzy
msgid "Y Offset:"
-msgstr "Y 偏移"
+msgstr "Y 偏移:"
#: ../share/extensions/dots.inx.h:1
-#, fuzzy
msgid "Dot size:"
-msgstr "點大小"
+msgstr "點大小:"
#: ../share/extensions/dots.inx.h:4
msgid "Number Nodes"
msgstr "數字節點"
#: ../share/extensions/dots.inx.h:6
-#, fuzzy
msgid "Starting dot number:"
-msgstr "投影片編號"
+msgstr "起始點編號:"
#: ../share/extensions/dots.inx.h:7
-#, fuzzy
msgid "Step:"
-msgstr "階層數"
+msgstr "公差值:"
#: ../share/extensions/dots.inx.h:8
msgid ""
@@ -26920,6 +25952,11 @@ msgid ""
"first node of the path.\n"
" * Step: numbering step between two nodes."
msgstr ""
+"此擴充功能會根據下列選項用數字點取代選取項目的節點:\n"
+" * 字型尺寸:節點數字標籤的大小 (20px, 12pt...)。\n"
+" * 點大小:於路徑節點上放置的點直徑 (10px, 2mm...)。\n"
+" * 起始點數字:數列的起始數字,指定到此路徑的起始節點。\n"
+" * 公差值:兩個節點之間的數字差值。"
#: ../share/extensions/draw_from_triangle.inx.h:1
msgid "Altitudes"
@@ -27026,15 +26063,13 @@ msgid "Orthocentre"
msgstr "垂心 (Orthocentre)"
#: ../share/extensions/draw_from_triangle.inx.h:28
-#, fuzzy
msgid "Point At:"
-msgstr "自訂點"
+msgstr "自訂點:"
#: ../share/extensions/draw_from_triangle.inx.h:29
#: ../share/extensions/wireframe_sphere.inx.h:4
-#, fuzzy
msgid "Radius (px):"
-msgstr "半徑 / px"
+msgstr "半徑 (px):"
#: ../share/extensions/draw_from_triangle.inx.h:31
msgid "Report this triangle's properties"
@@ -27118,7 +26153,6 @@ msgid "Trilinear Coordinates"
msgstr "三線性坐標"
#: ../share/extensions/dxf_input.inx.h:1
-#, fuzzy
msgid ""
"- AutoCAD Release 13 and newer.\n"
"- assume dxf drawing is in mm.\n"
@@ -27128,8 +26162,9 @@ msgid ""
"- limited support for BLOCKS, use AutoCAD Explode Blocks instead, if needed."
msgstr ""
"- AutoCAD 版本 13 及更新版本。\n"
-"- 假設 dxf 以 mm 單位繪製。\n"
-"- 假設 svg 於 90 dpi 以像素單位繪製。\n"
+"- 假設 dxf 圖畫的單位為 mm。\n"
+"- 假設 svg 圖畫單位為、像素,解析度為 90 dpi。\n"
+"- 縮放係數和原點只套用到手動縮放。\n"
"- 圖層只保存在 檔案->開啟 上,而不匯入。\n"
"- 僅限支援圖塊,需要時改為使用 AutoCAD 分解圖塊。"
@@ -27139,9 +26174,8 @@ msgstr "AutoCAD DXF R13 (*.dxf)"
#: ../share/extensions/dxf_input.inx.h:8
#: ../share/extensions/render_barcode_qrcode.inx.h:3
-#, fuzzy
msgid "Character encoding:"
-msgstr "字元編碼"
+msgstr "字元編碼:"
#: ../share/extensions/dxf_input.inx.h:9
msgid "DXF Input"
@@ -27149,7 +26183,7 @@ msgstr "DXF 輸入"
#: ../share/extensions/dxf_input.inx.h:10
msgid "Gcodetools compatible point import"
-msgstr ""
+msgstr "匯入與 Gcodetools 相容的鑽尖"
#: ../share/extensions/dxf_input.inx.h:12
msgid "Import AutoCAD's Document Exchange Format"
@@ -27157,28 +26191,25 @@ msgstr "匯入 AutoCAD 的文件交換格式檔案"
#: ../share/extensions/dxf_input.inx.h:13
msgid "Manual x-axis origin (mm):"
-msgstr ""
+msgstr "手動 X 軸原點 (mm):"
#: ../share/extensions/dxf_input.inx.h:14
msgid "Manual y-axis origin (mm):"
-msgstr ""
+msgstr "手動 Y 軸原點 (mm):"
#: ../share/extensions/dxf_input.inx.h:16
-#, fuzzy
msgid "Or, use manual scale factor:"
-msgstr "或者,使用手動縮放比例"
+msgstr "或者,使用手動縮放係數:"
#: ../share/extensions/dxf_input.inx.h:17
-#, fuzzy
msgid "Text Font:"
-msgstr "文字輸入"
+msgstr "文字字型:"
#: ../share/extensions/dxf_input.inx.h:18
msgid "Use automatic scaling to size A4"
msgstr "自動縮放為 A4 尺寸"
#: ../share/extensions/dxf_outlines.inx.h:1
-#, fuzzy
msgid ""
"- AutoCAD Release 14 DXF format.\n"
"- The base unit parameter specifies in what unit the coordinates are output "
@@ -27193,26 +26224,29 @@ msgid ""
"legacy version of the LINE output.\n"
"- You can choose to export all layers or only visible ones"
msgstr ""
-"- AutoCAD 版本 13 格式。\n"
-"- 假設 svg 為 90 dpi 以像素單位繪製。\n"
-"- 假設 dxf 以 mm 單位繪製。\n"
-"- 只支援「線」和「雲形線」元件。\n"
+"- AutoCAD 發佈的 14 DXF 格式。\n"
+"- 基本單位參數可指定用哪一種單位的坐標作為輸出 (90 像素 = 1 英寸)。\n"
+"- 支援元件類型。\n"
+" - 路徑 (直線和雲形線)。\n"
+" - 矩形\n"
+" - 複製項目 (原本的交叉參考會遺失)。\n"
"- ROBO-Master 雲形線輸出只有 ROBO-Master 和 AutoDesk 檢視程式才能讀取,"
"Inkscape 無法讀取。\n"
"- 多折線 (LWPOLYLINE) 輸出是一種多段連接的折線,要使用舊版的線 (LINE) 輸出請"
-"停用這個選項。"
+"停用這個選項。\n"
+"- 你可以選擇要匯出全部圖層或者只匯出可見的圖層"
#: ../share/extensions/dxf_outlines.inx.h:10
msgid "Base unit"
-msgstr ""
+msgstr "基本單位"
#: ../share/extensions/dxf_outlines.inx.h:11
msgid "CP 1250"
-msgstr ""
+msgstr "CP 1250"
#: ../share/extensions/dxf_outlines.inx.h:12
msgid "CP 1252"
-msgstr ""
+msgstr "CP 1252"
#: ../share/extensions/dxf_outlines.inx.h:13
msgid "Character Encoding"
@@ -27223,23 +26257,20 @@ msgid "Desktop Cutting Plotter"
msgstr "繪圖交換格式"
#: ../share/extensions/dxf_outlines.inx.h:15
-#, fuzzy
msgid "Desktop Cutting Plotter (AutoCAD DXF R14) (*.dxf)"
-msgstr "繪圖交換格式 (R13) (*.dxf)"
+msgstr "繪圖交換格式 (AutoCAD DXF R14) (*.dxf)"
#: ../share/extensions/dxf_outlines.inx.h:17
-#, fuzzy
msgid "Latin 1"
-msgstr "拉丁字母"
+msgstr "拉丁 1"
#: ../share/extensions/dxf_outlines.inx.h:19
msgid "UTF 8"
-msgstr ""
+msgstr "UTF 8"
#: ../share/extensions/dxf_outlines.inx.h:23
-#, fuzzy
msgid "keep only visible layers"
-msgstr "繪製隱形圖層"
+msgstr "只保留可見圖層"
#: ../share/extensions/dxf_outlines.inx.h:29
msgid "use LWPOLYLINE type of line output"
@@ -27266,43 +26297,36 @@ msgid "pstoedit must be installed to run; see http://www.pstoedit.net/pstoedit"
msgstr "必須安裝 pstoedit 來執行;詳見 http://www.pstoedit.net/pstoeit"
#: ../share/extensions/edge3d.inx.h:1
-#, fuzzy
msgid "Blur height:"
-msgstr "模糊高度"
+msgstr "模糊高度:"
#: ../share/extensions/edge3d.inx.h:2
-#, fuzzy
msgid "Blur stdDeviation:"
-msgstr "模糊標準差"
+msgstr "模糊標準差:"
#: ../share/extensions/edge3d.inx.h:3
-#, fuzzy
msgid "Blur width:"
-msgstr "模糊寬度"
+msgstr "模糊寬度:"
#: ../share/extensions/edge3d.inx.h:4
msgid "Edge 3D"
msgstr "邊緣立體化"
#: ../share/extensions/edge3d.inx.h:5
-#, fuzzy
msgid "Illumination Angle:"
-msgstr "照射角"
+msgstr "照射角:"
#: ../share/extensions/edge3d.inx.h:7
-#, fuzzy
msgid "Only black and white:"
-msgstr "只有黑白"
+msgstr "只有黑白:"
#: ../share/extensions/edge3d.inx.h:8
-#, fuzzy
msgid "Shades:"
-msgstr "明暗變化"
+msgstr "明暗變化:"
#: ../share/extensions/edge3d.inx.h:9
-#, fuzzy
msgid "Stroke width:"
-msgstr "邊框寬度"
+msgstr "邊框寬度:"
#: ../share/extensions/embedimage.inx.h:1
msgid "Embed Images"
@@ -27321,14 +26345,12 @@ msgid "Additional packages (comma-separated): "
msgstr "附加套件 (用逗號區隔開):"
#: ../share/extensions/eqtexsvg.inx.h:2
-#, fuzzy
msgid "LaTeX"
-msgstr "LaTeX 列印"
+msgstr "LaTeX"
#: ../share/extensions/eqtexsvg.inx.h:3
-#, fuzzy
msgid "LaTeX input: "
-msgstr "LaTeX 列印"
+msgstr "LaTeX 輸入:"
#: ../share/extensions/export_gimp_palette.inx.h:1
msgid "Export as GIMP Palette"
@@ -27380,9 +26402,8 @@ msgid "XFIG Input"
msgstr "XFIG 輸入"
#: ../share/extensions/flatten.inx.h:1
-#, fuzzy
msgid "Flatness:"
-msgstr "平坦度"
+msgstr "平坦度:"
#: ../share/extensions/flatten.inx.h:2
msgid "Flatten Beziers"
@@ -27393,36 +26414,32 @@ msgid "Add Guide Lines"
msgstr "加入參考線"
#: ../share/extensions/foldablebox.inx.h:2
-#, fuzzy
msgid "Depth:"
-msgstr "深度"
+msgstr "深度:"
#: ../share/extensions/foldablebox.inx.h:3
msgid "Foldable Box"
msgstr "折疊盒"
#: ../share/extensions/foldablebox.inx.h:5
-#, fuzzy
msgid "Paper Thickness:"
-msgstr "紙張厚度"
+msgstr "紙張厚度:"
#: ../share/extensions/foldablebox.inx.h:7
-#, fuzzy
msgid "Tab Proportion:"
-msgstr "分頁比例"
+msgstr "分頁比例:"
#: ../share/extensions/fractalize.inx.h:1
msgid "Fractalize"
msgstr "碎形化"
#: ../share/extensions/fractalize.inx.h:4
-#, fuzzy
msgid "Subdivisions:"
-msgstr "細分"
+msgstr "細分:"
#: ../share/extensions/funcplot.inx.h:1
msgid "Add x-axis endpoints"
-msgstr ""
+msgstr "加入 X 軸端點"
#: ../share/extensions/funcplot.inx.h:2
msgid "Calculate first derivative numerically"
@@ -27434,23 +26451,20 @@ msgid "Draw Axes"
msgstr "繪製軸線"
#: ../share/extensions/funcplot.inx.h:4
-#, fuzzy
msgid "End X value:"
-msgstr "結束 X 值"
+msgstr "結束 X 值:"
#: ../share/extensions/funcplot.inx.h:5
-#, fuzzy
msgid "First derivative:"
-msgstr "一階導數"
+msgstr "一階導數:"
#: ../share/extensions/funcplot.inx.h:6
msgid "Function Plotter"
msgstr "函數繪圖器"
#: ../share/extensions/funcplot.inx.h:7
-#, fuzzy
msgid "Function:"
-msgstr "函數"
+msgstr "函數:"
#: ../share/extensions/funcplot.inx.h:8
#: ../share/extensions/param_curves.inx.h:3
@@ -27460,16 +26474,15 @@ msgstr "函數"
#: ../share/extensions/funcplot.inx.h:9
#: ../share/extensions/param_curves.inx.h:4
msgid "Isotropic scaling"
-msgstr ""
+msgstr "等向縮放"
#: ../share/extensions/funcplot.inx.h:10
msgid "Multiply X range by 2*pi"
-msgstr "「2*pi」乘上 X 範圍"
+msgstr "「2*圓周率」乘上 X 範圍"
#: ../share/extensions/funcplot.inx.h:11
-#, fuzzy
msgid "Number of samples:"
-msgstr "取樣數"
+msgstr "取樣數:"
#: ../share/extensions/funcplot.inx.h:12
msgid "Range and sampling"
@@ -27481,7 +26494,6 @@ msgid "Remove rectangle"
msgstr "移除矩形"
#: ../share/extensions/funcplot.inx.h:15
-#, fuzzy
msgid ""
"Select a rectangle before calling the extension,\n"
"it will determine X and Y scales. If you wish to fill the area, then add x-"
@@ -27494,13 +26506,13 @@ msgid ""
" First derivative is always determined numerically."
msgstr ""
"呼叫此擴充功能前請先選擇一個矩形,\n"
-"矩形決定 x 和 y 的比例。\n"
+"若你希望填滿此面積,則加入 X 軸端點,這會決定 X 和 Y 的比例。\n"
"\n"
"關於極坐標:\n"
" 起始和結束的 x 值定義弧度的範圍。\n"
" x 比例是不變的,所以矩形的 左/右 邊緣表示 +/-1。\n"
" 等向縮放比例是被停用的。\n"
-" 第一次導數總是用數字表示被決定的。"
+" 第一次導數總是由數字表示所決定。"
#: ../share/extensions/funcplot.inx.h:23
#: ../share/extensions/param_curves.inx.h:13
@@ -27526,9 +26538,8 @@ msgstr ""
"常數 pi 和 e 也可使用。"
#: ../share/extensions/funcplot.inx.h:32
-#, fuzzy
msgid "Start X value:"
-msgstr "開始 X 值"
+msgstr "起始 X 值:"
#: ../share/extensions/funcplot.inx.h:33
#: ../share/extensions/param_curves.inx.h:23
@@ -27541,51 +26552,45 @@ msgstr "使用極坐標"
#: ../share/extensions/funcplot.inx.h:35
#: ../share/extensions/param_curves.inx.h:24
-#, fuzzy
msgid ""
"When set, Isotropic scaling uses smallest of width/xrange or height/yrange"
-msgstr "等向縮放比例 (使用「寬度 / x 範圍」或「高度 / y 範圍」的最小值)"
+msgstr "設定時,使用「寬度 / x 範圍」或「高度 / y 範圍」的最小值進行等向縮放"
#: ../share/extensions/funcplot.inx.h:36
-#, fuzzy
msgid "Y value of rectangle's bottom:"
-msgstr "矩形底部的 Y 值"
+msgstr "矩形底部的 Y 值:"
#: ../share/extensions/funcplot.inx.h:37
-#, fuzzy
msgid "Y value of rectangle's top:"
-msgstr "矩形頂端的 Y 值"
+msgstr "矩形頂端的 Y 值:"
#: ../share/extensions/gears.inx.h:1
-#, fuzzy
msgid "Circular pitch (tooth size):"
-msgstr "圓周齒距, px"
+msgstr "圓周齒距 (輪齒大小):"
#: ../share/extensions/gears.inx.h:2
msgid "Diameter of center hole (0 for none):"
-msgstr ""
+msgstr "中央空心直徑 (0 表示沒有空心):"
#: ../share/extensions/gears.inx.h:3
msgid "Gear"
msgstr "齒輪"
#: ../share/extensions/gears.inx.h:4
-#, fuzzy
msgid "Number of teeth:"
-msgstr "輪齒數"
+msgstr "輪齒數:"
#: ../share/extensions/gears.inx.h:5
-#, fuzzy
msgid "Pressure angle (degrees):"
-msgstr "壓力角"
+msgstr "壓力角 (度):"
#: ../share/extensions/gears.inx.h:7
msgid "Unit of measure for both circular pitch and center diameter."
-msgstr ""
+msgstr "周節與中心半徑兩者的量測單位"
#: ../share/extensions/gcodetools_about.inx.h:1
msgid "About"
-msgstr ""
+msgstr "關於"
#: ../share/extensions/gcodetools_about.inx.h:2
#: ../share/extensions/gcodetools_area.inx.h:24
@@ -27599,7 +26604,7 @@ msgstr ""
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:4
#: ../share/extensions/gcodetools_tools_library.inx.h:1
msgid "Gcodetools"
-msgstr ""
+msgstr "Gcodetools"
#: ../share/extensions/gcodetools_about.inx.h:3
#: ../share/extensions/gcodetools_area.inx.h:25
@@ -27621,6 +26626,21 @@ msgid ""
"www.cnc-club.ru/gcodetoolsru Credits: Nick Drobchenko, Vladimir Kalyaev, "
"John Brooker, Henry Nicolas, Chris Lusby Taylor. Gcodetools ver. 1.7"
msgstr ""
+"Gcodetools 外掛模組: 將路徑轉換成 Gcode (使用圓弧內插法), 產生偏移路徑和使用"
+"錐形刀的雕刻銳角。 \n"
+"此外掛程式可用圓弧內插法或線性移動 (需要時) 計算路徑 Gcode 程式碼。\n"
+"\n"
+"可在下述網站找到教學、使用手冊和支援\n"
+"英語支援論壇:\n"
+"\thttp://www.cnc-club.ru/gcodetools\n"
+"\n"
+"\t以及俄語支援論壇:\n"
+"\thttp://www.cnc-club.ru/gcodetoolsru\n"
+"\n"
+"開發團隊:Nick Drobchenko, Vladimir Kalyaev, John Brooker, Henry Nicolas, "
+"Chris Lusby Taylor。\n"
+"\n"
+"Gcodetools 版本 1.7"
#: ../share/extensions/gcodetools_about.inx.h:4
msgid ""
@@ -27631,6 +26651,11 @@ msgid ""
"engravers Plotters etc. To get more info visit developers page at http://www."
"cnc-club.ru/gcodetools"
msgstr ""
+"Gcodetools 開發作為將 Inkscape 路徑轉變成簡單的 Gcode 程式碼。Gcode 為 CNC 機"
+"械廣泛使用的專用格式。因此 Gcodetools 讓你能夠把 Inkscape 當作 CAM 程式使用。"
+"此擴充模組可以搭配許多機械類型:銑床、車床、雷射與電漿切割機、雕刻銑削以及雕"
+"刻繪圖機等等。造訪開發人員網頁 http://www.cnc-club.ru/gcodetools 得知更多詳細"
+"情形"
#: ../share/extensions/gcodetools_area.inx.h:1
msgid ""
@@ -27640,11 +26665,14 @@ msgid ""
"the nearest tool definition (\"Tool diameter\" value). Only one offset will "
"be created if the \"Area width\" is equal to \"1/2 D\"."
msgstr ""
+"「建立面積偏移」: 產生一些 Inkscape 路徑偏移來填補原始路徑以達到「面銑半徑」數值。"
+"外框從「1/2 D」開始以「D」為增加量逐漸增加到「面銑寬度」,這裡的 D 增加量由最近似"
+"的刀具定義 (「刀具直徑」數值)。"
+"若「面銑寬度」等於「1/2 D」則只會建立一次偏移。"
#: ../share/extensions/gcodetools_area.inx.h:2
-#, fuzzy
msgid "Action:"
-msgstr "加速:"
+msgstr "動作:"
#: ../share/extensions/gcodetools_area.inx.h:3
#: ../share/extensions/gcodetools_dxf_points.inx.h:1
@@ -27653,7 +26681,7 @@ msgstr "加速:"
#: ../share/extensions/gcodetools_lathe.inx.h:1
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:1
msgid "Add numeric suffix to filename"
-msgstr ""
+msgstr "檔名加入號碼字根"
#: ../share/extensions/gcodetools_area.inx.h:4
#: ../share/extensions/gcodetools_dxf_points.inx.h:2
@@ -27662,37 +26690,35 @@ msgstr ""
#: ../share/extensions/gcodetools_lathe.inx.h:2
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:2
msgid "Additional post-processor:"
-msgstr ""
+msgstr "附加後處理:"
#: ../share/extensions/gcodetools_area.inx.h:5
msgid "Area"
-msgstr "面積"
+msgstr "面銑"
#: ../share/extensions/gcodetools_area.inx.h:6
msgid "Area artifacts"
-msgstr ""
+msgstr "面銑工件"
#: ../share/extensions/gcodetools_area.inx.h:7
-#, fuzzy
msgid "Area fill angle"
-msgstr "左邊角度"
+msgstr "面銑填補角度"
#: ../share/extensions/gcodetools_area.inx.h:8
msgid "Area fill shift"
-msgstr ""
+msgstr "面銑填補偏移"
#: ../share/extensions/gcodetools_area.inx.h:9
msgid "Area tool overlap (0..0.9):"
-msgstr ""
+msgstr "面銑刀具重疊 (0..0.9):"
#: ../share/extensions/gcodetools_area.inx.h:10
-#, fuzzy
msgid "Area width:"
-msgstr "設定寬度:"
+msgstr "面銑寬度:"
#: ../share/extensions/gcodetools_area.inx.h:11
msgid "Artifact diameter:"
-msgstr ""
+msgstr "工件直徑:"
#: ../share/extensions/gcodetools_area.inx.h:12
#: ../share/extensions/gcodetools_lathe.inx.h:3
@@ -27705,13 +26731,16 @@ msgid ""
"(black), d is the depth defined by orientation points, s - surface defined "
"by orientation points."
msgstr ""
+"雙圓弧內插法公差值是路徑和路徑本身近似值之間的最大距離。若路徑的線段和本身近"
+"似值之間的距離超過雙圓弧內插法公差值時,線段會被分割為兩條線段。以深度函數來"
+"說 c = 從 0.0 (白) 到 1.0 (黑) 的色彩強度,d 代表以方向點定義的深度,s - 以方"
+"向點定義的曲面。"
#: ../share/extensions/gcodetools_area.inx.h:13
#: ../share/extensions/gcodetools_lathe.inx.h:4
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:4
-#, fuzzy
msgid "Biarc interpolation tolerance:"
-msgstr "內插階層數"
+msgstr "雙圓弧內插法公差值:"
#: ../share/extensions/gcodetools_area.inx.h:14
#: ../share/extensions/gcodetools_engraving.inx.h:4
@@ -27719,20 +26748,19 @@ msgstr "內插階層數"
#: ../share/extensions/gcodetools_lathe.inx.h:5
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:5
msgid "Comment Gcode:"
-msgstr ""
+msgstr "通用 G 程式碼:"
#: ../share/extensions/gcodetools_area.inx.h:15
#: ../share/extensions/gcodetools_lathe.inx.h:7
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:6
msgid "Cutting order:"
-msgstr ""
+msgstr "切削順序:"
#: ../share/extensions/gcodetools_area.inx.h:16
#: ../share/extensions/gcodetools_lathe.inx.h:8
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:7
-#, fuzzy
msgid "Depth function:"
-msgstr "紅色函數"
+msgstr "深度函數:"
#: ../share/extensions/gcodetools_area.inx.h:17
#: ../share/extensions/gcodetools_dxf_points.inx.h:6
@@ -27740,9 +26768,8 @@ msgstr "紅色函數"
#: ../share/extensions/gcodetools_graffiti.inx.h:8
#: ../share/extensions/gcodetools_lathe.inx.h:9
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:8
-#, fuzzy
msgid "Directory:"
-msgstr "方向"
+msgstr "目錄:"
#: ../share/extensions/gcodetools_area.inx.h:18
#: ../share/extensions/gcodetools_dxf_points.inx.h:7
@@ -27751,7 +26778,7 @@ msgstr "方向"
#: ../share/extensions/gcodetools_lathe.inx.h:10
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:9
msgid "Fast pre-penetrate"
-msgstr ""
+msgstr "快速前置穿透"
#: ../share/extensions/gcodetools_area.inx.h:19
#: ../share/extensions/gcodetools_dxf_points.inx.h:8
@@ -27759,19 +26786,16 @@ msgstr ""
#: ../share/extensions/gcodetools_graffiti.inx.h:10
#: ../share/extensions/gcodetools_lathe.inx.h:11
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:10
-#, fuzzy
msgid "File:"
-msgstr "檔案"
+msgstr "檔案:"
#: ../share/extensions/gcodetools_area.inx.h:20
-#, fuzzy
msgid "Fill area"
-msgstr "填入封閉區域"
+msgstr "填補面積"
#: ../share/extensions/gcodetools_area.inx.h:21
-#, fuzzy
msgid "Filling method"
-msgstr "分割方式"
+msgstr "填補方式"
#: ../share/extensions/gcodetools_area.inx.h:22
#: ../share/extensions/gcodetools_dxf_points.inx.h:9
@@ -27780,7 +26804,7 @@ msgstr "分割方式"
#: ../share/extensions/gcodetools_lathe.inx.h:14
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:11
msgid "Flip y axis and parameterize Gcode"
-msgstr ""
+msgstr "翻轉 y 軸並參數化 Gcode"
#: ../share/extensions/gcodetools_area.inx.h:23
#: ../share/extensions/gcodetools_dxf_points.inx.h:10
@@ -27788,9 +26812,8 @@ msgstr ""
#: ../share/extensions/gcodetools_graffiti.inx.h:12
#: ../share/extensions/gcodetools_lathe.inx.h:15
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:12
-#, fuzzy
msgid "Full path to log file:"
-msgstr "平面顏色填充"
+msgstr "日誌檔的完整路徑:"
#: ../share/extensions/gcodetools_area.inx.h:26
#: ../share/extensions/gcodetools_dxf_points.inx.h:13
@@ -27798,9 +26821,8 @@ msgstr "平面顏色填充"
#: ../share/extensions/gcodetools_graffiti.inx.h:15
#: ../share/extensions/gcodetools_lathe.inx.h:18
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:15
-#, fuzzy
msgid "Generate log file"
-msgstr "從路徑生成"
+msgstr "產生日誌檔"
#: ../share/extensions/gcodetools_area.inx.h:27
#: ../share/extensions/gcodetools_engraving.inx.h:15
@@ -27808,27 +26830,25 @@ msgstr "從路徑生成"
#: ../share/extensions/gcodetools_lathe.inx.h:19
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:16
msgid "Get additional comments from object's properties"
-msgstr ""
+msgstr "從物件的屬性取得附加註解"
#: ../share/extensions/gcodetools_area.inx.h:29
msgid "Maximum area cutting curves:"
-msgstr ""
+msgstr "最大面銑曲線:"
#: ../share/extensions/gcodetools_area.inx.h:30
#: ../share/extensions/gcodetools_lathe.inx.h:26
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:18
-#, fuzzy
msgid "Maximum splitting depth:"
-msgstr "簡化路徑:"
+msgstr "最大分割深度:"
#: ../share/extensions/gcodetools_area.inx.h:31
#: ../share/extensions/gcodetools_engraving.inx.h:18
#: ../share/extensions/gcodetools_graffiti.inx.h:21
#: ../share/extensions/gcodetools_lathe.inx.h:27
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:19
-#, fuzzy
msgid "Minimum arc radius:"
-msgstr "內徑:"
+msgstr "最小圓弧半徑:"
#: ../share/extensions/gcodetools_area.inx.h:33
#: ../share/extensions/gcodetools_engraving.inx.h:20
@@ -27836,7 +26856,7 @@ msgstr "內徑:"
#: ../share/extensions/gcodetools_lathe.inx.h:30
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:21
msgid "Offset along Z axis:"
-msgstr ""
+msgstr "沿著 Z 軸偏移:"
#: ../share/extensions/gcodetools_area.inx.h:35
#: ../share/extensions/gcodetools_dxf_points.inx.h:16
@@ -27844,29 +26864,26 @@ msgstr ""
#: ../share/extensions/gcodetools_graffiti.inx.h:28
#: ../share/extensions/gcodetools_lathe.inx.h:33
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:23
-#, fuzzy
msgid "Parameterize Gcode"
-msgstr "參數"
+msgstr "參數化 G 程式碼"
#: ../share/extensions/gcodetools_area.inx.h:36
#: ../share/extensions/gcodetools_lathe.inx.h:34
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:24
msgid "Pass by Pass"
-msgstr ""
+msgstr "階段式 (Pass by Pass)"
#: ../share/extensions/gcodetools_area.inx.h:37
#: ../share/extensions/gcodetools_lathe.inx.h:35
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:25
-#, fuzzy
msgid "Path by path"
-msgstr "貼上路徑"
+msgstr "路徑式 (Path by path)"
#: ../share/extensions/gcodetools_area.inx.h:38
#: ../share/extensions/gcodetools_lathe.inx.h:36
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:26
-#, fuzzy
msgid "Path to Gcode"
-msgstr "路徑已閉合。"
+msgstr "路徑轉成 Gcode"
#: ../share/extensions/gcodetools_area.inx.h:39
#: ../share/extensions/gcodetools_dxf_points.inx.h:17
@@ -27875,7 +26892,7 @@ msgstr "路徑已閉合。"
#: ../share/extensions/gcodetools_lathe.inx.h:37
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:27
msgid "Post-processor:"
-msgstr ""
+msgstr "後處理:"
#: ../share/extensions/gcodetools_area.inx.h:40
#: ../share/extensions/gcodetools_dxf_points.inx.h:18
@@ -27883,9 +26900,8 @@ msgstr ""
#: ../share/extensions/gcodetools_graffiti.inx.h:30
#: ../share/extensions/gcodetools_lathe.inx.h:38
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:28
-#, fuzzy
msgid "Preferences"
-msgstr "筆工具偏好設定"
+msgstr "偏好設定"
#: ../share/extensions/gcodetools_area.inx.h:41
#: ../share/extensions/gcodetools_dxf_points.inx.h:19
@@ -27894,16 +26910,15 @@ msgstr "筆工具偏好設定"
#: ../share/extensions/gcodetools_lathe.inx.h:39
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:29
msgid "Round all values to 4 digits"
-msgstr ""
+msgstr "全部數值四捨五入為 4 位數"
#: ../share/extensions/gcodetools_area.inx.h:42
#: ../share/extensions/gcodetools_engraving.inx.h:26
#: ../share/extensions/gcodetools_graffiti.inx.h:34
#: ../share/extensions/gcodetools_lathe.inx.h:40
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:30
-#, fuzzy
msgid "Scale along Z axis:"
-msgstr "Z 軸的基本長度"
+msgstr "沿著 Z 軸縮放:"
#: ../share/extensions/gcodetools_area.inx.h:43
#: ../share/extensions/gcodetools_engraving.inx.h:27
@@ -27911,19 +26926,19 @@ msgstr "Z 軸的基本長度"
#: ../share/extensions/gcodetools_lathe.inx.h:41
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:31
msgid "Select all paths if nothing is selected"
-msgstr ""
+msgstr "若沒有選取任何路徑則自動選取全部路徑"
#: ../share/extensions/gcodetools_area.inx.h:44
#: ../share/extensions/gcodetools_lathe.inx.h:42
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:32
msgid "Sort paths to reduse rapid distance"
-msgstr ""
+msgstr "排序路徑以減少高速距離"
#: ../share/extensions/gcodetools_area.inx.h:46
#: ../share/extensions/gcodetools_lathe.inx.h:43
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:33
msgid "Subpath by subpath"
-msgstr ""
+msgstr "子路徑式 (Subpath by subpath)"
#: ../share/extensions/gcodetools_area.inx.h:47
#: ../share/extensions/gcodetools_dxf_points.inx.h:20
@@ -27933,7 +26948,7 @@ msgstr ""
#: ../share/extensions/gcodetools_orientation_points.inx.h:9
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:34
msgid "Units (mm or in):"
-msgstr ""
+msgstr "單位 (公釐或英寸):"
#: ../share/extensions/gcodetools_area.inx.h:48
msgid ""
@@ -27941,6 +26956,12 @@ msgid ""
"+Ctrl+G) 3. Press Apply Suspected small objects will be marked out by "
"colored arrows."
msgstr ""
+"使用方法: \n"
+"1. 選取所有面銑偏移 (灰色輪廓) \n"
+"2. 物件 / 解散群組 (Shift+Ctrl+G) \n"
+"3. 按下套用 \n"
+" \n"
+"不確定的小物件會用彩色箭頭區分。 "
#: ../share/extensions/gcodetools_area.inx.h:49
#: ../share/extensions/gcodetools_dxf_points.inx.h:21
@@ -27949,33 +26970,31 @@ msgstr ""
#: ../share/extensions/gcodetools_lathe.inx.h:46
#: ../share/extensions/gcodetools_path_to_gcode.inx.h:35
msgid "Z safe height for G00 move over blank:"
-msgstr ""
+msgstr "G00 快速定位的 Z 安全高度:"
#: ../share/extensions/gcodetools_area.inx.h:50
msgid "Zig zag"
-msgstr ""
+msgstr "Z 字形"
#: ../share/extensions/gcodetools_area.inx.h:51
-#, fuzzy
msgid "delete"
msgstr "刪除"
#: ../share/extensions/gcodetools_area.inx.h:53
msgid "mark with an arrow"
-msgstr ""
+msgstr "用箭頭標示"
#: ../share/extensions/gcodetools_area.inx.h:54
-#, fuzzy
msgid "mark with style"
-msgstr "切換開關樣式"
+msgstr "用樣式標示"
#: ../share/extensions/gcodetools_check_for_updates.inx.h:1
msgid "Check for Gcodetools latest stable version and try to get the updates."
-msgstr ""
+msgstr "檢查 Gcodetools 的最新穩定版並試著取得更新。"
#: ../share/extensions/gcodetools_check_for_updates.inx.h:2
msgid "Check for updates"
-msgstr ""
+msgstr "檢查更新"
#: ../share/extensions/gcodetools_dxf_points.inx.h:3
msgid ""
@@ -27984,50 +27003,48 @@ msgid ""
"used. Also you can manually select object, open XML editor (Shift+Ctrl+X) "
"and add or remove XML tag 'dxfpoint' with any value."
msgstr ""
+"將選擇的物件轉換成鑽尖 (和 dxf_import 外掛模組的功用相同)。你也可儲存原始形狀。只會用到每一條曲線的起始點。"
+"你也可以手動選取物件,開啟 XML 編輯器 (Shift+Ctrl+X) 並加入任何數值或移除 XML 標籤「dxfpoint」。"
#: ../share/extensions/gcodetools_dxf_points.inx.h:4
-#, fuzzy
msgid "Convert selection:"
-msgstr "反向選取 (_V)"
+msgstr "轉換選取範圍:"
#: ../share/extensions/gcodetools_dxf_points.inx.h:5
-#, fuzzy
msgid "DXF points"
-msgstr "DXF 輸入"
+msgstr "DXF 鑽尖"
#: ../share/extensions/gcodetools_dxf_points.inx.h:22
msgid "clear dxfpoint sign"
-msgstr ""
+msgstr "清除 dxfpoint 記號"
#: ../share/extensions/gcodetools_dxf_points.inx.h:25
msgid "set as dxfpoint and draw arrow"
-msgstr ""
+msgstr "設定為 dxf 鑽尖 (dxfpoint) 並繪製箭頭"
#: ../share/extensions/gcodetools_dxf_points.inx.h:26
msgid "set as dxfpoint and save shape"
-msgstr ""
+msgstr "設定為 dxf 鑽尖 (dxfpoint) 並儲存形狀"
#: ../share/extensions/gcodetools_engraving.inx.h:1
msgid "Accuracy factor (2 low to 10 high):"
-msgstr ""
+msgstr "精確度係數 (2 低到 10 高):"
#: ../share/extensions/gcodetools_engraving.inx.h:6
msgid "Draw additional graphics to see engraving path"
-msgstr ""
+msgstr "繪製顯示雕刻路徑的附加圖形"
#: ../share/extensions/gcodetools_engraving.inx.h:7
-#, fuzzy
msgid "Engraving"
-msgstr "透明版畫"
+msgstr "雕刻"
#: ../share/extensions/gcodetools_engraving.inx.h:17
-#, fuzzy
msgid "Maximum distance for engraving (mm/inch):"
-msgstr "X 最大移位值, px"
+msgstr "雕刻的最大距離 (公釐/英寸):"
#: ../share/extensions/gcodetools_engraving.inx.h:28
msgid "Smooth convex corners between this value and 180 degrees:"
-msgstr ""
+msgstr "以填入的數值到 180 度來平滑凸面結構邊角:"
#: ../share/extensions/gcodetools_engraving.inx.h:29
msgid ""
@@ -28038,40 +27055,41 @@ msgid ""
"sphere..(radius r)...........................: math.sqrt(max(0,r**2-w**2)) "
"ellipse.(minor axis r, major 4r).....: math.sqrt(max(0,r**2-w**2))*4"
msgstr ""
+"這項功能可建立雕刻字母或含銳角形狀的路徑。切削刀具的深度作為由刀具定義的函數"
+"半徑。深度可以是任何 Python 表示式。例如:圓錐....(45 "
+"度)...................: w圓錐....(高度/直徑=10/3)...: 10/3 w球......(半徑 "
+"r)....................: math.sqrt(max(0,r**2-w**2))橢圓....(次軸 r、主軸 "
+"4r)....: math.sqrt(max(0,r**2-w**2))*4"
#: ../share/extensions/gcodetools_graffiti.inx.h:1
#: ../share/extensions/gcodetools_orientation_points.inx.h:1
msgid "2-points mode (move and rotate, maintained aspect ratio X/Y)"
-msgstr ""
+msgstr "2 點模式 (移動和旋轉,維持 X/Y 外觀比例)"
#: ../share/extensions/gcodetools_graffiti.inx.h:2
#: ../share/extensions/gcodetools_orientation_points.inx.h:2
msgid "3-points mode (move, rotate and mirror, different X/Y scale)"
-msgstr ""
+msgstr "3 點模式 (移動、旋轉和鏡射, 不同 X/Y 比例)"
#: ../share/extensions/gcodetools_graffiti.inx.h:6
-#, fuzzy
msgid "Create linearization preview"
-msgstr "建立線性漸層"
+msgstr "建立線性預覽"
#: ../share/extensions/gcodetools_graffiti.inx.h:7
-#, fuzzy
msgid "Create preview"
-msgstr "啟用預覽"
+msgstr "建立預覽"
#: ../share/extensions/gcodetools_graffiti.inx.h:17
msgid "Graffiti"
-msgstr ""
+msgstr "塗鴉"
#: ../share/extensions/gcodetools_graffiti.inx.h:19
-#, fuzzy
msgid "Maximum segment length:"
-msgstr "線段最大長度 (px)"
+msgstr "最大線段長度:"
#: ../share/extensions/gcodetools_graffiti.inx.h:20
-#, fuzzy
msgid "Minimal connector radius:"
-msgstr "內徑:"
+msgstr "最小連接半徑:"
#: ../share/extensions/gcodetools_graffiti.inx.h:26
#: ../share/extensions/gcodetools_orientation_points.inx.h:7
@@ -28085,171 +27103,155 @@ msgid ""
"the group or by Ctrl+Click. Now press apply to create control points "
"(independent set for each layer)."
msgstr ""
+"方向點用來計算路徑的變形 (XY 平面的偏移、縮放、鏡射、旋轉)。\n"
+"僅在 3 點模式情況下: 不要將三點全都放進同一條路徑裡 (請改用 2 點模式)。\n"
+"你之後可以使用文字工具修改 Z 表面、Z 深度的數值 (第三坐標)。\n"
+"若目前圖層裡面沒有方向點則會從上一個圖層取得。\n"
+"千萬不要將方向點解除群組!你可以點擊兩下或 Ctrl+點擊 來選取方向點。\n"
+"現在按套用可建立控制點 (每個圖層都是獨立設定)。"
#: ../share/extensions/gcodetools_graffiti.inx.h:27
#: ../share/extensions/gcodetools_orientation_points.inx.h:8
-#, fuzzy
msgid "Orientation type:"
-msgstr "頁面方向:"
+msgstr "方向類型:"
#: ../share/extensions/gcodetools_graffiti.inx.h:31
msgid "Preview's paint emmit (pts/s):"
-msgstr ""
+msgstr "預覽繪製頻率 (pts/s):"
#: ../share/extensions/gcodetools_graffiti.inx.h:32
-#, fuzzy
msgid "Preview's size (px):"
-msgstr "方形大小 / px"
+msgstr "預覽尺寸 (px):"
#: ../share/extensions/gcodetools_graffiti.inx.h:36
-#, fuzzy
msgid "Start position (x;y):"
-msgstr "版面規劃:"
+msgstr "起始位置 (x;y):"
#: ../share/extensions/gcodetools_graffiti.inx.h:38
#: ../share/extensions/gcodetools_orientation_points.inx.h:10
-#, fuzzy
msgid "Z depth:"
-msgstr "深度"
+msgstr "Z 深度:"
#: ../share/extensions/gcodetools_graffiti.inx.h:40
#: ../share/extensions/gcodetools_orientation_points.inx.h:11
-#, fuzzy
msgid "Z surface:"
-msgstr "面的排序方式:"
+msgstr "Z 曲面:"
#: ../share/extensions/gcodetools_graffiti.inx.h:41
#: ../share/extensions/gcodetools_orientation_points.inx.h:12
-#, fuzzy
msgid "graffiti points"
-msgstr "方向"
+msgstr "塗鴉點"
#: ../share/extensions/gcodetools_graffiti.inx.h:43
#: ../share/extensions/gcodetools_orientation_points.inx.h:14
-#, fuzzy
msgid "in-out reference point"
-msgstr "漸層偏好設定"
+msgstr "導入-導出參考點"
#: ../share/extensions/gcodetools_lathe.inx.h:6
-#, fuzzy
msgid "Create fine cut using:"
-msgstr "建立新物件方式:"
+msgstr "建立精密切削的路徑:"
#: ../share/extensions/gcodetools_lathe.inx.h:12
-#, fuzzy
msgid "Fine cut count:"
-msgstr "按鈕數:"
+msgstr "精密切削次數:"
#: ../share/extensions/gcodetools_lathe.inx.h:13
-#, fuzzy
msgid "Fine cut width:"
-msgstr "設定寬度:"
+msgstr "精密切削寬度:"
#: ../share/extensions/gcodetools_lathe.inx.h:21
-#, fuzzy
msgid "Lathe"
-msgstr "羽化"
+msgstr "車床"
#: ../share/extensions/gcodetools_lathe.inx.h:22
msgid "Lathe X axis remap:"
-msgstr ""
+msgstr "車床 X 軸重新測圖:"
#: ../share/extensions/gcodetools_lathe.inx.h:23
msgid "Lathe Z axis remap:"
-msgstr ""
+msgstr "車床 Z 軸重新測圖:"
#: ../share/extensions/gcodetools_lathe.inx.h:24
-#, fuzzy
msgid "Lathe modify path"
-msgstr "修改路徑"
+msgstr "車床修改路徑"
#: ../share/extensions/gcodetools_lathe.inx.h:25
-#, fuzzy
msgid "Lathe width:"
-msgstr "設定寬度:"
+msgstr "車削寬度:"
#: ../share/extensions/gcodetools_lathe.inx.h:28
-#, fuzzy
msgid "Move path"
-msgstr "移動圖樣"
+msgstr "移動路徑"
#: ../share/extensions/gcodetools_lathe.inx.h:44
msgid ""
"This function modifies path so it will be able to be cut with the "
"rectangular cutter."
-msgstr ""
+msgstr "這項功能可修改路徑使其能夠用矩形刀具進行切削。"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:1
msgid "-------------------------------------------------"
-msgstr ""
+msgstr "-------------------------------------------------"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:2
-#, fuzzy
msgid "Create in-out paths"
-msgstr "建立螺旋路徑"
+msgstr "建立導入-導出路徑"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:3
msgid "Do not add in-out reference points"
-msgstr ""
+msgstr "不要加入導入-導出參考點"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:7
-#, fuzzy
msgid "In-out path length:"
-msgstr "路徑長度"
+msgstr "導入-導出路徑長度:"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:8
msgid "In-out path max distance to reference point:"
-msgstr ""
+msgstr "參考點的導入-導出路徑最大距離:"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:9
msgid "In-out path radius for round path:"
-msgstr ""
+msgstr "圓角路徑的導入-導出路徑半徑:"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:10
msgid "In-out path type:"
-msgstr ""
+msgstr "導入-導出路徑類型:"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:11
msgid "Maximum angle for corner (0-180 deg):"
-msgstr ""
+msgstr "頂角的最大角度 (0-180 度):"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:12
-#, fuzzy
msgid "Perpendicular"
-msgstr "中垂線"
+msgstr "垂直"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:13
-#, fuzzy
msgid "Prepare corners"
-msgstr "頁面頂點"
+msgstr "預備邊角"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:14
msgid "Prepare path for plasma or laser cuters"
-msgstr ""
+msgstr "預備電漿或雷射切割刀的路徑"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:15
-#, fuzzy
msgid "Replace original path"
-msgstr "取代文字"
+msgstr "取代原本路徑"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:16
-#, fuzzy
msgid "Round"
msgstr "圓角"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:17
-#, fuzzy
msgid "Stepout distance for corners:"
-msgstr "貼齊邊界框頂點"
+msgstr "頂角的步測距離:"
#: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:18
-#, fuzzy
msgid "Tangent"
-msgstr "洋紅"
+msgstr "正切"
#: ../share/extensions/gcodetools_tools_library.inx.h:4
msgid "Just check tools"
-msgstr ""
+msgstr "僅行車檢測"
#: ../share/extensions/gcodetools_tools_library.inx.h:5
msgid ""
@@ -28258,56 +27260,54 @@ msgid ""
"active layer is used. If there is no tool inside the current layer it is "
"taken from the upper layer. Press Apply to create new tool."
msgstr ""
+"選擇的刀具類型會填入合適的預設值。你之後可以用文字工具變更這些數值。\n"
+"\n"
+"程式會使用在目前圖層裡最上面 (排列順序) 的刀具。如果目前的圖層裡面沒\n"
+"有刀具會從上面圖層取得。\n"
+"\n"
+"按套用可建立新刀具。"
#: ../share/extensions/gcodetools_tools_library.inx.h:6
msgid "Tools library"
-msgstr ""
+msgstr "刀具庫"
#: ../share/extensions/gcodetools_tools_library.inx.h:7
-#, fuzzy
msgid "Tools type:"
-msgstr "布林運算類型"
+msgstr "刀具類型:"
#: ../share/extensions/gcodetools_tools_library.inx.h:8
-#, fuzzy
msgid "cone"
-msgstr "頂點"
+msgstr "錐形刀"
#: ../share/extensions/gcodetools_tools_library.inx.h:9
-#, fuzzy
msgid "cylinder"
-msgstr "折線"
+msgstr "圓柱刀"
#: ../share/extensions/gcodetools_tools_library.inx.h:10
-#, fuzzy
msgid "default"
-msgstr "(預設)"
+msgstr "預設"
#: ../share/extensions/gcodetools_tools_library.inx.h:11
msgid "graffiti"
-msgstr ""
+msgstr "塗鴉"
#: ../share/extensions/gcodetools_tools_library.inx.h:12
msgid "lathe cutter"
-msgstr ""
+msgstr "車床刀具"
#: ../share/extensions/gcodetools_tools_library.inx.h:13
-#, fuzzy
msgid "plasma"
-msgstr "啟動畫面 (_S)"
+msgstr "電漿刀"
#: ../share/extensions/gcodetools_tools_library.inx.h:14
-#, fuzzy
msgid "tangent knife"
-msgstr "正切偏移"
+msgstr "正切刀"
#: ../share/extensions/generate_voronoi.inx.h:1
-#, fuzzy
msgid "Average size of cell (px):"
-msgstr "晶格平均大小 (px) "
+msgstr "晶格平均大小 (px) :"
#: ../share/extensions/generate_voronoi.inx.h:2
-#, fuzzy
msgid ""
"Generate a random pattern of Voronoi cells. The pattern will be accessible "
"in the Fill and Stroke dialog. You must select an object or a group.\n"
@@ -28317,17 +27317,18 @@ msgid ""
"join of the pattern at the edges. Use a negative border to reduce the size "
"of the pattern and get an empty border."
msgstr ""
-"如果邊框為零,圖樣的邊緣會呈現不連續。使用正值的邊框,較適合大於晶格尺寸,可"
-"使圖樣的邊緣平滑接合。使用負值的邊框可減小圖樣尺寸並產生無邊框效果。"
+"產生范氏晶格隨機圖樣。此圖樣可在填充和邊框對話窗中進行存取。\n"
+"\n"
+"如果邊框為零,圖樣的邊緣會呈現不連續。邊框數值為正,較適合大於晶格尺寸,可使"
+"圖樣的邊緣平滑接合。使用的邊框數值為負則可減小圖樣尺寸並產生無邊框效果。"
#: ../share/extensions/generate_voronoi.inx.h:8
-#, fuzzy
msgid "Size of Border (px):"
-msgstr "邊界大小 (px) "
+msgstr "邊界大小 (px):"
#: ../share/extensions/generate_voronoi.inx.h:9
msgid "Voronoi Pattern"
-msgstr "范氏晶格"
+msgstr "范氏晶格圖案"
#: ../share/extensions/gimp_xcf.inx.h:1
msgid "GIMP XCF"
@@ -28338,19 +27339,16 @@ msgid "GIMP XCF maintaining layers (*.xcf)"
msgstr "GIMP XCF 保留圖層 (*.XCF)"
#: ../share/extensions/gimp_xcf.inx.h:5
-#, fuzzy
msgid "Save Background"
-msgstr "描繪背景"
+msgstr "儲存背景"
#: ../share/extensions/gimp_xcf.inx.h:6
-#, fuzzy
msgid "Save Grid"
-msgstr "儲存格線:"
+msgstr "儲存格線"
#: ../share/extensions/gimp_xcf.inx.h:7
-#, fuzzy
msgid "Save Guides"
-msgstr "儲存參考線:"
+msgstr "儲存參考線"
#: ../share/extensions/gimp_xcf.inx.h:8
msgid ""
@@ -28365,26 +27363,31 @@ msgid ""
"concatenated and converted with their first level parent layer into a single "
"Gimp layer."
msgstr ""
+"此擴充功能可根據下列選項將文件匯出成 GIMP XCF 格式:\n"
+" * 儲存參考線:將全部參考線轉換成 GIMP 參考線。\n"
+" * 儲存格線:將首個方形格線轉換成 GIMP 格線 (注意,預設的 Inkscape 格線在 "
+"GIMP 中顯示非常的寬。\n"
+" * 儲存背景:加入文件背景到每個轉換的圖層。\n"
+"\n"
+"每個第一層級的圖層會轉換成 GIMP 圖層。次圖層會依照本身的第一層級母體圖層建立"
+"關聯並轉換成單一 GIMP 圖層。"
#: ../share/extensions/grid_cartesian.inx.h:1
#: ../share/extensions/grid_isometric.inx.h:1
-#, fuzzy
msgid "Border Thickness (px):"
-msgstr "邊界粗細 [px]"
+msgstr "邊界粗細 (px):"
#: ../share/extensions/grid_cartesian.inx.h:2
msgid "Cartesian Grid"
msgstr "笛卡兒格線"
#: ../share/extensions/grid_cartesian.inx.h:3
-#, fuzzy
msgid "Halve X Subsubdiv. Frequency after 'n' Subdivs. (log only):"
-msgstr "「n」細分之後等分 X 子細分次數。(僅對數)"
+msgstr "「n」次細分後的頻率。二等分 X 子細分數。(僅適用對數):"
#: ../share/extensions/grid_cartesian.inx.h:4
-#, fuzzy
msgid "Halve Y Subsubdiv. Frequency after 'n' Subdivs. (log only):"
-msgstr "「n」細分之後等分 Y 子細分次數。(僅對數)"
+msgstr "「n」次細分後的頻率。二等分 Y 子細分數。(僅適用對數):"
#: ../share/extensions/grid_cartesian.inx.h:5
msgid "Logarithmic X Subdiv. (Base given by entry above)"
@@ -28395,168 +27398,136 @@ msgid "Logarithmic Y Subdiv. (Base given by entry above)"
msgstr "對數的 Y 細分 (基數由上面的輸入項給定)"
#: ../share/extensions/grid_cartesian.inx.h:7
-#, fuzzy
msgid "Major X Division Spacing (px):"
-msgstr "主要 X 分割間隔 [px]"
+msgstr "主要 X 分割間隔 (px):"
#: ../share/extensions/grid_cartesian.inx.h:8
-#, fuzzy
msgid "Major X Division Thickness (px):"
-msgstr "主要 X 分割粗細 [px]"
+msgstr "主要 X 分割粗細 (px):"
#: ../share/extensions/grid_cartesian.inx.h:9
-#, fuzzy
msgid "Major X Divisions:"
-msgstr "主要 X 分割數"
+msgstr "主要 X 分割數:"
#: ../share/extensions/grid_cartesian.inx.h:10
-#, fuzzy
msgid "Major Y Division Spacing (px):"
-msgstr "主要 Y 分割間隔 [px]"
+msgstr "主要 Y 分割間隔 (px):"
#: ../share/extensions/grid_cartesian.inx.h:11
-#, fuzzy
msgid "Major Y Division Thickness (px):"
-msgstr "主要 Y 分割粗細 [px]"
+msgstr "主要 Y 分割粗細 (px):"
#: ../share/extensions/grid_cartesian.inx.h:12
-#, fuzzy
msgid "Major Y Divisions:"
-msgstr "主要 Y 分割數"
+msgstr "主要 Y 分割數:"
#: ../share/extensions/grid_cartesian.inx.h:13
-#, fuzzy
msgid "Minor X Division Thickness (px):"
-msgstr "次要 X 分割粗細 [px]"
+msgstr "次要 X 分割粗細 (px):"
#: ../share/extensions/grid_cartesian.inx.h:14
-#, fuzzy
msgid "Minor Y Division Thickness (px):"
-msgstr "次要 Y 分割粗細 [px]"
+msgstr "次要 Y 分割粗細 (px):"
#: ../share/extensions/grid_cartesian.inx.h:16
-#, fuzzy
msgid "Subdivisions per Major X Division:"
-msgstr "每一主要 X 分割的細分"
+msgstr "每一主要 X 分割的細分:"
#: ../share/extensions/grid_cartesian.inx.h:17
-#, fuzzy
msgid "Subdivisions per Major Y Division:"
-msgstr "每一主要 Y 分割的細分"
+msgstr "每一主要 Y 分割的細分:"
#: ../share/extensions/grid_cartesian.inx.h:18
-#, fuzzy
msgid "Subminor X Division Thickness (px):"
-msgstr "子次要 X 分割粗細 [px]"
+msgstr "子次要 X 分割粗細 (px):"
#: ../share/extensions/grid_cartesian.inx.h:19
-#, fuzzy
msgid "Subminor Y Division Thickness (px):"
-msgstr "子次要 Y 分割粗細 [px]"
+msgstr "子次要 Y 分割粗細 (px):"
#: ../share/extensions/grid_cartesian.inx.h:20
-#, fuzzy
msgid "Subsubdivs. per X Subdivision:"
-msgstr "每一 X 細分的子細分"
+msgstr "每一 X 細分的子細分:"
#: ../share/extensions/grid_cartesian.inx.h:21
-#, fuzzy
msgid "Subsubdivs. per Y Subdivision:"
-msgstr "每一 Y 細分的子細分"
+msgstr "每一 Y 細分的子細分:"
#: ../share/extensions/grid_cartesian.inx.h:22
-#, fuzzy
msgid "X Axis"
msgstr "X 軸"
#: ../share/extensions/grid_cartesian.inx.h:23
-#, fuzzy
msgid "Y Axis"
msgstr "Y 軸"
#: ../share/extensions/grid_isometric.inx.h:2
-#, fuzzy
msgid "Division Spacing (px):"
-msgstr "主要 X 分割間隔 [px]"
+msgstr "分割間隔 (px):"
#: ../share/extensions/grid_isometric.inx.h:3
-#, fuzzy
msgid "Isometric Grid"
-msgstr "立體格線"
+msgstr "等角格線"
#: ../share/extensions/grid_isometric.inx.h:4
-#, fuzzy
msgid "Major Division Thickness (px):"
-msgstr "主要 X 分割粗細 [px]"
+msgstr "主要 X 分割粗細 (px):"
#: ../share/extensions/grid_isometric.inx.h:5
-#, fuzzy
msgid "Minor Division Thickness (px):"
-msgstr "次要 X 分割粗細 [px]"
+msgstr "次要 X 分割粗細 (px):"
#: ../share/extensions/grid_isometric.inx.h:7
-#, fuzzy
msgid "Subdivisions per Major Division:"
-msgstr "每一主要 X 分割的細分"
+msgstr "每一主要 X 分割的細分:"
#: ../share/extensions/grid_isometric.inx.h:8
-#, fuzzy
msgid "Subminor Division Thickness (px):"
-msgstr "子次要 X 分割粗細 [px]"
+msgstr "子次要 X 分割粗細 (px):"
#: ../share/extensions/grid_isometric.inx.h:9
-#, fuzzy
msgid "Subsubdivs per Subdivision:"
-msgstr "每一 X 細分的子細分"
+msgstr "每一 X 細分的子細分:"
#: ../share/extensions/grid_isometric.inx.h:10
-#, fuzzy
msgid "X Divisions [x2]:"
-msgstr "主要 X 分割數"
+msgstr "X 分割數 [x2]:"
#: ../share/extensions/grid_isometric.inx.h:11
msgid "Y Divisions [x2] [> 1/2 X Div]:"
-msgstr ""
+msgstr "Y 分割數 [x2] [> 1/2 X 分割]:"
#: ../share/extensions/grid_polar.inx.h:1
-#, fuzzy
msgid "Angle Divisions at Centre:"
-msgstr "中心點上的稜角分割"
+msgstr "中心點上的稜角分割:"
#: ../share/extensions/grid_polar.inx.h:2
-#, fuzzy
msgid "Angle Divisions:"
-msgstr "稜角分割"
+msgstr "稜角分割:"
#: ../share/extensions/grid_polar.inx.h:3
-#, fuzzy
msgid "Angular Divisions"
msgstr "稜角分割"
#: ../share/extensions/grid_polar.inx.h:4
-#, fuzzy
msgid "Centre Dot Diameter (px):"
-msgstr "中心點直徑 [px]"
+msgstr "中心點直徑 (px):"
#: ../share/extensions/grid_polar.inx.h:5
-#, fuzzy
msgid "Circular Divisions"
-msgstr "主要圓形分割"
+msgstr "圓形分割"
#: ../share/extensions/grid_polar.inx.h:6
-#, fuzzy
msgid "Circumferential Label Outset (px):"
-msgstr "圓周標籤外擴 [px]"
+msgstr "圓周標籤外擴 (px):"
#: ../share/extensions/grid_polar.inx.h:7
-#, fuzzy
msgid "Circumferential Label Size (px):"
-msgstr "圓周標籤大小 [px]"
+msgstr "圓周標籤大小 (px):"
#: ../share/extensions/grid_polar.inx.h:8
-#, fuzzy
msgid "Circumferential Labels:"
-msgstr "圓周標籤"
+msgstr "圓周標籤:"
#: ../share/extensions/grid_polar.inx.h:9
msgid "Degrees"
@@ -28567,53 +27538,44 @@ msgid "Logarithmic Subdiv. (Base given by entry above)"
msgstr "對數細分 (基數由上面的輸入項給定)"
#: ../share/extensions/grid_polar.inx.h:11
-#, fuzzy
msgid "Major Angular Division Thickness (px):"
-msgstr "主要稜角分割粗細 [px]"
+msgstr "主要稜角分割粗細 (px):"
#: ../share/extensions/grid_polar.inx.h:12
-#, fuzzy
msgid "Major Circular Division Spacing (px):"
-msgstr "主要圓形分割間距 [px]"
+msgstr "主要圓形分割間距 (px):"
#: ../share/extensions/grid_polar.inx.h:13
-#, fuzzy
msgid "Major Circular Division Thickness (px):"
-msgstr "主要圓形分割粗細 [px]"
+msgstr "主要圓形分割粗細 (px):"
#: ../share/extensions/grid_polar.inx.h:14
-#, fuzzy
msgid "Major Circular Divisions:"
-msgstr "主要圓形分割"
+msgstr "主要圓形分割:"
#: ../share/extensions/grid_polar.inx.h:15
-#, fuzzy
msgid "Minor Angle Division End 'n' Divs. Before Centre:"
-msgstr "居中前次要稜角分割末端「n」細分"
+msgstr "置中前次要稜角分割末端「n」細分:"
#: ../share/extensions/grid_polar.inx.h:16
-#, fuzzy
msgid "Minor Angular Division Thickness (px):"
-msgstr "次要稜角分割粗細 [px]"
+msgstr "次要稜角分割粗細 (px):"
#: ../share/extensions/grid_polar.inx.h:17
-#, fuzzy
msgid "Minor Circular Division Thickness (px):"
-msgstr "次要圓形分割粗細 [px]"
+msgstr "次要圓形分割粗細 (px):"
#: ../share/extensions/grid_polar.inx.h:19
msgid "Polar Grid"
msgstr "極坐標格線"
#: ../share/extensions/grid_polar.inx.h:21
-#, fuzzy
msgid "Subdivisions per Major Angular Division:"
-msgstr "每一主要稜角分割的細分"
+msgstr "每一主要稜角分割的細分:"
#: ../share/extensions/grid_polar.inx.h:22
-#, fuzzy
msgid "Subdivisions per Major Circular Division:"
-msgstr "每一主要圓形分割的細分"
+msgstr "每一主要圓形分割的細分:"
#: ../share/extensions/guides_creator.inx.h:1
msgid "1/10"
@@ -28668,14 +27630,12 @@ msgid "Guides creator"
msgstr "參考線建立工具"
#: ../share/extensions/guides_creator.inx.h:14
-#, fuzzy
msgid "Horizontal guide each:"
-msgstr "每條水平參考線"
+msgstr "每條水平參考線:"
#: ../share/extensions/guides_creator.inx.h:16
-#, fuzzy
msgid "Preset:"
-msgstr "外形"
+msgstr "前置設定:"
#: ../share/extensions/guides_creator.inx.h:18
msgid "Rule-of-third"
@@ -28686,32 +27646,28 @@ msgid "Start from edges"
msgstr "從邊緣開始"
#: ../share/extensions/guides_creator.inx.h:20
-#, fuzzy
msgid "Vertical guide each:"
-msgstr "每條垂直參考線"
+msgstr "每條垂直參考線:"
#: ../share/extensions/guillotine.inx.h:1
-#, fuzzy
msgid "Directory to save images to"
-msgstr "要儲存圖像的路徑:"
+msgstr "要儲存圖像的目錄"
#: ../share/extensions/guillotine.inx.h:2
-#, fuzzy
msgid "Export"
-msgstr "匯出 (_E)"
+msgstr "匯出"
#: ../share/extensions/guillotine.inx.h:3
-#, fuzzy
msgid "Guillotine"
-msgstr "參考線"
+msgstr "切片工具"
#: ../share/extensions/guillotine.inx.h:4
msgid "Ignore these settings and use export hints?"
-msgstr ""
+msgstr "忽略這些設定值並使用匯出提示?"
#: ../share/extensions/guillotine.inx.h:5
msgid "Image name (without extension)"
-msgstr ""
+msgstr "影像名稱 (不含副檔名)"
#: ../share/extensions/handles.inx.h:1
msgid "Draw Handles"
@@ -28775,7 +27731,7 @@ msgstr "鍵盤滑鼠快捷鍵參考"
#: ../share/extensions/inkscape_help_keys.inx.h:2
msgid "http://inkscape.org/doc/keys048.html"
-msgstr ""
+msgstr "http://inkscape.org/doc/keys048.html"
#: ../share/extensions/inkscape_help_manual.inx.h:1
msgid "Inkscape Manual"
@@ -28794,19 +27750,16 @@ msgid "SVG 1.1 Specification"
msgstr "SVG 1.1 規格"
#: ../share/extensions/interp_att_g.inx.h:1
-#, fuzzy
msgid "Apply to:"
-msgstr "套用濾鏡"
+msgstr "套用到:"
#: ../share/extensions/interp_att_g.inx.h:2
-#, fuzzy
msgid "Attribute to Interpolate:"
-msgstr "插入屬性"
+msgstr "內插的屬性:"
#: ../share/extensions/interp_att_g.inx.h:4
-#, fuzzy
msgid "End Value:"
-msgstr "結束值"
+msgstr "結束值:"
#: ../share/extensions/interp_att_g.inx.h:5
#: ../share/extensions/markers_strokepaint.inx.h:6
@@ -28818,11 +27771,10 @@ msgid "Float Number"
msgstr "浮動數"
#: ../share/extensions/interp_att_g.inx.h:9
-#, fuzzy
msgid ""
"If you select \"Other\", you must know the SVG attributes to identify here "
"this \"other\"."
-msgstr "如果選擇「其他」,必須知道 SVG 屬性以辨別這裡的這個「其他」:"
+msgstr "如果選擇「其他」,必須知道 SVG 屬性以辨別這裡的這個「其他」。"
#: ../share/extensions/interp_att_g.inx.h:10
msgid "Integer Number"
@@ -28841,19 +27793,16 @@ msgid "Other"
msgstr "其他"
#: ../share/extensions/interp_att_g.inx.h:17
-#, fuzzy
msgid "Other Attribute type:"
-msgstr "其他屬性類型"
+msgstr "其他屬性類型:"
#: ../share/extensions/interp_att_g.inx.h:18
-#, fuzzy
msgid "Other Attribute:"
-msgstr "其他屬性"
+msgstr "其他屬性:"
#: ../share/extensions/interp_att_g.inx.h:20
-#, fuzzy
msgid "Start Value:"
-msgstr "開始值"
+msgstr "起始值:"
#: ../share/extensions/interp_att_g.inx.h:21
#: ../share/extensions/polyhedron_3d.inx.h:43
@@ -28865,14 +27814,13 @@ msgid "Tag"
msgstr "標籤"
#: ../share/extensions/interp_att_g.inx.h:23
-#, fuzzy
msgid ""
"This effect applies a value for any interpolatable attribute for all "
"elements inside the selected group or for all elements in a multiple "
"selection."
msgstr ""
-"這個特效套用一個值到任何可插入的屬性、所選擇群組裡的所有元件或多重選取中的所"
-"有元件"
+"這個特效可套用數值到任何可插入的屬性、選取群組裡所有元件或多重選取中所有元"
+"件。"
#: ../share/extensions/interp_att_g.inx.h:24
msgid "Transformation"
@@ -28903,14 +27851,12 @@ msgid "Interpolate style"
msgstr "內插樣式"
#: ../share/extensions/interp.inx.h:6
-#, fuzzy
msgid "Interpolation method:"
-msgstr "內插方式"
+msgstr "內插方式:"
#: ../share/extensions/interp.inx.h:7
-#, fuzzy
msgid "Interpolation steps:"
-msgstr "內插階層數"
+msgstr "內插階層數:"
#: ../share/extensions/jessyInk_autoTexts.inx.h:1
msgid "Auto-Text:"
@@ -28992,14 +27938,12 @@ msgid "Effects"
msgstr "特效"
#: ../share/extensions/jessyInk_effects.inx.h:6
-#, fuzzy
msgid "Fade in"
-msgstr "淡化"
+msgstr "淡入"
#: ../share/extensions/jessyInk_effects.inx.h:7
-#, fuzzy
msgid "Fade out"
-msgstr "<b>淡出:</b>"
+msgstr "淡出"
#: ../share/extensions/jessyInk_effects.inx.h:10
msgid "None (default)"
@@ -29084,9 +28028,8 @@ msgid "Decrease number of columns:"
msgstr "減少欄數:"
#: ../share/extensions/jessyInk_keyBindings.inx.h:6
-#, fuzzy
msgid "Export presentation:"
-msgstr "文字方向"
+msgstr "匯出簡報:"
#: ../share/extensions/jessyInk_keyBindings.inx.h:7
msgid "First slide:"
@@ -29399,11 +28342,11 @@ msgstr ""
#: ../share/extensions/jessyInk_view.inx.h:9
#: ../share/extensions/polyhedron_3d.inx.h:52
msgid "View"
-msgstr "視點"
+msgstr "視角"
#: ../share/extensions/layers2svgfont.inx.h:1
msgid "3 - Convert Glyph Layers to SVG Font"
-msgstr ""
+msgstr "3 - 將字形圖層轉換成 SVG 字型"
#: ../share/extensions/layers2svgfont.inx.h:2
#: ../share/extensions/new_glyph_layer.inx.h:2
@@ -29411,9 +28354,8 @@ msgstr ""
#: ../share/extensions/previous_glyph_layer.inx.h:1
#: ../share/extensions/setup_typography_canvas.inx.h:6
#: ../share/extensions/svgfont2layers.inx.h:3
-#, fuzzy
msgid "Typography"
-msgstr "螺旋"
+msgstr "印刷版面"
#: ../share/extensions/layout_nup.inx.h:1
msgid ""
@@ -29428,10 +28370,20 @@ msgid ""
" * Layout padding: inner padding for each part of the layout.\n"
" "
msgstr ""
+"\n"
+"參數:\n"
+" * 頁面尺寸:寬度和高度。\n"
+" * 頁面邊距:每一頁周圍額外的空間。\n"
+" * 版面列數和欄數。\n"
+" * 版面尺寸:寬度和高度,若其中一項為 0 則會自動計算。\n"
+" * 自動計算版面尺寸:不使用版面尺寸數值。\n"
+" * 版面邊距:此版面每個區塊周圍的空白空間。\n"
+" * 版面內距:此版面每個區塊內部的內部間距。\n"
+" "
#: ../share/extensions/layout_nup.inx.h:11
msgid "Auto calculate layout size"
-msgstr ""
+msgstr "自動計算版面大小"
#: ../share/extensions/layout_nup.inx.h:12
#: ../share/extensions/printing_marks.inx.h:3
@@ -29439,29 +28391,24 @@ msgid "Bottom:"
msgstr "底端:"
#: ../share/extensions/layout_nup.inx.h:13
-#, fuzzy
msgid "Cols:"
-msgstr "欄"
+msgstr "欄數:"
#: ../share/extensions/layout_nup.inx.h:14
-#, fuzzy
msgid "Cutting marks"
-msgstr "印刷標示"
+msgstr "裁切標示"
#: ../share/extensions/layout_nup.inx.h:17
-#, fuzzy
msgid "Layout dimensions"
-msgstr "版面規劃:"
+msgstr "版面尺寸"
#: ../share/extensions/layout_nup.inx.h:18
-#, fuzzy
msgid "Layout margins"
-msgstr "左邊距"
+msgstr "版面邊距"
#: ../share/extensions/layout_nup.inx.h:19
-#, fuzzy
msgid "Layout padding"
-msgstr "版面規劃:"
+msgstr "版面內距"
#: ../share/extensions/layout_nup.inx.h:20
#: ../share/extensions/printing_marks.inx.h:8
@@ -29469,14 +28416,12 @@ msgid "Left:"
msgstr "左邊:"
#: ../share/extensions/layout_nup.inx.h:21
-#, fuzzy
msgid "Margin box"
-msgstr "插圖框"
+msgstr "邊距框"
#: ../share/extensions/layout_nup.inx.h:22
-#, fuzzy
msgid "Margin guide"
-msgstr "移動參考線"
+msgstr "邊距參考線"
#: ../share/extensions/layout_nup.inx.h:23
#: ../share/extensions/printing_marks.inx.h:9
@@ -29485,31 +28430,27 @@ msgstr "標示"
#: ../share/extensions/layout_nup.inx.h:24
msgid "N-up layout"
-msgstr ""
+msgstr "多頁合一版面"
#: ../share/extensions/layout_nup.inx.h:25
-#, fuzzy
msgid "Padding box"
-msgstr "邊界框"
+msgstr "內距框"
#: ../share/extensions/layout_nup.inx.h:26
msgid "Padding guide"
-msgstr ""
+msgstr "內距參考線"
#: ../share/extensions/layout_nup.inx.h:27
-#, fuzzy
msgid "Page dimensions"
-msgstr "尺寸標註線"
+msgstr "頁面尺寸"
#: ../share/extensions/layout_nup.inx.h:28
-#, fuzzy
msgid "Page margins"
-msgstr "左邊距"
+msgstr "頁面邊距"
#: ../share/extensions/layout_nup.inx.h:29
-#, fuzzy
msgid "Place holder"
-msgstr "黑洞"
+msgstr "預留空間"
#: ../share/extensions/layout_nup.inx.h:31
#: ../share/extensions/printing_marks.inx.h:16
@@ -29517,19 +28458,16 @@ msgid "Right:"
msgstr "右邊:"
#: ../share/extensions/layout_nup.inx.h:32
-#, fuzzy
msgid "Rows:"
-msgstr "列:"
+msgstr "列數:"
#: ../share/extensions/layout_nup.inx.h:33
-#, fuzzy
msgid "Size X:"
-msgstr "尺寸 X"
+msgstr "尺寸 X:"
#: ../share/extensions/layout_nup.inx.h:34
-#, fuzzy
msgid "Size Y:"
-msgstr "尺寸 Y"
+msgstr "尺寸 Y:"
#: ../share/extensions/layout_nup.inx.h:35
#: ../share/extensions/printing_marks.inx.h:20
@@ -29582,62 +28520,54 @@ msgid "Axiom and rules"
msgstr "規律和規則"
#: ../share/extensions/lindenmayer.inx.h:22
-#, fuzzy
msgid "Axiom:"
-msgstr "規律"
+msgstr "規律:"
#: ../share/extensions/lindenmayer.inx.h:24
msgid "L-system"
msgstr "L 系統"
#: ../share/extensions/lindenmayer.inx.h:25
-#, fuzzy
msgid "Left angle:"
-msgstr "左邊角度"
+msgstr "左邊角度:"
#: ../share/extensions/lindenmayer.inx.h:28
-#, fuzzy, no-c-format
+#, no-c-format
msgid "Randomize angle (%):"
-msgstr "隨機角度 (%)"
+msgstr "隨機角度 (%):"
#: ../share/extensions/lindenmayer.inx.h:30
-#, fuzzy, no-c-format
+#, no-c-format
msgid "Randomize step (%):"
-msgstr "隨機步長 (%)"
+msgstr "隨機階數 (%):"
#: ../share/extensions/lindenmayer.inx.h:32
-#, fuzzy
msgid "Right angle:"
-msgstr "右邊角度"
+msgstr "右邊角度:"
#: ../share/extensions/lindenmayer.inx.h:33
-#, fuzzy
msgid "Rules:"
-msgstr "規則"
+msgstr "規則:"
#: ../share/extensions/lindenmayer.inx.h:34
-#, fuzzy
msgid "Step length (px):"
-msgstr "步長 (px)"
+msgstr "階數長度 (px):"
#: ../share/extensions/lorem_ipsum.inx.h:2
msgid "Lorem ipsum"
msgstr "無意義版文"
#: ../share/extensions/lorem_ipsum.inx.h:3
-#, fuzzy
msgid "Number of paragraphs:"
-msgstr "段落數量"
+msgstr "段落數量:"
#: ../share/extensions/lorem_ipsum.inx.h:5
-#, fuzzy
msgid "Paragraph length fluctuation (sentences):"
-msgstr "段落長度變動 (句子)"
+msgstr "段落長度變動 (句子):"
#: ../share/extensions/lorem_ipsum.inx.h:6
-#, fuzzy
msgid "Sentences per paragraph:"
-msgstr "每個段落的句數"
+msgstr "每個段落的句數:"
#: ../share/extensions/lorem_ipsum.inx.h:8
msgid ""
@@ -29646,147 +28576,120 @@ msgid ""
"new flowed text object, the size of the page, is created in a new layer."
msgstr ""
"這個特效可以製作標準的「無意義版文 (Lorem Ipsum)」偽拉丁文佔位符號文稿。如果"
-"選取一個流動文字,Lorem Ipsum 會被加入到裡面;否則一個新的流動文字物件 (頁面"
-"大小) 會被建立在新圖層。"
+"選取一個流動文字,Lorem Ipsum 會被加到裡面;否則會在新圖層建立新的流動文字物"
+"件 (頁面的大小) 。"
#: ../share/extensions/markers_strokepaint.inx.h:1
-#, fuzzy
msgid "Assign alpha"
msgstr "指定不透明度"
#: ../share/extensions/markers_strokepaint.inx.h:2
-#, fuzzy
msgid "Assign fill color"
-msgstr "設定充填顏色"
+msgstr "指定充填顏色"
#: ../share/extensions/markers_strokepaint.inx.h:3
-#, fuzzy
msgid "Assign stroke color"
-msgstr "設定邊框顏色"
+msgstr "指定邊框顏色"
#: ../share/extensions/markers_strokepaint.inx.h:4
-#, fuzzy
msgid "Color Markers"
-msgstr "色彩條"
+msgstr "彩色標記"
#: ../share/extensions/markers_strokepaint.inx.h:7
-#, fuzzy
msgid "From object"
-msgstr "沒有物件"
+msgstr "從物件"
#: ../share/extensions/markers_strokepaint.inx.h:8
-#, fuzzy
msgid "Invert fill and stroke colors"
-msgstr "設定邊框顏色"
+msgstr "反轉填充和邊框顏色"
#: ../share/extensions/markers_strokepaint.inx.h:9
-#, fuzzy
msgid "Marker type:"
-msgstr "麥克筆"
+msgstr "標記類型:"
#: ../share/extensions/markers_strokepaint.inx.h:11
-#, fuzzy
msgid "Stroke"
-msgstr "邊框:"
+msgstr "邊框"
#: ../share/extensions/markers_strokepaint.inx.h:12
-#, fuzzy
msgid "filled"
-msgstr "盲人點字"
+msgstr "填充"
#: ../share/extensions/markers_strokepaint.inx.h:13
msgid "solid"
-msgstr ""
+msgstr "純色"
#: ../share/extensions/measure.inx.h:1
-#, fuzzy
msgid "Angle 0"
-msgstr "角度"
+msgstr "角度 0"
#: ../share/extensions/measure.inx.h:2
-#, fuzzy
msgid "Angle 120"
-msgstr "角度"
+msgstr "角度 120"
#: ../share/extensions/measure.inx.h:3
-#, fuzzy
msgid "Angle 135"
-msgstr "角度"
+msgstr "角度 135"
#: ../share/extensions/measure.inx.h:4
-#, fuzzy
msgid "Angle 150"
-msgstr "角度"
+msgstr "角度 150"
#: ../share/extensions/measure.inx.h:5
-#, fuzzy
msgid "Angle 180"
-msgstr "角度"
+msgstr "角度 180"
#: ../share/extensions/measure.inx.h:6
-#, fuzzy
msgid "Angle 210"
-msgstr "角度"
+msgstr "角度 210"
#: ../share/extensions/measure.inx.h:7
-#, fuzzy
msgid "Angle 225"
-msgstr "角度"
+msgstr "角度 225"
#: ../share/extensions/measure.inx.h:8
-#, fuzzy
msgid "Angle 240"
-msgstr "角度"
+msgstr "角度 240"
#: ../share/extensions/measure.inx.h:9
-#, fuzzy
msgid "Angle 270"
-msgstr "角度"
+msgstr "角度 270"
#: ../share/extensions/measure.inx.h:10
-#, fuzzy
msgid "Angle 30"
-msgstr "角度"
+msgstr "角度 30"
#: ../share/extensions/measure.inx.h:11
-#, fuzzy
msgid "Angle 300"
-msgstr "角度"
+msgstr "角度 300"
#: ../share/extensions/measure.inx.h:12
-#, fuzzy
msgid "Angle 315"
-msgstr "角度"
+msgstr "角度 315"
#: ../share/extensions/measure.inx.h:13
-#, fuzzy
msgid "Angle 330"
-msgstr "角度"
+msgstr "角度 330"
#: ../share/extensions/measure.inx.h:14
-#, fuzzy
msgid "Angle 45"
-msgstr "角度"
+msgstr "角度 45"
#: ../share/extensions/measure.inx.h:15
-#, fuzzy
msgid "Angle 60"
-msgstr "角度"
+msgstr "角度 60"
#: ../share/extensions/measure.inx.h:16
-#, fuzzy
msgid "Angle 90"
-msgstr "角度"
+msgstr "角度 90"
#: ../share/extensions/measure.inx.h:17
-#, fuzzy
msgid "Display Format: "
-msgstr "顯示單位"
+msgstr "顯示格式:"
#: ../share/extensions/measure.inx.h:18
-#, fuzzy
msgid "Font size (px):"
-msgstr "字型大小 (px)"
+msgstr "字型大小 (px):"
#: ../share/extensions/measure.inx.h:20
msgid "Length"
@@ -29794,7 +28697,6 @@ msgstr "長度"
#. <param name="unit" type="string" _gui-text="Unit {km|m|cm|mm|in|px|pt}">mm</param>
#: ../share/extensions/measure.inx.h:22
-#, fuzzy
msgid "Length Unit:"
msgstr "長度單位:"
@@ -29807,21 +28709,19 @@ msgid "Measurement Type: "
msgstr "測量類型:"
#: ../share/extensions/measure.inx.h:26
-#, fuzzy
msgid "Offset (px):"
-msgstr "偏移 x"
+msgstr "偏移 (px):"
#: ../share/extensions/measure.inx.h:28
msgid "Scale Factor (Drawing:Real Length) = 1:"
msgstr "比例係數 (圖畫:真實長度) = 1:"
#: ../share/extensions/measure.inx.h:29
-#, fuzzy
msgid "Text On Path"
-msgstr "置於路徑 (_P)"
+msgstr "路徑文字"
#: ../share/extensions/measure.inx.h:31
-#, fuzzy, no-c-format
+#, no-c-format
msgid ""
"This effect measures the length, or area, of the selected paths and adds it "
"as a text object with the selected units.\n"
@@ -29838,9 +28738,10 @@ msgid ""
"Bezier curves. If a circle is used, the area may be too high by as much as "
"0.03%."
msgstr ""
-"這個特效可依照選擇的單位來測量所選路徑的長度或面積,並作為文字沿置路徑物件加"
+"此特效可依照選擇的單位來測量所選路徑的長度或面積,並作為文字物件加"
"入。\n"
" \n"
+" * 顯示格式可以是特定角度的路徑文字或單獨文字。\n"
" * 可用精密字段控制有效數字的位數。\n"
" * 偏移量字段控制從文字到路徑的間隔。\n"
" * 比例係數可以被使用在比例圖中製作尺寸。例如,如果圖畫裡的 1 公分等於真實中"
@@ -29849,33 +28750,29 @@ msgstr ""
"積可能多出 0.03%。"
#: ../share/extensions/measure.inx.h:39
-#, fuzzy
msgctxt "measure extension"
msgid "Area"
msgstr "面積"
#: ../share/extensions/motion.inx.h:3
-#, fuzzy
msgid "Magnitude:"
-msgstr "幅度"
+msgstr "幅度:"
#: ../share/extensions/motion.inx.h:4
msgid "Motion"
msgstr "移動"
#: ../share/extensions/new_glyph_layer.inx.h:1
-#, fuzzy
msgid "2 - Add Glyph Layer"
-msgstr "加入字"
+msgstr "2 - 加入字形圖層"
#: ../share/extensions/new_glyph_layer.inx.h:3
-#, fuzzy
msgid "Unicode character:"
-msgstr "插入萬國碼字元"
+msgstr "萬國碼字元:"
#: ../share/extensions/next_glyph_layer.inx.h:2
msgid "View Next Glyph"
-msgstr ""
+msgstr "檢視下一個字形"
#: ../share/extensions/outline2svg.inx.h:1
msgid "ASCII Text with outline markup"
@@ -29890,14 +28787,12 @@ msgid "Text Outline Input"
msgstr "文字輪廓輸入"
#: ../share/extensions/param_curves.inx.h:2
-#, fuzzy
msgid "End t-value:"
-msgstr "結束 t 值"
+msgstr "結束 t 值:"
#: ../share/extensions/param_curves.inx.h:5
-#, fuzzy
msgid "Multiply t-range by 2*pi:"
-msgstr "「2*pi」乘上 t 範圍"
+msgstr "以「2*pi」乘上 t 範圍:"
#: ../share/extensions/param_curves.inx.h:6
msgid "Parametric Curves"
@@ -29908,56 +28803,47 @@ msgid "Range and Sampling"
msgstr "範圍和取樣"
#: ../share/extensions/param_curves.inx.h:10
-#, fuzzy
msgid "Samples:"
-msgstr "取樣"
+msgstr "取樣:"
#: ../share/extensions/param_curves.inx.h:11
-#, fuzzy
msgid ""
"Select a rectangle before calling the extension, it will determine X and Y "
"scales.\n"
"First derivatives are always determined numerically."
msgstr ""
-"呼叫此擴充功能前先選取一個矩形,\n"
-"它會決定 X 和 Y 的比例。\n"
+"呼叫此擴充功能前請先選取一個矩形,\n"
+"此矩形會決定 X 和 Y 的比例。\n"
"\n"
-"總是用數字決定第一個衍生物件。"
+"永遠以數字決定第一個衍生物件。"
#: ../share/extensions/param_curves.inx.h:22
-#, fuzzy
msgid "Start t-value:"
-msgstr "開始 t 值"
+msgstr "起始 t 值:"
#: ../share/extensions/param_curves.inx.h:25
-#, fuzzy
msgid "x-Function:"
-msgstr "x 函數"
+msgstr "x 函數:"
#: ../share/extensions/param_curves.inx.h:26
-#, fuzzy
msgid "x-value of rectangle's left:"
-msgstr "矩形左邊的 x 值"
+msgstr "矩形左邊的 x 值:"
#: ../share/extensions/param_curves.inx.h:27
-#, fuzzy
msgid "x-value of rectangle's right:"
-msgstr "矩形右邊的 x 值"
+msgstr "矩形右邊的 x 值:"
#: ../share/extensions/param_curves.inx.h:28
-#, fuzzy
msgid "y-Function:"
-msgstr "y 函數"
+msgstr "y 函數:"
#: ../share/extensions/param_curves.inx.h:29
-#, fuzzy
msgid "y-value of rectangle's bottom:"
-msgstr "矩形底部的 y 值"
+msgstr "矩形底端的 y 值:"
#: ../share/extensions/param_curves.inx.h:30
-#, fuzzy
msgid "y-value of rectangle's top:"
-msgstr "矩形頂部的 y 值"
+msgstr "矩形頂端的 y 值:"
#: ../share/extensions/pathalongpath.inx.h:1
msgid "Copies of the pattern:"
@@ -29974,9 +28860,8 @@ msgstr "變形前再製圖樣"
#: ../share/extensions/pathalongpath.inx.h:6
#: ../share/extensions/pathscatter.inx.h:9
-#, fuzzy
msgid "Normal offset:"
-msgstr "一般偏移"
+msgstr "普通偏移:"
#: ../share/extensions/pathalongpath.inx.h:8
msgid "Pattern along Path"
@@ -30002,19 +28887,17 @@ msgstr "複製物件的間距:"
#: ../share/extensions/pathalongpath.inx.h:17
#: ../share/extensions/pathscatter.inx.h:19
-#, fuzzy
msgid "Tangential offset:"
-msgstr "正切偏移"
+msgstr "正切偏移:"
#: ../share/extensions/pathalongpath.inx.h:18
-#, fuzzy
msgid ""
"This effect bends a pattern object along arbitrary \"skeleton\" paths. The "
"pattern is the topmost object in the selection (groups of paths/shapes/"
"clones... allowed)."
msgstr ""
-"這個特效可沿著任意「骨架」路徑彎曲圖案物件。圖案必須在選取區的最上層。(可以是"
-"路徑/形狀/仿製物件的群組...)"
+"這個特效可沿著任意「骨架」路徑彎曲圖案物件。此圖案必須是選取範圍的最上層物"
+"件。(可以是路徑 / 形狀 / 仿製物件的群組...)"
#: ../share/extensions/pathscatter.inx.h:1
msgid "Cloned"
@@ -30030,7 +28913,7 @@ msgstr "沿著路徑方向"
#: ../share/extensions/pathscatter.inx.h:7
msgid "If pattern is a group, pick group members"
-msgstr ""
+msgstr "若圖樣是一個群組,請挑選群組成員"
#: ../share/extensions/pathscatter.inx.h:8
msgid "Moved"
@@ -30042,17 +28925,15 @@ msgstr "原始圖樣:"
#: ../share/extensions/pathscatter.inx.h:13
msgid "Pick group members:"
-msgstr ""
+msgstr "挑選群組成員:"
#: ../share/extensions/pathscatter.inx.h:14
-#, fuzzy
msgid "Randomly"
-msgstr "隨機化"
+msgstr "隨機"
#: ../share/extensions/pathscatter.inx.h:16
-#, fuzzy
msgid "Sequentially"
-msgstr "設定填充"
+msgstr "規則"
#: ../share/extensions/pathscatter.inx.h:18
msgid "Stretch spaces to fit skeleton length"
@@ -30068,27 +28949,24 @@ msgstr ""
"徑、形狀、仿製物件的群組。"
#: ../share/extensions/perfectboundcover.inx.h:1
-#, fuzzy
msgid "Bleed (in):"
-msgstr "出血 (英寸)"
+msgstr "出血 (英寸):"
#: ../share/extensions/perfectboundcover.inx.h:2
msgid "Bond Weight #"
msgstr "證卷用紙重量 #"
#: ../share/extensions/perfectboundcover.inx.h:3
-#, fuzzy
msgid "Book Height (inches):"
-msgstr "書籍高度 (英寸)"
+msgstr "書籍高度 (英寸):"
#: ../share/extensions/perfectboundcover.inx.h:4
msgid "Book Properties"
-msgstr "書籍屬性 (_P)"
+msgstr "書籍屬性(_P)"
#: ../share/extensions/perfectboundcover.inx.h:5
-#, fuzzy
msgid "Book Width (inches):"
-msgstr "書籍寬度 (英寸)"
+msgstr "書籍寬度 (英寸):"
#: ../share/extensions/perfectboundcover.inx.h:6
msgid "Caliper (inches)"
@@ -30099,9 +28977,8 @@ msgid "Cover"
msgstr "封面"
#: ../share/extensions/perfectboundcover.inx.h:8
-#, fuzzy
msgid "Cover Thickness Measurement:"
-msgstr "封面厚度測量"
+msgstr "封面厚度量測值:"
#: ../share/extensions/perfectboundcover.inx.h:9
msgid "Interior Pages"
@@ -30112,18 +28989,16 @@ msgid "Note: Bond Weight # calculations are a best-guess estimate."
msgstr "備註:證卷用紙重量 # 計算是最佳估測。"
#: ../share/extensions/perfectboundcover.inx.h:12
-#, fuzzy
msgid "Number of Pages:"
-msgstr "頁數"
+msgstr "頁數:"
#: ../share/extensions/perfectboundcover.inx.h:13
msgid "Pages Per Inch (PPI)"
msgstr "每英寸的頁數 (PPI)"
#: ../share/extensions/perfectboundcover.inx.h:14
-#, fuzzy
msgid "Paper Thickness Measurement:"
-msgstr "紙張厚度測量"
+msgstr "紙張厚度量測值:"
#: ../share/extensions/perfectboundcover.inx.h:15
msgid "Perfect-Bound Cover Template"
@@ -30138,9 +29013,8 @@ msgid "Specify Width"
msgstr "指定寬度"
#: ../share/extensions/perfectboundcover.inx.h:20
-#, fuzzy
msgid "Value:"
-msgstr "數值"
+msgstr "數值:"
#: ../share/extensions/perspective.inx.h:2
msgid "Perspective"
@@ -30151,12 +29025,12 @@ msgid "PixelSnap"
msgstr "像素貼齊"
#: ../share/extensions/pixelsnap.inx.h:3
-#, fuzzy
msgid ""
"Snap all paths in selection to pixels. Snaps borders to half-points and "
"fills to full points."
msgstr ""
-"將選取範圍裡的全部路徑貼齊到像素。將邊框貼齊到半像素點和填入到完整像素點"
+"將選取範圍裡的全部路徑貼齊到像素。將邊框貼齊到不完全的像素點並填滿完整像素"
+"點。"
#: ../share/extensions/plt_input.inx.h:1
msgid "AutoCAD Plot Input"
@@ -30224,24 +29098,21 @@ msgid "Filename:"
msgstr "檔名:"
#: ../share/extensions/polyhedron_3d.inx.h:12
-#, fuzzy
msgid "Fill color, Blue:"
-msgstr "填色, 藍"
+msgstr "填色, 藍:"
#: ../share/extensions/polyhedron_3d.inx.h:13
-#, fuzzy
msgid "Fill color, Green:"
-msgstr "填色, 綠"
+msgstr "填色, 綠:"
#: ../share/extensions/polyhedron_3d.inx.h:14
-#, fuzzy
msgid "Fill color, Red:"
-msgstr "填色, 紅"
+msgstr "填色, 紅:"
#: ../share/extensions/polyhedron_3d.inx.h:16
-#, fuzzy, no-c-format
+#, no-c-format
msgid "Fill opacity (%):"
-msgstr "填充不透明度, %"
+msgstr "填充不透明度 (%):"
#: ../share/extensions/polyhedron_3d.inx.h:17
msgid "Great Dodecahedron"
@@ -30256,19 +29127,16 @@ msgid "Icosahedron"
msgstr "二十面體"
#: ../share/extensions/polyhedron_3d.inx.h:20
-#, fuzzy
msgid "Light X:"
-msgstr "燈光 X"
+msgstr "燈光 X:"
#: ../share/extensions/polyhedron_3d.inx.h:21
-#, fuzzy
msgid "Light Y:"
-msgstr "燈光 Y"
+msgstr "燈光 Y:"
#: ../share/extensions/polyhedron_3d.inx.h:22
-#, fuzzy
msgid "Light Z:"
-msgstr "燈光 Z"
+msgstr "燈光 Z:"
#: ../share/extensions/polyhedron_3d.inx.h:23
msgid "Load from file"
@@ -30291,9 +29159,8 @@ msgid "Model file"
msgstr "模型檔"
#: ../share/extensions/polyhedron_3d.inx.h:28
-#, fuzzy
msgid "Object Type:"
-msgstr "物件類型"
+msgstr "物件類型:"
#: ../share/extensions/polyhedron_3d.inx.h:29
msgid "Object:"
@@ -30310,14 +29177,12 @@ msgstr "繞著旋轉:"
#: ../share/extensions/polyhedron_3d.inx.h:33
#: ../share/extensions/spirograph.inx.h:7
#: ../share/extensions/wireframe_sphere.inx.h:6
-#, fuzzy
msgid "Rotation (deg):"
-msgstr "旋轉 (度)"
+msgstr "旋轉 (度):"
#: ../share/extensions/polyhedron_3d.inx.h:34
-#, fuzzy
msgid "Scaling factor:"
-msgstr "縮放比例"
+msgstr "縮放比例:"
#: ../share/extensions/polyhedron_3d.inx.h:35
msgid "Shading"
@@ -30336,14 +29201,13 @@ msgid "Snub Dodecahedron"
msgstr "扭稜十二面體"
#: ../share/extensions/polyhedron_3d.inx.h:41
-#, fuzzy, no-c-format
+#, no-c-format
msgid "Stroke opacity (%):"
-msgstr "邊框不透明度, %"
+msgstr "邊框不透明度 (%):"
#: ../share/extensions/polyhedron_3d.inx.h:42
-#, fuzzy
msgid "Stroke width (px):"
-msgstr "邊框寬度, px"
+msgstr "邊框寬度 (px):"
#: ../share/extensions/polyhedron_3d.inx.h:44
msgid "Tetrahedron"
@@ -30394,9 +29258,8 @@ msgid "Z-sort faces by:"
msgstr "面的排序方式:"
#: ../share/extensions/previous_glyph_layer.inx.h:2
-#, fuzzy
msgid "View Previous Glyph"
-msgstr "上一頁:"
+msgstr "檢視上一個字形"
#: ../share/extensions/printing_marks.inx.h:1
msgid "Bleed Margin"
@@ -30435,9 +29298,8 @@ msgid "Registration Marks"
msgstr "註冊標示"
#: ../share/extensions/printing_marks.inx.h:18
-#, fuzzy
msgid "Set crop marks to:"
-msgstr "設定裁切標示"
+msgstr "設定裁切標示:"
#: ../share/extensions/printing_marks.inx.h:19
msgid "Star Target"
@@ -30452,14 +29314,12 @@ msgid "Jitter nodes"
msgstr "抖動節點"
#: ../share/extensions/radiusrand.inx.h:3
-#, fuzzy
msgid "Maximum displacement in X (px):"
-msgstr "X 最大移位值, px"
+msgstr "X 方向最大位移值 (px):"
#: ../share/extensions/radiusrand.inx.h:4
-#, fuzzy
msgid "Maximum displacement in Y (px):"
-msgstr "Y 最大移位值, px"
+msgstr "Y 方向最大位移值 (px):"
#: ../share/extensions/radiusrand.inx.h:7
msgid "Shift node handles"
@@ -30486,9 +29346,8 @@ msgstr "字母湯"
#: ../share/extensions/render_alphabetsoup.inx.h:5
#: ../share/extensions/render_barcode_datamatrix.inx.h:6
#: ../share/extensions/render_barcode_qrcode.inx.h:18
-#, fuzzy
msgid "Text:"
-msgstr "文字"
+msgstr "文字:"
#: ../share/extensions/render_barcode.inx.h:1
msgid "Bar Height:"
@@ -30510,122 +29369,111 @@ msgstr "條碼類型:"
#: ../share/extensions/render_barcode.inx.h:5
msgid "Classic"
-msgstr ""
+msgstr "標準"
#: ../share/extensions/render_barcode_datamatrix.inx.h:2
-#, fuzzy
msgid "Datamatrix"
-msgstr "條碼 - Datamatrix"
+msgstr "Datamatrix"
#: ../share/extensions/render_barcode_datamatrix.inx.h:4
#: ../share/extensions/render_barcode_qrcode.inx.h:16
msgid "Size, in unit squares:"
-msgstr ""
+msgstr "尺寸,單元正方形:"
#: ../share/extensions/render_barcode_datamatrix.inx.h:5
-#, fuzzy
msgid "Square Size (px):"
-msgstr "方形大小 / px"
+msgstr "正方形大小 (px):"
#: ../share/extensions/render_barcode_qrcode.inx.h:1
-#, fuzzy
msgid "Auto"
-msgstr "自動儲存"
+msgstr "自動"
#: ../share/extensions/render_barcode_qrcode.inx.h:4
msgid "Error correction level:"
-msgstr ""
+msgstr "錯誤修正等級:"
#: ../share/extensions/render_barcode_qrcode.inx.h:6
#, no-c-format
msgid "H (Approx. 30%)"
-msgstr ""
+msgstr "高 (近似 30%)"
#: ../share/extensions/render_barcode_qrcode.inx.h:8
#, no-c-format
msgid "L (Approx. 7%)"
-msgstr ""
+msgstr "低 (近似 7%)"
#: ../share/extensions/render_barcode_qrcode.inx.h:10
#, no-c-format
msgid "M (Approx. 15%)"
-msgstr ""
+msgstr "中 (近似 15%)"
#: ../share/extensions/render_barcode_qrcode.inx.h:12
#, no-c-format
msgid "Q (Approx. 25%)"
-msgstr ""
+msgstr "中高 (近似 25%)"
#: ../share/extensions/render_barcode_qrcode.inx.h:13
msgid "QR Code"
-msgstr ""
+msgstr "QR Code"
#: ../share/extensions/render_barcode_qrcode.inx.h:15
msgid "See http://www.denso-wave.com/qrcode/index-e.html for details"
-msgstr ""
+msgstr "造訪 http://www.denso-wave.com/qrcode/index-e.html 了解更多詳細資訊"
#: ../share/extensions/render_barcode_qrcode.inx.h:17
-#, fuzzy
msgid "Square size (px):"
-msgstr "方形大小 / px"
+msgstr "正方形大小 (px):"
#: ../share/extensions/render_barcode_qrcode.inx.h:19
msgid ""
"With \"Auto\", the size of the barcode depends on the length of the text and "
"the error correction level"
-msgstr ""
+msgstr "選擇「自動」,條碼尺寸是由文字的長度和錯誤修正等級所決定"
#: ../share/extensions/replace_font.inx.h:1
msgid "And replace with: "
-msgstr ""
+msgstr "並用此取代:"
#: ../share/extensions/replace_font.inx.h:2
msgid ""
"Choose this tab if you would like to see a list of the fonts used/found."
-msgstr ""
+msgstr "若你想要看已使用和已找到的字型清單請選擇此分頁。"
#: ../share/extensions/replace_font.inx.h:3
-#, fuzzy
msgid "Entire drawing"
-msgstr "匯出範圍為繪圖部份"
+msgstr "整幅圖畫"
#: ../share/extensions/replace_font.inx.h:4
-#, fuzzy
msgid "Find and Replace font"
-msgstr "尋找和取代文字 (_R)..."
+msgstr "尋找和取代字型"
#: ../share/extensions/replace_font.inx.h:5
msgid "Find this font: "
-msgstr ""
+msgstr "尋找此字型:"
#: ../share/extensions/replace_font.inx.h:6
-#, fuzzy
msgid "List all fonts"
-msgstr "編輯 SVG 字型"
+msgstr "列出全部字型"
#: ../share/extensions/replace_font.inx.h:7
msgid "Replace all fonts with: "
-msgstr ""
+msgstr "用此字型取代全部字型:"
#: ../share/extensions/replace_font.inx.h:8
-#, fuzzy
msgid "Replace font"
-msgstr "取代文字"
+msgstr "取代字型"
#: ../share/extensions/replace_font.inx.h:9
-#, fuzzy
msgid "Selected objects only"
-msgstr "水平翻轉選取的物件"
+msgstr "只有選取的物件"
#: ../share/extensions/replace_font.inx.h:11
-#, fuzzy
msgid "Work on:"
-msgstr "單字:"
+msgstr "作用:"
#: ../share/extensions/restack.inx.h:2
-#, fuzzy
msgid "Arbitrary Angle"
-msgstr "任意角度:"
+msgstr "任意角度"
#: ../share/extensions/restack.inx.h:3
msgid "Arrange"
@@ -30687,14 +29535,12 @@ msgid "Vertical Point:"
msgstr "垂直點:"
#: ../share/extensions/rtree.inx.h:1
-#, fuzzy
msgid "Initial size:"
-msgstr "初始尺寸"
+msgstr "初始尺寸:"
#: ../share/extensions/rtree.inx.h:2
-#, fuzzy
msgid "Minimum size:"
-msgstr "最小尺寸"
+msgstr "最小尺寸:"
#: ../share/extensions/rtree.inx.h:3
msgid "Random Tree"
@@ -30716,11 +29562,11 @@ msgstr "強度 (%):"
#: ../share/extensions/scour.inx.h:1
msgid "Convert CSS attributes to XML attributes"
-msgstr ""
+msgstr "將 CSS 屬性轉換成 XML 屬性"
#: ../share/extensions/scour.inx.h:2
msgid "Create groups for similar attributes"
-msgstr ""
+msgstr "建立相似屬性的群組"
#: ../share/extensions/scour.inx.h:3
msgid "Embed rasters"
@@ -30736,17 +29582,15 @@ msgstr "群組折疊"
#: ../share/extensions/scour.inx.h:6
msgid "Help (Ids)"
-msgstr ""
+msgstr "說明 (識別名稱)"
#: ../share/extensions/scour.inx.h:7
-#, fuzzy
msgid "Help (Options)"
-msgstr "選項"
+msgstr "說明 (選項)"
#: ../share/extensions/scour.inx.h:8
-#, fuzzy
msgid "Ids"
-msgstr "_Id"
+msgstr "識別名稱"
#: ../share/extensions/scour.inx.h:9
msgid ""
@@ -30766,14 +29610,25 @@ msgid ""
"all unused ID names, but if all of your preserved ID names start with the "
"same prefix (e.g. #flag-mx, #flag-pt), you may use this option."
msgstr ""
+"識別碼指定選項:\n"
+" * 移除沒用到的元件 ID 名稱:移除所有未參考的 ID 屬性。\n"
+" * 縮短識別碼:縮短全部 ID 屬性的長度,指定最短長度到參考多數的元件。例"
+"如,#linearGradient5621,被參考 100 次,那麼就變成 #a。\n"
+" * 保留手動建立的識別名稱不編輯末端號碼:正常情形下, 最佳化的 SVG 輸出會"
+"移除這些資訊,但如果需要參考 (例如 #middledot),你可以使用此選項。\n"
+" * 保留這些識別名稱,用逗號分隔開:若你想保留更多指定的式別名稱此選項可以"
+"和其他保留選項結合使用。\n"
+" * 保留某字首開頭的識別名稱:正常情況下,最佳化的 SVG 輸出會移除全部沒用到"
+"的識別名稱,但如果想要保留的識別名稱都以相同字首開頭 (例如 #flag-mx、#flag-"
+"pt),可以使用此選項。"
#: ../share/extensions/scour.inx.h:15
msgid "Keep editor data"
-msgstr "保留編輯程式資料"
+msgstr "保留軟體資料"
#: ../share/extensions/scour.inx.h:17
msgid "Number of significant digits for coords:"
-msgstr ""
+msgstr "坐標的有效數字位數:"
#: ../share/extensions/scour.inx.h:18
msgid "Optimized SVG (*.svg)"
@@ -30785,34 +29640,31 @@ msgstr "最佳化的 SVG 輸出"
#: ../share/extensions/scour.inx.h:21
msgid "Preserve ID names starting with:"
-msgstr ""
+msgstr "保留以此開頭的 ID 名稱:"
#: ../share/extensions/scour.inx.h:22
msgid "Preserve manually created ID names not ending with digits"
-msgstr ""
+msgstr "保留手動建立非數字結尾的 ID 名稱"
#: ../share/extensions/scour.inx.h:23
msgid "Preserve these ID names, comma-separated:"
-msgstr ""
+msgstr "保留這些 ID 名稱,用逗號分隔開:"
#: ../share/extensions/scour.inx.h:24
-#, fuzzy
msgid "Remove comments"
-msgstr "移除字型"
+msgstr "移除註解"
#: ../share/extensions/scour.inx.h:25
-#, fuzzy
msgid "Remove metadata"
-msgstr "移除紅色"
+msgstr "移除中繼資料"
#: ../share/extensions/scour.inx.h:26
-#, fuzzy
msgid "Remove the xml declaration"
-msgstr "移除轉場效果"
+msgstr "移除此 xml 宣告"
#: ../share/extensions/scour.inx.h:27
msgid "Remove unused ID names for elements"
-msgstr ""
+msgstr "移除沒用到的元件識別名稱"
#: ../share/extensions/scour.inx.h:28
msgid "Scalable Vector Graphics"
@@ -30820,12 +29672,11 @@ msgstr "可縮放向量圖形"
#: ../share/extensions/scour.inx.h:29
msgid "Shorten IDs"
-msgstr ""
+msgstr "縮短識別碼"
#: ../share/extensions/scour.inx.h:30
-#, fuzzy
msgid "Shorten color values"
-msgstr "柔和色彩"
+msgstr "縮短色彩值"
#: ../share/extensions/scour.inx.h:31
msgid "Space"
@@ -30867,43 +29718,60 @@ msgid ""
"Space to use one space per nesting level, or Tab to use one tab per nesting "
"level."
msgstr ""
+"此擴充功能可根據下列選項最佳化 SVG 檔案:\n"
+" * 縮短顏色名稱:將全部顏色轉換成 #RRGGBB 或 #RGB 格式。\n"
+" * 將 CSS 屬性轉換成 XML 屬性:從 &lt;style&gt; 標籤和進線樣式=\"\" 宣告轉"
+"換成 XML 屬性。\n"
+" * 折疊群組:移除沒用到的 &lt;g&gt; 元件,讓這些內容提升一個層級。需要已設"
+"定「移除元件沒用到的 ID 名稱」。\n"
+" * 建立相似屬性的群組:建立 &lt;g&gt; 群組讓元件至少共有一種屬性 (例如,填"
+"色、邊框不透明度...)。\n"
+" * 內嵌點陣圖:將點陣圖內嵌為 base64 編碼資料網址。\n"
+" * 保留軟體資料:不移除 Inkscape、Sodipodi 或 Adobe Illustrator 元件和屬"
+"性。\n"
+" * 移除中繼資料:移除 &lt;metadata&gt; 標籤和裡面的所有資訊,這些資訊可能"
+"包含授權中繼資料、不支援 SVG 瀏覽器的備用方案等。\n"
+" * 移除註解:移除 &lt;!-- --&gt; 標籤。\n"
+" * 避開圖形潤算引擎程式錯誤:稍微放大 SVG 資料,可避開 librsvg 圖形潤算引"
+"擎裡的一個程式錯誤,該功能用在 GNOME 桌面的視覺效果和其他各種應用程式。\n"
+" * 啟用檢視框:影像尺寸變為 100%/100% 並引進檢視框。\n"
+" * 坐標的有效位數:以此有效位數輸出所有坐標。例如,若有效位數指定為 3,那"
+"麼坐標 3.5153 會輸出為 3.51而坐標 471.55 輸出為 472。\n"
+" * XML 縮排 (列印美觀):可選擇是否縮排,若要縮排可選擇「空格」讓每個巢狀層"
+"級使用一個空格字元縮排,或者「定位字元」讓每個巢狀層級使用一個空格字元進行縮"
+"排。"
#: ../share/extensions/scour.inx.h:47
msgid "Work around renderer bugs"
-msgstr ""
+msgstr "避開圖形潤算引擎程式錯誤"
#: ../share/extensions/scour.inx.h:48
msgid "XML indentation (pretty-printing):"
-msgstr ""
+msgstr "XML 縮排 (美觀列印):"
#: ../share/extensions/setup_typography_canvas.inx.h:1
msgid "1 - Setup Typography Canvas"
-msgstr ""
+msgstr "1 - 設定印刷畫布"
#: ../share/extensions/setup_typography_canvas.inx.h:2
-#, fuzzy
msgid "Ascender:"
-msgstr "演算"
+msgstr "上緣:"
#: ../share/extensions/setup_typography_canvas.inx.h:3
-#, fuzzy
msgid "Caps Height:"
-msgstr "條碼高度:"
+msgstr "大寫字母高度:"
#: ../share/extensions/setup_typography_canvas.inx.h:4
-#, fuzzy
msgid "Descender:"
-msgstr "相依性:"
+msgstr "下緣:"
#: ../share/extensions/setup_typography_canvas.inx.h:5
-#, fuzzy
msgid "Em-size:"
-msgstr "大小:"
+msgstr "全方字寬:"
#: ../share/extensions/setup_typography_canvas.inx.h:7
-#, fuzzy
msgid "X-Height:"
-msgstr "高度:"
+msgstr "小寫字母高度:"
#: ../share/extensions/sk1_input.inx.h:1
msgid "Open files saved in sK1 vector graphics editor"
@@ -30939,9 +29807,8 @@ msgid "Sketch Input"
msgstr "Sketch 輸入"
#: ../share/extensions/spirograph.inx.h:1
-#, fuzzy
msgid "Gear Placement:"
-msgstr "齒輪放置"
+msgstr "齒輪放置:"
#: ../share/extensions/spirograph.inx.h:2
msgid "Inside (Hypotrochoid)"
@@ -30952,33 +29819,28 @@ msgid "Outside (Epitrochoid)"
msgstr "外部 (外次擺線)"
#: ../share/extensions/spirograph.inx.h:4
-#, fuzzy
msgid "Quality (Default = 16):"
-msgstr "品質 (預設 = 16)"
+msgstr "品質 (預設 = 16):"
#: ../share/extensions/spirograph.inx.h:5
-#, fuzzy
msgid "R - Ring Radius (px):"
-msgstr "R - 環的半徑 (px)"
+msgstr "R - 環的半徑 (px):"
#: ../share/extensions/spirograph.inx.h:8
msgid "Spirograph"
msgstr "螺旋"
#: ../share/extensions/spirograph.inx.h:9
-#, fuzzy
msgid "d - Pen Radius (px):"
-msgstr "d - 筆半徑 (px)"
+msgstr "d - 筆半徑 (px):"
#: ../share/extensions/spirograph.inx.h:10
-#, fuzzy
msgid "r - Gear Radius (px):"
-msgstr "r - 齒輪半徑 (px)"
+msgstr "r - 齒輪半徑 (px):"
#: ../share/extensions/split.inx.h:3
-#, fuzzy
msgid "Preserve original text"
-msgstr "是否保留原始文字?"
+msgstr "保留原始文字"
#: ../share/extensions/split.inx.h:4
msgid "Split text"
@@ -30989,39 +29851,31 @@ msgid "Split:"
msgstr "打散:"
#: ../share/extensions/split.inx.h:7
-#, fuzzy
msgid "This effect splits texts into different lines, words or letters."
-msgstr ""
-"這個特效可將文字打散成不同列、單字或字母。在下面選擇你的文字要以何種方式打"
-"散。"
+msgstr "此特效可將文字打散成不同列、單字或字母。"
#: ../share/extensions/split.inx.h:8
-#, fuzzy
msgctxt "split"
msgid "Letters"
msgstr "字母"
#: ../share/extensions/split.inx.h:9
-#, fuzzy
msgctxt "split"
msgid "Lines"
-msgstr "線"
+msgstr "整行"
#: ../share/extensions/split.inx.h:10
-#, fuzzy
msgctxt "split"
msgid "Words"
msgstr "單字"
#: ../share/extensions/straightseg.inx.h:1
-#, fuzzy
msgid "Behavior:"
-msgstr "行為"
+msgstr "行為:"
#: ../share/extensions/straightseg.inx.h:3
-#, fuzzy
msgid "Percent:"
-msgstr "百分比"
+msgstr "百分比:"
#: ../share/extensions/straightseg.inx.h:4
msgid "Straighten Segments"
@@ -31033,17 +29887,15 @@ msgstr "封套"
#: ../share/extensions/svg2fxg.inx.h:1
msgid "Adobe's XML Graphics file format"
-msgstr ""
+msgstr "Adobe 的 XML 圖形格式"
#: ../share/extensions/svg2fxg.inx.h:2
-#, fuzzy
msgid "FXG Output"
-msgstr "SVG 輸出"
+msgstr "FXG 輸出"
#: ../share/extensions/svg2fxg.inx.h:3
-#, fuzzy
msgid "Flash XML Graphics (*.fxg)"
-msgstr "XFIG 圖形檔案 (*.fig)"
+msgstr "Flash XML 圖形 (*.fxg)"
#: ../share/extensions/svg2xaml.inx.h:1 ../share/extensions/xaml2svg.inx.h:1
msgid "Microsoft XAML (*.xaml)"
@@ -31058,23 +29910,20 @@ msgid "XAML Output"
msgstr "XAML 輸出"
#: ../share/extensions/svg_and_media_zip_output.inx.h:1
-#, fuzzy
msgid "Add font list"
-msgstr "加入字型"
+msgstr "加入字型清單"
#: ../share/extensions/svg_and_media_zip_output.inx.h:2
msgid "Compressed Inkscape SVG with media (*.zip)"
msgstr "壓縮 Inkscape SVG 附帶媒體 (*.zip)"
#: ../share/extensions/svg_and_media_zip_output.inx.h:3
-#, fuzzy
msgid "Compressed Inkscape SVG with media export"
-msgstr "壓縮 Inkscape SVG 附帶媒體 (*.zip)"
+msgstr "匯出包含媒體的壓縮 Inkscape SVG"
#: ../share/extensions/svg_and_media_zip_output.inx.h:4
-#, fuzzy
msgid "Image zip directory:"
-msgstr "無效的目錄:%s"
+msgstr "圖片 zip 目錄:"
#: ../share/extensions/svg_and_media_zip_output.inx.h:5
msgid ""
@@ -31091,23 +29940,20 @@ msgid "Calendar"
msgstr "月曆"
#: ../share/extensions/svgcalendar.inx.h:3
-#, fuzzy
msgid "Char Encoding:"
-msgstr "字元集編碼"
+msgstr "字元集編碼:"
#: ../share/extensions/svgcalendar.inx.h:4
msgid "Colors"
msgstr "顏色"
#: ../share/extensions/svgcalendar.inx.h:6
-#, fuzzy
msgid "Day color:"
-msgstr "日期顏色"
+msgstr "日期顏色:"
#: ../share/extensions/svgcalendar.inx.h:7
-#, fuzzy
msgid "Day names:"
-msgstr "日期名稱"
+msgstr "日期名稱:"
#: ../share/extensions/svgcalendar.inx.h:8
msgid "Fill empty day boxes with next month's days"
@@ -31128,39 +29974,32 @@ msgid "Monday"
msgstr "星期一"
#: ../share/extensions/svgcalendar.inx.h:13
-#, fuzzy
msgid "Month (0 for all):"
-msgstr "月份 (0 為全部)"
+msgstr "月份 (0 為全部):"
#: ../share/extensions/svgcalendar.inx.h:14
-#, fuzzy
msgid "Month Margin:"
-msgstr "月份邊距"
+msgstr "月份邊距:"
#: ../share/extensions/svgcalendar.inx.h:15
-#, fuzzy
msgid "Month Width:"
-msgstr "月份寬度"
+msgstr "月份寬度:"
#: ../share/extensions/svgcalendar.inx.h:16
-#, fuzzy
msgid "Month color:"
-msgstr "月份顏色"
+msgstr "月份顏色:"
#: ../share/extensions/svgcalendar.inx.h:17
-#, fuzzy
msgid "Month names:"
-msgstr "月份名稱"
+msgstr "月份名稱;"
#: ../share/extensions/svgcalendar.inx.h:18
-#, fuzzy
msgid "Months per line:"
-msgstr "每列月份數"
+msgstr "每列月份數:"
#: ../share/extensions/svgcalendar.inx.h:19
-#, fuzzy
msgid "Next month day color:"
-msgstr "下個月的日期顏色"
+msgstr "下個月的日期顏色:"
#: ../share/extensions/svgcalendar.inx.h:21
msgid "Saturday"
@@ -31171,18 +30010,16 @@ msgid "Saturday and Sunday"
msgstr "星期六和星期日"
#: ../share/extensions/svgcalendar.inx.h:23
-#, fuzzy
msgid ""
"Select your system encoding. More information at http://docs.python.org/"
"library/codecs.html#standard-encodings."
msgstr ""
-"(選擇你的系統編碼。更多資訊於 http://docs.python.org/library/codecs."
-"html#standard-encodings)"
+"選擇你的系統編碼。訪問 http://docs.python.org/library/codecs.html#standard-"
+"encodings 可取得更多資訊。"
#: ../share/extensions/svgcalendar.inx.h:24
-#, fuzzy
msgid "Show week number"
-msgstr "投影片編號"
+msgstr "顯示週次"
#: ../share/extensions/svgcalendar.inx.h:25
msgid "Sun Mon Tue Wed Thu Fri Sat"
@@ -31193,110 +30030,94 @@ msgid "Sunday"
msgstr "星期日"
#: ../share/extensions/svgcalendar.inx.h:27
-#, fuzzy
msgid "The day names list must start from Sunday."
-msgstr "(此日期名稱清單必須由星期日開始)"
+msgstr "此日期名稱清單必須由星期日開始。"
#: ../share/extensions/svgcalendar.inx.h:28
msgid "The options below have no influence when the above is checked."
msgstr "若已勾選上面選項時下面的選項沒有任何作用。"
#: ../share/extensions/svgcalendar.inx.h:29
-#, fuzzy
msgid "Week number color:"
-msgstr "平日名稱顏色"
+msgstr "週次顏色:"
#: ../share/extensions/svgcalendar.inx.h:30
-#, fuzzy
msgid "Week number column name:"
-msgstr "減少欄數:"
+msgstr "週次欄位名稱:"
#: ../share/extensions/svgcalendar.inx.h:31
msgid "Week start day"
msgstr "一週開始日期"
#: ../share/extensions/svgcalendar.inx.h:32
-#, fuzzy
msgid "Weekday name color:"
-msgstr "平日名稱顏色"
+msgstr "平日名稱顏色:"
#: ../share/extensions/svgcalendar.inx.h:33
-#, fuzzy
msgid "Weekend day color:"
-msgstr "週末日期顏色"
+msgstr "週末日期顏色:"
#: ../share/extensions/svgcalendar.inx.h:34
-#, fuzzy
msgid "Weekend:"
-msgstr "週末"
+msgstr "週末:"
#: ../share/extensions/svgcalendar.inx.h:35
msgid "Wk"
-msgstr ""
+msgstr "週"
#: ../share/extensions/svgcalendar.inx.h:36
msgid "Year (4 digits):"
-msgstr ""
+msgstr "年份 (4 位數):"
#: ../share/extensions/svgcalendar.inx.h:37
-#, fuzzy
msgid "Year color:"
-msgstr "年份顏色"
+msgstr "年份顏色:"
#: ../share/extensions/svgcalendar.inx.h:38
msgid "You may change the names for other languages:"
msgstr "你可以將名稱改為其他語言:"
#: ../share/extensions/svgfont2layers.inx.h:1
-#, fuzzy
msgid "Convert SVG Font to Glyph Layers"
-msgstr "在所有圖層中反向選取"
+msgstr "SVG 字型轉換成字形圖層"
#: ../share/extensions/svgfont2layers.inx.h:2
msgid "Load only the first 30 glyphs (Recommended)"
-msgstr ""
+msgstr "只載入前 30 個字形 (建議)"
#: ../share/extensions/text_braille.inx.h:1
msgid "Convert to Braille"
msgstr "轉換成點字"
#: ../share/extensions/text_extract.inx.h:2
-#, fuzzy
msgid "Bottom to top"
-msgstr "底端到頂端 (90)"
+msgstr "從下到上"
#: ../share/extensions/text_extract.inx.h:3
-#, fuzzy
msgid "Extract"
-msgstr "提取圖片"
+msgstr "摘取"
#: ../share/extensions/text_extract.inx.h:4
-#, fuzzy
msgid "Horizontal point:"
msgstr "水平點:"
#: ../share/extensions/text_extract.inx.h:6
-#, fuzzy
msgid "Left to right"
-msgstr "左邊到右邊 (0)"
+msgstr "從左到右"
#: ../share/extensions/text_extract.inx.h:9
-#, fuzzy
msgid "Right to left"
-msgstr "右邊到左邊 (180)"
+msgstr "從右到左"
#: ../share/extensions/text_extract.inx.h:11
-#, fuzzy
msgid "Text direction:"
-msgstr "刻度方向"
+msgstr "文字方向:"
#: ../share/extensions/text_extract.inx.h:13
-#, fuzzy
msgid "Top to bottom"
-msgstr "降到最下層"
+msgstr "從下到上"
#: ../share/extensions/text_extract.inx.h:14
-#, fuzzy
msgid "Vertical point:"
msgstr "垂直點:"
@@ -31306,9 +30127,8 @@ msgstr "垂直點:"
#: ../share/extensions/text_sentencecase.inx.h:1
#: ../share/extensions/text_titlecase.inx.h:1
#: ../share/extensions/text_uppercase.inx.h:1
-#, fuzzy
msgid "Change Case"
-msgstr "變更控制點"
+msgstr "變更大小寫"
#: ../share/extensions/text_flipcase.inx.h:3
msgid "fLIP cASE"
@@ -31347,19 +30167,16 @@ msgid "UPPERCASE"
msgstr "大寫"
#: ../share/extensions/triangle.inx.h:1
-#, fuzzy
msgid "Angle a (deg):"
-msgstr "角度 a / 度"
+msgstr "角度 a (度):"
#: ../share/extensions/triangle.inx.h:2
-#, fuzzy
msgid "Angle b (deg):"
-msgstr "角度 b / 度"
+msgstr "角度 b (度):"
#: ../share/extensions/triangle.inx.h:3
-#, fuzzy
msgid "Angle c (deg):"
-msgstr "角度 c / 度"
+msgstr "角度 c (度):"
#: ../share/extensions/triangle.inx.h:4
msgid "From Side a and Angles a, b"
@@ -31382,19 +30199,16 @@ msgid "From Three Sides"
msgstr "從三個邊"
#: ../share/extensions/triangle.inx.h:11
-#, fuzzy
msgid "Side Length a (px):"
-msgstr "邊長 a / px"
+msgstr "邊長 a (px):"
#: ../share/extensions/triangle.inx.h:12
-#, fuzzy
msgid "Side Length b (px):"
-msgstr "邊長 b / px"
+msgstr "邊長 b (px):"
#: ../share/extensions/triangle.inx.h:13
-#, fuzzy
msgid "Side Length c (px):"
-msgstr "邊長 c / px"
+msgstr "邊長 c (px):"
#: ../share/extensions/triangle.inx.h:14
msgid "Triangle"
@@ -31413,48 +30227,42 @@ msgid "Text Input"
msgstr "文字輸入"
#: ../share/extensions/voronoi2svg.inx.h:1
-#, fuzzy
msgid "Automatic from selected objects"
-msgstr "群組選取的物件"
+msgstr "從選取的物件自動化"
#: ../share/extensions/voronoi2svg.inx.h:2
-#, fuzzy
msgid "Bounding box of the diagram:"
-msgstr "邊界框類型:"
+msgstr "圖案邊界框:"
#: ../share/extensions/voronoi2svg.inx.h:3
-#, fuzzy
msgid "Delaunay Triangulation"
-msgstr "謝絕邀請"
+msgstr "德洛涅三角剖分"
#: ../share/extensions/voronoi2svg.inx.h:7
msgid "Options for Voronoi diagram"
-msgstr ""
+msgstr "范氏晶格圖案的選項"
#: ../share/extensions/voronoi2svg.inx.h:9
msgid ""
"Select a set of objects. Their centroids will be used as the sites of the "
"Voronoi diagram. Text objects are not handled."
-msgstr ""
+msgstr "選取一組物件。物件群的質心會作為晶格圖案的位置。無法處理文字物件。"
#: ../share/extensions/voronoi2svg.inx.h:10
-#, fuzzy
msgid "Show the bounding box"
-msgstr "顯示限制邊界框"
+msgstr "顯示邊界框"
#: ../share/extensions/voronoi2svg.inx.h:11
msgid "Type of diagram:"
-msgstr ""
+msgstr "圖案類型:"
#: ../share/extensions/voronoi2svg.inx.h:12
-#, fuzzy
msgid "Voronoi Diagram"
-msgstr "范氏晶格"
+msgstr "范氏晶格圖案"
#: ../share/extensions/voronoi2svg.inx.h:13
-#, fuzzy
msgid "Voronoi and Delaunay"
-msgstr "范氏晶格"
+msgstr "范氏晶格和德洛涅"
#: ../share/extensions/webslicer_create_group.inx.h:1
#: ../share/extensions/webslicer_create_rect.inx.h:2
@@ -31657,7 +30465,6 @@ msgid "Create directory, if it does not exists"
msgstr "如果資料夾不存在,則建立資料夾"
#: ../share/extensions/webslicer_export.inx.h:3
-#, fuzzy
msgid "Directory path to export:"
msgstr "要匯出的目錄路徑:"
@@ -31674,15 +30481,13 @@ msgid "All selected ones set an attribute in the last one"
msgstr "所有選擇設定一個屬性在最後一個"
#: ../share/extensions/web-set-att.inx.h:2
-#, fuzzy
msgid "Attribute to set:"
-msgstr "設定的屬性"
+msgstr "設定的屬性:"
#: ../share/extensions/web-set-att.inx.h:3
#: ../share/extensions/web-transmit-att.inx.h:3
-#, fuzzy
msgid "Compatibility with previews code to this event:"
-msgstr "這個事件的預覽程式碼相容性"
+msgstr "預覽此事件的程式碼相容性:"
#: ../share/extensions/web-set-att.inx.h:5
msgid ""
@@ -31705,9 +30510,8 @@ msgid "Set Attributes"
msgstr "設定屬性"
#: ../share/extensions/web-set-att.inx.h:11
-#, fuzzy
msgid "Source and destination of setting:"
-msgstr "設定的來源和目的地"
+msgstr "設定的來源和目的地:"
#: ../share/extensions/web-set-att.inx.h:12
msgid "The first selected sets an attribute in all others"
@@ -31727,8 +30531,7 @@ msgstr "當選擇兩個以上的元件時下一個參數是有用的"
msgid ""
"This effect adds a feature visible (or usable) only on a SVG enabled web "
"browser (like Firefox)."
-msgstr ""
-"這個特效增加的功能只可見 (或可用) 於支援 SVG 的網頁瀏覽器 (如 firefox)。"
+msgstr "這個特效增加的功能只可見 (或可用) 於支援 SVG 的網頁瀏覽器 (如 firefox)。"
#: ../share/extensions/web-set-att.inx.h:16
msgid ""
@@ -31739,14 +30542,12 @@ msgstr ""
"一個或多個屬性。"
#: ../share/extensions/web-set-att.inx.h:17
-#, fuzzy
msgid "Value to set:"
-msgstr "設定的值"
+msgstr "設定的數值:"
#: ../share/extensions/web-set-att.inx.h:19
-#, fuzzy
msgid "When should the set be done:"
-msgstr "何時應該完成此設定?"
+msgstr "何時應該完成此設定:"
#: ../share/extensions/web-set-att.inx.h:20
#: ../share/extensions/web-transmit-att.inx.h:18
@@ -31803,9 +30604,8 @@ msgid "All selected ones transmit to the last one"
msgstr "所有選擇的屬性傳輸到最後一個"
#: ../share/extensions/web-transmit-att.inx.h:2
-#, fuzzy
msgid "Attribute to transmit:"
-msgstr "傳輸的屬性"
+msgstr "傳輸的屬性:"
#: ../share/extensions/web-transmit-att.inx.h:5
msgid ""
@@ -31814,9 +30614,8 @@ msgid ""
msgstr "如果想要傳輸多個屬性,那麼應該用空格區分開來,且只用一個空格。"
#: ../share/extensions/web-transmit-att.inx.h:10
-#, fuzzy
msgid "Source and destination of transmitting:"
-msgstr "傳輸的來源和目的地"
+msgstr "傳輸的來源和目的地:"
#: ../share/extensions/web-transmit-att.inx.h:11
msgid "The first selected transmits to all others"
@@ -31826,22 +30625,19 @@ msgstr "第一個選擇傳輸到全部其他"
msgid ""
"This effect transmits one or more attributes from the first selected element "
"to the second when an event occurs."
-msgstr ""
-"當一個事件發生時,這個特效傳輸一個或多個屬性從第一個選擇的元件到第二個。"
+msgstr "當一個事件發生時,這個特效傳輸一個或多個屬性從第一個選擇的元件到第二個。"
#: ../share/extensions/web-transmit-att.inx.h:15
msgid "Transmit Attributes"
msgstr "傳輸屬性"
#: ../share/extensions/web-transmit-att.inx.h:17
-#, fuzzy
msgid "When to transmit:"
-msgstr "何時傳輸"
+msgstr "傳輸的時間:"
#: ../share/extensions/whirl.inx.h:1
-#, fuzzy
msgid "Amount of whirl:"
-msgstr "漩渦數量"
+msgstr "漩渦數量:"
#: ../share/extensions/whirl.inx.h:3
msgid "Rotation is clockwise"
@@ -31856,19 +30652,16 @@ msgid "Hide lines behind the sphere"
msgstr "隱藏球體背面的線"
#: ../share/extensions/wireframe_sphere.inx.h:2
-#, fuzzy
msgid "Lines of latitude:"
-msgstr "緯線"
+msgstr "緯線數:"
#: ../share/extensions/wireframe_sphere.inx.h:3
-#, fuzzy
msgid "Lines of longitude:"
-msgstr "經線"
+msgstr "經線數:"
#: ../share/extensions/wireframe_sphere.inx.h:7
-#, fuzzy
msgid "Tilt (deg):"
-msgstr "傾斜 [度]"
+msgstr "傾斜 (度):"
#: ../share/extensions/wireframe_sphere.inx.h:8
msgid "Wireframe Sphere"
@@ -31893,19 +30686,101 @@ msgstr "Windows 後設檔案輸入"
msgid "XAML Input"
msgstr "XAML 輸入"
+#~ msgid "Image effects"
+#~ msgstr "影像特效"
+
+#~ msgid "Parallel Hollow"
+#~ msgstr "平行空心"
+
+#~ msgid "A blurry hollow going parallel to the edge on the inside"
+#~ msgstr "一個平行於內部邊緣的模糊空心"
+
+#~ msgid "Hole"
+#~ msgstr "洞"
+
+#~ msgid "Opens a smooth hole inside the shape"
+#~ msgstr "於形狀內部打開一個平滑的洞"
+
+#~ msgid "Smooth Outline"
+#~ msgstr "平滑輪廓"
+
+#~ msgid "Outlining the lines and smoothing their crossings"
+#~ msgstr "描繪線條的輪廓並且平滑它們的交叉點"
+
+#~ msgid "Inner Outline"
+#~ msgstr "內部外框"
+
+#~ msgid "Draws an outline around"
+#~ msgstr "沿著周圍繪製外框"
+
+#~ msgid "Outline Double"
+#~ msgstr "外框, 雙倍"
+
+#~ msgid "Draws a smooth line inside colorized with the color it overlays"
+#~ msgstr "於內部繪製一個平滑線條並用覆蓋的顏色著上色彩"
+
+#~ msgid "Adds a glowing blur and removes the shape"
+#~ msgstr "加入光暈狀模糊並移動形狀"
+
+#~ msgid "Blur the contents of objects, preserving the outline"
+#~ msgstr "模糊物件的內容,保留輪廓"
+
+#~ msgid "Color Outline, in"
+#~ msgstr "彩色外框, 內部"
+
+#~ msgid "A colorizable inner outline with adjustable width and blur"
+#~ msgstr "一個可調整寬度和模糊的可著色內部外框"
+
+#~ msgid "Non realistic dark metal shader with strong speculars"
+#~ msgstr "帶有強烈斑點的非逼真金屬材質"
+
+#~ msgid "Chrome effect with bright reflexions"
+#~ msgstr "帶有光線折射的鉻金屬效果"
+
+#~ msgid "Smooth Shader"
+#~ msgstr "平滑材質"
+
+#~ msgid "Smooth shading with a graphite pencil grey"
+#~ msgstr "帶有炭筆灰的平滑材質"
+
+#~ msgid "Stylized embossed metal drawing effect"
+#~ msgstr "風格化浮雕金屬繪畫效果"
+
+#~ msgid "Smooth Shader Dark"
+#~ msgstr "暗色平滑材質"
+
+#~ msgid "Dark version of non realistic smooth shading"
+#~ msgstr "非逼真平滑材質的暗色版本"
+
+#~ msgid "Satin"
+#~ msgstr "綢緞"
+
+#~ msgid "Silky close to mother of pearl shading"
+#~ msgstr "絲綢,近似於珍珠母材質"
+
+#~ msgid "Non realistic frosted glass imitation"
+#~ msgstr "模擬非逼真的磨砂玻璃"
+
+#~ msgid "Smooth Shader Contour"
+#~ msgstr "平滑材質輪廓"
+
+#~ msgid "Comics Fluid"
+#~ msgstr "漫畫式流體"
+
+#~ msgid "Fluid brushed cartoon drawing"
+#~ msgstr "流體筆刷的卡通繪畫"
+
#~ msgid "_Custom"
-#~ msgstr "自訂 (_C)"
+#~ msgstr "自訂(_C)"
-#, fuzzy
#~ msgid "Link Properties"
-#~ msgstr "連結屬性 (_P)"
+#~ msgstr "連結屬性"
-#, fuzzy
#~ msgid "Image Properties"
-#~ msgstr "圖片屬性 (_P)"
+#~ msgstr "圖片屬性"
#~ msgid "A_dd to dictionary:"
-#~ msgstr "加入到字典 (_D):"
+#~ msgstr "加入到字典(_D):"
#~ msgid "Align lines left"
#~ msgstr "對齊左邊"
@@ -31922,6 +30797,15 @@ msgstr "XAML 輸入"
#~ msgid "Line spacing:"
#~ msgstr "行距:"
+#~ msgid "handle"
+#~ msgstr "控制點"
+
+#~ msgid "convex hull corner"
+#~ msgstr "凸角"
+
+#~ msgid "Melt:"
+#~ msgstr "熔化:"
+
#~ msgid "%s GDK pixbuf Input"
#~ msgstr "%s GDK pixbuf 輸入"
@@ -31933,6 +30817,17 @@ msgstr "XAML 輸入"
#~ "the given direction"
#~ msgstr "允許此管理器的工具欄項目在給定的方向中展開它們的容器工具欄物件"
+#~ msgid "_Snap guides while dragging"
+#~ msgstr "拖曳時貼齊參考線(_S)"
+
+#~ msgid ""
+#~ "While dragging a guide, snap to object nodes or bounding box corners "
+#~ "('Snap to nodes' or 'snap to bounding box corners' must be enabled; only "
+#~ "a small part of the guide near the cursor will snap)"
+#~ msgstr ""
+#~ "拖曳參考線時,貼齊到物件節點或邊界框頂點 (必須啟用「貼齊到節點」或「貼齊到"
+#~ "邊界框頂點」;只有游標附近的參考線的小部份會貼齊)"
+
#~ msgid "Mouse"
#~ msgstr "滑鼠"
@@ -31960,9 +30855,6 @@ msgstr "XAML 輸入"
#~ msgid "Apply new effect"
#~ msgstr "套用新特效"
-#~ msgid "Current effect"
-#~ msgstr "目前特效"
-
#~ msgid "No effect applied"
#~ msgstr "沒有套用任何特效"
@@ -31996,9 +30888,8 @@ msgstr "XAML 輸入"
#~ msgid "No files matched your search"
#~ msgstr "沒有檔案符合你的搜尋條件"
-#, fuzzy
#~ msgid "_Opacity (%):"
-#~ msgstr "不透明度, %:"
+#~ msgstr "不透明度(_O)(%):"
#~ msgid "Import a document from Open Clip Art Library"
#~ msgstr "從開放美工圖庫匯入文件"
@@ -32030,6 +30921,15 @@ msgstr "XAML 輸入"
#~ msgid "Attribute"
#~ msgstr "屬性"
+#~ msgid "Snap to bounding box corners"
+#~ msgstr "貼齊到邊界框頂點"
+
+#~ msgid "Snap to cusp nodes"
+#~ msgstr "貼齊尖銳節點"
+
+#~ msgid "Snap to smooth nodes"
+#~ msgstr "貼齊平滑節點"
+
#~ msgid "LaTeX formula"
#~ msgstr "LaTeX 公式"
@@ -32092,36 +30992,9 @@ msgstr "XAML 輸入"
#~ "Blend image or object with a flood color and set lightness and contrast"
#~ msgstr "用填滿顏色來混合圖片或物件並設定亮度和對比"
-#~ msgid "Parallel hollow"
-#~ msgstr "平行空心"
-
-#~ msgid "A blurry hollow going parallel to the edge on the inside"
-#~ msgstr "一個平行於內部邊緣的模糊空心"
-
-#~ msgid "Hole"
-#~ msgstr "洞"
-
-#~ msgid "Opens a smooth hole inside the shape"
-#~ msgstr "於形狀內部打開一個平滑的洞"
-
-#~ msgid "Smooth outline"
-#~ msgstr "平滑輪廓"
-
-#~ msgid "Outlining the lines and smoothing their crossings"
-#~ msgstr "描繪線條的輪廓並且平滑它們的交叉點"
-
#~ msgid "Invert hue, or rotate it"
#~ msgstr "反轉或旋轉色相"
-#~ msgid "Draws an outline around"
-#~ msgstr "沿著周圍繪製外框"
-
-#~ msgid "Outline, double"
-#~ msgstr "外框, 雙倍"
-
-#~ msgid "Draws a smooth line inside colorized with the color it overlays"
-#~ msgstr "於內部繪製一個平滑線條並用覆蓋的顏色著上色彩"
-
#~ msgid "Fancy blur"
#~ msgstr "動感模糊"
@@ -32134,9 +31007,6 @@ msgstr "XAML 輸入"
#~ msgid "Glow of object's own color at the edges"
#~ msgstr "於邊緣加上物件顏色的光暈"
-#~ msgid "Adds a glowing blur and removes the shape"
-#~ msgstr "加入光暈狀模糊並移動形狀"
-
#~ msgid "Classic or colorized emboss effect: grayscale, color and 3D relief"
#~ msgstr "標準或著上彩色的浮雕效果:灰階、彩色和立體浮雕"
@@ -32151,16 +31021,10 @@ msgstr "XAML 輸入"
#~ msgid "Image effects, transparent"
#~ msgstr "影像特效, 透明"
-#~ msgid "Smooth edges"
-#~ msgstr "平滑邊緣"
-
#~ msgid ""
#~ "Smooth the outside of shapes and pictures without altering their contents"
#~ msgstr "平滑形狀和圖片的外邊,不改變內容"
-#~ msgid "Blur the contents of objects, preserving the outline"
-#~ msgstr "模糊物件的內容,保留輪廓"
-
#~ msgid "Noise transparency"
#~ msgstr "雜訊透明"
@@ -32186,48 +31050,12 @@ msgstr "XAML 輸入"
#~ msgid "Inkblot"
#~ msgstr "墨跡"
-#~ msgid "Color outline, in"
-#~ msgstr "彩色外框, 內部"
-
-#~ msgid "A colorizable inner outline with adjustable width and blur"
-#~ msgstr "一個可調整寬度和模糊的可著色內部外框"
-
-#~ msgid "Smooth shader"
-#~ msgstr "平滑材質"
-
-#~ msgid "Smooth shading with a graphite pencil grey"
-#~ msgstr "帶有炭筆灰的平滑材質"
-
-#~ msgid "Smooth shader dark"
-#~ msgstr "暗色平滑材質"
-
-#~ msgid "Dark version of non realistic smooth shading"
-#~ msgstr "非逼真平滑材質的暗色版本"
-
#~ msgid "Imitation of black and white cartoon shading"
#~ msgstr "模擬黑白漫畫的明暗法"
-#~ msgid "Satin"
-#~ msgstr "綢緞"
-
-#~ msgid "Silky close to mother of pearl shading"
-#~ msgstr "絲綢,近似於珍珠母材質"
-
-#~ msgid "Non realistic frosted glass imitation"
-#~ msgstr "模擬非逼真的毛玻璃"
-
-#~ msgid "Smooth shader contour"
-#~ msgstr "平滑材質輪廓"
-
#~ msgid "Brushed aluminium shader"
#~ msgstr "筆繪的鋁材質"
-#~ msgid "Comics fluid"
-#~ msgstr "漫畫式流體"
-
-#~ msgid "Non realistic chrome shader with strong speculars"
-#~ msgstr "帶有強烈斑點的非逼真鉻材質"
-
#~ msgid "Chrome dark"
#~ msgstr "暗色鉻"
@@ -32322,28 +31150,17 @@ msgstr "XAML 輸入"
#~ msgid "Create a tritone palette with hue selectable by flood"
#~ msgstr "用填滿方式建立帶有可選擇性色相的三色調板"
-#~ msgid "Font"
-#~ msgstr "字型"
-
-#~ msgid "handle"
-#~ msgstr "控制點"
-
-#~ msgid "convex hull corner"
-#~ msgstr "凸角"
-
#~ msgid "center"
#~ msgstr "中心點"
#~ msgid "Center"
#~ msgstr "置中"
-#, fuzzy
#~ msgid "Experimental"
-#~ msgstr "指數"
+#~ msgstr "實驗性質"
-#, fuzzy
#~ msgid "Diffuse light, custom (ABCs)"
-#~ msgstr "擴散光"
+#~ msgstr "擴散光, 自訂 (基本)"
#, fuzzy
#~ msgid "Feather, custom (ABCs)"
@@ -32375,11 +31192,10 @@ msgstr "XAML 輸入"
#, fuzzy
#~ msgid "Radiation"
-#~ msgstr "旋轉"
+#~ msgstr "相關性"
-#, fuzzy
#~ msgid "Opacity (%):"
-#~ msgstr "不透明度, %:"
+#~ msgstr "不透明度 (%):"
#~ msgid "Black, blurred drop shadow"
#~ msgstr "黑色,模糊的下落式陰影"
@@ -32391,10 +31207,6 @@ msgstr "XAML 輸入"
#~ msgstr "白色,模糊的下落式光暈"
#, fuzzy
-#~ msgid "Y frequency:"
-#~ msgstr "基本頻率:"
-
-#, fuzzy
#~ msgid "Drawing, custom"
#~ msgstr "繪畫模式"
@@ -32411,85 +31223,82 @@ msgstr "XAML 輸入"
#~ msgid "Iconify"
#~ msgstr "縮成圖示"
-#~ msgid "To spray a path by pushing, select it and drag over it."
-#~ msgstr "用推壓方式噴灑路徑,選取路徑並在上方拖曳。"
-
-#~ msgid "_Snap guides while dragging"
-#~ msgstr "拖曳時貼齊參考線 (_S)"
-
-#~ msgid ""
-#~ "While dragging a guide, snap to object nodes or bounding box corners "
-#~ "('Snap to nodes' or 'snap to bounding box corners' must be enabled; only "
-#~ "a small part of the guide near the cursor will snap)"
-#~ msgstr ""
-#~ "拖曳參考線時,貼齊到物件節點或邊界框頂點 (必須啟用「貼齊到節點」或「貼齊到"
-#~ "邊界框頂點」;只有游標附近的參考線的小部份會貼齊)"
-
#~ msgid "(invalid UTF-8 string)"
#~ msgstr "(不正確的 UTF-8 字串)"
-#~ msgid "Angle (degrees):"
-#~ msgstr "角度 (度):"
+#~ msgid "Label:"
+#~ msgstr "標籤:"
#~ msgid "Print Previe_w"
-#~ msgstr "列印預覽 (_W)"
+#~ msgstr "列印預覽(_W)"
#~ msgid "Preview document printout"
#~ msgstr "預覽文件的印出結果"
-#~ msgid "Snap to bounding box corners"
-#~ msgstr "貼齊到邊界框頂點"
-
-#~ msgid "Snap to cusp nodes"
-#~ msgstr "貼齊尖銳節點"
-
-#~ msgid "Snap to smooth nodes"
-#~ msgstr "貼齊平滑節點"
-
-#~ msgid "(minimum mean)"
-#~ msgstr "(最小平均值)"
-
-#~ msgid "Toolbox|Scatter"
-#~ msgstr "散佈"
-
-#~ msgid "Toolbox|Scatter:"
-#~ msgstr "散佈:"
-
-#~ msgid "(low rotation variation)"
-#~ msgstr "(低旋轉變化量)"
-
-#~ msgid "(low scale variation)"
-#~ msgstr "(低縮放變化量)"
-
-#~ msgid "Toolbox|Scale"
-#~ msgstr "縮放"
-
-#~ msgid "Toolbox|Scale:"
-#~ msgstr "縮放:"
-
#, fuzzy
+#~ msgid "Font si_ze:"
+#~ msgstr "字型大小:"
+
#~ msgid "All in one"
-#~ msgstr "對齊節點"
+#~ msgstr "整合介面"
+
+#~ msgid "Draw additional graphics to debug engraving path:"
+#~ msgstr "繪製雕刻路徑除錯的附加圖形:"
-#, fuzzy
#~ msgid "Sharp angle tolerance:"
-#~ msgstr "最大末端容許值"
+#~ msgstr "銳角公差值:"
-#, fuzzy
#~ msgid "DXF Points"
-#~ msgstr "點"
+#~ msgstr "DXF 鑽尖"
#~ msgid "File"
#~ msgstr "檔案"
-#, fuzzy
#~ msgid "Random Seed:"
-#~ msgstr "隨機種子"
+#~ msgstr "隨機種子:"
#, fuzzy
#~ msgid "Barcode - QR Code"
#~ msgstr "條碼類型:"
+#~ msgid "Font size"
+#~ msgstr "字型大小"
+
+#~ msgid "Pressure angle"
+#~ msgstr "壓力角"
+
+#~ msgid ""
+#~ "Generate a random pattern of Voronoi cells. The pattern will be "
+#~ "accessible in the Fill and Stroke dialog. You must select an object or a "
+#~ "group."
+#~ msgstr ""
+#~ "生成范氏晶格 (Voronoi Cell) 的隨機圖樣。可在填充和邊框對話窗中使用此圖樣。"
+#~ "你必須選擇一個物件或群組。"
+
+#~ msgid "Exponent"
+#~ msgstr "指數"
+
+#~ msgid "Where to apply?"
+#~ msgstr "要套用的地方?"
+
+#~ msgid "Order"
+#~ msgstr "順序"
+
+#~ msgid "Color Markers to Match Stroke"
+#~ msgstr "著色標記以符合邊框"
+
+#~ msgid "Font size [px]"
+#~ msgstr "字型大小 [px]"
+
+#~ msgid "Offset [px]"
+#~ msgstr "偏移量 [px]"
+
+#~ msgid "Isotropic scaling (uses smallest: width/xrange or height/yrange)"
+#~ msgstr "等向縮放比例 (使用最小值:寬度/x 範圍或高度/y 範圍)"
+
+#~ msgid "Rotation, degrees"
+#~ msgstr "旋轉, 度"
+
#~ msgid "Enable id stripping"
#~ msgstr "啟用去除 ID"
@@ -32499,9 +31308,6 @@ msgstr "XAML 輸入"
#~ msgid "Set precision"
#~ msgstr "設定精確度"
-#~ msgid "Simplify colors"
-#~ msgstr "簡化色彩"
-
#~ msgid "Strip xml prolog"
#~ msgstr "去除 xml 前言"
@@ -32538,478 +31344,9 @@ msgstr "XAML 輸入"
#~ " * 設定精確度:設定數值的有效位數 (預設:5)。\n"
#~ " * 縮排:輸出內容的縮排: 無、空格、定位字元 (預設:空格)。"
-#~ msgid "Color Markers to Match Stroke"
-#~ msgstr "著色標記以符合邊框"
-
#~ msgid "ZIP Output"
#~ msgstr "ZIP 輸出"
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Blue1"
-#~ msgstr "藍"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Blue2"
-#~ msgstr "藍"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Blue3"
-#~ msgstr "藍"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Red1"
-#~ msgstr "紅"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Red2"
-#~ msgstr "紅"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Red3"
-#~ msgstr "紅"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Orange1"
-#~ msgstr "排列"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Orange2"
-#~ msgstr "排列"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Orange3"
-#~ msgstr "排列"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Green1"
-#~ msgstr "綠"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Green2"
-#~ msgstr "綠"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Green3"
-#~ msgstr "綠"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Purple1"
-#~ msgstr "群眾"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Purple2"
-#~ msgstr "群眾"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Purple3"
-#~ msgstr "群眾"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Metalic1"
-#~ msgstr "使用斜體"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Metalic2"
-#~ msgstr "使用斜體"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Metalic3"
-#~ msgstr "使用斜體"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Metalic4"
-#~ msgstr "使用斜體"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Grey1"
-#~ msgstr "灰"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Grey2"
-#~ msgstr "灰"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Grey3"
-#~ msgstr "灰"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Grey4"
-#~ msgstr "灰"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Grey5"
-#~ msgstr "灰"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "default outer 1"
-#~ msgstr "預設標題"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "default outer 2"
-#~ msgstr "預設標題"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "default outer 3"
-#~ msgstr "預設標題"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "default block"
-#~ msgstr "(預設)"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "default covered text"
-#~ msgstr "建立流動文字"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "default text"
-#~ msgstr "預設標題"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "default light block"
-#~ msgstr "預設標題"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "default light covered text"
-#~ msgstr "預設的介面設定"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "default light text"
-#~ msgstr "預設標題"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "beetle added green"
-#~ msgstr "建立和編輯漸層"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "beetle header text"
-#~ msgstr "刪除文字"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "beetle background"
-#~ msgstr "移除背景"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "beetle covered text"
-#~ msgstr "建立流動文字"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "beetle text"
-#~ msgstr "刪除文字"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "albatross background"
-#~ msgstr "移除背景"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "albatross block"
-#~ msgstr "交叉斑點"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "albatross block header"
-#~ msgstr "交叉斑點"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "fly text"
-#~ msgstr "輸入文字"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "fly outer"
-#~ msgstr "濾鏡"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "fly background"
-#~ msgstr "背景"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "fly header text"
-#~ msgstr "刪除文字"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "fly covered text"
-#~ msgstr "流動文字"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "seagull background"
-#~ msgstr "移除背景"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "seagull text"
-#~ msgstr "直書"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "beaver block header text"
-#~ msgstr "建立流動文字"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "beaver added green"
-#~ msgstr "建立和編輯漸層"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "beaver covered text"
-#~ msgstr "建立流動文字"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "beaver background"
-#~ msgstr "移除背景"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "beaver text"
-#~ msgstr "建立文字"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "crane outer 1"
-#~ msgstr "外三角"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "crane outer 2"
-#~ msgstr "外三角"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "crane outer 3"
-#~ msgstr "外三角"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "crane added orange"
-#~ msgstr "限定角度"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "crane block header"
-#~ msgstr "解除鎖定圖層"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "crane covered text"
-#~ msgstr "建立流動文字"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "crane background"
-#~ msgstr "描繪背景"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "crane text"
-#~ msgstr "建立文字"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "wolverine background"
-#~ msgstr "移除背景"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "wolverine text"
-#~ msgstr "刪除文字"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Orange Hilight"
-#~ msgstr "行高"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Orange"
-#~ msgstr "排列"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Orange Shadow"
-#~ msgstr "內陰影"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Yellow"
-#~ msgstr "黃色"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Accent Orange"
-#~ msgstr "外心三角形 (Excentral Triangle)"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Accent Red"
-#~ msgstr "中心點"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Human"
-#~ msgstr "漢文"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Environmental Shadow"
-#~ msgstr "內陰影"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Accent Blue Shadow"
-#~ msgstr "內陰影"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Accent Green"
-#~ msgstr "內心 (Incentre)"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Accent Green Base"
-#~ msgstr "句首大寫"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Accent Magenta"
-#~ msgstr "洋紅"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Grey 1"
-#~ msgstr "灰"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Grey 2"
-#~ msgstr "灰"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Grey 3"
-#~ msgstr "灰"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Grey 4"
-#~ msgstr "灰"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Grey 5"
-#~ msgstr "灰"
-
-#, fuzzy
-#~ msgctxt "Palette"
-#~ msgid "Grey 6"
-#~ msgstr "灰"
-
-#, fuzzy
-#~ msgctxt "Filter blend mode"
-#~ msgid "Normal"
-#~ msgstr "普通"
-
-#, fuzzy
-#~ msgctxt "Filter blend mode"
-#~ msgid "Screen"
-#~ msgstr "濾色"
-
-#, fuzzy
-#~ msgctxt "Gap"
-#~ msgid "H:"
-#~ msgstr "高:"
-
-#~ msgid "When the original is deleted, its clones:"
-#~ msgstr "原物件刪除後,其仿製物件:"
-
-#~ msgid "tileClonesDialog|Arrange"
-#~ msgstr "排列"
-
-#~ msgid "%s: %d (print colors preview) - Inkscape"
-#~ msgstr "%s: %d (列印色彩預覽) - Inkscape"
-
-#~ msgid "%s (print colors preview) - Inkscape"
-#~ msgstr "%s (列印色彩預覽) - Inkscape"
-
-#, fuzzy
-#~ msgctxt "Stroke width"
-#~ msgid "Width:"
-#~ msgstr "寬度:"
-
-#~ msgid "Font size"
-#~ msgstr "字型大小"
-
-#~ msgid ""
-#~ "Generate a random pattern of Voronoi cells. The pattern will be "
-#~ "accessible in the Fill and Stroke dialog. You must select an object or a "
-#~ "group."
-#~ msgstr ""
-#~ "生成范氏晶格 (Voronoi Cell) 的隨機圖樣。可在填充和邊框對話窗中使用此圖樣。"
-#~ "你必須選擇一個物件或群組。"
-
-#~ msgid "Where to apply?"
-#~ msgstr "要套用的地方?"
-
-#~ msgid "Order"
-#~ msgstr "順序"
-
-#~ msgid "Font size [px]"
-#~ msgstr "字型大小 [px]"
-
-#~ msgid "Offset [px]"
-#~ msgstr "偏移量 [px]"
-
-#~ msgid "Isotropic scaling (uses smallest: width/xrange or height/yrange)"
-#~ msgstr "等向縮放比例 (使用最小值:寬度/x 範圍或高度/y 範圍)"
-
-#~ msgid "Rotation, degrees"
-#~ msgstr "旋轉, 度"
-
#~ msgid "Year (0 for current)"
#~ msgstr "年份 (0 為目前)"
@@ -33025,6 +31362,9 @@ msgstr "XAML 輸入"
#~ msgid "find|Clones"
#~ msgstr "仿製物件"
+#~ msgid "Font"
+#~ msgstr "字型"
+
#~ msgid "Type"
#~ msgstr "類型"
@@ -33037,6 +31377,9 @@ msgstr "XAML 輸入"
#~ msgid "filterBlendMode|Normal"
#~ msgstr "一般"
+#~ msgid "Phi"
+#~ msgstr "Φ"
+
#~ msgid "Spacing"
#~ msgstr "間距"
@@ -33046,12 +31389,12 @@ msgstr "XAML 輸入"
#~ msgid "Format"
#~ msgstr "格式"
-#~ msgid "Rights"
-#~ msgstr "著作權"
-
#~ msgid "Language"
#~ msgstr "語言"
+#~ msgid "URI"
+#~ msgstr "URI"
+
#~ msgid "undo action|Raise"
#~ msgstr "提升"
@@ -33064,8 +31407,11 @@ msgstr "XAML 輸入"
#~ msgid "object|Clone"
#~ msgstr "仿製"
+#~ msgid "To spray a path by pushing, select it and drag over it."
+#~ msgstr "用推壓方式噴灑路徑,選取路徑並在上方拖曳。"
+
#~ msgid "Object _Properties"
-#~ msgstr "物件屬性 (_P)"
+#~ msgstr "物件屬性(_P)"
#~ msgid "gap|H:"
#~ msgstr "水平:"
@@ -33074,7 +31420,7 @@ msgstr "XAML 輸入"
#~ msgstr "連接線網路排版"
#~ msgid "Grid|_New"
-#~ msgstr "新增 (_N)"
+#~ msgstr "新增(_N)"
#~ msgid "Color profiles directory (%s) is unavailable."
#~ msgstr "色彩描述檔目錄 (%s) 無法使用。"
@@ -33082,17 +31428,23 @@ msgstr "XAML 輸入"
#~ msgid "Paint objects with:"
#~ msgstr "塗繪物件:"
+#~ msgid "When the original is deleted, its clones:"
+#~ msgstr "原物件刪除後,其仿製物件:"
+
#~ msgid "filesystem|Path:"
#~ msgstr "路徑:"
#~ msgid "layers|Top"
#~ msgstr "最上層"
+#~ msgid "tileClonesDialog|Arrange"
+#~ msgstr "排列"
+
#~ msgid "_Width"
-#~ msgstr "寬度 (_W)"
+#~ msgstr "寬度(_W)"
#~ msgid "_Height"
-#~ msgstr "高度 (_H)"
+#~ msgstr "高度(_H)"
#~ msgctxt "Node tool tip"
#~ msgid ""
@@ -33132,6 +31484,9 @@ msgstr "XAML 輸入"
#~ msgid "swatches|Size"
#~ msgstr "尺寸"
+#~ msgid "tiny"
+#~ msgstr "微小"
+
#~ msgid "small"
#~ msgstr "小"
@@ -33172,11 +31527,17 @@ msgstr "XAML 輸入"
#~ msgstr "切換貼齊功能開啟與否"
#~ msgid "_Print Colors Preview"
-#~ msgstr "列印色彩預覽 (_P)"
+#~ msgstr "列印色彩預覽(_P)"
#~ msgid "Switch to print colors preview mode"
#~ msgstr "切換到列印色彩預覽模式"
+#~ msgid "%s: %d (print colors preview) - Inkscape"
+#~ msgstr "%s: %d (列印色彩預覽) - Inkscape"
+
+#~ msgid "%s (print colors preview) - Inkscape"
+#~ msgstr "%s (列印色彩預覽) - Inkscape"
+
#~ msgid "fontselector|Style"
#~ msgstr "樣式"
@@ -33205,7 +31566,7 @@ msgstr "XAML 輸入"
#~ msgstr "高"
#~ msgid "_Y"
-#~ msgstr "黃 (_Y)"
+#~ msgstr "黃(_Y)"
#~ msgid "StrokeWidth|Width:"
#~ msgstr "寬度:"
@@ -33216,6 +31577,27 @@ msgstr "XAML 輸入"
#~ msgid "Task:"
#~ msgstr "任務:"
+#~ msgid "(minimum mean)"
+#~ msgstr "(最小平均值)"
+
+#~ msgid "Toolbox|Scatter"
+#~ msgstr "散佈"
+
+#~ msgid "Toolbox|Scatter:"
+#~ msgstr "散佈:"
+
+#~ msgid "(low rotation variation)"
+#~ msgstr "(低旋轉變化量)"
+
+#~ msgid "(low scale variation)"
+#~ msgstr "(低縮放變化量)"
+
+#~ msgid "Toolbox|Scale"
+#~ msgstr "縮放"
+
+#~ msgid "Toolbox|Scale:"
+#~ msgstr "縮放:"
+
#~ msgid "Rows"
#~ msgstr "列"
@@ -33262,7 +31644,7 @@ msgstr "XAML 輸入"
#~ msgstr "注意:自動添加副檔名"
#~ msgid "_Input Devices (new)..."
-#~ msgstr "輸入裝置 (新增) (_I)..."
+#~ msgstr "輸入裝置 (新增)(_I)..."
#~ msgid ""
#~ "This font is currently not installed on your system. Inkscape will use "
@@ -33628,9 +32010,6 @@ msgstr "XAML 輸入"
#~ msgid "path param"
#~ msgstr "路徑參數"
-#~ msgid "Label"
-#~ msgstr "標籤"
-
#~ msgid "Text label attached to the path"
#~ msgstr "文字標籤附屬於路徑"
@@ -33780,6 +32159,9 @@ msgstr "XAML 輸入"
#~ "<b>節點控柄</b>:拖曳來形成曲線;按著 <b>Ctrl</b> 來捉取角度;按著 "
#~ "<b>Alt</b> 來鎖定長度;按著 <b>Shift</b> 來旋轉兩個控柄"
+#~ msgid "Align nodes"
+#~ msgstr "對齊節點"
+
#~ msgid "Distribute nodes"
#~ msgstr "分佈節點"
@@ -33930,13 +32312,13 @@ msgstr "XAML 輸入"
#~ msgstr "如果選擇一個路徑,不會繼續閃爍路徑外框。"
#~ msgid "P_age size:"
-#~ msgstr "頁面尺寸 (_A):"
+#~ msgstr "頁面尺寸(_A):"
#~ msgid "Page orientation:"
#~ msgstr "頁面方向:"
#~ msgid "_Instant Messaging..."
-#~ msgstr "即時傳訊 (_I)..."
+#~ msgstr "即時傳訊(_I)..."
#~ msgid "Jabber Instant Messaging Client"
#~ msgstr "Jabber 即時傳訊客戶端"
@@ -34014,9 +32396,6 @@ msgstr "XAML 輸入"
#~ msgid "The second path must be exactly four nodes long."
#~ msgstr "第二個路徑必須恰好是四個節點長。"
-#~ msgid "Gelatine"
-#~ msgstr "凝膠"
-
#~ msgid "Colorizable filling with gelatine like turbulence and transparency"
#~ msgstr "紊亂且透明的凝膠之可著色填塗"
@@ -34203,6 +32582,9 @@ msgstr "XAML 輸入"
#~ msgid "Lead pencil"
#~ msgstr "鉛筆"
+#~ msgid "Cross blotches"
+#~ msgstr "交叉斑點"
+
#~ msgid "Link image (leave unchecked if in doubt)"
#~ msgstr "連結影像 (如果有疑問請保留未勾選狀態)"
diff --git a/share/tutorials/tutorial-advanced.zh_TW.svg b/share/tutorials/tutorial-advanced.zh_TW.svg
index f463f3bf6..6ed393eb6 100644
--- a/share/tutorials/tutorial-advanced.zh_TW.svg
+++ b/share/tutorials/tutorial-advanced.zh_TW.svg
@@ -51,429 +51,429 @@ bulia byak, buliabyak@users.sf.net 和 josh andler, scislac@users.sf.net
</flowRegion>
<flowDiv xml:space="preserve">這篇教學內容涵蓋複製/貼上、節點編輯、手繪和貝茲曲線、路徑運用、布林運算、偏移、簡化和文字工具。</flowDiv>
</flowRoot>
- <rect id="d0e18" display="none" height="1e3px" width="264" y="60.049" x="35"/>
+ <rect id="d0e18" display="none" height="1e3px" width="264" y="60.303" x="35"/>
<flowRoot font-size="7.2" font-style="italic" font-family="Sans" line-height="150%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e18"/>
</flowRegion>
<flowDiv xml:space="preserve">使用 <flowSpan font-weight="bold">Ctrl+方向鍵</flowSpan>、<flowSpan font-weight="bold">滑鼠滾輪</flowSpan> 或 <flowSpan font-weight="bold">按著滑鼠中鍵拖曳</flowSpan> 可向下捲動頁面。關於建立、選取和改變物件的基本方法,請閱讀 <flowSpan font-family="Sans">說明 &gt; 指導手冊</flowSpan> 中的基本教學。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="103.776871" x="10" font-family="Sans" fill="#000000">
- <tspan y="103.776871" x="10">剪貼技巧</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="103.662517" x="10" font-family="Sans" fill="#000000">
+ <tspan y="103.662517" x="10">剪貼技巧</tspan>
</text>
- <rect id="d0e39" display="none" height="1e3px" width="288" y="108.98" x="10"/>
+ <rect id="d0e39" display="none" height="1e3px" width="288" y="108.86" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e39"/>
</flowRegion>
<flowDiv xml:space="preserve">你用 <flowSpan font-weight="bold">Ctrl+C</flowSpan> 複製或用 <flowSpan font-weight="bold">Ctrl+X</flowSpan> 剪下一些物件後,普通的 <flowSpan font-family="Sans">貼上</flowSpan> 指令 (<flowSpan font-weight="bold">Ctrl+V</flowSpan>) 會在滑鼠游標正下方貼上複製的物件,如果游標不在視窗內,會將複製物件貼在文件視窗的中心位置。不過,在剪貼簿中的物件被複製時仍會記住原始位置,且你可以用 <flowSpan font-family="Sans">同位置貼上</flowSpan> (<flowSpan font-weight="bold">Ctrl+Alt+V</flowSpan>) 貼回到那裡。</flowDiv>
</flowRoot>
- <rect id="d0e60" display="none" height="1e3px" width="288" y="159.95" x="10"/>
+ <rect id="d0e60" display="none" height="1e3px" width="288" y="160.26" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e60"/>
</flowRegion>
<flowDiv xml:space="preserve">另一個指令 - <flowSpan font-family="Sans">貼上樣式</flowSpan> (<flowSpan font-weight="bold">Shift+Ctrl+V</flowSpan>) 套用在剪貼簿上的 (第一個) 物件樣式到目前的選取。被套用的樣式包括全部的填色、邊框和字型設定,但不包含形狀、大小或指定形狀類型的參數,例如星形的尖角數目。</flowDiv>
</flowRoot>
- <rect id="d0e69" display="none" height="1e3px" width="288" y="199.3" x="10"/>
+ <rect id="d0e69" display="none" height="1e3px" width="288" y="200.25" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e69"/>
</flowRegion>
<flowDiv xml:space="preserve">又另一個貼上指令 - <flowSpan font-family="Sans">貼上尺寸</flowSpan>,縮放選取的物件使其與剪貼簿物件的尺寸屬性相同。下列為一些貼上尺寸的指令:貼上尺寸、貼上寬度、貼上高度、分別貼上尺寸、分別貼上寬度和分別貼上高度。</flowDiv>
</flowRoot>
- <rect id="d0e75" display="none" height="1e3px" width="288" y="238.48" x="10"/>
+ <rect id="d0e75" display="none" height="1e3px" width="288" y="239.77" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e75"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-family="Sans">貼上尺寸</flowSpan> 會縮放整個選取區使其與剪貼簿物件整體大小相同。<flowSpan font-family="Sans">貼上寬度</flowSpan>/<flowSpan font-family="Sans">貼上高度</flowSpan> 會水平/垂直縮放整個選取區因而它會與剪貼簿物件的寬度/高度相同。這些指令遵循於選取工具控制列上(W 和 H 之間的地方)的縮放比例鎖定,所以當鎖定被按下時,會以等比例縮放選取物件的其他尺寸;否則其他尺寸沒有變化。此指令包含「個別」處理類似於上述的指令,除了它們個別使每個選取物件縮放為與剪貼簿物件的大小/寬度/高度相同。</flowDiv>
</flowRoot>
- <rect id="d0e86" display="none" height="1e3px" width="288" y="312.23" x="10"/>
+ <rect id="d0e86" display="none" height="1e3px" width="288" y="312.75" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e86"/>
</flowRegion>
<flowDiv xml:space="preserve">剪貼簿是全系統範圍的 - 你可以在不同的 Inkscape 實例之間複製/貼上物件,也可以在 Inkscape 和其他應用程式之間 (此應用程式必須能處理剪貼簿上的 SVG 才可使用)。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="366.115352" x="10" font-family="Sans" fill="#000000">
- <tspan y="366.115352" x="10">手繪和規則路徑</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="366.188448" x="10" font-family="Sans" fill="#000000">
+ <tspan y="366.188448" x="10">手繪和規則路徑</tspan>
</text>
- <rect id="d0e95" display="none" height="1e3px" width="288" y="371.32" x="10"/>
+ <rect id="d0e95" display="none" height="1e3px" width="288" y="371.39" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e95"/>
</flowRegion>
<flowDiv xml:space="preserve">製作一個任意形狀最簡單的方法是使用鉛筆 (手繪) 工具 (<flowSpan font-weight="bold">F6</flowSpan>) 繪製:</flowDiv>
</flowRoot>
- <path id="advanced-f01-zh_TW.svgpath1346" style="color:#000000" d="m46.607 13.757c0.097 0.121-6.045-10.694 2.296-8.6084 13.014 3.2535 36.676 11.755 39.601-2.8696 0.665-3.3242-1.896 6.5097-2.87 9.757-11.022 36.74-10.376 90.104-60.836 90.104-3.944 0 1.624-8.306 4.592-10.903" transform="translate(10 397.39)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f01-zh_TW.svgpath1350" style="color:#000000" d="m80.979 57.809c2.65 0.332-2.129-10.643 0 0 0.786 3.928-17.812 41.364-8.609 22.957 15.013-30.025 26.378-37.166 20.087 0.574-1.261 7.57 5.876 5.7 9.753 4.592" transform="translate(10 397.39)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f01-zh_TW.svgpath1354" style="color:#000000" d="m146.47 49.915c0.86 1.283-3.06-0.383-4.59-0.574-6.77-0.847-15.45 12.452-4.59 16.07 18.47 6.156-6.95 13.097-13.2 14.348" transform="translate(10 397.39)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f01-zh_TW.svgpath1358" style="color:#000000" d="m184.92 45.323c0.68-0.424-5.31 1.448-9.18 9.183-11.9 23.804 20.09 8.79 20.09-5.165 0-11.549-31.72 4.416-21.24 8.609" transform="translate(10 397.39)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f01-zh_TW.svgpath1360" style="color:#000000" d="m195.25 47.619c0-1.031-3.28 11.218 1.73 21.235" transform="translate(10 397.39)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f01-zh_TW.svgpath1372" style="color:#000000" d="m209.6 38.436c4.81 24.041-7.01 48.593-14.35 70.594-4.08 12.25-0.05-14.799 0.58-22.384 3.21-38.534 52.43-71.095 27.55-27.549-2.52 4.399-8.08 5.74-12.63 5.74" transform="translate(10 397.39)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f01-zh_TW.svgpath2338" style="color:#000000" d="m125.36 10.791c0.45 0.68-16.45 58.367-18.22 65-6.23 23.357-13.253 15.48 2.86-12.143 7.99-13.704 20.38-26.489 12.5-2.857-3.64 10.922-12.32-1.972-8.57 9.285 2.13 6.396 3.58 10.662 10.71 9.643" sodipodi:nodetypes="cccccc" transform="translate(10 397.39)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f01-zh_TW.svgpath2356" style="color:#000000" d="m168.93 48.291c-0.93 1.387-3.45-0.619-5 0-15.47 6.188-25.19 28.823-0.72 23.928 2.56-0.512 4.77-2.143 7.15-3.214" transform="translate(10 397.39)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f01-zh_TW.svgpath2382" style="color:#000000" d="m230.71 51.862c-0.02 0.042 8.22-2.601 14.65-5.357 13.01-5.578 12.87-20.01-2.15-11.429-10.41 5.949-18.7 23.929-1.07 23.929 9.37 0 21.66-3.891 28.93-10.357" transform="translate(10 397.39)" stroke="#000" stroke-width="1pt" fill="none"/>
- <rect id="d0e111" display="none" height="1e3px" width="288" y="521.2" x="10"/>
+ <path id="advanced-f01-zh_TW.svgpath1346" style="color:#000000" d="m46.607 13.757c0.097 0.121-6.045-10.694 2.296-8.6084 13.014 3.2535 36.676 11.755 39.601-2.8696 0.665-3.3242-1.896 6.5097-2.87 9.757-11.022 36.74-10.376 90.104-60.836 90.104-3.944 0 1.624-8.306 4.592-10.903" transform="translate(10 397.36)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f01-zh_TW.svgpath1350" style="color:#000000" d="m80.979 57.809c2.65 0.332-2.129-10.643 0 0 0.786 3.928-17.812 41.364-8.609 22.957 15.013-30.025 26.378-37.166 20.087 0.574-1.261 7.57 5.876 5.7 9.753 4.592" transform="translate(10 397.36)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f01-zh_TW.svgpath1354" style="color:#000000" d="m146.47 49.915c0.86 1.283-3.06-0.383-4.59-0.574-6.77-0.847-15.45 12.452-4.59 16.07 18.47 6.156-6.95 13.097-13.2 14.348" transform="translate(10 397.36)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f01-zh_TW.svgpath1358" style="color:#000000" d="m184.92 45.323c0.68-0.424-5.31 1.448-9.18 9.183-11.9 23.804 20.09 8.79 20.09-5.165 0-11.549-31.72 4.416-21.24 8.609" transform="translate(10 397.36)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f01-zh_TW.svgpath1360" style="color:#000000" d="m195.25 47.619c0-1.031-3.28 11.218 1.73 21.235" transform="translate(10 397.36)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f01-zh_TW.svgpath1372" style="color:#000000" d="m209.6 38.436c4.81 24.041-7.01 48.593-14.35 70.594-4.08 12.25-0.05-14.799 0.58-22.384 3.21-38.534 52.43-71.095 27.55-27.549-2.52 4.399-8.08 5.74-12.63 5.74" transform="translate(10 397.36)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f01-zh_TW.svgpath2338" style="color:#000000" d="m125.36 10.791c0.45 0.68-16.45 58.367-18.22 65-6.23 23.357-13.253 15.48 2.86-12.143 7.99-13.704 20.38-26.489 12.5-2.857-3.64 10.922-12.32-1.972-8.57 9.285 2.13 6.396 3.58 10.662 10.71 9.643" sodipodi:nodetypes="cccccc" transform="translate(10 397.36)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f01-zh_TW.svgpath2356" style="color:#000000" d="m168.93 48.291c-0.93 1.387-3.45-0.619-5 0-15.47 6.188-25.19 28.823-0.72 23.928 2.56-0.512 4.77-2.143 7.15-3.214" transform="translate(10 397.36)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f01-zh_TW.svgpath2382" style="color:#000000" d="m230.71 51.862c-0.02 0.042 8.22-2.601 14.65-5.357 13.01-5.578 12.87-20.01-2.15-11.429-10.41 5.949-18.7 23.929-1.07 23.929 9.37 0 21.66-3.891 28.93-10.357" transform="translate(10 397.36)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <rect id="d0e111" display="none" height="1e3px" width="288" y="521.18" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e111"/>
</flowRegion>
<flowDiv xml:space="preserve">如果你想要更多規則的形狀,使用筆 (貝茲曲線) 工具 (<flowSpan font-weight="bold">Shift+F6</flowSpan>):</flowDiv>
</flowRoot>
- <path id="advanced-f02-zh_TW.svgpath1317" d="m28.569 8.4053h23.456s-12.689-18.802-12.689 2.0517c0 20.853 0.384 55.38 0.384 55.38h16.92s-47.49 14.529-31.148 0" transform="translate(10 547.12)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f02-zh_TW.svgpath1318" d="m71.857 37.319h-11.117s15.087 27.151 0 27.151" transform="translate(10 547.12)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f02-zh_TW.svgpath1320" d="m68.536 43.654c7.83-15.458 13-8.555 13-8.555v28.918h-5.854" transform="translate(10 547.12)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f02-zh_TW.svgpath1321" d="m83.172 29.942l9.301-14.321v48.849s-0.841-24.272 9.927-29.4c10.77-5.128 11.79 12.616 0.64 12.616s-7.563 0.033-7.563 0.033l18.653 16.58h-13.27" sodipodi:nodetypes="cccccccc" transform="translate(10 547.12)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f02-zh_TW.svgpath1322" d="m138.02 45.326s6.16-15.126 0-11.965c-6.16 3.16-21.15 17.264-19.42 17.264s19.86-1.855 18.65 0c-1.2 1.854-5.77 15.212-11.53 14.187-5.77-1.026-9.23-10.94-9.23-10.94" transform="translate(10 547.12)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f02-zh_TW.svgpath1323" d="m164.31 46.693c-7.8-12.013-18.46-12.648-18.46-12.648v20.511l12.31 10.939s9.61 3.077 9.61-8.204" transform="translate(10 547.12)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f02-zh_TW.svgpath1324" d="m161.48 33.515h25.41s-15.37 0.279-16 13.387 7.4 17.195 13.02 11.574c5.95-5.952 7.43-24.648 7.43-24.648v31.202" sodipodi:nodetypes="cccscc" transform="translate(10 547.12)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f02-zh_TW.svgpath1325" d="m197.87 73.397v-40.161h13.6c14.16 0 5.22 11.841-0.83 18.686-6.03 6.81-8.8 5.641-8.8-2.231" sodipodi:nodetypes="cccsc" transform="translate(10 547.12)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f02-zh_TW.svgpath1328" d="m219.33 44.95h37.64s-0.31-11.156-17.57-11.435c-17.25-0.279-15.68 17.849-15.68 23.427s5.02 15.897 17.88 15.897 15.37-13.666 15.37-20.08" transform="translate(10 547.12)" stroke="#000" stroke-width="1pt" fill="none"/>
- <rect id="d0e127" display="none" height="1e3px" width="288" y="633.14" x="10"/>
+ <path id="advanced-f02-zh_TW.svgpath1317" d="m28.569 8.4053h23.456s-12.689-18.802-12.689 2.0517c0 20.853 0.384 55.38 0.384 55.38h16.92s-47.49 14.529-31.148 0" transform="translate(10 547.08)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f02-zh_TW.svgpath1318" d="m71.857 37.319h-11.117s15.087 27.151 0 27.151" transform="translate(10 547.08)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f02-zh_TW.svgpath1320" d="m68.536 43.654c7.83-15.458 13-8.555 13-8.555v28.918h-5.854" transform="translate(10 547.08)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f02-zh_TW.svgpath1321" d="m83.172 29.942l9.301-14.321v48.849s-0.841-24.272 9.927-29.4c10.77-5.128 11.79 12.616 0.64 12.616s-7.563 0.033-7.563 0.033l18.653 16.58h-13.27" sodipodi:nodetypes="cccccccc" transform="translate(10 547.08)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f02-zh_TW.svgpath1322" d="m138.02 45.326s6.16-15.126 0-11.965c-6.16 3.16-21.15 17.264-19.42 17.264s19.86-1.855 18.65 0c-1.2 1.854-5.77 15.212-11.53 14.187-5.77-1.026-9.23-10.94-9.23-10.94" transform="translate(10 547.08)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f02-zh_TW.svgpath1323" d="m164.31 46.693c-7.8-12.013-18.46-12.648-18.46-12.648v20.511l12.31 10.939s9.61 3.077 9.61-8.204" transform="translate(10 547.08)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f02-zh_TW.svgpath1324" d="m161.48 33.515h25.41s-15.37 0.279-16 13.387 7.4 17.195 13.02 11.574c5.95-5.952 7.43-24.648 7.43-24.648v31.202" sodipodi:nodetypes="cccscc" transform="translate(10 547.08)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f02-zh_TW.svgpath1325" d="m197.87 73.397v-40.161h13.6c14.16 0 5.22 11.841-0.83 18.686-6.03 6.81-8.8 5.641-8.8-2.231" sodipodi:nodetypes="cccsc" transform="translate(10 547.08)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f02-zh_TW.svgpath1328" d="m219.33 44.95h37.64s-0.31-11.156-17.57-11.435c-17.25-0.279-15.68 17.849-15.68 23.427s5.02 15.897 17.88 15.897 15.37-13.666 15.37-20.08" transform="translate(10 547.08)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <rect id="d0e127" display="none" height="1e3px" width="288" y="633.1" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e127"/>
</flowRegion>
<flowDiv xml:space="preserve">用筆工具每次 <flowSpan font-weight="bold">點擊</flowSpan> 會建立一個無任何曲線控制柄的尖銳節點,所以一連串點擊會產生一條直線線段的串連。<flowSpan font-weight="bold">點擊並拖曳</flowSpan> 會建立一個帶有兩個對立於同一直線上的控制點的平滑貝茲曲線節點。當拖住一個控制點時按 <flowSpan font-weight="bold">Shift</flowSpan> 可只旋轉單個控制點並固定另一個。<flowSpan font-weight="bold">Ctrl</flowSpan> 像往常一樣可限制目前線段或貝茲曲線控制點方位的增加量為 15 度。按 <flowSpan font-weight="bold">Enter</flowSpan> 以完成並結束此直線,按 <flowSpan font-weight="bold">Esc</flowSpan> 可取消它。按 <flowSpan font-weight="bold">Backspace</flowSpan> 可只取消未完成直線的最後線段。</flowDiv>
</flowRoot>
- <rect id="d0e151" display="none" height="1e3px" width="288" y="707.82" x="10"/>
+ <rect id="d0e151" display="none" height="1e3px" width="288" y="707.33" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e151"/>
</flowRegion>
<flowDiv xml:space="preserve">不論用手繪或貝茲曲線工具,目前選取的路徑於兩側端點會顯示方形的小<flowSpan font-style="italic">錨點</flowSpan>。這些錨點讓你可<flowSpan font-style="italic">繼續</flowSpan>這個路徑 (從其中一個錨點開始繪製) 或<flowSpan font-style="italic">關閉</flowSpan>它 (從其中一個錨點繪製到另一個),而不是建立一個新的路徑。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="761.7496019999999" x="10" font-family="Sans" fill="#000000">
- <tspan y="761.7496019999999" x="10">編輯路徑</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="760.0665609999999" x="10" font-family="Sans" fill="#000000">
+ <tspan y="760.0665609999999" x="10">編輯路徑</tspan>
</text>
- <rect id="d0e169" display="none" height="1e3px" width="288" y="766.95" x="10"/>
+ <rect id="d0e169" display="none" height="1e3px" width="288" y="765.27" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e169"/>
</flowRegion>
<flowDiv xml:space="preserve">用形狀工具建立不同的形狀,筆和鉛筆工具建立的東西稱為<flowSpan font-style="italic">路徑</flowSpan>。路徑是直線線段和(或)貝茲曲線的串連,像任何其他 Inkscape 物件一樣會有任意填色和邊框屬性。但是不同的形狀、路徑可以藉由任意拖動它的節點(不僅預定義的控制點)或直接拖動路徑的線段來編輯。選取這個路徑並切換為節點工具 (<flowSpan font-weight="bold">F2</flowSpan>):</flowDiv>
</flowRoot>
- <path id="advanced-f03-zh_TW.svgpath1235" d="m49.143 24.797c13.131-7.502 29.978-20.056 44.278-15.242 11.149 3.752 27.099 30.288 1.036 38.409 9.953 6.454 24.033 1.294 35.263-3.812 23.27-10.38 33.25-27.439 66.3-28.885 12.58-0.709 32.58 5.169 30.26 17.361-1.72 9.036-19.99 6.979-28.85 3.35-25.22-10.945-12.66-30.41-33.28-34.604-9.52-2.1422-21.25 1.3589-27.36 13.496" sodipodi:nodetypes="cscsscsss" transform="translate(10 827.62)" stroke="#000" stroke-width="1.2529pt" fill="none"/>
- <rect id="d0e188" display="none" height="1e3px" width="288" y="891.39" x="10"/>
+ <path id="advanced-f03-zh_TW.svgpath1235" d="m49.143 24.797c13.131-7.502 29.978-20.056 44.278-15.242 11.149 3.752 27.099 30.288 1.036 38.409 9.953 6.454 24.033 1.294 35.263-3.812 23.27-10.38 33.25-27.439 66.3-28.885 12.58-0.709 32.58 5.169 30.26 17.361-1.72 9.036-19.99 6.979-28.85 3.35-25.22-10.945-12.66-30.41-33.28-34.604-9.52-2.1422-21.25 1.3589-27.36 13.496" sodipodi:nodetypes="cscsscsss" transform="translate(10 824.74)" stroke="#000" stroke-width="1.2529pt" fill="none"/>
+ <rect id="d0e188" display="none" height="1e3px" width="288" y="888.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e188"/>
</flowRegion>
<flowDiv xml:space="preserve">你會看到路徑上有許多灰色方形<flowSpan font-style="italic">節點</flowSpan>。這些節點可以藉由<flowSpan font-weight="bold">點擊</flowSpan>來<flowSpan font-style="italic">選取</flowSpan>,<flowSpan font-weight="bold">Shift+點擊</flowSpan> 或用<flowSpan font-weight="bold">拖曳</flowSpan>一個選取框 — 就像是用選取工具選擇物件一樣。你也可以點擊路徑線段自動選取相鄰的節點。選取的節點會變明亮並且顯示它們的<flowSpan font-style="italic">節點控制柄</flowSpan> — 一個或兩個小圓形由直線連接各個選取的節點。<flowSpan font-weight="bold">!</flowSpan> 按鍵可反轉目前子路徑上選取的節點 (即含有最後選取的節點的子路徑);<flowSpan font-weight="bold">Alt+!</flowSpan> 可反轉整個路徑。</flowDiv>
</flowRoot>
- <rect id="d0e215" display="none" height="1e3px" width="288" y="955.61" x="10"/>
+ <rect id="d0e215" display="none" height="1e3px" width="288" y="951.77" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e215"/>
</flowRegion>
<flowDiv xml:space="preserve">路徑可藉由<flowSpan font-weight="bold">拖曳</flowSpan>它們的節點、節點控制柄或直接拖動路徑線段進行編輯。(試著拖動上面路徑的一些節點、控制柄和路徑線段。) <flowSpan font-weight="bold">Ctrl</flowSpan> 的作用與往常一樣可限制移動量和旋轉量。<flowSpan font-weight="bold">方向鍵</flowSpan>、<flowSpan font-weight="bold">Tab</flowSpan>、<flowSpan font-weight="bold">[</flowSpan>、<flowSpan font-weight="bold">]</flowSpan>、<flowSpan font-weight="bold">&lt;</flowSpan>、<flowSpan font-weight="bold">&gt;</flowSpan> 按鍵的全部作用都與在選取器時一樣,但套用到節點而不是物件。你可以藉由點擊兩次或 <flowSpan font-weight="bold">Ctrl+Alt+點擊</flowSpan> 想要的位置於路徑上任何地方增加節點。</flowDiv>
</flowRoot>
- <rect id="d0e245" display="none" height="1e3px" width="288" y="1018.9" x="10"/>
+ <rect id="d0e245" display="none" height="1e3px" width="288" y="1014.8" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e245"/>
</flowRegion>
<flowDiv xml:space="preserve">你可以用 <flowSpan font-weight="bold">Del</flowSpan> 或 <flowSpan font-weight="bold">Ctrl+Alt+點擊</flowSpan> 刪除節點。當刪除節點時會試著維持路徑的形狀,如果你渴望撤銷相鄰節點的控制柄,那麼可以用 <flowSpan font-weight="bold">Ctrl+Del</flowSpan> 刪除。另外,你可以再製 (<flowSpan font-weight="bold">Shift+D</flowSpan>) 選取的節點。於選取數個節點上的路徑可以被拆開 (<flowSpan font-weight="bold">Shift+B</flowSpan>),或者如果你選取路徑上兩個端點節點,你可以合併它們 (<flowSpan font-weight="bold">Shift+J</flowSpan>)。</flowDiv>
</flowRoot>
- <rect id="d0e266" display="none" height="1e3px" width="288" y="1071.9" x="10"/>
+ <rect id="d0e266" display="none" height="1e3px" width="288" y="1067.3" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e266"/>
</flowRegion>
<flowDiv xml:space="preserve">節點可以變為<flowSpan font-style="italic">尖角</flowSpan> (<flowSpan font-weight="bold">Shift+C</flowSpan>),這表示它的兩個控制柄彼此之間可於任何角度各自移動;<flowSpan font-style="italic">平滑</flowSpan> (<flowSpan font-weight="bold">Shift+S</flowSpan>) 表示它的控制點總保持在同一直線上 (共線);而<flowSpan font-style="italic">對稱</flowSpan> (<flowSpan font-weight="bold">Shift+Y</flowSpan>) 同於平滑,但控制柄還具有相同的長度。當你切換節點的類型時,你可以將滑鼠停留在其中一個控制點上面使其維持原來的位置,所以只有另一個控制點會配合旋轉/縮放。</flowDiv>
</flowRoot>
- <rect id="d0e287" display="none" height="1e3px" width="288" y="1135.2" x="10"/>
+ <rect id="d0e287" display="none" height="1e3px" width="288" y="1129.6" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e287"/>
</flowRegion>
<flowDiv xml:space="preserve">同樣地你用 <flowSpan font-weight="bold">Ctrl+點擊</flowSpan> 節點的控制點可以<flowSpan font-style="italic">撤銷</flowSpan>它。如果相鄰的兩個節點已撤銷他們的控制點,節點之間的路徑線段會變成直線。從節點 <flowSpan font-weight="bold">Shift+拖曳離開</flowSpan> 可恢復已撤銷的節點。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1188.1569359999999" x="10" font-family="Sans" fill="#000000">
- <tspan y="1188.1569359999999" x="10">子路徑和合併</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1182.7499149999999" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1182.7499149999999" x="10">子路徑和合併</tspan>
</text>
- <rect id="d0e305" display="none" height="1e3px" width="288" y="1193.4" x="10"/>
+ <rect id="d0e305" display="none" height="1e3px" width="288" y="1187.9" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e305"/>
</flowRegion>
<flowDiv xml:space="preserve">一個路徑物件可能包含多個<flowSpan font-style="italic">子路徑</flowSpan>。子路徑是節點連接另一個節點的串連。(因此,如果路徑有多個子路徑,並不是所有的節點都連接在一起。) 下面左邊的三個路徑屬於單一複合路徑;於右邊相同的三個路徑是獨立的路徑物件:</flowDiv>
</flowRoot>
- <path id="advanced-f04-zh_TW.svgpath1735" d="m100.09 6.445c-6.511-7.5367-18.172-7.0049-26.385-2.6524-5.701 3.0209-11.538 6.5134-15.338 11.723-5.199 7.128-0.613 18.406 8.263 21.306 6.653 1.819 14.244-3.464 8.908-12.673m4.925-10.671c6.417-6.6214 17.628-1.347 20.287 6.426 2.27 6.608 2.77 14.498 9.14 18.923 6.42 4.45 17.12 5.311 21.25-2.255 3.53-6.462-3.15-14.74-10.26-12.459m-56.932 26.977c7.041 4.896 14.772-1.731 19.71-6.764 5.239-5.339 13.278-1.157 16.922 4.37 3.32 5.038 11.7 8.321 15.91 2.324" transform="translate(10 1241.5)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f04-zh_TW.svgpath1729" d="m226.58 6.7994c-6.51-7.5367-18.17-7.0049-26.39-2.6524-5.7 3.0209-11.53 6.513-15.33 11.723-5.2 7.129-0.62 18.407 8.26 21.306 6.65 1.819 14.24-3.463 8.91-12.672" sodipodi:nodetypes="cssss" transform="translate(10 1241.5)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f04-zh_TW.svgpath1730" d="m206.95 13.832c6.42-6.621 17.63-1.346 20.29 6.427 2.26 6.607 2.77 14.497 9.14 18.923 6.41 4.45 17.12 5.311 21.25-2.256 3.53-6.461-3.16-14.74-10.26-12.459" sodipodi:nodetypes="cssss" transform="translate(10 1241.5)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f04-zh_TW.svgpath1731" d="m190.44 51.444c7.04 4.896 14.77-1.73 19.71-6.763 5.24-5.339 13.27-1.157 16.92 4.369 3.32 5.038 11.7 8.321 15.91 2.324" sodipodi:nodetypes="csss" transform="translate(10 1241.5)" stroke="#000" stroke-width="1pt" fill="none"/>
- <rect id="d0e321" display="none" height="1e3px" width="288" y="1308.7" x="10"/>
+ <path id="advanced-f04-zh_TW.svgpath1735" d="m100.09 6.445c-6.511-7.5367-18.172-7.0049-26.385-2.6524-5.701 3.0209-11.538 6.5134-15.338 11.723-5.199 7.128-0.613 18.406 8.263 21.306 6.653 1.819 14.244-3.464 8.908-12.673m4.925-10.671c6.417-6.6214 17.628-1.347 20.287 6.426 2.27 6.608 2.77 14.498 9.14 18.923 6.42 4.45 17.12 5.311 21.25-2.255 3.53-6.462-3.15-14.74-10.26-12.459m-56.932 26.977c7.041 4.896 14.772-1.731 19.71-6.764 5.239-5.339 13.278-1.157 16.922 4.37 3.32 5.038 11.7 8.321 15.91 2.324" transform="translate(10 1236.3)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f04-zh_TW.svgpath1729" d="m226.58 6.7994c-6.51-7.5367-18.17-7.0049-26.39-2.6524-5.7 3.0209-11.53 6.513-15.33 11.723-5.2 7.129-0.62 18.407 8.26 21.306 6.65 1.819 14.24-3.463 8.91-12.672" sodipodi:nodetypes="cssss" transform="translate(10 1236.3)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f04-zh_TW.svgpath1730" d="m206.95 13.832c6.42-6.621 17.63-1.346 20.29 6.427 2.26 6.607 2.77 14.497 9.14 18.923 6.41 4.45 17.12 5.311 21.25-2.256 3.53-6.461-3.16-14.74-10.26-12.459" sodipodi:nodetypes="cssss" transform="translate(10 1236.3)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f04-zh_TW.svgpath1731" d="m190.44 51.444c7.04 4.896 14.77-1.73 19.71-6.763 5.24-5.339 13.27-1.157 16.92 4.369 3.32 5.038 11.7 8.321 15.91 2.324" sodipodi:nodetypes="csss" transform="translate(10 1236.3)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <rect id="d0e321" display="none" height="1e3px" width="288" y="1303.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e321"/>
</flowRegion>
<flowDiv xml:space="preserve">注意那個複合路徑不同於群組。它是單一個物件,只是整個都可選取。如果你選取上面左邊的物件並切換為節點工具,你會看到節點顯示在全部三個子路徑上。在右邊的,你只能一次編輯一個路徑上的節點。</flowDiv>
</flowRoot>
- <rect id="d0e324" display="none" height="1e3px" width="288" y="1348" x="10"/>
+ <rect id="d0e324" display="none" height="1e3px" width="288" y="1342.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e324"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 可以<flowSpan font-family="Sans">合併</flowSpan>數個路徑為一個複合路徑 (<flowSpan font-weight="bold">Ctrl+K</flowSpan>) 和<flowSpan font-family="Sans">打散</flowSpan>一個複合路徑變為分開的數個路徑 (<flowSpan font-weight="bold">Shift+Ctrl+K</flowSpan>)。在上面的範例嘗試這些指令。由於一個物件只能有一種填色和邊框,一個新的複合路徑會使用合併前第一個(排列在最下層)物件的樣式。</flowDiv>
</flowRoot>
- <rect id="d0e339" display="none" height="1e3px" width="288" y="1399.4" x="10"/>
+ <rect id="d0e339" display="none" height="1e3px" width="288" y="1394" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e339"/>
</flowRegion>
<flowDiv xml:space="preserve">當你合併有填色的重疊路徑時,通常在路徑重疊地方的填色會消失:</flowDiv>
</flowRoot>
- <path id="advanced-f05-zh_TW.svgpath1796" d="m155.75 61.987l-26.12-11.321-3.86 19.965-7.44-27.481-18.02 9.429 16.85-22.948-18.602-8.208 28.442-1.134-5.18-19.664 18.62 21.533 12.15-16.312-5.23 27.986 20.33-0.678-25.14 13.365 13.2 15.468zm29.81-9.429c-4.76 12.495-21.78 17.62-37.98 11.44-16.21-6.18-25.49-21.338-20.72-33.833 4.76-12.495 21.78-17.62 37.99-11.44 16.2 6.181 25.48 21.337 20.71 33.833z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1425.5)" stroke="#000" stroke-width="1pt" fill="#07ba88"/>
- <rect id="d0e352" display="none" height="1e3px" width="288" y="1508.7" x="10"/>
+ <path id="advanced-f05-zh_TW.svgpath1796" d="m155.75 61.987l-26.12-11.321-3.86 19.965-7.44-27.481-18.02 9.429 16.85-22.948-18.602-8.208 28.442-1.134-5.18-19.664 18.62 21.533 12.15-16.312-5.23 27.986 20.33-0.678-25.14 13.365 13.2 15.468zm29.81-9.429c-4.76 12.495-21.78 17.62-37.98 11.44-16.21-6.18-25.49-21.338-20.72-33.833 4.76-12.495 21.78-17.62 37.99-11.44 16.2 6.181 25.48 21.337 20.71 33.833z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1419.8)" stroke="#000" stroke-width="1pt" fill="#07ba88"/>
+ <rect id="d0e352" display="none" height="1e3px" width="288" y="1503.1" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e352"/>
</flowRegion>
<flowDiv xml:space="preserve">這個是製作帶有孔洞的物件最簡單的方法。看下面的「布林運算」段落可了解更多強大的路徑指令。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1550.2115569999999" x="10" font-family="Sans" fill="#000000">
- <tspan y="1550.2115569999999" x="10">轉換成路徑</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1544.315903" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1544.315903" x="10">轉換成路徑</tspan>
</text>
- <rect id="d0e361" display="none" height="1e3px" width="288" y="1555.4" x="10"/>
+ <rect id="d0e361" display="none" height="1e3px" width="288" y="1549.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e361"/>
</flowRegion>
<flowDiv xml:space="preserve">任何形狀或文字物件都可<flowSpan font-style="italic">轉換成路徑</flowSpan> (<flowSpan font-weight="bold">Shift+Ctrl+C</flowSpan>)。這個操作不會改變物件的外觀,但是會移除原本類型的全部特性 (例如你不再能將矩形的邊角圓角化或編輯文字);取而代之地,你現在可以編輯它的節點。下面有兩個星形 — 左邊的仍是形狀而右邊的是已經轉換成路徑。切換到節點工具並比較選取時它們的編輯特性:</flowDiv>
</flowRoot>
- <polygon id="advanced-f06-zh_TW.svgpolygon1410" stroke="#000" stroke-width="1pt" sodipodi:type="star" d="M 48.608655,3873.8302 L 38.020121,3854.1783 L 21.697849,3874.9159 L 30.460473,3854.3847 L 4.0704360,3854.5531 L 25.585784,3848.6030 L 9.0002176,3828.0754 L 27.066793,3841.1869 L 32.774968,3815.4211 L 33.788271,3837.7210 L 57.491814,3826.1191 L 40.688807,3840.8151 L 64.538468,3852.1136 L 42.572158,3848.1393 L 48.608655,3873.8302 z " fill-opacity=".75" fill="#ff0" sodipodi:r1="31.036766" inkscape:flatsided="false" fill-rule="evenodd" transform="translate(59.934 -2189.2)" sodipodi:arg2="1.0947087" sodipodi:arg1="1.0816765" inkscape:randomized="0.0000000" sodipodi:cy="3846.4326" points="48.609 3873.8 38.02 3854.2 21.698 3874.9 30.46 3854.4 4.0704 3854.6 25.586 3848.6 9.0002 3828.1 27.067 3841.2 32.775 3815.4 33.788 3837.7 57.492 3826.1 40.689 3840.8 64.538 3852.1 42.572 3848.1" sodipodi:sides="7" inkscape:rounded="0.0000000" sodipodi:r2="8.7148495" sodipodi:cx="34.026058"/>
- <path id="advanced-f06-zh_TW.svgpath1412" d="m204.84 59.034l-10.59-19.652-16.32 20.738 8.76-20.532-26.39 0.169 21.52-5.95-16.59-20.528 18.07 13.112 5.71-25.766 1.01 22.3 23.71-11.602-16.81 14.696 23.85 11.298-21.96-3.974 6.03 25.691z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1625.6)" stroke="#000" stroke-width="1pt" fill="#ff0"/>
- <rect id="d0e380" display="none" height="1e3px" width="288" y="1698.4" x="10"/>
+ <polygon id="advanced-f06-zh_TW.svgpolygon1410" stroke="#000" stroke-width="1pt" sodipodi:type="star" d="M 48.608655,3873.8302 L 38.020121,3854.1783 L 21.697849,3874.9159 L 30.460473,3854.3847 L 4.0704360,3854.5531 L 25.585784,3848.6030 L 9.0002176,3828.0754 L 27.066793,3841.1869 L 32.774968,3815.4211 L 33.788271,3837.7210 L 57.491814,3826.1191 L 40.688807,3840.8151 L 64.538468,3852.1136 L 42.572158,3848.1393 L 48.608655,3873.8302 z " fill-opacity=".75" fill="#ff0" sodipodi:r1="31.036766" inkscape:flatsided="false" fill-rule="evenodd" transform="translate(59.934 -2195.1)" sodipodi:arg2="1.0947087" sodipodi:arg1="1.0816765" inkscape:randomized="0.0000000" sodipodi:cy="3846.4326" points="48.609 3873.8 38.02 3854.2 21.698 3874.9 30.46 3854.4 4.0704 3854.6 25.586 3848.6 9.0002 3828.1 27.067 3841.2 32.775 3815.4 33.788 3837.7 57.492 3826.1 40.689 3840.8 64.538 3852.1 42.572 3848.1" sodipodi:sides="7" inkscape:rounded="0.0000000" sodipodi:r2="8.7148495" sodipodi:cx="34.026058"/>
+ <path id="advanced-f06-zh_TW.svgpath1412" d="m204.84 59.034l-10.59-19.652-16.32 20.738 8.76-20.532-26.39 0.169 21.52-5.95-16.59-20.528 18.07 13.112 5.71-25.766 1.01 22.3 23.71-11.602-16.81 14.696 23.85 11.298-21.96-3.974 6.03 25.691z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1619.7)" stroke="#000" stroke-width="1pt" fill="#ff0"/>
+ <rect id="d0e380" display="none" height="1e3px" width="288" y="1692.4" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e380"/>
</flowRegion>
<flowDiv xml:space="preserve">此外,你可以將任何物件的<flowSpan font-style="italic">邊框</flowSpan>轉換為路徑 (“輪廓”)。下面的第一個物件是原本的路徑 (無填色,黑色邊框),第二個是使用邊框轉成路徑指令的結果 (黑色填色,無邊框):</flowDiv>
</flowRoot>
- <path id="advanced-f07-zh_TW.svgpath1430" d="m34.91 34.708c10.658-12.173 21.176-24.395 36.677-28.281 9.293-2.3297 11.787 2.3946 4.861 10.163-5.164 5.793-10.411 10.153-12.815 16.793-2.972 8.211 2.886 9.486 11.489 7.954 8.469-1.508 14.084-8.505 19.886-15.467 4.214-5.056 8.772-5.262 10.602-0.884 7.11 15.931 20.13 0.978 22.1-0.441" sodipodi:nodetypes="csssssss" transform="translate(10 1747.5)" stroke="#000" stroke-width="9" fill="none"/>
- <path id="advanced-f07-zh_TW.svgpath1432" d="m186.93 0.0677c-1.24 0.1038-2.52 0.3156-3.88 0.6562-8.6 2.1554-15.75 6.6404-22 12-6.24 5.36-11.65 11.611-16.97 17.687l6.75 5.938c5.34-6.096 10.51-12.046 16.06-16.813 5.56-4.766 11.44-8.331 18.35-10.062 1.26-0.317 1.79-0.2323 2.5-0.2501-0.43 0.8111-0.91 1.7071-2.1 3.0311-2.45 2.75-5.08 5.295-7.53 8.156-2.44 2.862-4.7 6.117-6.15 10.125-0.92 2.533-1.37 4.923-0.85 7.375 0.26 1.227 0.79 2.438 1.57 3.438 0.77 1 1.76 1.772 2.78 2.312 2.03 1.081 4.14 1.366 6.28 1.407 2.14 0.04 4.37-0.208 6.72-0.625 5.25-0.935 9.55-3.601 13.12-6.75 3.58-3.15 6.56-6.822 9.44-10.282 0.81-0.969 1.56-1.583 2.12-1.937 0.45-0.281 0.63-0.286 0.75-0.313 0.05 0.058 0.03 0.003 0.13 0.25v0.032l0.03 0.062c1.05 2.345 2.26 4.28 3.72 5.844s3.2 2.742 5.03 3.406 3.72 0.81 5.44 0.625 3.27-0.69 4.69-1.312c2.83-1.244 5.15-3.003 6.93-4.5 0.89-0.749 1.66-1.448 2.22-1.969 0.29-0.261 0.53-0.48 0.69-0.625 0.16-0.146 0.28-0.209 0.12-0.094l-5.28-7.312c-0.4 0.292-0.59 0.497-0.84 0.718-0.25 0.222-0.51 0.435-0.78 0.688-0.55 0.506-1.19 1.115-1.91 1.719-1.43 1.207-3.2 2.444-4.75 3.125-0.77 0.34-1.49 0.532-2.06 0.593-0.57 0.062-0.99 0.028-1.41-0.125-0.42-0.152-0.88-0.432-1.5-1.093-0.61-0.662-1.36-1.737-2.09-3.375-0.72-1.72-1.82-3.188-3.41-4.282-1.58-1.094-3.58-1.602-5.43-1.468-1.86 0.133-3.56 0.811-5.1 1.781-1.53 0.97-2.95 2.253-4.25 3.812-2.92 3.502-5.64 6.815-8.44 9.282-2.79 2.466-5.56 4.051-8.78 4.625-1.95 0.348-3.68 0.524-4.97 0.5-1.13-0.022-1.68-0.216-1.93-0.313-0.01-0.203-0.07-0.765 0.43-2.156 0.96-2.631 2.5-4.917 4.57-7.344s4.69-4.957 7.4-8c1.98-2.211 3.4-4.313 4.28-6.531 0.45-1.109 0.76-2.2602 0.82-3.5001s-0.17-2.5773-0.78-3.8125-1.62-2.2794-2.72-2.9687c-1.1-0.6894-2.27-1.0873-3.44-1.2813s-2.36-0.1976-3.59-0.0937z" fill-rule="evenodd" transform="translate(10 1747.5)"/>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1818.7237519999999" x="10" font-family="Sans" fill="#000000">
- <tspan y="1818.7237519999999" x="10">布林運算</tspan>
+ <path id="advanced-f07-zh_TW.svgpath1430" d="m34.91 34.708c10.658-12.173 21.176-24.395 36.677-28.281 9.293-2.3297 11.787 2.3946 4.861 10.163-5.164 5.793-10.411 10.153-12.815 16.793-2.972 8.211 2.886 9.486 11.489 7.954 8.469-1.508 14.084-8.505 19.886-15.467 4.214-5.056 8.772-5.262 10.602-0.884 7.11 15.931 20.13 0.978 22.1-0.441" sodipodi:nodetypes="csssssss" transform="translate(10 1741)" stroke="#000" stroke-width="9" fill="none"/>
+ <path id="advanced-f07-zh_TW.svgpath1432" d="m186.93 0.0677c-1.24 0.1038-2.52 0.3156-3.88 0.6562-8.6 2.1554-15.75 6.6404-22 12-6.24 5.36-11.65 11.611-16.97 17.687l6.75 5.938c5.34-6.096 10.51-12.046 16.06-16.813 5.56-4.766 11.44-8.331 18.35-10.062 1.26-0.317 1.79-0.2323 2.5-0.2501-0.43 0.8111-0.91 1.7071-2.1 3.0311-2.45 2.75-5.08 5.295-7.53 8.156-2.44 2.862-4.7 6.117-6.15 10.125-0.92 2.533-1.37 4.923-0.85 7.375 0.26 1.227 0.79 2.438 1.57 3.438 0.77 1 1.76 1.772 2.78 2.312 2.03 1.081 4.14 1.366 6.28 1.407 2.14 0.04 4.37-0.208 6.72-0.625 5.25-0.935 9.55-3.601 13.12-6.75 3.58-3.15 6.56-6.822 9.44-10.282 0.81-0.969 1.56-1.583 2.12-1.937 0.45-0.281 0.63-0.286 0.75-0.313 0.05 0.058 0.03 0.003 0.13 0.25v0.032l0.03 0.062c1.05 2.345 2.26 4.28 3.72 5.844s3.2 2.742 5.03 3.406 3.72 0.81 5.44 0.625 3.27-0.69 4.69-1.312c2.83-1.244 5.15-3.003 6.93-4.5 0.89-0.749 1.66-1.448 2.22-1.969 0.29-0.261 0.53-0.48 0.69-0.625 0.16-0.146 0.28-0.209 0.12-0.094l-5.28-7.312c-0.4 0.292-0.59 0.497-0.84 0.718-0.25 0.222-0.51 0.435-0.78 0.688-0.55 0.506-1.19 1.115-1.91 1.719-1.43 1.207-3.2 2.444-4.75 3.125-0.77 0.34-1.49 0.532-2.06 0.593-0.57 0.062-0.99 0.028-1.41-0.125-0.42-0.152-0.88-0.432-1.5-1.093-0.61-0.662-1.36-1.737-2.09-3.375-0.72-1.72-1.82-3.188-3.41-4.282-1.58-1.094-3.58-1.602-5.43-1.468-1.86 0.133-3.56 0.811-5.1 1.781-1.53 0.97-2.95 2.253-4.25 3.812-2.92 3.502-5.64 6.815-8.44 9.282-2.79 2.466-5.56 4.051-8.78 4.625-1.95 0.348-3.68 0.524-4.97 0.5-1.13-0.022-1.68-0.216-1.93-0.313-0.01-0.203-0.07-0.765 0.43-2.156 0.96-2.631 2.5-4.917 4.57-7.344s4.69-4.957 7.4-8c1.98-2.211 3.4-4.313 4.28-6.531 0.45-1.109 0.76-2.2602 0.82-3.5001s-0.17-2.5773-0.78-3.8125-1.62-2.2794-2.72-2.9687c-1.1-0.6894-2.27-1.0873-3.44-1.2813s-2.36-0.1976-3.59-0.0937z" fill-rule="evenodd" transform="translate(10 1741)"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1812.194547" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1812.194547" x="10">布林運算</tspan>
</text>
- <rect id="d0e405" display="none" height="1e3px" width="288" y="1823.9" x="10"/>
+ <rect id="d0e405" display="none" height="1e3px" width="288" y="1817.4" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e405"/>
</flowRegion>
<flowDiv xml:space="preserve">在路徑選單中的這個指令讓你用<flowSpan font-style="italic">布林運算</flowSpan>合併兩個或多個物件:</flowDiv>
</flowRoot>
- <text id="advanced-f08-zh_TW.svgtext1463" sodipodi:linespacing="110.00000%" transform="translate(10 1849.9)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2369075" x="132.69385" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1464" y="4.2369075" x="132.69385" role="line">原始形狀</tspan></text>
- <text id="advanced-f08-zh_TW.svgtext1468" sodipodi:linespacing="110.00000%" transform="translate(10 1849.9)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="75.103027" x="72.512367" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1469" y="75.103027" x="72.512367" role="line">相加 (Ctrl++)</tspan></text>
- <text id="advanced-f08-zh_TW.svgtext1471" sodipodi:linespacing="110.00000%" transform="translate(10 1849.9)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="75.103027" x="135.35332" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1472" y="75.103027" x="135.35332" role="line">減去 (Ctrl+-)</tspan></text>
- <text id="advanced-f08-zh_TW.svgtext1476" sodipodi:linespacing="110.00000%" transform="translate(10 1849.9)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="75.103027" x="202.23427" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1477" y="75.103027" x="202.23427" role="line">交集</tspan><tspan id="advanced-f08-zh_TW.svgtspan1482" y="81.236844" x="202.23427" role="line">(Ctrl+*)</tspan></text>
- <text id="advanced-f08-zh_TW.svgtext1479" sodipodi:linespacing="110.00000%" transform="translate(10 1849.9)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="149.98067" x="73.13726" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1480" y="149.98067" x="73.13726" role="line">排除</tspan><tspan id="advanced-f08-zh_TW.svgtspan1484" y="156.11448" x="73.13726" role="line">(Ctrl+^)</tspan></text>
- <text id="advanced-f08-zh_TW.svgtext2252" sodipodi:linespacing="110.00000%" transform="translate(10 1849.9)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="149.98067" x="136.91679" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1820" y="149.98067" x="136.91679" role="line">除法</tspan><tspan id="advanced-f08-zh_TW.svgtspan1822" y="156.11448" x="136.91679" role="line">(Ctrl+/)</tspan></text>
- <text id="advanced-f08-zh_TW.svgtext1828" sodipodi:linespacing="110.00000%" transform="translate(10 1849.9)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="149.98067" x="199.6328" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1829" y="149.98067" x="199.6328" role="line">剪切</tspan><tspan id="advanced-f08-zh_TW.svgtspan1831" y="156.11448" x="199.6328" role="line">(Ctrl+Alt+/)</tspan><tspan id="advanced-f08-zh_TW.svgtspan1833" y="162.2483" x="199.6328" sodipodi:role="line"/></text>
- <rect id="advanced-f08-zh_TW.svgrect1449" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1849.9)" height="27.398" width="37.561" stroke="#000" y="12.863" x="136.71" stroke-width="1pt" fill="#00f"/>
- <ellipse id="advanced-f08-zh_TW.svgpath1450" fill-opacity=".75" fill-rule="evenodd" rx="15.245" transform="translate(135.22 -2164.2)" stroke="#000" ry="15.687" cy="4055.5" cx="39.55" stroke-width="1pt" fill="#f00"/>
- <path id="advanced-f08-zh_TW.svgpath1459" d="m72.94 90.828v27.372h12.937c-0.026 0.38-0.125 0.74-0.125 1.13 0 8.66 6.835 15.69 15.248 15.69 8.42 0 15.25-7.03 15.25-15.69 0-4.94-2.28-9.31-5.75-12.19v-16.312h-37.56z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1849.9)" stroke="#000" stroke-width="1pt" fill="#00f"/>
- <path id="advanced-f08-zh_TW.svgpath1460" d="m136.71 90.828v27.372h12.94c0.57-8.12 7.09-14.56 15.13-14.56 3.61 0 6.88 1.34 9.5 3.5v-16.312h-37.57z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1849.9)" stroke="#000" stroke-width="1pt" fill="#00f"/>
- <path id="advanced-f08-zh_TW.svgpath1461" d="m228.55 103.64c-8.04 0-14.55 6.44-15.12 14.56h24.62v-11.06c-2.61-2.16-5.89-3.5-9.5-3.5z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1849.9)" stroke="#000" stroke-width="1pt" fill="#00f"/>
- <path id="advanced-f08-zh_TW.svgpath1462" d="m72.924 165.7v27.38h12.937c0.572-8.12 7.085-14.56 15.129-14.56 3.61 0 6.88 1.34 9.5 3.5v-16.32h-37.566zm37.566 16.32v11.06h-24.629c-0.027 0.38-0.125 0.74-0.125 1.12 0 8.66 6.835 15.69 15.254 15.69 8.41 0 15.25-7.03 15.25-15.69 0-4.94-2.28-9.31-5.75-12.18z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1849.9)" stroke="#000" stroke-width="1pt" fill="#00f"/>
- <path id="advanced-f08-zh_TW.svgpath1817" d="m136.73 165.74v27.37h12.94c0.04-0.68 0.05-1.37 0.18-2.03 0.21-1.02 0.49-2.03 0.88-2.97 0.38-0.94 0.86-1.82 1.4-2.65 0.55-0.84 1.19-1.61 1.88-2.32s1.44-1.37 2.25-1.93c0.81-0.57 1.68-1.04 2.59-1.44 0.92-0.4 1.86-0.7 2.85-0.91s2.01-0.31 3.06-0.31 2.1 0.1 3.09 0.31c1 0.21 1.94 0.51 2.85 0.91s1.78 0.87 2.59 1.44c0.35 0.24 0.64 0.57 0.97 0.84v-16.31h-37.53z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1849.9)" stroke="#000" stroke-width="1pt" fill="#00f"/>
- <path id="advanced-f08-zh_TW.svgpath1818" d="m174.26 182.05c-0.33-0.27-0.62-0.6-0.97-0.84-0.81-0.57-1.68-1.04-2.59-1.44s-1.85-0.7-2.85-0.91c-0.99-0.21-2.04-0.31-3.09-0.31s-2.07 0.1-3.06 0.31-1.93 0.51-2.85 0.91c-0.91 0.4-1.78 0.87-2.59 1.44-0.81 0.56-1.56 1.22-2.25 1.93s-1.33 1.48-1.88 2.32c-0.54 0.83-1.02 1.71-1.4 2.65-0.39 0.94-0.67 1.95-0.88 2.97-0.13 0.66-0.14 1.35-0.18 2.03h24.59v-11.06z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1849.9)" stroke="#000" stroke-width="1pt" fill="#00f"/>
- <path id="advanced-f08-zh_TW.svgpath1826" d="m214.49 194.75h24.63v-11.09" transform="translate(10 1849.9)" stroke="#000" stroke-width="1pt" fill="none"/>
- <path id="advanced-f08-zh_TW.svgpath1827" d="m238.05 182.24v-16.31h-37.56v27.4h12.94" transform="translate(10 1849.9)" stroke="#000" stroke-width="1pt" fill="none"/>
- <flowRoot id="advanced-f08-zh_TW.svgflowRoot2628" xml:space="preserve" transform="translate(10 1849.9)" font-size="5.5762px"><flowRegion id="advanced-f08-zh_TW.svgflowRegion2630"><rect id="advanced-f08-zh_TW.svgrect2632" y="76.05" width="63.135" x="135.36" height="14.647"/></flowRegion><flowPara id="advanced-f08-zh_TW.svgflowPara2634" font-family="Serif">下層減去上層</flowPara></flowRoot>
- <rect id="d0e421" display="none" height="1e3px" width="288" y="2072.8" x="10"/>
+ <text id="advanced-f08-zh_TW.svgtext1463" sodipodi:linespacing="110.00000%" transform="translate(10 1843.1)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2369075" x="132.69385" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1464" y="4.2369075" x="132.69385" role="line">原始形狀</tspan></text>
+ <text id="advanced-f08-zh_TW.svgtext1468" sodipodi:linespacing="110.00000%" transform="translate(10 1843.1)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="75.103027" x="72.512367" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1469" y="75.103027" x="72.512367" role="line">相加 (Ctrl++)</tspan></text>
+ <text id="advanced-f08-zh_TW.svgtext1471" sodipodi:linespacing="110.00000%" transform="translate(10 1843.1)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="75.103027" x="135.35332" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1472" y="75.103027" x="135.35332" role="line">減去 (Ctrl+-)</tspan></text>
+ <text id="advanced-f08-zh_TW.svgtext1476" sodipodi:linespacing="110.00000%" transform="translate(10 1843.1)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="75.103027" x="202.23427" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1477" y="75.103027" x="202.23427" role="line">交集</tspan><tspan id="advanced-f08-zh_TW.svgtspan1482" y="81.236844" x="202.23427" role="line">(Ctrl+*)</tspan></text>
+ <text id="advanced-f08-zh_TW.svgtext1479" sodipodi:linespacing="110.00000%" transform="translate(10 1843.1)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="149.98067" x="73.13726" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1480" y="149.98067" x="73.13726" role="line">排除</tspan><tspan id="advanced-f08-zh_TW.svgtspan1484" y="156.11448" x="73.13726" role="line">(Ctrl+^)</tspan></text>
+ <text id="advanced-f08-zh_TW.svgtext2252" sodipodi:linespacing="110.00000%" transform="translate(10 1843.1)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="149.98067" x="136.91679" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1820" y="149.98067" x="136.91679" role="line">除法</tspan><tspan id="advanced-f08-zh_TW.svgtspan1822" y="156.11448" x="136.91679" role="line">(Ctrl+/)</tspan></text>
+ <text id="advanced-f08-zh_TW.svgtext1828" sodipodi:linespacing="110.00000%" transform="translate(10 1843.1)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="149.98067" x="199.6328" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f08-zh_TW.svgtspan1829" y="149.98067" x="199.6328" role="line">剪切</tspan><tspan id="advanced-f08-zh_TW.svgtspan1831" y="156.11448" x="199.6328" role="line">(Ctrl+Alt+/)</tspan><tspan id="advanced-f08-zh_TW.svgtspan1833" y="162.2483" x="199.6328" sodipodi:role="line"/></text>
+ <rect id="advanced-f08-zh_TW.svgrect1449" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1843.1)" height="27.398" width="37.561" stroke="#000" y="12.863" x="136.71" stroke-width="1pt" fill="#00f"/>
+ <ellipse id="advanced-f08-zh_TW.svgpath1450" fill-opacity=".75" fill-rule="evenodd" rx="15.245" transform="translate(135.22 -2171)" stroke="#000" ry="15.687" cy="4055.5" cx="39.55" stroke-width="1pt" fill="#f00"/>
+ <path id="advanced-f08-zh_TW.svgpath1459" d="m72.94 90.828v27.372h12.937c-0.026 0.38-0.125 0.74-0.125 1.13 0 8.66 6.835 15.69 15.248 15.69 8.42 0 15.25-7.03 15.25-15.69 0-4.94-2.28-9.31-5.75-12.19v-16.312h-37.56z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1843.1)" stroke="#000" stroke-width="1pt" fill="#00f"/>
+ <path id="advanced-f08-zh_TW.svgpath1460" d="m136.71 90.828v27.372h12.94c0.57-8.12 7.09-14.56 15.13-14.56 3.61 0 6.88 1.34 9.5 3.5v-16.312h-37.57z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1843.1)" stroke="#000" stroke-width="1pt" fill="#00f"/>
+ <path id="advanced-f08-zh_TW.svgpath1461" d="m228.55 103.64c-8.04 0-14.55 6.44-15.12 14.56h24.62v-11.06c-2.61-2.16-5.89-3.5-9.5-3.5z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1843.1)" stroke="#000" stroke-width="1pt" fill="#00f"/>
+ <path id="advanced-f08-zh_TW.svgpath1462" d="m72.924 165.7v27.38h12.937c0.572-8.12 7.085-14.56 15.129-14.56 3.61 0 6.88 1.34 9.5 3.5v-16.32h-37.566zm37.566 16.32v11.06h-24.629c-0.027 0.38-0.125 0.74-0.125 1.12 0 8.66 6.835 15.69 15.254 15.69 8.41 0 15.25-7.03 15.25-15.69 0-4.94-2.28-9.31-5.75-12.18z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1843.1)" stroke="#000" stroke-width="1pt" fill="#00f"/>
+ <path id="advanced-f08-zh_TW.svgpath1817" d="m136.73 165.74v27.37h12.94c0.04-0.68 0.05-1.37 0.18-2.03 0.21-1.02 0.49-2.03 0.88-2.97 0.38-0.94 0.86-1.82 1.4-2.65 0.55-0.84 1.19-1.61 1.88-2.32s1.44-1.37 2.25-1.93c0.81-0.57 1.68-1.04 2.59-1.44 0.92-0.4 1.86-0.7 2.85-0.91s2.01-0.31 3.06-0.31 2.1 0.1 3.09 0.31c1 0.21 1.94 0.51 2.85 0.91s1.78 0.87 2.59 1.44c0.35 0.24 0.64 0.57 0.97 0.84v-16.31h-37.53z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1843.1)" stroke="#000" stroke-width="1pt" fill="#00f"/>
+ <path id="advanced-f08-zh_TW.svgpath1818" d="m174.26 182.05c-0.33-0.27-0.62-0.6-0.97-0.84-0.81-0.57-1.68-1.04-2.59-1.44s-1.85-0.7-2.85-0.91c-0.99-0.21-2.04-0.31-3.09-0.31s-2.07 0.1-3.06 0.31-1.93 0.51-2.85 0.91c-0.91 0.4-1.78 0.87-2.59 1.44-0.81 0.56-1.56 1.22-2.25 1.93s-1.33 1.48-1.88 2.32c-0.54 0.83-1.02 1.71-1.4 2.65-0.39 0.94-0.67 1.95-0.88 2.97-0.13 0.66-0.14 1.35-0.18 2.03h24.59v-11.06z" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1843.1)" stroke="#000" stroke-width="1pt" fill="#00f"/>
+ <path id="advanced-f08-zh_TW.svgpath1826" d="m214.49 194.75h24.63v-11.09" transform="translate(10 1843.1)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <path id="advanced-f08-zh_TW.svgpath1827" d="m238.05 182.24v-16.31h-37.56v27.4h12.94" transform="translate(10 1843.1)" stroke="#000" stroke-width="1pt" fill="none"/>
+ <flowRoot id="advanced-f08-zh_TW.svgflowRoot2628" xml:space="preserve" transform="translate(10 1843.1)" font-size="5.5762px"><flowRegion id="advanced-f08-zh_TW.svgflowRegion2630"><rect id="advanced-f08-zh_TW.svgrect2632" y="76.05" width="63.135" x="135.36" height="14.647"/></flowRegion><flowPara id="advanced-f08-zh_TW.svgflowPara2634" font-family="Serif">下層減去上層</flowPara></flowRoot>
+ <rect id="d0e421" display="none" height="1e3px" width="288" y="2066" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e421"/>
</flowRegion>
<flowDiv xml:space="preserve">這些指令的鍵盤快捷鍵是針對布林運算的類比算法 (相加是聯集、減去是差集...等)。<flowSpan font-family="Sans">相減</flowSpan>和<flowSpan font-family="Sans">排除</flowSpan>指令只能套用到兩個已選擇的物件;其他的可以一次處理多個物件。結果都是呈現下層物件的樣式。</flowDiv>
</flowRoot>
- <rect id="d0e430" display="none" height="1e3px" width="288" y="2113" x="10"/>
+ <rect id="d0e430" display="none" height="1e3px" width="288" y="2106.4" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e430"/>
</flowRegion>
<flowDiv xml:space="preserve">使用<flowSpan font-family="Sans">排除</flowSpan>指令的結果看起來像是<flowSpan font-family="Sans">合併</flowSpan>(如上),但它的差別在於<flowSpan font-family="Sans">排除</flowSpan>會在原來的路徑交差點增加額外的節點。<flowSpan font-family="Sans">除法</flowSpan>和<flowSpan font-family="Sans">剪切</flowSpan>之間的不同是前者以最上層物件切去整個下層物件,而後者只切去下層物件的邊框並去掉任何填色 (這個對將無填色的邊框切割成碎片很方便)。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2177.5528405" x="10" font-family="Sans" fill="#000000">
- <tspan y="2177.5528405" x="10">內縮和外擴</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2170.678056" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2170.678056" x="10">內縮和外擴</tspan>
</text>
- <rect id="d0e454" display="none" height="1e3px" width="288" y="2182.8" x="10"/>
+ <rect id="d0e454" display="none" height="1e3px" width="288" y="2175.9" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e454"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 不只可用縮放來擴張和收縮形狀,也可藉由<flowSpan font-style="italic">偏移</flowSpan>物件的路徑達成效果,即每個點以垂直於路徑方向移動。對應的指令名稱為<flowSpan font-family="Sans">內縮</flowSpan> (<flowSpan font-weight="bold">Ctrl+(</flowSpan>) 和<flowSpan font-family="Sans">外擴</flowSpan> (<flowSpan font-weight="bold">Ctrl+)</flowSpan>)。下面陳列的是原始路徑 (紅色) 和一些由原路徑經過內縮或外擴的路徑:</flowDiv>
</flowRoot>
- <path id="advanced-f09-zh_TW.svgpath1893" d="m115.81 90.263c-16.592-6.213-24.464-26.139-22.243-43.098 1.074-8.205 2.889-17.007 6.823-23.669 2.32-3.927 0.06 6.387-0.16 8.347-0.913 8.042-0.666 17.609 6.23 23.314 3.44 2.848 8.32 3.345 6.88-2.814-2.18-9.364 10.91-16.85 20.11-13.934 7.11 2.251 12.73 9.419 10.97 16.948-1.91 8.158-11.61 4.751-13.16-2.785-1.53-7.452-10.93 1.693-9.85 7.286 1.47 7.682 9.57 9.514 16.01 10.234 7.97 0.892 18.69-2.911 19.6-11.738 0.73-7.13 3.81-14.344 11.82-15.244 9.37-1.054 19.57-0.877 33.29-0.178-15.92 0-23.98 10.502-28.31 19.012-4 7.872-13.27 12.644-21.56 13.805-10.35 1.451-24.13-0.786-30.18-0.786 0 10.718 9.09 15.684 16.62 15.406 6.95-0.257 11.57-8.682 18.44-11.491 8.52-3.478 18.52-3.25 26.14 2.201 6.04 4.319 12.03 12.117 8.66 19.641-3.36 7.5-13.9 8.71-20.32 3.87-5.83-4.39-12.21-9.159-20.21-9.12-7.06 0.034-11.04 2.496-12.62 10.32-2.53-6.862-7.05-9.815-22.98-15.527z" sodipodi:nodetypes="csssssssssssscsscsssssscs" transform="translate(10 2231.8)" stroke="#ff0100" stroke-width="0.675" fill="none"/>
- <path id="advanced-f09-zh_TW.svgpath1895" d="m99.5 21.398c-6.586 11.012-8.859 24.639-7.854 37.357 1.466 15.945 12.324 30.921 28.104 35.206 8.4 2.59 16.35 7.479 19.15 16.289 2.3-2.14 2.23-11.427 8.32-12.289 10.68-2.682 18.68 5.939 27.26 10.389 9.5 4.43 22.72-3.64 20.13-14.65-3.68-15.148-22.17-22.946-36.23-17.278-9.17 2.095-14.34 15.051-24.91 11.226-4.16-0.301-12.23-9.472-7.13-10.39 15.56 1.307 34.08 3.251 45.78-9.434 5.96-8.402 10.84-19.432 22.1-21.742 3.95-0.623 17.73-2.335 7.97-5.152-12.56-0.04-25.68-1.842-37.9 1.432-8.52 3.359-7.75 13.674-11.23 20.474-7.16 7.412-21.56 7.107-28.43-0.395-2.97-3.595 0.1-9.54 4.12-10.511 0.97 6.962 10.4 14.117 16 7.406 7.64-12.42-8.42-27.667-21.09-22.691-8.19 1.747-14.36 9.935-12.19 18.285-9.12-1.845-10.22-14.061-9.32-21.897-0.38-4.288 3.98-10.872-1.46-13.103-0.21 0.259-1.004 1.238-1.19 1.468z" transform="translate(10 2231.8)" stroke="#000" stroke-width=".175" fill="none"/>
- <path id="advanced-f09-zh_TW.svgpath1898" d="m100.16 15.711c-5.356 2.722-6.771 10.347-9.254 15.553-7.122 20.678-3.885 47.792 15.684 60.581 8.9 7.048 22.79 6.875 28.03 18.395 2.06 6.4 4.1 12.41 7.3 3.16 2.69-4.79 3.35-13.578 11.02-11.75 11.52 2.43 20.79 15.65 33.52 10.87 12.27-3.22 16.17-19.864 7.73-28.907-4.81-6.463-12.31-11.053-20.28-12.277 7.45-8.27 12.17-21.683 25.23-22.073 4.67-0.474 9.69-2.146 11.7-6.802-6.6-8.811-18.34-4.86-27.62-5.957-10.39 0.067-24.54-0.338-29.28 11.105-2.2 4.623-2 10.543-6.03 14.133 7.87-11.785-2.75-27.82-15.76-29.513-10.11-2.066-21.56 4.455-24.34 14.513-4.72-8.621 1.66-18.924-1.87-27.5-1.37-1.772-3.46-3.78-5.78-3.531zm28.72 44.906c-1.43-1.607-1.62-2.315 0 0zm9.21 21.5c7.66-0.952 1.67 2.774-2.56 1.813-7.88-2.432-2.69-2.467 2.56-1.813z" transform="translate(10 2231.8)" stroke="#000" stroke-width=".175" fill="none"/>
- <path id="advanced-f09-zh_TW.svgpath1903" d="m98.031 12.804c-9.98 7.226-12.053 20.853-13.978 32.201-2.927 22.271 8.396 47.031 30.167 55.285 8.35 3.22 17.24 8.44 19.09 17.95 2.7 6.12 12.4 2.94 12.27-3.38 0.73-6.17 8.01-12.22 13.11-6.21 10.17 5.66 23.73 13.35 34.52 4.62 13.25-8.52 11.13-30.146-1.94-37.963-2.45-4.196-14.46-4.585-7.97-9.941 4.82-7.411 12.6-12.878 21.5-13.479 4.57-1.449 10.59-6.184 10.55-10.684-9.87-12.008-27.11-8.123-40.73-8.43-8.4 0.451-17.03 2.889-22.59 9.625-7.2-13.726-26.6-18.649-39.15-9.291-4.77 2.404-0.35-9.067-2.63-12.427-1.14-5.133-6.72-11.096-12.219-7.876z" transform="translate(10 2231.8)" stroke="#000" stroke-width=".175" fill="none"/>
- <path id="advanced-f09-zh_TW.svgpath1910" d="m99.031 0.2108c-17.313 5.1828-24.393 24.397-26.031 40.813-5.497 29.384 12.02 61.126 39.91 71.936 9.98 4.59 11.89 20.45 24.75 20.31 7.83-0.32 15.77-4.71 18.87-12.12 14.37 9.2 36.37 11.52 48.34-2.79 13.77-14.31 10.55-40.309-5.34-51.743 10.82-4.484 25.06-9.135 27.32-22.432 1.6-12.408-11.82-19.936-22.4-21.839-14.93-3.29-30.59-1.818-45.36 1.396-5.92 5.486-11.16-3.336-16.97-4.594-6.57-2.293-13.69-3.286-20.56-1.781-2.55-9.8036-11.94-18.42-22.529-17.156z" transform="translate(10 2231.8)" stroke="#000" stroke-width=".175" fill="none"/>
- <path id="advanced-f09-zh_TW.svgpath1913" d="m97.188 38.023c-4.586 17.702-0.396 40.201 17.092 49.215 8.22 4.204 18.47 6.131 24.16 14.032 3.96-10.464 17.83-8.989 25.57-3.873 7 3.803 16.33 12.483 23.86 4.993 7.32-7.288-1.5-17.853-8.75-21.07-11.11-5.697-24.48-0.993-32.37 7.953-9.04 6.368-23.91 1.398-26-9.687-0.01-6.309 7.22-7.495 11.99-5.934 14.45 1.712 32.63 0.347 40.15-14.168 3.7-5.896 8.34-11.595 14.52-14.992-8.51 0.477-19.01-1.66-25.5 5.031-3.06 8.199-4.75 19.917-15.32 21.557-9.79 3.02-23.68 0.004-26.97-10.776-0.93-7.347 5.88-11.959 11.85-14.374-0.02 4.961 3.88 14.356 10 10.812 4.92-11.553-11.49-21.628-20.91-14.594-6.39 3.893-6.21 12.384-3.94 18.625-10.62-0.824-19.229-10.229-18.496-20.962-0.579-2.052 0.503-7.623-0.936-1.788z" transform="translate(10 2231.8)" stroke="#000" stroke-width=".175" fill="none"/>
- <path id="advanced-f09-zh_TW.svgpath1920" d="m125.31 44.211c-10.25 7.088-1.66 2.429 0 0zm10.53 4.531c4.86 10.668 0.93-3.962 0 0zm39.32-0.062c-6-0.419-11.66 3.641-12.05 9.777 0.03 2.449-6.31 10.556-1.99 7.473 6.83-4.129 9.69-11.85 15.13-17.313-0.33 0.019-1.06 0.061-1.09 0.063zm-75.41 8.593c1.37 11.282 7.67 22.743 18.47 27.344-2.98-4.866-0.67-11.372 3.59-14.094-2.91-5.523-8.48-6.492-13.9-8.093-2.59 0.074-8.4-7.928-8.16-5.157zm64 26.031c-2.77 0.747-13.16 5.474-9.36 6.386 10.87 0.475 17.91 12.25 28.99 11.02 7.13-4.985-0.85-14.641-7.14-16.048-3.88-1.725-8.32-1.952-12.49-1.358z" transform="translate(10 2231.8)" stroke="#000" stroke-width=".175" fill="none"/>
- <rect id="d0e482" display="none" height="1e3px" width="288" y="2377.2" x="10"/>
+ <path id="advanced-f09-zh_TW.svgpath1893" d="m115.81 90.263c-16.592-6.213-24.464-26.139-22.243-43.098 1.074-8.205 2.889-17.007 6.823-23.669 2.32-3.927 0.06 6.387-0.16 8.347-0.913 8.042-0.666 17.609 6.23 23.314 3.44 2.848 8.32 3.345 6.88-2.814-2.18-9.364 10.91-16.85 20.11-13.934 7.11 2.251 12.73 9.419 10.97 16.948-1.91 8.158-11.61 4.751-13.16-2.785-1.53-7.452-10.93 1.693-9.85 7.286 1.47 7.682 9.57 9.514 16.01 10.234 7.97 0.892 18.69-2.911 19.6-11.738 0.73-7.13 3.81-14.344 11.82-15.244 9.37-1.054 19.57-0.877 33.29-0.178-15.92 0-23.98 10.502-28.31 19.012-4 7.872-13.27 12.644-21.56 13.805-10.35 1.451-24.13-0.786-30.18-0.786 0 10.718 9.09 15.684 16.62 15.406 6.95-0.257 11.57-8.682 18.44-11.491 8.52-3.478 18.52-3.25 26.14 2.201 6.04 4.319 12.03 12.117 8.66 19.641-3.36 7.5-13.9 8.71-20.32 3.87-5.83-4.39-12.21-9.159-20.21-9.12-7.06 0.034-11.04 2.496-12.62 10.32-2.53-6.862-7.05-9.815-22.98-15.527z" sodipodi:nodetypes="csssssssssssscsscsssssscs" transform="translate(10 2224.6)" stroke="#ff0100" stroke-width="0.675" fill="none"/>
+ <path id="advanced-f09-zh_TW.svgpath1895" d="m99.5 21.398c-6.586 11.012-8.859 24.639-7.854 37.357 1.466 15.945 12.324 30.921 28.104 35.206 8.4 2.59 16.35 7.479 19.15 16.289 2.3-2.14 2.23-11.427 8.32-12.289 10.68-2.682 18.68 5.939 27.26 10.389 9.5 4.43 22.72-3.64 20.13-14.65-3.68-15.148-22.17-22.946-36.23-17.278-9.17 2.095-14.34 15.051-24.91 11.226-4.16-0.301-12.23-9.472-7.13-10.39 15.56 1.307 34.08 3.251 45.78-9.434 5.96-8.402 10.84-19.432 22.1-21.742 3.95-0.623 17.73-2.335 7.97-5.152-12.56-0.04-25.68-1.842-37.9 1.432-8.52 3.359-7.75 13.674-11.23 20.474-7.16 7.412-21.56 7.107-28.43-0.395-2.97-3.595 0.1-9.54 4.12-10.511 0.97 6.962 10.4 14.117 16 7.406 7.64-12.42-8.42-27.667-21.09-22.691-8.19 1.747-14.36 9.935-12.19 18.285-9.12-1.845-10.22-14.061-9.32-21.897-0.38-4.288 3.98-10.872-1.46-13.103-0.21 0.259-1.004 1.238-1.19 1.468z" transform="translate(10 2224.6)" stroke="#000" stroke-width=".175" fill="none"/>
+ <path id="advanced-f09-zh_TW.svgpath1898" d="m100.16 15.711c-5.356 2.722-6.771 10.347-9.254 15.553-7.122 20.678-3.885 47.792 15.684 60.581 8.9 7.048 22.79 6.875 28.03 18.395 2.06 6.4 4.1 12.41 7.3 3.16 2.69-4.79 3.35-13.578 11.02-11.75 11.52 2.43 20.79 15.65 33.52 10.87 12.27-3.22 16.17-19.864 7.73-28.907-4.81-6.463-12.31-11.053-20.28-12.277 7.45-8.27 12.17-21.683 25.23-22.073 4.67-0.474 9.69-2.146 11.7-6.802-6.6-8.811-18.34-4.86-27.62-5.957-10.39 0.067-24.54-0.338-29.28 11.105-2.2 4.623-2 10.543-6.03 14.133 7.87-11.785-2.75-27.82-15.76-29.513-10.11-2.066-21.56 4.455-24.34 14.513-4.72-8.621 1.66-18.924-1.87-27.5-1.37-1.772-3.46-3.78-5.78-3.531zm28.72 44.906c-1.43-1.607-1.62-2.315 0 0zm9.21 21.5c7.66-0.952 1.67 2.774-2.56 1.813-7.88-2.432-2.69-2.467 2.56-1.813z" transform="translate(10 2224.6)" stroke="#000" stroke-width=".175" fill="none"/>
+ <path id="advanced-f09-zh_TW.svgpath1903" d="m98.031 12.804c-9.98 7.226-12.053 20.853-13.978 32.201-2.927 22.271 8.396 47.031 30.167 55.285 8.35 3.22 17.24 8.44 19.09 17.95 2.7 6.12 12.4 2.94 12.27-3.38 0.73-6.17 8.01-12.22 13.11-6.21 10.17 5.66 23.73 13.35 34.52 4.62 13.25-8.52 11.13-30.146-1.94-37.963-2.45-4.196-14.46-4.585-7.97-9.941 4.82-7.411 12.6-12.878 21.5-13.479 4.57-1.449 10.59-6.184 10.55-10.684-9.87-12.008-27.11-8.123-40.73-8.43-8.4 0.451-17.03 2.889-22.59 9.625-7.2-13.726-26.6-18.649-39.15-9.291-4.77 2.404-0.35-9.067-2.63-12.427-1.14-5.133-6.72-11.096-12.219-7.876z" transform="translate(10 2224.6)" stroke="#000" stroke-width=".175" fill="none"/>
+ <path id="advanced-f09-zh_TW.svgpath1910" d="m99.031 0.2108c-17.313 5.1828-24.393 24.397-26.031 40.813-5.497 29.384 12.02 61.126 39.91 71.936 9.98 4.59 11.89 20.45 24.75 20.31 7.83-0.32 15.77-4.71 18.87-12.12 14.37 9.2 36.37 11.52 48.34-2.79 13.77-14.31 10.55-40.309-5.34-51.743 10.82-4.484 25.06-9.135 27.32-22.432 1.6-12.408-11.82-19.936-22.4-21.839-14.93-3.29-30.59-1.818-45.36 1.396-5.92 5.486-11.16-3.336-16.97-4.594-6.57-2.293-13.69-3.286-20.56-1.781-2.55-9.8036-11.94-18.42-22.529-17.156z" transform="translate(10 2224.6)" stroke="#000" stroke-width=".175" fill="none"/>
+ <path id="advanced-f09-zh_TW.svgpath1913" d="m97.188 38.023c-4.586 17.702-0.396 40.201 17.092 49.215 8.22 4.204 18.47 6.131 24.16 14.032 3.96-10.464 17.83-8.989 25.57-3.873 7 3.803 16.33 12.483 23.86 4.993 7.32-7.288-1.5-17.853-8.75-21.07-11.11-5.697-24.48-0.993-32.37 7.953-9.04 6.368-23.91 1.398-26-9.687-0.01-6.309 7.22-7.495 11.99-5.934 14.45 1.712 32.63 0.347 40.15-14.168 3.7-5.896 8.34-11.595 14.52-14.992-8.51 0.477-19.01-1.66-25.5 5.031-3.06 8.199-4.75 19.917-15.32 21.557-9.79 3.02-23.68 0.004-26.97-10.776-0.93-7.347 5.88-11.959 11.85-14.374-0.02 4.961 3.88 14.356 10 10.812 4.92-11.553-11.49-21.628-20.91-14.594-6.39 3.893-6.21 12.384-3.94 18.625-10.62-0.824-19.229-10.229-18.496-20.962-0.579-2.052 0.503-7.623-0.936-1.788z" transform="translate(10 2224.6)" stroke="#000" stroke-width=".175" fill="none"/>
+ <path id="advanced-f09-zh_TW.svgpath1920" d="m125.31 44.211c-10.25 7.088-1.66 2.429 0 0zm10.53 4.531c4.86 10.668 0.93-3.962 0 0zm39.32-0.062c-6-0.419-11.66 3.641-12.05 9.777 0.03 2.449-6.31 10.556-1.99 7.473 6.83-4.129 9.69-11.85 15.13-17.313-0.33 0.019-1.06 0.061-1.09 0.063zm-75.41 8.593c1.37 11.282 7.67 22.743 18.47 27.344-2.98-4.866-0.67-11.372 3.59-14.094-2.91-5.523-8.48-6.492-13.9-8.093-2.59 0.074-8.4-7.928-8.16-5.157zm64 26.031c-2.77 0.747-13.16 5.474-9.36 6.386 10.87 0.475 17.91 12.25 28.99 11.02 7.13-4.985-0.85-14.641-7.14-16.048-3.88-1.725-8.32-1.952-12.49-1.358z" transform="translate(10 2224.6)" stroke="#000" stroke-width=".175" fill="none"/>
+ <rect id="d0e482" display="none" height="1e3px" width="288" y="2370" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e482"/>
</flowRegion>
<flowDiv xml:space="preserve">簡單的<flowSpan font-family="Sans">內縮</flowSpan>和<flowSpan font-family="Sans">外擴</flowSpan>指令產生這些路徑 (如果原物件不是路徑先將它轉成路徑)。通常<flowSpan font-family="Sans">動態偏移</flowSpan> (<flowSpan font-weight="bold">Ctrl+J</flowSpan>) 更方便些,可製作出一個帶有可控制偏移距離的控制柄的物件。選取下面的物件,切換到節點工具並拖動它的控制點來了解這功能:</flowDiv>
</flowRoot>
- <path id="advanced-f10-zh_TW.svgpath1527" sodipodi:type="inkscape:offset" d="m101 3463c-0.1 0.1-0.13 0.1-0.28 0.4-3.882 6.6-5.68 15.3-6.751 23.5-2.2 16.8 5.598 36.6 21.971 42.7 7.97 2.9 13.1 5 16.59 7.4 3.12 2.1 4.89 4.3 6.16 7.3 0.83-3.4 2.14-5.7 4.09-7.2 2.17-1.7 5.05-2.3 8.63-2.3 8.16-0.1 14.64 4.8 20.47 9.2 3.11 2.3 7.24 3.2 11 2.6 3.75-0.6 7.06-2.7 8.68-6.4 1.63-3.6 1.01-7.3-0.78-10.6-1.79-3.4-4.74-6.4-7.72-8.5-7.49-5.4-17.33-5.6-25.75-2.2-3.34 1.4-6.19 4.2-9.09 6.7s-5.9 4.7-9.53 4.9c-3.86 0.1-8.09-1.1-11.38-3.7s-5.62-6.7-5.62-12.1c-0.01-0.2 0.04-0.3 0.11-0.3 0.08-0.1 0.19-0.2 0.29-0.2 3.08 0 8.03 0.6 13.5 1 5.48 0.4 11.47 0.5 16.6-0.2 8.18-1.1 17.36-5.9 21.28-13.6 3.78-7.4 10.44-16.4 22.65-18.6-10.72-0.5-19.35-0.5-27.24 0.4-3.9 0.5-6.54 2.4-8.35 5.1s-2.73 6.3-3.09 9.8c-0.47 4.6-3.5 7.8-7.38 9.8s-8.62 2.7-12.68 2.3c-3.24-0.4-6.92-1-10-2.6-3.09-1.5-5.59-4-6.35-8-0.29-1.5 0.1-3.2 0.88-4.8 0.77-1.5 1.94-3 3.18-4.1 1.25-1.1 2.59-1.8 3.85-1.6 0.63 0 1.22 0.3 1.68 0.8 0.47 0.6 0.8 1.3 1 2.3 0.75 3.6 3.5 6.2 6.19 7 1.35 0.3 2.66 0.2 3.75-0.4 1.1-0.7 2.01-1.9 2.47-3.8 1.71-7.3-3.75-14.3-10.69-16.5-4.46-1.4-9.94-0.3-14 2.3s-6.67 6.6-5.62 11.1c0.37 1.6 0.35 2.8 0 3.7s-1.07 1.5-1.91 1.6c-1.68 0.3-3.81-0.6-5.59-2-7.058-5.9-7.324-15.6-6.408-23.7 0.105-0.9 0.618-3.4 0.938-5.5 0.16-1.1 0.27-2.1 0.28-2.7 0-0.2-0.02-0.2-0.03-0.3z" inkscape:original="M 101.062500 3462.343750 C 100.902800 3462.433706 100.664673 3462.696654 100.375000 3463.187500 C 96.443695 3469.848900 94.636933 3478.639228 93.562500 3486.843750 C 91.341517 3503.803250 99.219050 3523.756139 115.812500 3529.968750 C 131.737740 3535.680450 136.252411 3538.608005 138.781250 3545.468750 C 140.362240 3537.645750 144.344522 3535.190852 151.406250 3535.156250 C 159.407750 3535.117050 165.798568 3539.886947 171.625000 3544.281250 C 178.046330 3549.124050 188.581246 3547.905311 191.937500 3540.406250 C 195.306020 3532.879850 189.320260 3525.100477 183.281250 3520.781250 C 175.660410 3515.330450 165.675465 3515.083811 157.156250 3518.562500 C 150.278600 3521.370800 145.642062 3529.805821 138.687500 3530.062500 C 131.155160 3530.340700 122.093750 3525.373600 122.093750 3514.656250 C 128.141300 3514.656250 141.893013 3516.888394 152.250000 3515.437500 C 160.536040 3514.276700 169.810637 3509.496825 173.812500 3501.625000 C 178.138690 3493.115200 186.199125 3482.625044 202.125000 3482.625000 C 188.399600 3481.926200 178.222058 3481.757977 168.843750 3482.812500 C 160.838550 3483.712600 157.759946 3490.932125 157.031250 3498.062500 C 156.129180 3506.889400 145.382449 3510.673326 137.406250 3509.781250 C 130.968270 3509.061350 122.881979 3507.244175 121.406250 3499.562500 C 120.331690 3493.969000 129.715916 3484.797919 131.250000 3492.250000 C 132.801250 3499.785400 142.499525 3503.219907 144.406250 3495.062500 C 146.166030 3487.533600 140.576047 3480.344687 133.468750 3478.093750 C 124.261060 3475.177750 111.161820 3482.666917 113.343750 3492.031250 C 114.778810 3498.190350 109.910481 3497.692485 106.468750 3494.843750 C 99.576199 3489.138750 99.307060 3479.573461 100.218750 3471.531250 C 100.413140 3469.816425 102.180400 3461.714057 101.062500 3462.343750 z " transform="translate(10 -1037.3)" stroke="#ff0100" inkscape:radius="-0.39687219" stroke-width="0.675" fill="none"/>
- <rect id="d0e507" display="none" height="1e3px" width="288" y="2521.9" x="10"/>
+ <path id="advanced-f10-zh_TW.svgpath1527" sodipodi:type="inkscape:offset" d="m101 3463c-0.1 0.1-0.13 0.1-0.28 0.4-3.882 6.6-5.68 15.3-6.751 23.5-2.2 16.8 5.598 36.6 21.971 42.7 7.97 2.9 13.1 5 16.59 7.4 3.12 2.1 4.89 4.3 6.16 7.3 0.83-3.4 2.14-5.7 4.09-7.2 2.17-1.7 5.05-2.3 8.63-2.3 8.16-0.1 14.64 4.8 20.47 9.2 3.11 2.3 7.24 3.2 11 2.6 3.75-0.6 7.06-2.7 8.68-6.4 1.63-3.6 1.01-7.3-0.78-10.6-1.79-3.4-4.74-6.4-7.72-8.5-7.49-5.4-17.33-5.6-25.75-2.2-3.34 1.4-6.19 4.2-9.09 6.7s-5.9 4.7-9.53 4.9c-3.86 0.1-8.09-1.1-11.38-3.7s-5.62-6.7-5.62-12.1c-0.01-0.2 0.04-0.3 0.11-0.3 0.08-0.1 0.19-0.2 0.29-0.2 3.08 0 8.03 0.6 13.5 1 5.48 0.4 11.47 0.5 16.6-0.2 8.18-1.1 17.36-5.9 21.28-13.6 3.78-7.4 10.44-16.4 22.65-18.6-10.72-0.5-19.35-0.5-27.24 0.4-3.9 0.5-6.54 2.4-8.35 5.1s-2.73 6.3-3.09 9.8c-0.47 4.6-3.5 7.8-7.38 9.8s-8.62 2.7-12.68 2.3c-3.24-0.4-6.92-1-10-2.6-3.09-1.5-5.59-4-6.35-8-0.29-1.5 0.1-3.2 0.88-4.8 0.77-1.5 1.94-3 3.18-4.1 1.25-1.1 2.59-1.8 3.85-1.6 0.63 0 1.22 0.3 1.68 0.8 0.47 0.6 0.8 1.3 1 2.3 0.75 3.6 3.5 6.2 6.19 7 1.35 0.3 2.66 0.2 3.75-0.4 1.1-0.7 2.01-1.9 2.47-3.8 1.71-7.3-3.75-14.3-10.69-16.5-4.46-1.4-9.94-0.3-14 2.3s-6.67 6.6-5.62 11.1c0.37 1.6 0.35 2.8 0 3.7s-1.07 1.5-1.91 1.6c-1.68 0.3-3.81-0.6-5.59-2-7.058-5.9-7.324-15.6-6.408-23.7 0.105-0.9 0.618-3.4 0.938-5.5 0.16-1.1 0.27-2.1 0.28-2.7 0-0.2-0.02-0.2-0.03-0.3z" inkscape:original="M 101.062500 3462.343750 C 100.902800 3462.433706 100.664673 3462.696654 100.375000 3463.187500 C 96.443695 3469.848900 94.636933 3478.639228 93.562500 3486.843750 C 91.341517 3503.803250 99.219050 3523.756139 115.812500 3529.968750 C 131.737740 3535.680450 136.252411 3538.608005 138.781250 3545.468750 C 140.362240 3537.645750 144.344522 3535.190852 151.406250 3535.156250 C 159.407750 3535.117050 165.798568 3539.886947 171.625000 3544.281250 C 178.046330 3549.124050 188.581246 3547.905311 191.937500 3540.406250 C 195.306020 3532.879850 189.320260 3525.100477 183.281250 3520.781250 C 175.660410 3515.330450 165.675465 3515.083811 157.156250 3518.562500 C 150.278600 3521.370800 145.642062 3529.805821 138.687500 3530.062500 C 131.155160 3530.340700 122.093750 3525.373600 122.093750 3514.656250 C 128.141300 3514.656250 141.893013 3516.888394 152.250000 3515.437500 C 160.536040 3514.276700 169.810637 3509.496825 173.812500 3501.625000 C 178.138690 3493.115200 186.199125 3482.625044 202.125000 3482.625000 C 188.399600 3481.926200 178.222058 3481.757977 168.843750 3482.812500 C 160.838550 3483.712600 157.759946 3490.932125 157.031250 3498.062500 C 156.129180 3506.889400 145.382449 3510.673326 137.406250 3509.781250 C 130.968270 3509.061350 122.881979 3507.244175 121.406250 3499.562500 C 120.331690 3493.969000 129.715916 3484.797919 131.250000 3492.250000 C 132.801250 3499.785400 142.499525 3503.219907 144.406250 3495.062500 C 146.166030 3487.533600 140.576047 3480.344687 133.468750 3478.093750 C 124.261060 3475.177750 111.161820 3482.666917 113.343750 3492.031250 C 114.778810 3498.190350 109.910481 3497.692485 106.468750 3494.843750 C 99.576199 3489.138750 99.307060 3479.573461 100.218750 3471.531250 C 100.413140 3469.816425 102.180400 3461.714057 101.062500 3462.343750 z " transform="translate(10 -1044.1)" stroke="#ff0100" inkscape:radius="-0.39687219" stroke-width="0.675" fill="none"/>
+ <rect id="d0e507" display="none" height="1e3px" width="288" y="2515" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e507"/>
</flowRegion>
<flowDiv xml:space="preserve">上述的<flowSpan font-style="italic">動態偏移物件</flowSpan>會記住原本路徑,所以當你一遍又一遍的改變偏移距離時它不會受到「損害」。當你不需要再做任何調整時,你可將偏移物件轉換回路徑。</flowDiv>
</flowRoot>
- <rect id="d0e513" display="none" height="1e3px" width="288" y="2550.6" x="10"/>
+ <rect id="d0e513" display="none" height="1e3px" width="288" y="2543.4" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e513"/>
</flowRegion>
<flowDiv xml:space="preserve">還有更方便的<flowSpan font-style="italic">連結偏移</flowSpan>,類似於動態變化但是連結到另一個尚待編輯的路徑。一個來源路徑可有多個連結偏移。下面紅色的是來源路徑,它的連結偏移是黑色邊框且無填色,其他的是黑色填色而無邊框。</flowDiv>
</flowRoot>
- <rect id="d0e519" display="none" height="1e3px" width="288" y="2590" x="10"/>
+ <rect id="d0e519" display="none" height="1e3px" width="288" y="2582.4" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e519"/>
</flowRegion>
<flowDiv xml:space="preserve">選取紅色的物件並編輯它的節點;觀察連結偏移跟著如何變化。現在選取任一個偏移並拖動它的控制柄以調整偏移半徑。最後注意移動或改變來源時所有連結偏移如何跟著動,而在不失去它們與來源的連結情形下你可以如何獨自地移動或改變偏移物件。</flowDiv>
</flowRoot>
- <g id="advanced-f11-zh_TW.svgg8809" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 2647.8)">
+ <g id="advanced-f11-zh_TW.svgg8809" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 2639.9)">
<path id="advanced-f11-zh_TW.svgpath1987" d="m113.67 73.853c-16.593-6.2126-28.727-20.624-26.506-37.584 1.0744-8.2045 7.151-22.522 11.082-29.183 2.3174-3.9267 0.06287 6.3871-0.15929 8.3469-0.91169 8.0423-0.66462 17.609 6.2279 23.314 3.4417 2.8487 8.3216 3.3459 6.8865-2.8132-2.1819-9.3644 10.903-16.851 20.11-13.935 7.1073 2.2509 12.728 9.4197 10.968 16.949-1.9067 8.1575-11.609 4.7505-13.16-2.7849-1.5341-7.452-10.93 1.6922-9.8554 7.2857 1.4757 7.6817 9.5717 9.5136 16.01 10.234 7.9762 0.892 18.699-2.9107 19.601-11.738 0.7287-7.1304 3.8134-14.344 11.819-15.244 9.3783-1.0545 19.572-0.8772 33.297-0.1784-15.926 0-23.984 10.502-28.311 19.012-4.0019 7.8719-13.273 12.644-21.559 13.805-10.357 1.4509-24.134-0.7852-30.181-0.7852 0 10.717 9.0837 15.683 16.616 15.405 6.9546-0.2568 11.568-8.6819 18.445-11.49 8.5192-3.4786 18.514-3.2501 26.134 2.2007 6.039 4.3193 12.03 12.117 8.6618 19.643-3.3562 7.4991-13.903 8.7109-20.324 3.8681-5.8264-4.3942-12.202-9.1596-20.204-9.1204-7.0617 0.0345-11.043 2.4957-12.624 10.319-2.5288-6.8607-7.0498-9.8139-22.975-15.526z" sodipodi:nodetypes="csssssssssssscsscsssssscs" inkscape:connector-curvature="0" stroke="#ff0100" stroke-width="0.675" fill="none"/>
<path id="advanced-f11-zh_TW.svgpath1988" sodipodi:type="inkscape:offset" d="m98.562 0.78125c-0.98754 0.080502-1.8534 0.33118-2.375 0.625-2.4005 1.3521-2.2824 2.1356-2.7188 2.875-4.4256 7.4989-10.496 21.228-11.812 31.281-2.6107 19.935 11.668 36.582 30.062 43.469a5.5425 5.5425 0 0 0 0.0625 0.03125c7.8341 2.8098 12.648 4.9301 15.312 6.7188 2.6647 1.7887 3.3939 2.8382 4.375 5.5a5.5425 5.5425 0 0 0 10.625 -0.8125c0.63382-3.1363 1.4421-4.2082 2.1875-4.7812 0.74544-0.57309 2.1375-1.0796 5.0312-1.0938 5.7847-0.02834 10.995 3.6434 16.812 8.0312 4.5524 3.4333 10.229 4.5995 15.562 3.7188 5.3339-0.88076 10.641-4.1604 13.156-9.7812 2.4763-5.5328 1.4093-11.414-0.96875-15.875-2.378-4.4609-5.9308-7.9561-9.5312-10.531-3.9435-2.8206-8.331-4.4389-12.844-5.125 2.0148-2.0121 3.768-4.3307 5.125-7 3.89-7.671 9.88-15.969 23.37-15.969a5.5425 5.5425 0 0 0 0.28 -11.062c-13.811-0.70317-24.32-0.92557-34.219 0.1875-5.5591 0.62506-10.044 3.8239-12.625 7.7188-2.5812 3.8949-3.6371 8.3065-4.0625 12.469-0.23361 2.2859-1.5445 3.799-4.1875 5.1562-0.5351 0.2748-1.2306 0.38146-1.8438 0.59375 2.173-1.6459 3.6971-4.1709 4.3438-6.9375 2.53-10.834-5.16-20.451-14.69-23.469-6.6268-2.0987-13.583-0.51371-19.031 3-4.0336 2.6013-7.5012 6.8894-8.3438 11.938-2.415-4.0184-2.7029-9.669-2.0312-15.594-0.00075 0.0066 0.52695-2.92 0.875-5.2812 0.17402-1.1806 0.32827-2.273 0.34375-3.5312 0.008-0.62915 0.15286-1.1622-0.40625-2.7188-0.28-0.779-0.84-2.2133-2.79-3.2195-0.97-0.50311-2.07-0.61175-3.058-0.53125zm26.531 40.562c1.2096 2.3834 3.0313 4.2871 5.1562 5.6562-0.83131-0.24906-1.731-0.4586-2.375-0.78125-1.9855-0.99474-2.7893-1.7396-3.1875-3.8125 0.067 0.34873 0.008-0.25776 0.40625-1.0625zm2.5938 23.312c1.9742 0.16077 3.0414 0.21721 5.3438 0.375 2.7613 0.18924 5.6999 0.3312 8.6562 0.34375-2.3876 1.9941-4.1511 3.0185-5.3438 3.0625-2.4683 0.09116-5.4276-0.78931-7.4688-2.4062-0.48622-0.38518-0.78896-0.92091-1.1875-1.375z" xlink:href="#advanced-f11-zh_TW.svgpath1987" inkscape:original="M 98.90625 6.25 C 98.74655 6.3399517 98.539672 6.6029125 98.25 7.09375 C 94.318695 13.75515 88.230687 28.07675 87.15625 36.28125 C 84.935267 53.24075 97.062806 67.63115 113.65625 73.84375 C 129.58149 79.55545 134.12741 82.5143 136.65625 89.375 C 138.23724 81.552 142.21952 79.097 149.28125 79.0625 C 157.28275 79.0233 163.64232 83.7933 169.46875 88.1875 C 175.89008 93.0303 186.425 91.8116 189.78125 84.3125 C 193.14977 76.7861 187.16401 68.97555 181.125 64.65625 C 173.50416 59.20545 163.51922 58.99015 155 62.46875 C 148.12235 65.27705 143.51706 73.71195 136.5625 73.96875 C 129.03016 74.24695 119.9375 69.2799 119.9375 58.5625 C 125.98505 58.5625 139.76801 60.79465 150.125 59.34375 C 158.41104 58.18295 167.68563 53.40315 171.6875 45.53125 C 176.01369 37.02145 184.07412 26.53125 200 26.53125 C 186.2746 25.83245 176.06581 25.633 166.6875 26.6875 C 158.6823 27.5876 155.6037 34.8071 154.875 41.9375 C 153.97293 50.7644 143.25745 54.5795 135.28125 53.6875 C 128.84327 52.9676 120.72573 51.1192 119.25 43.4375 C 118.17544 37.844 127.59091 28.70425 129.125 36.15625 C 130.67625 43.69165 140.37452 47.095 142.28125 38.9375 C 144.04103 31.4086 138.41979 24.2509 131.3125 22 C 122.10481 19.084 109.00557 26.5731 111.1875 35.9375 C 112.62256 42.0966 107.75423 41.5987 104.3125 38.75 C 97.419952 33.045 97.182061 23.4798 98.09375 15.4375 C 98.28814 13.722675 100.02415 5.6203379 98.90625 6.25 z " stroke="#000" inkscape:href="#advanced-f11-zh_TW.svgpath1987" inkscape:radius="5.5419211" stroke-width="0.675" fill="none"/>
<path id="advanced-f11-zh_TW.svgpath1989" sodipodi:type="inkscape:offset" d="m97.719 14.656c-3.7525 7.2074-8.5372 18.906-9.4375 25.781-2.1384 16.329 9.5505 30.232 25.75 36.312 0.0131 0.0049 0.0182 0.02636 0.0312 0.03125 7.9637 2.8574 13.152 5.0224 16.75 7.4375 2.6896 1.8054 4.3093 3.9294 5.5938 6.3125 0.88173-2.6151 2.0476-4.7994 3.8125-6.1562 2.3518-1.808 5.3995-2.4509 9.0625-2.4688 8.4612-0.04145 15.047 4.9795 20.875 9.375 2.9324 2.2116 6.8881 3.0549 10.438 2.4688 3.5494-0.5861 6.6206-2.5448 8.125-5.9062 1.52-3.3962 0.96665-6.811-0.75-10.031-1.7166-3.2203-4.601-6.1453-7.5-8.2188-7.2461-5.1828-16.818-5.416-25.031-2.0625-3.1491 1.2859-5.957 3.9756-8.875 6.5s-6.0371 4.9486-9.9688 5.0938c-4.0353 0.14904-8.4169-1.1043-11.875-3.8438s-5.9375-7.035-5.9375-12.719a1.1494 1.1494 0 0 1 1.1562 -1.1562c3.1652 0 8.0964 0.5629 13.562 0.9375 5.4661 0.3746 11.44 0.5795 16.469-0.125 7.9735-1.117 16.926-5.8187 20.688-13.219 3.2842-6.4602 8.8316-14.162 18.219-17.688-8.2126-0.22588-15.607-0.19463-22.062 0.53125-3.6798 0.41376-6.1004 2.1978-7.8125 4.7812s-2.617 5.9961-2.9688 9.4375c-0.49612 4.8546-3.755 8.3386-7.7812 10.406-4.0262 2.0676-8.8693 2.8474-13.094 2.375-3.2739-0.36609-7.0484-1.0366-10.281-2.6562-3.2328-1.6196-5.9417-4.3238-6.75-8.5312-0.33824-1.7607 0.13908-3.6045 0.96875-5.2812 0.82967-1.6768 2.0355-3.2035 3.375-4.3438s2.8374-1.9659 4.4375-1.8125c0.80004 0.07669 1.5763 0.47274 2.1562 1.125 0.57992 0.65226 0.96765 1.5258 1.1875 2.5938 0.68714 3.3379 3.2442 5.7308 5.625 6.375 1.1904 0.32212 2.2898 0.21819 3.1875-0.3125s1.6702-1.5006 2.0938-3.3125c1.5996-6.8435-3.5825-13.502-10.188-15.594-4.1843-1.3251-9.4906-0.25509-13.375 2.25s-6.2415 6.2225-5.2812 10.344c0.39058 1.6763 0.40714 3.0234-0.0312 4.125-0.43839 1.1016-1.4277 1.8261-2.4688 2.0312-2.0822 0.4104-4.3182-0.64566-6.2188-2.2188-7.3686-6.099-7.5819-16.147-6.6562-24.312 0.09953-0.87798 0.48514-2.8307 0.78125-4.6562z" fill-rule="evenodd" xlink:href="#advanced-f11-zh_TW.svgpath1987" inkscape:original="M 98.90625 6.25 C 98.74655 6.3399517 98.539672 6.6029125 98.25 7.09375 C 94.318695 13.75515 88.230687 28.07675 87.15625 36.28125 C 84.935267 53.24075 97.062806 67.63115 113.65625 73.84375 C 129.58149 79.55545 134.12741 82.5143 136.65625 89.375 C 138.23724 81.552 142.21952 79.097 149.28125 79.0625 C 157.28275 79.0233 163.64232 83.7933 169.46875 88.1875 C 175.89008 93.0303 186.425 91.8116 189.78125 84.3125 C 193.14977 76.7861 187.16401 68.97555 181.125 64.65625 C 173.50416 59.20545 163.51922 58.99015 155 62.46875 C 148.12235 65.27705 143.51706 73.71195 136.5625 73.96875 C 129.03016 74.24695 119.9375 69.2799 119.9375 58.5625 C 125.98505 58.5625 139.76801 60.79465 150.125 59.34375 C 158.41104 58.18295 167.68563 53.40315 171.6875 45.53125 C 176.01369 37.02145 184.07412 26.53125 200 26.53125 C 186.2746 25.83245 176.06581 25.633 166.6875 26.6875 C 158.6823 27.5876 155.6037 34.8071 154.875 41.9375 C 153.97293 50.7644 143.25745 54.5795 135.28125 53.6875 C 128.84327 52.9676 120.72573 51.1192 119.25 43.4375 C 118.17544 37.844 127.59091 28.70425 129.125 36.15625 C 130.67625 43.69165 140.37452 47.095 142.28125 38.9375 C 144.04103 31.4086 138.41979 24.2509 131.3125 22 C 122.10481 19.084 109.00557 26.5731 111.1875 35.9375 C 112.62256 42.0966 107.75423 41.5987 104.3125 38.75 C 97.419952 33.045 97.182061 23.4798 98.09375 15.4375 C 98.28814 13.722675 100.02415 5.6203379 98.90625 6.25 z " transform="matrix(.39324 0 0 .39324 199.77 1.5238)" inkscape:href="#advanced-f11-zh_TW.svgpath1987" inkscape:radius="-1.1492475" stroke-width="0.425"/>
</g>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2769.1264645" x="10" font-family="Sans" fill="#000000">
- <tspan y="2769.1264645" x="10">簡化</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2761.2622290000004" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2761.2622290000004" x="10">簡化</tspan>
</text>
- <rect id="d0e538" display="none" height="1e3px" width="288" y="2774.3" x="10"/>
+ <rect id="d0e538" display="none" height="1e3px" width="288" y="2766.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e538"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-family="Sans">簡化</flowSpan>指令 (<flowSpan font-weight="bold">Ctrl+L</flowSpan>) 主要用於減少路徑的節點數目並且<flowSpan font-style="italic">盡可能</flowSpan>保持原來的形狀。這個對用鉛筆工具製作的路徑很有用,因為鉛筆工具有時候會製作不必要的節點。下面左邊的形狀是用手繪工具製作的,而右邊那一個是經過簡化的結果。原始路徑有 28 個節點,而簡化過的只有 17 個 (這表示用節點工具進行編輯會更容易) 且外觀更平滑。</flowDiv>
</flowRoot>
- <path id="advanced-f12-zh_TW.svgpath2511" d="m65.491 41.902c-0.166-1.366-0.723-7.872-1.13-10.17 0.135-2.902-0.092-6.623-0.376-9.793-0.744-4.076-0.188-7.743 0-12.053 2.061-4.2645 3.993-6.8303 6.779-9.4162 4.693 1.1534 5.894 2.56 6.78 7.1564 1.088 3.7598 0.989 7.7008 0.753 12.053 0 4.002-0.005 5.616 2.26 8.663 5.424 0.469 6.295-0.011 8.287-4.896 1.905-3.313 2.552-6.93 3.766-10.547 3.167-2.269 5.884-3.0937 9.42-4.5195 4.76-1.225 7.7-0.0601 10.92 2.2595 1.74 4.915 2.85 8.223 0.38 12.43-1.73 2.325-4.19 4.017-7.16 5.65-2.22 1.406-5.2 2.924-7.533 4.52-3.678 0.481-3.862 3.5-2.26 6.403 2.547 1.451 5.733 0.568 7.533-1.884 3.49-1.674 5-3.198 9.42-3.389 3.8 0.547 6.04 1.173 8.28 3.013 2.4 3.464 3.26 5.675 4.15 8.663-1.81 2.519-2.95 3.868-5.65 5.65-3.43 0-6.87 0.034-10.17-0.377-3.1-0.32-5.74-1.125-8.67-1.507-4.152 0-8.073 0.208-12.05 0.754-2.662 0.056-3.615 0.344-6.403 0.376-2.371 0.155-4.714 0.521-6.026 0.754-2.937-0.026-5.542-0.531-5.65-0.754-2.119 0.044-3.899 0.058-4.143 0.377" transform="translate(10 2843.8)" stroke="#000" stroke-width=".75128pt" fill="none"/>
- <path id="advanced-f12-zh_TW.svgpath2525" d="m171.97 41.902c-0.87-10.337-2.38-20.746-1.38-31.119 0.98-3.9093 3.01-8.0876 6.96-9.6974 4.69-0.4192 6.76 4.9465 7.14 8.7906 0.73 5.6198-0.93 11.53 1.28 16.937 2.74 3.423 8.29 1.043 9.56-2.588 1.71-4.439 1.84-10.153 6.21-13.01 4.72-2.666 11.1-4.9244 16.05-1.5361 5.8 4.6361 3.82 14.881-2.82 17.711-4.03 2.859-9.11 4.268-12.62 7.787-1.83 4.484 5.59 7.277 7.71 3.141 4.26-3.722 10.89-5.473 15.92-2.217 3.94 2.248 7.12 7.464 4.85 11.89-2.56 4.105-8.09 4.283-12.37 3.53-6.49-1.002-13.05-2.329-19.63-1.397-7.75 0.632-15.57 2.16-23.34 0.845-0.68 0.009-1.37 0.108-2.01 0.349" transform="translate(10 2843.8)" stroke="#000" stroke-width=".75128pt" fill="none"/>
- <rect id="d0e559" display="none" height="1e3px" width="288" y="2908.2" x="10"/>
+ <path id="advanced-f12-zh_TW.svgpath2511" d="m65.491 41.902c-0.166-1.366-0.723-7.872-1.13-10.17 0.135-2.902-0.092-6.623-0.376-9.793-0.744-4.076-0.188-7.743 0-12.053 2.061-4.2645 3.993-6.8303 6.779-9.4162 4.693 1.1534 5.894 2.56 6.78 7.1564 1.088 3.7598 0.989 7.7008 0.753 12.053 0 4.002-0.005 5.616 2.26 8.663 5.424 0.469 6.295-0.011 8.287-4.896 1.905-3.313 2.552-6.93 3.766-10.547 3.167-2.269 5.884-3.0937 9.42-4.5195 4.76-1.225 7.7-0.0601 10.92 2.2595 1.74 4.915 2.85 8.223 0.38 12.43-1.73 2.325-4.19 4.017-7.16 5.65-2.22 1.406-5.2 2.924-7.533 4.52-3.678 0.481-3.862 3.5-2.26 6.403 2.547 1.451 5.733 0.568 7.533-1.884 3.49-1.674 5-3.198 9.42-3.389 3.8 0.547 6.04 1.173 8.28 3.013 2.4 3.464 3.26 5.675 4.15 8.663-1.81 2.519-2.95 3.868-5.65 5.65-3.43 0-6.87 0.034-10.17-0.377-3.1-0.32-5.74-1.125-8.67-1.507-4.152 0-8.073 0.208-12.05 0.754-2.662 0.056-3.615 0.344-6.403 0.376-2.371 0.155-4.714 0.521-6.026 0.754-2.937-0.026-5.542-0.531-5.65-0.754-2.119 0.044-3.899 0.058-4.143 0.377" transform="translate(10 2836.2)" stroke="#000" stroke-width=".75128pt" fill="none"/>
+ <path id="advanced-f12-zh_TW.svgpath2525" d="m171.97 41.902c-0.87-10.337-2.38-20.746-1.38-31.119 0.98-3.9093 3.01-8.0876 6.96-9.6974 4.69-0.4192 6.76 4.9465 7.14 8.7906 0.73 5.6198-0.93 11.53 1.28 16.937 2.74 3.423 8.29 1.043 9.56-2.588 1.71-4.439 1.84-10.153 6.21-13.01 4.72-2.666 11.1-4.9244 16.05-1.5361 5.8 4.6361 3.82 14.881-2.82 17.711-4.03 2.859-9.11 4.268-12.62 7.787-1.83 4.484 5.59 7.277 7.71 3.141 4.26-3.722 10.89-5.473 15.92-2.217 3.94 2.248 7.12 7.464 4.85 11.89-2.56 4.105-8.09 4.283-12.37 3.53-6.49-1.002-13.05-2.329-19.63-1.397-7.75 0.632-15.57 2.16-23.34 0.845-0.68 0.009-1.37 0.108-2.01 0.349" transform="translate(10 2836.2)" stroke="#000" stroke-width=".75128pt" fill="none"/>
+ <rect id="d0e559" display="none" height="1e3px" width="288" y="2900.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e559"/>
</flowRegion>
<flowDiv xml:space="preserve">簡化的程度 (稱為<flowSpan font-style="italic">臨界值</flowSpan>) 決定在選取物件的大小。因此,如果你選取一個路徑和一些較大的物件,那麼路徑簡化的程度會大於只單獨選取路徑時。另外,<flowSpan font-family="Sans">簡化</flowSpan>指令具有加速性。這表示如果你連續快速按 <flowSpan font-weight="bold">Ctrl+L</flowSpan> 數次 (每次間隔小於 0.5 秒),那麼每次呼叫指令都會增加臨界值。(如果你暫停一下再執行簡化,臨界值會回到預設值。) 靈活運用加速特性,可讓你輕易地依照不同需求套用準確的簡化程度。</flowDiv>
</flowRoot>
- <rect id="d0e571" display="none" height="1e3px" width="288" y="2971.5" x="10"/>
+ <rect id="d0e571" display="none" height="1e3px" width="288" y="2963.7" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e571"/>
</flowRegion>
<flowDiv xml:space="preserve">除了平滑手繪的邊框以外,<flowSpan font-family="Sans">簡化</flowSpan>還可用於各種創意效果。通常形狀是死板的,而某些程度簡化幾何形狀的好處是可創作出很棒的生動外觀 — 柔化形狀的邊角而產生非常自然的扭曲,時而流行時尚,時而簡樸有趣。下面有一個美工圖案形狀的例子,經過<flowSpan font-family="Sans">簡化</flowSpan>後使外觀變得很漂亮:</flowDiv>
</flowRoot>
- <text id="advanced-f13-zh_TW.svgtext2796" sodipodi:linespacing="110.00000%" transform="translate(10 3030.2)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2366295" x="43.765549" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f13-zh_TW.svgtspan2797" y="4.2366295" x="43.765549" role="line">原本的</tspan></text>
- <text id="advanced-f13-zh_TW.svgtext2799" sodipodi:linespacing="110.00000%" transform="translate(10 3030.2)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2366295" x="125.61612" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f13-zh_TW.svgtspan2800" y="4.2366295" x="125.61612" role="line">輕微簡化</tspan></text>
- <text id="advanced-f13-zh_TW.svgtext2802" sodipodi:linespacing="110.00000%" transform="translate(10 3030.2)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2366295" x="213.13528" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f13-zh_TW.svgtspan2803" y="4.2366295" x="213.13528" role="line">高度簡化</tspan></text>
- <path id="advanced-f13-zh_TW.svgpath2786" d="m97.048 92.194l0.322 9.646-1.286 4.07-1.608 0.64v3.86l-0.964-0.1 0.214 4.82-1.715 0.21-0.857 10.61 6.537 4.18-1.714 2.68-10.717-1.93-10.395 1.93-1.715-2.68 5.251-3.32-5.787-1.18-11.253 2.36v-1.39l7.074-5.36-1.929-18.86c-1.215-0.22-2.394-0.54-3.537-0.97l-1.5-16.075-2.572-0.428-1.179-3.323-0.965 0.215-2.465 33.011-2.036 0.53 9.109 5.9-1.178 3-14.79-3.22-6.001 1.4-0.429 4.71 5.466 4.93c-0.286 0.29-0.464 0.68-0.536 1.18-0.071 0.5-0.286 0.75-0.643 0.75-0.214 0-0.357-0.04-0.429-0.11l-9.216-1.61-9.859 1.72-0.858-1.93 5.466-4.71-1.179-12.22h-1.393c-0.143-1.22-0.25-2.43-0.322-3.65-0.071-1.14-0.143-2.32-0.214-3.53l-1.179-0.86-2.25-4.07 0.643-11.79h-1.286l1.286-7.716c0.285-0.858 0.714-1.501 1.286-1.93 0.643-0.428 1.321-0.749 2.036-0.964 0.786-0.214 1.572-0.393 2.357-0.536 0.858-0.143 1.644-0.357 2.358-0.643l0.536 2.358-5.787 1.393c-0.429 0.357-0.643 0.786-0.643 1.286l-0.857 4.394h2.572v-1.607h2.143v6.322h10.288v-6.322h2.143v1.607h2.572l-0.964-4.715c-0.071-0.358-0.214-0.608-0.429-0.751-0.143-0.142-0.286-0.285-0.428-0.428l-5.895-1.394 0.643-2.143 6.216 1.715c0.572 0.286 1.108 0.786 1.608 1.5v-6.966c-0.358 0.572-0.858 1.072-1.501 1.5-0.643 0.358-1.321 0.644-2.036 0.858-0.286-1.143-0.429-2.25-0.429-3.322v-1.286c0-0.5 0.072-1.072 0.215-1.715 0-0.714-0.179-1.143-0.536-1.286-0.286-0.143-0.643-0.214-1.072-0.214 0.143 0.357 0.25 0.75 0.322 1.179 0.071 0.357 0.107 0.785 0.107 1.286 0 1.786-0.572 3.322-1.715 4.608-1.143 1.215-2.536 1.822-4.179 1.822-1.572 0-2.93-0.607-4.073-1.822-1.143-1.286-1.714-2.822-1.714-4.608 0-1.001 0.178-1.822 0.535-2.465-0.428 0-0.821 0.071-1.178 0.214-0.358 0.143-0.536 0.5-0.536 1.072v0.214c0.214 1.215 0.321 2.179 0.321 2.894 0 1-0.214 2.143-0.643 3.429-0.786-0.214-1.607-0.607-2.465-1.178-0.785-0.572-1.25-1.287-1.393-2.144-0.143-0.572-0.214-1-0.214-1.286 0-1.358 0.571-2.501 1.715-3.43 0.857-0.5 1.75-0.75 2.679-0.75l1.071 0.107-1.393-32.578 15.647-4.287c-1.215-0.714-2.179-1.75-2.894-3.108-0.714-1.357-1.071-2.858-1.071-4.501 0-2.501 0.714-4.573 2.143-6.216 1.5-1.715 3.286-2.572 5.358-2.572s3.858 0.857 5.359 2.572c1.5 1.643 2.25 3.715 2.25 6.216 0 1.643-0.393 3.144-1.179 4.501-0.714 1.358-1.679 2.394-2.893 3.108l16.075 4.287-0.214 5.465 4.822-1.179 0.643 2.358c-0.5 0.214-0.821 0.572-0.964 1.072-0.143 0.428-0.215 0.928-0.215 1.5 0 0.786 0.072 1.571 0.215 2.358 0.214 0.785 0.393 1.321 0.536 1.607h6.108c0.572-1.643 0.857-3.001 0.857-4.072 0-0.929-0.214-1.608-0.643-2.036-0.214-0.215-0.393-0.358-0.535-0.429l0.535-2.358 11.253 2.358 2.143 21.862h0.751l-0.215 2.679c1 1.358 1.501 2.787 1.501 4.287 0 0.715-0.108 1.322-0.322 1.822-0.357 0.929-0.893 1.75-1.607 2.465-0.715 0.642-1.501 1.143-2.358 1.5l7.073 1.929c0.357 0.215 0.75 0.464 1.179 0.751 0.428 0.285 0.679 0.749 0.75 1.392l2.25 10.074h-1.393zm-52.833-44.582l-5.895-11.574c-1.571 0.5-3.179 0.965-4.822 1.394-1.572 0.428-3.179 0.857-4.823 1.285l1.179 28.936c0.357-0.143 0.679-0.322 0.965-0.536 0.357-0.286 0.714-0.5 1.071-0.643v-24.22h2.465v24.22c0.929 0.143 1.715 0.464 2.358 0.964 0.714 0.5 1.25 1.144 1.607 1.929 0.286-0.071 0.786-0.107 1.501-0.107 0.714 0 1.214 0.036 1.5 0.107l2.894-1.178v-20.577zm50.154 36.223c-0.071-0.429-0.25-0.821-0.536-1.179-0.214-0.428-0.643-0.714-1.286-0.857l-7.287-1.822-7.395 1.822c-0.643 0.143-1.071 0.393-1.286 0.75-0.143 0.286-0.321 0.715-0.536 1.286l-1.286 6.001h2.894l0.321-3.965 2.251 0.215-1.822 20.794 13.718 1.07-1.822-21.864 2.25-0.215 0.536 3.965h2.786l-1.5-6.001zm-36.973-46.403c-1.643-0.429-3.286-0.894-4.929-1.394l-5.895 11.574v20.577l9.217 3 2.465-27.756 3.75-0.75 0.322-3.966-4.93-1.285zm-10.824 33.543v43.835l5.359-1.83 2.893-39.112-8.252-2.893zm24.756-12.217c-1-2.001-2.072-4.037-3.215-6.109-1.072-2.071-1.607-4.393-1.607-6.965 0-0.715 0.035-1.251 0.107-1.608-0.143 0.071-0.536 0.178-1.179 0.322-0.572 0.142-1.215 0.321-1.929 0.535-0.643 0.143-1.25 0.286-1.822 0.429-0.572 0.071-0.929 0.107-1.072 0.107l-2.786 30.757 3.322 0.215 1.393-25.292 2.465 0.214-1.393 25.399c1.215 0 2.465-0.107 3.751-0.321 1.286-0.215 2.465-0.679 3.536-1.394-1.286-1.715-1.929-3.786-1.929-6.215 0-1.715 0.25-3.465 0.751-5.252 0.5-1.786 1.035-3.393 1.607-4.822zm13.61-13.289l-6.001-1.179c0.071 0.286 0.107 0.572 0.107 0.858v0.643c0 1.214-0.178 2.393-0.536 3.536-0.285 1.072-0.678 2.143-1.179 3.215-0.5 1-1.036 2.036-1.607 3.108-0.5 1-1 2.036-1.5 3.108-0.715 1.572-1.358 3.215-1.929 4.93-0.572 1.643-0.858 3.322-0.858 5.037 0 1 0.179 2.143 0.536 3.429 0.786 1.714 2.001 2.893 3.644 3.536 1.643 0.572 3.358 0.929 5.144 1.072-0.357-0.428-0.715-0.929-1.072-1.5-0.357-0.572-0.607-1.143-0.75-1.715-0.071-0.286-0.143-0.536-0.214-0.75v-0.75c0-0.643 0.071-1.251 0.214-1.822 0.214-0.572 0.464-1.107 0.75-1.607l-0.107-2.787 1.715-0.215-0.751-14.253h2.465l0.751 13.932 1.071-0.214h1.929l-1.822-19.612zm-5.251 33.651c-1.214-0.143-2.429-0.358-3.644-0.643-1.143-0.357-2.179-0.893-3.107-1.607-1.429 1-2.965 1.643-4.609 1.928-1.571 0.286-3.179 0.429-4.822 0.429l1.714 20.255 7.395 2.358h0.536v-0.43l0.429-9.216c-0.215-0.143-0.465-0.214-0.751-0.214h-0.75l2.144-9.86c0.142-0.643 0.393-1.107 0.75-1.392 0.428-0.287 0.821-0.536 1.179-0.751l3.536-0.857zm-40.295 32.79l0.214-3.85c0.072-1.29 0.108-2.54 0.108-3.76 0-1.42-0.072-2.85-0.215-4.28-0.071-1.432-0.286-2.789-0.643-4.075h-10.502c-0.357 1.358-0.607 2.751-0.75 4.175-0.072 1.36-0.108 2.76-0.108 4.18 0 1.43 0.036 2.86 0.108 4.29 0.071 1.43 0.178 2.82 0.321 4.18h11.467v-0.86zm39.545-76.729c-0.214 1.215-0.786 2.393-1.715 3.536-0.857 1.143-1.893 1.858-3.108 2.144-0.285 0.071-0.714 0.107-1.286 0.107-1.929 0-3.572-0.857-4.929-2.572-0.358-0.572-0.643-1.107-0.858-1.607-0.214-0.5-0.357-1.036-0.428-1.608h-1.394v-0.75c0-1.786 0.358-3.43 1.072-4.93 0.715-1.5 1.858-2.751 3.43-3.751 0.571-0.286 1.214-0.428 1.929-0.428 0.714-0.072 1.428-0.108 2.143-0.108 1.643 0.357 2.893 1 3.751 1.929 0.929 0.929 1.572 1.929 1.929 3.001 0.428 1 0.679 2 0.75 3.001 0.071 0.929 0.107 1.607 0.107 2.036h-1.393zm-29.685-12.432c-0.572-0.357-1.144-0.642-1.715-0.857-0.215-0.071-0.5-0.107-0.858-0.107-0.714 0-1.464 0.179-2.25 0.536-0.714 0.357-1.393 0.715-2.036 1.071-0.786 0.429-1.501 0.929-2.144 1.501v0.321c0.143 1.215 0.501 2.394 1.072 3.537 0.643 1.072 1.572 1.857 2.786 2.357 0.286 0.072 0.679 0.108 1.179 0.108 1.215 0 2.251-0.429 3.108-1.286 1.286-1.358 1.929-3.001 1.929-4.93 0-0.357-0.071-0.893-0.214-1.608l-0.857-0.643zm39.866 49.298c0-1.572-0.5-2.644-1.5-3.215l-2.572-0.965-3.001 1.286c-0.357 0.429-0.643 0.893-0.858 1.393-0.214 0.429-0.321 0.929-0.321 1.501 0 1.214 0.429 2.215 1.286 3 0.857 0.715 1.822 1.072 2.894 1.072 1.143 0 2.107-0.357 2.893-1.072 0.786-0.785 1.179-1.786 1.179-3zm-43.832-38.045l-4.394 1.5 4.501 8.788 4.609-8.788-4.716-1.5zm-8.252 38.902c0-0.286-0.035-0.608-0.107-0.964-0.071-0.358-0.178-0.608-0.321-0.751l-1.072-0.428c-0.357-0.143-0.714-0.25-1.072-0.322-0.357-0.071-0.714-0.107-1.071-0.107-0.358 0-0.715 0.036-1.072 0.107-0.357 0.072-0.714 0.179-1.072 0.322-0.357 0.143-0.75 0.285-1.179 0.428-0.142 0.715-0.214 1.287-0.214 1.715 0 1.072 0.322 2 0.965 2.786 0.714 0.786 1.571 1.18 2.572 1.18 1 0 1.857-0.394 2.572-1.18 0.714-0.786 1.071-1.714 1.071-2.786zm39.009-41.796c-1.143 0.858-2.322 1.644-3.536 2.358-1.143 0.644-2.322 1.144-3.537 1.5 0.215 0.715 0.5 1.323 0.858 1.823 0.357 0.428 0.75 0.821 1.179 1.179 0.5 0.356 1.107 0.535 1.821 0.535h0.215c1.286-0.143 2.215-0.857 2.786-2.143 0.429-0.714 0.643-1.608 0.643-2.679 0-0.429-0.036-0.858-0.107-1.286-0.072-0.5-0.179-0.929-0.322-1.287zm-4.286 73.092l-2.787-0.86 1.929 18.11 0.858 0.22v-17.47zm-37.08 10.93v12.22h2.036v-0.22l1.072-12h-3.108zm-2.251 0h-3.001l1.179 12.22h1.822v-12.22zm51.655 0.21h-3.322l0.964 10.08h2.465l-0.107-10.08zm2.358 0v10.08h2.465l0.857-10.08h-3.322zm-10.288-8.79l-1.715-0.64-0.214-1.39v17.15l0.535-0.22 1.394-12.54v-2.36zm-32.044-1.17l-1.071 1.71-1.179 0.64-0.429 6.22c0.215 0.07 0.465 0.14 0.75 0.21 0.215 0.07 0.501 0.15 0.858 0.22 0.357 0.14 0.75 0.28 1.179 0.43l-0.108-9.43zm-19.397-14.15l-0.643 11.15 1.179 2.35v-1.39c0-1.86 0.143-3.608 0.429-5.252 0.357-1.643 0.535-3.393 0.535-5.251l-0.107-1.607h-1.393zm59.478 19.93c0-0.57-0.036-1.14-0.107-1.71l-4.501-0.22-0.214 3.75h4.822v-1.82zm-41.795-19.93h-1.286c-0.072 0.357-0.107 0.678-0.107 0.964v0.75l0.964 10.186-0.107 1.6 1.179-2.14-0.643-11.36zm52.405 0.964h-1.608l0.965 12.006 0.107 0.1 0.107-0.1 0.965-2.79-0.536-9.216zm-18.969 0l-0.429 9.216 0.751 2.79c0.142 0 0.214 0.03 0.214 0.1h0.107l0.107-0.1 0.75-12.006h-1.5zm15.325 17.896c-0.786 0-1.572-0.03-2.358-0.11-0.786-0.07-1.571-0.17-2.357-0.32v3.32h4.929l-0.214-2.89zm-12.646 5.25h-0.536l-0.643 5.68 1.822 1.18-0.643-6.86zm-17.682-36.22l-1.715-0.322 1.5 3.965 0.643 0.215-0.428-3.858z" stroke-width="1pt" transform="translate(10 3030.2)"/>
- <path id="advanced-f13-zh_TW.svgpath2789" d="m191.83 92.195c1.45 7.046-0.77 13.095-3.47 18.975 0.78 4.16-3.31 6.61-2.16 11.44-3.3 5.28 11.69 7.04 3.16 10.09-4.71-1.02-9.65-2.56-14.42-0.87-2.65 1.72-9.17 0.48-5.32-2.96 7.41-2.69-3.74-3.97-6.35-2.41-2.33 1.05-10.39 2.35-5.07-1.43 8.03-3.01 3.47-11.48 3.57-17.94 0.09-3.33-0.37-4.94-3.53-5.65-1.56-4.654-1.1-9.847-1.86-14.727-0.12-2.069-4.29-1.783-3.88-5.129-2.52 4.029-1.07 10.228-2.08 15.103-0.45 6.043-0.9 12.083-1.35 18.123-4.77 2.22 10.08 4.43 6.21 8.62-4.3 1.29-9.29-1.9-13.92-2.1-5.68-1.9-10.97 4.94-4.8 8.39 4.72 2.41 0.9 5.49-2.77 3.52-5.11-2.71-12.38 2.31-15.95-0.67 3.12-3.32 7.13-6.32 4.67-11.7-0.1-5.17-2.82-8.01-2.86-13.32-5.66-3.77-1.01-12.318-3.16-16.361-0.76-4.213 0.62-10.906 6.29-11.275 6.4 0.351-0.05 3.232-2.83 3.538-2.22 3.126-1.07 7.85 2.5 3.812 1.16 3.39 0.19 8.356 6.2 6.323 5.7 1.9 4.59-2.933 5.45-6.313 1.7 1.281 5.06 2.945 3.62-1.104 1.4-5.093-9.91-2.958-5.9-6.483 3.18-0.414 8.68 5.412 7.14-0.844 1.91-5.888-5.24 2.049-3.91-3.307 0.93-3.027-1.58-7.48-0.99-1.929-0.18 9.225-15.77 4.403-11.14-3.382-3.63 0.907 0.5 11.323-5.28 5.897-4.15-6.165 7.91-6.126 4.39-12.416-0.38-8.972-0.76-17.945-1.15-26.917 4.59-1.62 12.6-2.728 15.05-4.665-6.28-4.254-3.31-16.719 4.84-15.975 9.26 1.024 6.71 13.152 4.22 16.803 4.57 1.851 12.53 1.466 14.7 5.284-2.14 5.52 2.9 2.257 5.04 3.836-2.62 4.317 0 10.211 5.44 7.753 3.1-3.168-2.57-11.291 4.96-7.848 5.74-0.109 8.3 2.632 7.61 8.288 0.71 5.268 0.67 10.733 1.86 15.874 2.49 4.177 1.61 9.167-1.71 12.093 6.25 0.252 9.61 4.586 9.6 10.68-0.27 1.326 2.26 4.024-0.66 3.283zm-52.84-44.583c-2.94-3.17-3.36-12.428-8.26-10.76-5.47-0.266-8.96 3.397-7 8.736 0.3 7.355 0.6 14.71 0.9 22.065 4.54-4.521 0.82-13.392 2.04-19.628-1.32-2.96 1.5-9.122 2.54-3.675 0.53 7.442-1.48 16.415 1.04 22.883 3.93 3.678 11.18 2.004 8.74-4.442v-15.179zm50.16 36.223c-4.18-4.856-13.83-4.64-18.23-0.257-1.43 2.37-1.69 9.314 1.9 5.052-1.84-4.028 4.27-2.806 1.9 0.651 0.09 5.623-2.32 13.359-0.68 17.659 3.83-0.53 11.35 2.6 12.74-0.36-0.57-6.83-1.14-13.662-1.7-20.494 3.49-1.941 2.34 7.392 5.36 2.75-0.25-1.698-1-3.298-1.29-5.001zm-36.98-46.403c-6.9-4.138-9.3 7.484-10.82 12.1 0.75 6.08-1.51 14.342 1.15 19.032 3.83 0.961 9.7 5.016 8.45-1.712 0.7-7.806 1.39-15.613 2.08-23.419 5.92 0.02 5.62-5.997-0.86-6.001zm-10.82 33.543v43.835c8.41-0.34 5.06-10.09 6.39-15.714 0.62-8.409 1.24-16.818 1.86-25.228-2.75-0.964-5.5-1.928-8.25-2.893zm24.76-12.217c-3-4.194-4.8-10.902-5.45-14.571-7.54-0.148-5.43 8.129-6.34 13.081-0.57 6.319-1.14 12.639-1.72 18.958 5.97 1.41 2.73-7.09 3.91-10.474 0.27-4.868 0.54-9.735 0.81-14.603 4.95 0.286 0.99 7.945 1.85 11.384-0.26 4.742-0.52 9.486-0.78 14.229 4.85 0.985 8.54-2.605 5.4-6.966-0.29-3.817 1-7.519 2.32-11.038zm13.61-13.288c-3.33-0.63-7.18-2.523-6.16 2.469-1.52 7.778-8.38 14.123-7.32 22.445-0.23 4.808 12.23 9.786 7.46 3.213-0.38-4.226 1.26-7.206 2.32-10.033 0.53-3.743-2.57-11.163 0.97-12.327 3.1 3.551-1.16 12.714 3.18 13.975 3.1-3.959-0.76-11.394-0.16-16.634-0.1-1.036-0.2-2.072-0.29-3.108zm-5.25 33.65c-5.01-2.273-10.21-0.981-15.12-0.233-2.07 5.278 0.61 11.973 0.41 17.808-1.27 3.885 7.55 5.835 8.21 3.935 1.02-6.763-2-10.412 0.68-17.079 0.29-3.36 3.05-3.958 5.82-4.431zm-40.3 32.79c-0.64-5.13 3.41-16.981-4.47-15.965-3.8-0.2-8.08-0.902-7.18 4.295-0.76 5.13-1.74 15.1 6.42 12.53 0.99-0.58 5.89 1.13 5.23-0.86zm39.55-76.729c-0.82 7.829-11.63 6.661-13.3 0.002-1.94-5.605 4.82-12.889 10.38-9.091 2.5 1.071 6.53 8.202 2.92 9.089zm-29.69-12.432c-6.93-5.162-12.89 8.639-3.56 8.518 3.5-0.491 6.34-5.745 3.56-8.518zm39.87 49.298c-0.63-8.657-13.58-0.718-5.83 3.723 2.54 1.603 6.03-0.835 5.83-3.723zm-43.84-38.044c-7.52 0.34-1.27 6.553 0.11 10.287 1.22-4.57 8.67-9.623-0.11-10.287zm-8.25 38.901c-1.79-7.11-12.38 2.15-4.11 3.954 2.2 0.311 4.22-1.8 4.11-3.954zm39.01-41.796c-3.41 1.376-10.45 6.334-2.82 7.374 3.16-0.602 3.83-4.835 2.82-7.374zm-4.28 73.092c-5.59-2.03-0.76 7.79-1.55 10.8-0.23 2.49 1.49 9.81 1.56 3.63-0.08-4.79 0.03-9.62-0.01-14.43zm-37.08 10.93c0.86 3.73-1.84 11.02 1.54 12.28 1.03-3.5 1.97-9.78 0.79-12.28h-2.33zm-2.26 0c-6.07-0.48-0.88 8.65-1.82 12.22 4.08-0.51 0.7-8.98 1.82-12.22zm51.66 0.21c-5.78-1.41-2.61 8.61-1.38 10.28 3.23-0.85 0.6-7.72 1.38-10.28zm2.36 0c0.23 2.59-1.29 13.69 2.63 8.74-0.7-3.24 3.32-10.53-2.63-8.74zm-10.29-8.79c-4.06-3.52-0.97 6.32-1.93 8.8-0.35 3.24 0.32 9.1 0.91 2.75 0.26-3.85 1.14-7.67 1.02-11.55zm-32.04-1.17c-2.94 1.73-4.35 10.35 0.09 8.55l-0.09-8.55zm-19.4-14.15c0.28 4.214-1.68 9.03 0.33 12.84-0.55-3.4 3.22-11.64-0.33-12.84zm59.48 19.93c-0.72-5.89-9.15 1.96-2.31 1.92 1.7-0.14 2.76 0.41 2.31-1.92zm-41.8-19.93c-3.4 2.635 0.61 9.31-0.53 13.5 2.43-3.96 0.15-9.115 0.53-13.5zm52.41 0.965c-3.32 0.84-0.31 10.885-0.21 11.425 1.49-3.668 0.07-7.626 0.21-11.425zm-18.97 0c0.12 3.072-1.4 11.445 0.83 11.065-0.73-3.08 2.47-10.575-0.83-11.065zm15.32 17.895c-6.13-2.76-5.59 5.51 0.06 2.63 0.62-0.81-0.41-1.75-0.06-2.63zm-12.64 5.25c-3.02 2.36 1.09 10.32 0.33 3.58-0.1-1.19-0.22-2.38-0.33-3.58zm-17.69-36.22c-3.89-1.78 1.69 7.528 0.19 1.646-0.04-0.24-0.17-1.337-0.19-1.646z" stroke-width="1pt" transform="translate(10 3030.2)"/>
- <path id="advanced-f13-zh_TW.svgpath2795" d="m286.61 92.195c1.73 10.245-3.77 20.235-6.8 29.375 2.77 4.43 9.29 12.64-1.06 9.64-5.65-0.31-16.37 3.82-14.05-4.6-2.84-3.18-14.35 4.46-10.78-2.84 7.7-6.54 2.34-17.84-1.36-25.229-0.62-4.229-1.21-17.585-6.15-13.717-1.7 8.995-0.97 18.266-2.47 27.316-1.29 4.25 10.98 12.59 0.71 11.01-6.98-4.44-21.11-1.22-12.58 8.34-2.14 3.4-10.61 0.37-15.3 1.67-4.68-3.02 4.89-11.49-0.25-17.16-3.71-9.72-6.68-20.331-4.79-30.691 0.07-6.547 11.78-4.847 3.23-1.67-2.73 6.045 9.88 15.008 14.39 6.841-0.61-3.752 6.14-2.574 1.12-6.696-7.69-5.089 5.26-0.149 2.74-6.202-4.75 1.088-3.59-9.162-5.01-1.02-4.16 7.948-12.66-7.672-12.14-1.318-9.65 2.941 4.7-10.84 1.31-16.479 0.2-7.576-6.01-18.798 2.72-23.543 7.61 1.254 10.79-5.296 6.97-11.079-0.15-8.62 14.65-11.134 14.68-1.372-2.4 7.562 1.51 13.53 9.57 13.368 6.76 1.808 6.22 18.387 14.23 12.035-0.63-12.042 13.97-5.359 12.73 2.936-1.95 7.935 3.4 15.402 1.74 23.297-1.9 6.014 12.28 9.73 7.27 17.831-0.23-0.014-0.67-0.043-0.67-0.043zm-52.84-44.583c-0.08-7.15-11.88-16.201-15-6.213-1.18 8.035 0.93 16.178 0.59 24.281 4.01-0.052 1.66-12.919 1.63-17.956 2.7-10.251 4.49 8.131 2.3 12.268-3.02 10.592 14.84 10.949 10.98 0.205-0.62-4.161-0.84-8.389-0.5-12.585zm50.16 36.223c-4.33-8.369-23.71-1.358-16.94 4.729 5.78-3.043-0.9 10.326 1.54 13.896 2.22 10.4 17 5.33 12.85-4.483-2.26-4.403-1.87-13.59 3.45-9.025 0.27-1.771-0.4-3.465-0.9-5.117zm-36.98-46.403c-8.85-1.837-10.79 9.521-10.69 16.008-2.87 5.999 1.15 21.939 9.02 14.339 1.94-7.849 1.3-16.277 2.53-24.346 5.97 1.428 4.08-7.941-0.86-6.001zm-10.82 33.543v43.835c8.55-2.12 5.78-12.67 6.36-19.121-0.99-7.749 6.6-20.034-3.24-23.893-0.51-0.148-2.59-0.695-3.12-0.821zm24.75-12.217c-2.35-3.902-6.18-19.179-10.9-9.338-1.07 7.984-1.56 16.114-2.1 24.152 5.93 1.068 2.39-12.048 3.5-16.872 2.54-9.635 4.53 4.48 2.29 7.949-3.22 5.041 2.82 17.762 5.64 7.002 1.04-4.365-2.08-9.196 1.57-12.893zm13.62-13.288c-9.52-2.066-7.18 11.28-11.89 15.95-6.03 4.717 2.29 20.544 6.48 11.12 1.24-6.261 0.25-14.01 2.9-19.232 1.35 2.737 2.04 14.588 3.93 5.969 0.16-4.662-1.94-9.132-1.42-13.807zm-5.26 33.65c-6.44-3.603-17.88-1.256-15.83 8.097-2.75 6.399 6.5 20.193 9.67 8.963-0.79-6.07-2.56-16.071 6.16-17.06zm-40.29 32.79c2.31-6.55-0.28-21.299-9.82-14.876-6.99 6.576-0.12 21.896 9.82 14.876zm39.54-76.729c-0.72 8.483-14.8 5.465-13.97-2.306-0.32-9.702 15.26-9.829 15.19-0.275-0.13 0.44-0.94 2.161-1.22 2.581zm-29.68-12.432c-8.51-7.329-9.63 15.326-0.45 6.694 1.61-1.76 2.31-4.84 0.45-6.694zm39.86 49.298c-1.74-10.586-13.82 6.942-2.44 3.861 1.46-0.666 2.56-2.216 2.44-3.861zm-43.83-38.044c-8.89 0.854 3.1 14.814 3.79 4.093 1.18-2.261-1.45-5.039-3.79-4.093zm-8.25 38.901c-3.02-8.504-10.1 8.305-1.34 3.041 0.89-0.731 1.36-1.901 1.34-3.041zm39.01-41.796c-8.66-1.525-1.77 13.237 0.41 3.083-0.01-0.521-0.29-2.576-0.41-3.083zm-4.29 73.092c-6.9 1.8 1.38 20.57 0.03 8.49-0.02-2.83-0.07-5.66-0.03-8.49zm-37.08 10.93c-1.71 4.45 1.43 14.82 3 5.14 0.48-2.18-0.16-5.24-3-5.14zm-2.25 0c-7.73-0.05 0.74 16.72 0.06 5.53-0.26-1.82-0.57-3.71-0.06-5.53zm51.66 0.21c-8.43-1.44 1.05 15.24 0.04 3.96-0.16-1.31-0.29-2.65-0.04-3.96zm2.36 0c-3.26 4.67 3.5 12.3 3.26 3.45 0.42-1.96-0.74-5.13-3.26-3.45zm-10.29-8.79c-5.47 1.62-0.51 18.15-0.57 7.6 0.31-2.52 0.57-5.05 0.57-7.6zm-32.05-1.17c-6.25 0.28 0.78 12.71 0.04 3.51-0.02-1.17-0.01-2.34-0.04-3.51zm-19.39-14.15c-1.3 4.676 0.18 15.02 1.52 4.882 0.31-1.737-0.03-3.748-1.52-4.882zm59.48 19.93c-3.1-6.35-5.41 6.75-0.16 1.29 0.05-0.43 0.16-1.29 0.16-1.29zm-41.8-19.93c-4.53 4.083 1.96 15.72 0.29 5.078-0.21-1.683-0.42-3.38-0.29-5.078zm52.4 0.965c-5.34 2.162 2.08 13.995 0.25 4.156-0.15-1.38-0.28-2.767-0.25-4.156zm-18.96 0c-1.32 2.826 0.22 13.625 1.42 5.055 0.36-1.726 0.28-4.036-1.42-5.055zm15.32 17.895c-6.56-4.03-0.91 9.05 0 0zm-12.64 5.25c-3.38 3.26 2.59 7.5 0 0zm-17.69-36.22c-3.62 2.166 3.84 3.874 0 0z" stroke-width="1pt" transform="translate(10 3030.2)"/>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3189.5329495" x="10" font-family="Sans" fill="#000000">
- <tspan y="3189.5329495" x="10">建立文字</tspan>
+ <text id="advanced-f13-zh_TW.svgtext2796" sodipodi:linespacing="110.00000%" transform="translate(10 3022.6)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2366295" x="43.765549" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f13-zh_TW.svgtspan2797" y="4.2366295" x="43.765549" role="line">原本的</tspan></text>
+ <text id="advanced-f13-zh_TW.svgtext2799" sodipodi:linespacing="110.00000%" transform="translate(10 3022.6)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2366295" x="125.61612" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f13-zh_TW.svgtspan2800" y="4.2366295" x="125.61612" role="line">輕微簡化</tspan></text>
+ <text id="advanced-f13-zh_TW.svgtext2802" sodipodi:linespacing="110.00000%" transform="translate(10 3022.6)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2366295" x="213.13528" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f13-zh_TW.svgtspan2803" y="4.2366295" x="213.13528" role="line">高度簡化</tspan></text>
+ <path id="advanced-f13-zh_TW.svgpath2786" d="m97.048 92.194l0.322 9.646-1.286 4.07-1.608 0.64v3.86l-0.964-0.1 0.214 4.82-1.715 0.21-0.857 10.61 6.537 4.18-1.714 2.68-10.717-1.93-10.395 1.93-1.715-2.68 5.251-3.32-5.787-1.18-11.253 2.36v-1.39l7.074-5.36-1.929-18.86c-1.215-0.22-2.394-0.54-3.537-0.97l-1.5-16.075-2.572-0.428-1.179-3.323-0.965 0.215-2.465 33.011-2.036 0.53 9.109 5.9-1.178 3-14.79-3.22-6.001 1.4-0.429 4.71 5.466 4.93c-0.286 0.29-0.464 0.68-0.536 1.18-0.071 0.5-0.286 0.75-0.643 0.75-0.214 0-0.357-0.04-0.429-0.11l-9.216-1.61-9.859 1.72-0.858-1.93 5.466-4.71-1.179-12.22h-1.393c-0.143-1.22-0.25-2.43-0.322-3.65-0.071-1.14-0.143-2.32-0.214-3.53l-1.179-0.86-2.25-4.07 0.643-11.79h-1.286l1.286-7.716c0.285-0.858 0.714-1.501 1.286-1.93 0.643-0.428 1.321-0.749 2.036-0.964 0.786-0.214 1.572-0.393 2.357-0.536 0.858-0.143 1.644-0.357 2.358-0.643l0.536 2.358-5.787 1.393c-0.429 0.357-0.643 0.786-0.643 1.286l-0.857 4.394h2.572v-1.607h2.143v6.322h10.288v-6.322h2.143v1.607h2.572l-0.964-4.715c-0.071-0.358-0.214-0.608-0.429-0.751-0.143-0.142-0.286-0.285-0.428-0.428l-5.895-1.394 0.643-2.143 6.216 1.715c0.572 0.286 1.108 0.786 1.608 1.5v-6.966c-0.358 0.572-0.858 1.072-1.501 1.5-0.643 0.358-1.321 0.644-2.036 0.858-0.286-1.143-0.429-2.25-0.429-3.322v-1.286c0-0.5 0.072-1.072 0.215-1.715 0-0.714-0.179-1.143-0.536-1.286-0.286-0.143-0.643-0.214-1.072-0.214 0.143 0.357 0.25 0.75 0.322 1.179 0.071 0.357 0.107 0.785 0.107 1.286 0 1.786-0.572 3.322-1.715 4.608-1.143 1.215-2.536 1.822-4.179 1.822-1.572 0-2.93-0.607-4.073-1.822-1.143-1.286-1.714-2.822-1.714-4.608 0-1.001 0.178-1.822 0.535-2.465-0.428 0-0.821 0.071-1.178 0.214-0.358 0.143-0.536 0.5-0.536 1.072v0.214c0.214 1.215 0.321 2.179 0.321 2.894 0 1-0.214 2.143-0.643 3.429-0.786-0.214-1.607-0.607-2.465-1.178-0.785-0.572-1.25-1.287-1.393-2.144-0.143-0.572-0.214-1-0.214-1.286 0-1.358 0.571-2.501 1.715-3.43 0.857-0.5 1.75-0.75 2.679-0.75l1.071 0.107-1.393-32.578 15.647-4.287c-1.215-0.714-2.179-1.75-2.894-3.108-0.714-1.357-1.071-2.858-1.071-4.501 0-2.501 0.714-4.573 2.143-6.216 1.5-1.715 3.286-2.572 5.358-2.572s3.858 0.857 5.359 2.572c1.5 1.643 2.25 3.715 2.25 6.216 0 1.643-0.393 3.144-1.179 4.501-0.714 1.358-1.679 2.394-2.893 3.108l16.075 4.287-0.214 5.465 4.822-1.179 0.643 2.358c-0.5 0.214-0.821 0.572-0.964 1.072-0.143 0.428-0.215 0.928-0.215 1.5 0 0.786 0.072 1.571 0.215 2.358 0.214 0.785 0.393 1.321 0.536 1.607h6.108c0.572-1.643 0.857-3.001 0.857-4.072 0-0.929-0.214-1.608-0.643-2.036-0.214-0.215-0.393-0.358-0.535-0.429l0.535-2.358 11.253 2.358 2.143 21.862h0.751l-0.215 2.679c1 1.358 1.501 2.787 1.501 4.287 0 0.715-0.108 1.322-0.322 1.822-0.357 0.929-0.893 1.75-1.607 2.465-0.715 0.642-1.501 1.143-2.358 1.5l7.073 1.929c0.357 0.215 0.75 0.464 1.179 0.751 0.428 0.285 0.679 0.749 0.75 1.392l2.25 10.074h-1.393zm-52.833-44.582l-5.895-11.574c-1.571 0.5-3.179 0.965-4.822 1.394-1.572 0.428-3.179 0.857-4.823 1.285l1.179 28.936c0.357-0.143 0.679-0.322 0.965-0.536 0.357-0.286 0.714-0.5 1.071-0.643v-24.22h2.465v24.22c0.929 0.143 1.715 0.464 2.358 0.964 0.714 0.5 1.25 1.144 1.607 1.929 0.286-0.071 0.786-0.107 1.501-0.107 0.714 0 1.214 0.036 1.5 0.107l2.894-1.178v-20.577zm50.154 36.223c-0.071-0.429-0.25-0.821-0.536-1.179-0.214-0.428-0.643-0.714-1.286-0.857l-7.287-1.822-7.395 1.822c-0.643 0.143-1.071 0.393-1.286 0.75-0.143 0.286-0.321 0.715-0.536 1.286l-1.286 6.001h2.894l0.321-3.965 2.251 0.215-1.822 20.794 13.718 1.07-1.822-21.864 2.25-0.215 0.536 3.965h2.786l-1.5-6.001zm-36.973-46.403c-1.643-0.429-3.286-0.894-4.929-1.394l-5.895 11.574v20.577l9.217 3 2.465-27.756 3.75-0.75 0.322-3.966-4.93-1.285zm-10.824 33.543v43.835l5.359-1.83 2.893-39.112-8.252-2.893zm24.756-12.217c-1-2.001-2.072-4.037-3.215-6.109-1.072-2.071-1.607-4.393-1.607-6.965 0-0.715 0.035-1.251 0.107-1.608-0.143 0.071-0.536 0.178-1.179 0.322-0.572 0.142-1.215 0.321-1.929 0.535-0.643 0.143-1.25 0.286-1.822 0.429-0.572 0.071-0.929 0.107-1.072 0.107l-2.786 30.757 3.322 0.215 1.393-25.292 2.465 0.214-1.393 25.399c1.215 0 2.465-0.107 3.751-0.321 1.286-0.215 2.465-0.679 3.536-1.394-1.286-1.715-1.929-3.786-1.929-6.215 0-1.715 0.25-3.465 0.751-5.252 0.5-1.786 1.035-3.393 1.607-4.822zm13.61-13.289l-6.001-1.179c0.071 0.286 0.107 0.572 0.107 0.858v0.643c0 1.214-0.178 2.393-0.536 3.536-0.285 1.072-0.678 2.143-1.179 3.215-0.5 1-1.036 2.036-1.607 3.108-0.5 1-1 2.036-1.5 3.108-0.715 1.572-1.358 3.215-1.929 4.93-0.572 1.643-0.858 3.322-0.858 5.037 0 1 0.179 2.143 0.536 3.429 0.786 1.714 2.001 2.893 3.644 3.536 1.643 0.572 3.358 0.929 5.144 1.072-0.357-0.428-0.715-0.929-1.072-1.5-0.357-0.572-0.607-1.143-0.75-1.715-0.071-0.286-0.143-0.536-0.214-0.75v-0.75c0-0.643 0.071-1.251 0.214-1.822 0.214-0.572 0.464-1.107 0.75-1.607l-0.107-2.787 1.715-0.215-0.751-14.253h2.465l0.751 13.932 1.071-0.214h1.929l-1.822-19.612zm-5.251 33.651c-1.214-0.143-2.429-0.358-3.644-0.643-1.143-0.357-2.179-0.893-3.107-1.607-1.429 1-2.965 1.643-4.609 1.928-1.571 0.286-3.179 0.429-4.822 0.429l1.714 20.255 7.395 2.358h0.536v-0.43l0.429-9.216c-0.215-0.143-0.465-0.214-0.751-0.214h-0.75l2.144-9.86c0.142-0.643 0.393-1.107 0.75-1.392 0.428-0.287 0.821-0.536 1.179-0.751l3.536-0.857zm-40.295 32.79l0.214-3.85c0.072-1.29 0.108-2.54 0.108-3.76 0-1.42-0.072-2.85-0.215-4.28-0.071-1.432-0.286-2.789-0.643-4.075h-10.502c-0.357 1.358-0.607 2.751-0.75 4.175-0.072 1.36-0.108 2.76-0.108 4.18 0 1.43 0.036 2.86 0.108 4.29 0.071 1.43 0.178 2.82 0.321 4.18h11.467v-0.86zm39.545-76.729c-0.214 1.215-0.786 2.393-1.715 3.536-0.857 1.143-1.893 1.858-3.108 2.144-0.285 0.071-0.714 0.107-1.286 0.107-1.929 0-3.572-0.857-4.929-2.572-0.358-0.572-0.643-1.107-0.858-1.607-0.214-0.5-0.357-1.036-0.428-1.608h-1.394v-0.75c0-1.786 0.358-3.43 1.072-4.93 0.715-1.5 1.858-2.751 3.43-3.751 0.571-0.286 1.214-0.428 1.929-0.428 0.714-0.072 1.428-0.108 2.143-0.108 1.643 0.357 2.893 1 3.751 1.929 0.929 0.929 1.572 1.929 1.929 3.001 0.428 1 0.679 2 0.75 3.001 0.071 0.929 0.107 1.607 0.107 2.036h-1.393zm-29.685-12.432c-0.572-0.357-1.144-0.642-1.715-0.857-0.215-0.071-0.5-0.107-0.858-0.107-0.714 0-1.464 0.179-2.25 0.536-0.714 0.357-1.393 0.715-2.036 1.071-0.786 0.429-1.501 0.929-2.144 1.501v0.321c0.143 1.215 0.501 2.394 1.072 3.537 0.643 1.072 1.572 1.857 2.786 2.357 0.286 0.072 0.679 0.108 1.179 0.108 1.215 0 2.251-0.429 3.108-1.286 1.286-1.358 1.929-3.001 1.929-4.93 0-0.357-0.071-0.893-0.214-1.608l-0.857-0.643zm39.866 49.298c0-1.572-0.5-2.644-1.5-3.215l-2.572-0.965-3.001 1.286c-0.357 0.429-0.643 0.893-0.858 1.393-0.214 0.429-0.321 0.929-0.321 1.501 0 1.214 0.429 2.215 1.286 3 0.857 0.715 1.822 1.072 2.894 1.072 1.143 0 2.107-0.357 2.893-1.072 0.786-0.785 1.179-1.786 1.179-3zm-43.832-38.045l-4.394 1.5 4.501 8.788 4.609-8.788-4.716-1.5zm-8.252 38.902c0-0.286-0.035-0.608-0.107-0.964-0.071-0.358-0.178-0.608-0.321-0.751l-1.072-0.428c-0.357-0.143-0.714-0.25-1.072-0.322-0.357-0.071-0.714-0.107-1.071-0.107-0.358 0-0.715 0.036-1.072 0.107-0.357 0.072-0.714 0.179-1.072 0.322-0.357 0.143-0.75 0.285-1.179 0.428-0.142 0.715-0.214 1.287-0.214 1.715 0 1.072 0.322 2 0.965 2.786 0.714 0.786 1.571 1.18 2.572 1.18 1 0 1.857-0.394 2.572-1.18 0.714-0.786 1.071-1.714 1.071-2.786zm39.009-41.796c-1.143 0.858-2.322 1.644-3.536 2.358-1.143 0.644-2.322 1.144-3.537 1.5 0.215 0.715 0.5 1.323 0.858 1.823 0.357 0.428 0.75 0.821 1.179 1.179 0.5 0.356 1.107 0.535 1.821 0.535h0.215c1.286-0.143 2.215-0.857 2.786-2.143 0.429-0.714 0.643-1.608 0.643-2.679 0-0.429-0.036-0.858-0.107-1.286-0.072-0.5-0.179-0.929-0.322-1.287zm-4.286 73.092l-2.787-0.86 1.929 18.11 0.858 0.22v-17.47zm-37.08 10.93v12.22h2.036v-0.22l1.072-12h-3.108zm-2.251 0h-3.001l1.179 12.22h1.822v-12.22zm51.655 0.21h-3.322l0.964 10.08h2.465l-0.107-10.08zm2.358 0v10.08h2.465l0.857-10.08h-3.322zm-10.288-8.79l-1.715-0.64-0.214-1.39v17.15l0.535-0.22 1.394-12.54v-2.36zm-32.044-1.17l-1.071 1.71-1.179 0.64-0.429 6.22c0.215 0.07 0.465 0.14 0.75 0.21 0.215 0.07 0.501 0.15 0.858 0.22 0.357 0.14 0.75 0.28 1.179 0.43l-0.108-9.43zm-19.397-14.15l-0.643 11.15 1.179 2.35v-1.39c0-1.86 0.143-3.608 0.429-5.252 0.357-1.643 0.535-3.393 0.535-5.251l-0.107-1.607h-1.393zm59.478 19.93c0-0.57-0.036-1.14-0.107-1.71l-4.501-0.22-0.214 3.75h4.822v-1.82zm-41.795-19.93h-1.286c-0.072 0.357-0.107 0.678-0.107 0.964v0.75l0.964 10.186-0.107 1.6 1.179-2.14-0.643-11.36zm52.405 0.964h-1.608l0.965 12.006 0.107 0.1 0.107-0.1 0.965-2.79-0.536-9.216zm-18.969 0l-0.429 9.216 0.751 2.79c0.142 0 0.214 0.03 0.214 0.1h0.107l0.107-0.1 0.75-12.006h-1.5zm15.325 17.896c-0.786 0-1.572-0.03-2.358-0.11-0.786-0.07-1.571-0.17-2.357-0.32v3.32h4.929l-0.214-2.89zm-12.646 5.25h-0.536l-0.643 5.68 1.822 1.18-0.643-6.86zm-17.682-36.22l-1.715-0.322 1.5 3.965 0.643 0.215-0.428-3.858z" stroke-width="1pt" transform="translate(10 3022.6)"/>
+ <path id="advanced-f13-zh_TW.svgpath2789" d="m191.83 92.195c1.45 7.046-0.77 13.095-3.47 18.975 0.78 4.16-3.31 6.61-2.16 11.44-3.3 5.28 11.69 7.04 3.16 10.09-4.71-1.02-9.65-2.56-14.42-0.87-2.65 1.72-9.17 0.48-5.32-2.96 7.41-2.69-3.74-3.97-6.35-2.41-2.33 1.05-10.39 2.35-5.07-1.43 8.03-3.01 3.47-11.48 3.57-17.94 0.09-3.33-0.37-4.94-3.53-5.65-1.56-4.654-1.1-9.847-1.86-14.727-0.12-2.069-4.29-1.783-3.88-5.129-2.52 4.029-1.07 10.228-2.08 15.103-0.45 6.043-0.9 12.083-1.35 18.123-4.77 2.22 10.08 4.43 6.21 8.62-4.3 1.29-9.29-1.9-13.92-2.1-5.68-1.9-10.97 4.94-4.8 8.39 4.72 2.41 0.9 5.49-2.77 3.52-5.11-2.71-12.38 2.31-15.95-0.67 3.12-3.32 7.13-6.32 4.67-11.7-0.1-5.17-2.82-8.01-2.86-13.32-5.66-3.77-1.01-12.318-3.16-16.361-0.76-4.213 0.62-10.906 6.29-11.275 6.4 0.351-0.05 3.232-2.83 3.538-2.22 3.126-1.07 7.85 2.5 3.812 1.16 3.39 0.19 8.356 6.2 6.323 5.7 1.9 4.59-2.933 5.45-6.313 1.7 1.281 5.06 2.945 3.62-1.104 1.4-5.093-9.91-2.958-5.9-6.483 3.18-0.414 8.68 5.412 7.14-0.844 1.91-5.888-5.24 2.049-3.91-3.307 0.93-3.027-1.58-7.48-0.99-1.929-0.18 9.225-15.77 4.403-11.14-3.382-3.63 0.907 0.5 11.323-5.28 5.897-4.15-6.165 7.91-6.126 4.39-12.416-0.38-8.972-0.76-17.945-1.15-26.917 4.59-1.62 12.6-2.728 15.05-4.665-6.28-4.254-3.31-16.719 4.84-15.975 9.26 1.024 6.71 13.152 4.22 16.803 4.57 1.851 12.53 1.466 14.7 5.284-2.14 5.52 2.9 2.257 5.04 3.836-2.62 4.317 0 10.211 5.44 7.753 3.1-3.168-2.57-11.291 4.96-7.848 5.74-0.109 8.3 2.632 7.61 8.288 0.71 5.268 0.67 10.733 1.86 15.874 2.49 4.177 1.61 9.167-1.71 12.093 6.25 0.252 9.61 4.586 9.6 10.68-0.27 1.326 2.26 4.024-0.66 3.283zm-52.84-44.583c-2.94-3.17-3.36-12.428-8.26-10.76-5.47-0.266-8.96 3.397-7 8.736 0.3 7.355 0.6 14.71 0.9 22.065 4.54-4.521 0.82-13.392 2.04-19.628-1.32-2.96 1.5-9.122 2.54-3.675 0.53 7.442-1.48 16.415 1.04 22.883 3.93 3.678 11.18 2.004 8.74-4.442v-15.179zm50.16 36.223c-4.18-4.856-13.83-4.64-18.23-0.257-1.43 2.37-1.69 9.314 1.9 5.052-1.84-4.028 4.27-2.806 1.9 0.651 0.09 5.623-2.32 13.359-0.68 17.659 3.83-0.53 11.35 2.6 12.74-0.36-0.57-6.83-1.14-13.662-1.7-20.494 3.49-1.941 2.34 7.392 5.36 2.75-0.25-1.698-1-3.298-1.29-5.001zm-36.98-46.403c-6.9-4.138-9.3 7.484-10.82 12.1 0.75 6.08-1.51 14.342 1.15 19.032 3.83 0.961 9.7 5.016 8.45-1.712 0.7-7.806 1.39-15.613 2.08-23.419 5.92 0.02 5.62-5.997-0.86-6.001zm-10.82 33.543v43.835c8.41-0.34 5.06-10.09 6.39-15.714 0.62-8.409 1.24-16.818 1.86-25.228-2.75-0.964-5.5-1.928-8.25-2.893zm24.76-12.217c-3-4.194-4.8-10.902-5.45-14.571-7.54-0.148-5.43 8.129-6.34 13.081-0.57 6.319-1.14 12.639-1.72 18.958 5.97 1.41 2.73-7.09 3.91-10.474 0.27-4.868 0.54-9.735 0.81-14.603 4.95 0.286 0.99 7.945 1.85 11.384-0.26 4.742-0.52 9.486-0.78 14.229 4.85 0.985 8.54-2.605 5.4-6.966-0.29-3.817 1-7.519 2.32-11.038zm13.61-13.288c-3.33-0.63-7.18-2.523-6.16 2.469-1.52 7.778-8.38 14.123-7.32 22.445-0.23 4.808 12.23 9.786 7.46 3.213-0.38-4.226 1.26-7.206 2.32-10.033 0.53-3.743-2.57-11.163 0.97-12.327 3.1 3.551-1.16 12.714 3.18 13.975 3.1-3.959-0.76-11.394-0.16-16.634-0.1-1.036-0.2-2.072-0.29-3.108zm-5.25 33.65c-5.01-2.273-10.21-0.981-15.12-0.233-2.07 5.278 0.61 11.973 0.41 17.808-1.27 3.885 7.55 5.835 8.21 3.935 1.02-6.763-2-10.412 0.68-17.079 0.29-3.36 3.05-3.958 5.82-4.431zm-40.3 32.79c-0.64-5.13 3.41-16.981-4.47-15.965-3.8-0.2-8.08-0.902-7.18 4.295-0.76 5.13-1.74 15.1 6.42 12.53 0.99-0.58 5.89 1.13 5.23-0.86zm39.55-76.729c-0.82 7.829-11.63 6.661-13.3 0.002-1.94-5.605 4.82-12.889 10.38-9.091 2.5 1.071 6.53 8.202 2.92 9.089zm-29.69-12.432c-6.93-5.162-12.89 8.639-3.56 8.518 3.5-0.491 6.34-5.745 3.56-8.518zm39.87 49.298c-0.63-8.657-13.58-0.718-5.83 3.723 2.54 1.603 6.03-0.835 5.83-3.723zm-43.84-38.044c-7.52 0.34-1.27 6.553 0.11 10.287 1.22-4.57 8.67-9.623-0.11-10.287zm-8.25 38.901c-1.79-7.11-12.38 2.15-4.11 3.954 2.2 0.311 4.22-1.8 4.11-3.954zm39.01-41.796c-3.41 1.376-10.45 6.334-2.82 7.374 3.16-0.602 3.83-4.835 2.82-7.374zm-4.28 73.092c-5.59-2.03-0.76 7.79-1.55 10.8-0.23 2.49 1.49 9.81 1.56 3.63-0.08-4.79 0.03-9.62-0.01-14.43zm-37.08 10.93c0.86 3.73-1.84 11.02 1.54 12.28 1.03-3.5 1.97-9.78 0.79-12.28h-2.33zm-2.26 0c-6.07-0.48-0.88 8.65-1.82 12.22 4.08-0.51 0.7-8.98 1.82-12.22zm51.66 0.21c-5.78-1.41-2.61 8.61-1.38 10.28 3.23-0.85 0.6-7.72 1.38-10.28zm2.36 0c0.23 2.59-1.29 13.69 2.63 8.74-0.7-3.24 3.32-10.53-2.63-8.74zm-10.29-8.79c-4.06-3.52-0.97 6.32-1.93 8.8-0.35 3.24 0.32 9.1 0.91 2.75 0.26-3.85 1.14-7.67 1.02-11.55zm-32.04-1.17c-2.94 1.73-4.35 10.35 0.09 8.55l-0.09-8.55zm-19.4-14.15c0.28 4.214-1.68 9.03 0.33 12.84-0.55-3.4 3.22-11.64-0.33-12.84zm59.48 19.93c-0.72-5.89-9.15 1.96-2.31 1.92 1.7-0.14 2.76 0.41 2.31-1.92zm-41.8-19.93c-3.4 2.635 0.61 9.31-0.53 13.5 2.43-3.96 0.15-9.115 0.53-13.5zm52.41 0.965c-3.32 0.84-0.31 10.885-0.21 11.425 1.49-3.668 0.07-7.626 0.21-11.425zm-18.97 0c0.12 3.072-1.4 11.445 0.83 11.065-0.73-3.08 2.47-10.575-0.83-11.065zm15.32 17.895c-6.13-2.76-5.59 5.51 0.06 2.63 0.62-0.81-0.41-1.75-0.06-2.63zm-12.64 5.25c-3.02 2.36 1.09 10.32 0.33 3.58-0.1-1.19-0.22-2.38-0.33-3.58zm-17.69-36.22c-3.89-1.78 1.69 7.528 0.19 1.646-0.04-0.24-0.17-1.337-0.19-1.646z" stroke-width="1pt" transform="translate(10 3022.6)"/>
+ <path id="advanced-f13-zh_TW.svgpath2795" d="m286.61 92.195c1.73 10.245-3.77 20.235-6.8 29.375 2.77 4.43 9.29 12.64-1.06 9.64-5.65-0.31-16.37 3.82-14.05-4.6-2.84-3.18-14.35 4.46-10.78-2.84 7.7-6.54 2.34-17.84-1.36-25.229-0.62-4.229-1.21-17.585-6.15-13.717-1.7 8.995-0.97 18.266-2.47 27.316-1.29 4.25 10.98 12.59 0.71 11.01-6.98-4.44-21.11-1.22-12.58 8.34-2.14 3.4-10.61 0.37-15.3 1.67-4.68-3.02 4.89-11.49-0.25-17.16-3.71-9.72-6.68-20.331-4.79-30.691 0.07-6.547 11.78-4.847 3.23-1.67-2.73 6.045 9.88 15.008 14.39 6.841-0.61-3.752 6.14-2.574 1.12-6.696-7.69-5.089 5.26-0.149 2.74-6.202-4.75 1.088-3.59-9.162-5.01-1.02-4.16 7.948-12.66-7.672-12.14-1.318-9.65 2.941 4.7-10.84 1.31-16.479 0.2-7.576-6.01-18.798 2.72-23.543 7.61 1.254 10.79-5.296 6.97-11.079-0.15-8.62 14.65-11.134 14.68-1.372-2.4 7.562 1.51 13.53 9.57 13.368 6.76 1.808 6.22 18.387 14.23 12.035-0.63-12.042 13.97-5.359 12.73 2.936-1.95 7.935 3.4 15.402 1.74 23.297-1.9 6.014 12.28 9.73 7.27 17.831-0.23-0.014-0.67-0.043-0.67-0.043zm-52.84-44.583c-0.08-7.15-11.88-16.201-15-6.213-1.18 8.035 0.93 16.178 0.59 24.281 4.01-0.052 1.66-12.919 1.63-17.956 2.7-10.251 4.49 8.131 2.3 12.268-3.02 10.592 14.84 10.949 10.98 0.205-0.62-4.161-0.84-8.389-0.5-12.585zm50.16 36.223c-4.33-8.369-23.71-1.358-16.94 4.729 5.78-3.043-0.9 10.326 1.54 13.896 2.22 10.4 17 5.33 12.85-4.483-2.26-4.403-1.87-13.59 3.45-9.025 0.27-1.771-0.4-3.465-0.9-5.117zm-36.98-46.403c-8.85-1.837-10.79 9.521-10.69 16.008-2.87 5.999 1.15 21.939 9.02 14.339 1.94-7.849 1.3-16.277 2.53-24.346 5.97 1.428 4.08-7.941-0.86-6.001zm-10.82 33.543v43.835c8.55-2.12 5.78-12.67 6.36-19.121-0.99-7.749 6.6-20.034-3.24-23.893-0.51-0.148-2.59-0.695-3.12-0.821zm24.75-12.217c-2.35-3.902-6.18-19.179-10.9-9.338-1.07 7.984-1.56 16.114-2.1 24.152 5.93 1.068 2.39-12.048 3.5-16.872 2.54-9.635 4.53 4.48 2.29 7.949-3.22 5.041 2.82 17.762 5.64 7.002 1.04-4.365-2.08-9.196 1.57-12.893zm13.62-13.288c-9.52-2.066-7.18 11.28-11.89 15.95-6.03 4.717 2.29 20.544 6.48 11.12 1.24-6.261 0.25-14.01 2.9-19.232 1.35 2.737 2.04 14.588 3.93 5.969 0.16-4.662-1.94-9.132-1.42-13.807zm-5.26 33.65c-6.44-3.603-17.88-1.256-15.83 8.097-2.75 6.399 6.5 20.193 9.67 8.963-0.79-6.07-2.56-16.071 6.16-17.06zm-40.29 32.79c2.31-6.55-0.28-21.299-9.82-14.876-6.99 6.576-0.12 21.896 9.82 14.876zm39.54-76.729c-0.72 8.483-14.8 5.465-13.97-2.306-0.32-9.702 15.26-9.829 15.19-0.275-0.13 0.44-0.94 2.161-1.22 2.581zm-29.68-12.432c-8.51-7.329-9.63 15.326-0.45 6.694 1.61-1.76 2.31-4.84 0.45-6.694zm39.86 49.298c-1.74-10.586-13.82 6.942-2.44 3.861 1.46-0.666 2.56-2.216 2.44-3.861zm-43.83-38.044c-8.89 0.854 3.1 14.814 3.79 4.093 1.18-2.261-1.45-5.039-3.79-4.093zm-8.25 38.901c-3.02-8.504-10.1 8.305-1.34 3.041 0.89-0.731 1.36-1.901 1.34-3.041zm39.01-41.796c-8.66-1.525-1.77 13.237 0.41 3.083-0.01-0.521-0.29-2.576-0.41-3.083zm-4.29 73.092c-6.9 1.8 1.38 20.57 0.03 8.49-0.02-2.83-0.07-5.66-0.03-8.49zm-37.08 10.93c-1.71 4.45 1.43 14.82 3 5.14 0.48-2.18-0.16-5.24-3-5.14zm-2.25 0c-7.73-0.05 0.74 16.72 0.06 5.53-0.26-1.82-0.57-3.71-0.06-5.53zm51.66 0.21c-8.43-1.44 1.05 15.24 0.04 3.96-0.16-1.31-0.29-2.65-0.04-3.96zm2.36 0c-3.26 4.67 3.5 12.3 3.26 3.45 0.42-1.96-0.74-5.13-3.26-3.45zm-10.29-8.79c-5.47 1.62-0.51 18.15-0.57 7.6 0.31-2.52 0.57-5.05 0.57-7.6zm-32.05-1.17c-6.25 0.28 0.78 12.71 0.04 3.51-0.02-1.17-0.01-2.34-0.04-3.51zm-19.39-14.15c-1.3 4.676 0.18 15.02 1.52 4.882 0.31-1.737-0.03-3.748-1.52-4.882zm59.48 19.93c-3.1-6.35-5.41 6.75-0.16 1.29 0.05-0.43 0.16-1.29 0.16-1.29zm-41.8-19.93c-4.53 4.083 1.96 15.72 0.29 5.078-0.21-1.683-0.42-3.38-0.29-5.078zm52.4 0.965c-5.34 2.162 2.08 13.995 0.25 4.156-0.15-1.38-0.28-2.767-0.25-4.156zm-18.96 0c-1.32 2.826 0.22 13.625 1.42 5.055 0.36-1.726 0.28-4.036-1.42-5.055zm15.32 17.895c-6.56-4.03-0.91 9.05 0 0zm-12.64 5.25c-3.38 3.26 2.59 7.5 0 0zm-17.69-36.22c-3.62 2.166 3.84 3.874 0 0z" stroke-width="1pt" transform="translate(10 3022.6)"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3181.823985" x="10" font-family="Sans" fill="#000000">
+ <tspan y="3181.823985" x="10">建立文字</tspan>
</text>
- <rect id="d0e596" display="none" height="1e3px" width="288" y="3194.7" x="10"/>
+ <rect id="d0e596" display="none" height="1e3px" width="288" y="3187" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e596"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 可以製作長篇幅且複雜的文章。不過也可以極為方便地製作少許文字的物件,諸如標題、旗幟、標誌、圖表標籤和說明...等。這小節將介紹基本的 Inkscape 文字功能。</flowDiv>
</flowRoot>
- <rect id="d0e599" display="none" height="1e3px" width="288" y="3236.3" x="10"/>
+ <rect id="d0e599" display="none" height="1e3px" width="288" y="3228" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e599"/>
</flowRegion>
<flowDiv xml:space="preserve">建立文字物件和切換到文字工具 (<flowSpan font-weight="bold">F8</flowSpan>) 一樣簡單。點擊文件中某個地方並輸入你要的文字。開啟文字和字型對話窗 (<flowSpan font-weight="bold">Shift+Ctrl+T</flowSpan>) 可變更字型、樣式、大小和對齊。此對話窗也有文字輸入欄分頁,你可以在那裡編輯文字物件 - 在某些情形下它會比在畫布上編輯還方便 (尤其這個分頁支援拼字檢查功能)。</flowDiv>
</flowRoot>
- <rect id="d0e608" display="none" height="1e3px" width="288" y="3289" x="10"/>
+ <rect id="d0e608" display="none" height="1e3px" width="288" y="3279.9" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e608"/>
</flowRegion>
<flowDiv xml:space="preserve">像其他工具一樣,文字工具能選取擁有「文字物件」類型的物件,所以你可以點擊來選取以及將游標放置在任何現有的文字物件 (比如本段落)。</flowDiv>
</flowRoot>
- <rect id="d0e611" display="none" height="1e3px" width="288" y="3318.6" x="10"/>
+ <rect id="d0e611" display="none" height="1e3px" width="288" y="3308.4" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e611"/>
</flowRegion>
<flowDiv xml:space="preserve">文字排版常見的操作之一就是調整字距和行距。正如往常,Inkscape 提供了這個功能的鍵盤快捷鍵組合。當你正在編輯文字,<flowSpan font-weight="bold">Alt+&lt;</flowSpan> 和 <flowSpan font-weight="bold">Alt+&gt;</flowSpan> 可改變文字物件中目前這行的字距,所以會以目前畫面的 1 像素為單位改變總長度 (選取工具中以同樣按鍵做像素大小的縮放)。一般來說,如果文字物件裡的字型大小大於預設的,它會適當地壓縮字母使其比預設的緊密一點。下面有一個範例:</flowDiv>
</flowRoot>
- <text id="advanced-f14-zh_TW.svgtext1609" sodipodi:linespacing="110.00000%" transform="translate(10 3389.9)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2361641" x="139.43481" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f14-zh_TW.svgtspan1610" y="4.2361641" x="139.43481" role="line">原本的</tspan></text>
- <text id="advanced-f14-zh_TW.svgtext1612" sodipodi:linespacing="110.00000%" transform="translate(10 3389.9)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="53.843742" x="116.16958" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f14-zh_TW.svgtspan1613" y="53.843742" x="116.16958" role="line">減少字母間距</tspan></text>
- <text id="advanced-f14-zh_TW.svgtext2315" xml:space="preserve" transform="translate(10 3389.9)" font-size="33.6" y="33.29771" x="60.780251" font-family="Serif" fill="#000000"><tspan id="advanced-f14-zh_TW.svgtspan1604">Inspiration</tspan></text>
- <text id="advanced-f14-zh_TW.svgtext1606" xml:space="preserve" transform="translate(10 3389.9)" font-size="33.6" y="82.904648" x="67.866859" font-family="Serif" fill="#000000"><tspan id="advanced-f14-zh_TW.svgtspan1607" style="letter-spacing:-1.2479">Inspiration</tspan></text>
- <rect id="d0e630" display="none" height="1e3px" width="288" y="3492.2" x="10"/>
+ <text id="advanced-f14-zh_TW.svgtext1609" sodipodi:linespacing="110.00000%" transform="translate(10 3379.4)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2361641" x="139.43481" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f14-zh_TW.svgtspan1610" y="4.2361641" x="139.43481" role="line">原本的</tspan></text>
+ <text id="advanced-f14-zh_TW.svgtext1612" sodipodi:linespacing="110.00000%" transform="translate(10 3379.4)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="53.843742" x="116.16958" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f14-zh_TW.svgtspan1613" y="53.843742" x="116.16958" role="line">減少字母間距</tspan></text>
+ <text id="advanced-f14-zh_TW.svgtext2315" xml:space="preserve" transform="translate(10 3379.4)" font-size="33.6" y="33.29771" x="60.780251" font-family="Serif" fill="#000000"><tspan id="advanced-f14-zh_TW.svgtspan1604">Inspiration</tspan></text>
+ <text id="advanced-f14-zh_TW.svgtext1606" xml:space="preserve" transform="translate(10 3379.4)" font-size="33.6" y="82.904648" x="67.866859" font-family="Serif" fill="#000000"><tspan id="advanced-f14-zh_TW.svgtspan1607" style="letter-spacing:-1.2479">Inspiration</tspan></text>
+ <rect id="d0e630" display="none" height="1e3px" width="288" y="3481.7" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e630"/>
</flowRegion>
<flowDiv xml:space="preserve">作為標題時緊縮變化會看起來較好一點,但仍然不完美:字母間的距離會不一致,例如「a」和「t」離太遠而「t」和「i」又靠太近。這麼糟糕的字母縮排(在字型大時特別明顯)使用品質差的字型會比用品質好的字型還嚴重;儘管如此,在任何文字段落中使用任何字型,你可能會發現字距調整對於字母組合還是有好處的。</flowDiv>
</flowRoot>
- <rect id="d0e633" display="none" height="1e3px" width="288" y="3544" x="10"/>
+ <rect id="d0e633" display="none" height="1e3px" width="288" y="3532.7" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e633"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 要作這些調整非常地容易。只要將你的文字編輯游標移到需要調整的字元之間並使用 <flowSpan font-weight="bold">Alt+方向鍵</flowSpan> 來移動在游標右邊的字母。下面有一個相同的標題,這次手動調整看起來不一致的字母位置:</flowDiv>
</flowRoot>
- <text id="advanced-f15-zh_TW.svgtext1649" sodipodi:linespacing="110.00000%" transform="translate(10 3592.2)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2368875" x="66.563278" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f15-zh_TW.svgtspan1651" y="4.2368875" x="66.563278" role="line">減少字母間距,手動縮排一些字母組合</tspan></text>
- <text id="advanced-f15-zh_TW.svgtext2406" xml:space="preserve" transform="translate(10 3592.2)" font-size="33.6" y="34.802681" x="67.866859" font-family="Serif" fill="#000000"><tspan id="advanced-f15-zh_TW.svgtspan1647" style="letter-spacing:-1.2479" dx="0 0 -0.1418031 -0.42540932 -0.42540932 0.42540932 0.42540932 -0.87514824 1.1344248 -0.5672124 -0.5672124">Inspiration</tspan></text>
- <rect id="d0e649" display="none" height="1e3px" width="288" y="3646.5" x="10"/>
+ <text id="advanced-f15-zh_TW.svgtext1649" sodipodi:linespacing="110.00000%" transform="translate(10 3581)" line-height="110.00000%" xml:space="preserve" font-size="5.5762" y="4.2368875" x="66.563278" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="advanced-f15-zh_TW.svgtspan1651" y="4.2368875" x="66.563278" role="line">減少字母間距,手動縮排一些字母組合</tspan></text>
+ <text id="advanced-f15-zh_TW.svgtext2406" xml:space="preserve" transform="translate(10 3581)" font-size="33.6" y="34.802681" x="67.866859" font-family="Serif" fill="#000000"><tspan id="advanced-f15-zh_TW.svgtspan1647" style="letter-spacing:-1.2479" dx="0 0 -0.1418031 -0.42540932 -0.42540932 0.42540932 0.42540932 -0.87514824 1.1344248 -0.5672124 -0.5672124">Inspiration</tspan></text>
+ <rect id="d0e649" display="none" height="1e3px" width="288" y="3635.2" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e649"/>
</flowRegion>
<flowDiv xml:space="preserve">除了用 <flowSpan font-weight="bold">Alt+左方向鍵</flowSpan> 或 <flowSpan font-weight="bold">Alt+右方向鍵</flowSpan> 水平移動字母外,你也可以藉由 <flowSpan font-weight="bold">Alt+上方向鍵</flowSpan> 或 <flowSpan font-weight="bold">Alt+下方向鍵</flowSpan> 垂直移動字母:</flowDiv>
</flowRoot>
- <text id="advanced-f16-zh_TW.svgtext1731" xml:space="preserve" transform="translate(10 3683.9)" font-size="33.6" y="32.078743" x="67.866859" font-family="Serif" fill="#000000"><tspan id="advanced-f16-zh_TW.svgtspan1732" style="letter-spacing:-1.2479" dx="0 -3.4339702 -1.746122 -1.4281086 -2.0297282 -1.981069 -3.9864676 -3.8832457 -1.2720536 -2.1715312 -1.5699117" dy="0 0.0056477566 6.8183579 -6.6178179 0 -6.4172778 6.0161972 -5.8156576 5.8156576 -3.4091773 2.8075578">Inspiration</tspan></text>
- <rect id="d0e674" display="none" height="1e3px" width="288" y="3732.1" x="10"/>
+ <text id="advanced-f16-zh_TW.svgtext1731" xml:space="preserve" transform="translate(10 3672.3)" font-size="33.6" y="32.078743" x="67.866859" font-family="Serif" fill="#000000"><tspan id="advanced-f16-zh_TW.svgtspan1732" style="letter-spacing:-1.2479" dx="0 -3.4339702 -1.746122 -1.4281086 -2.0297282 -1.981069 -3.9864676 -3.8832457 -1.2720536 -2.1715312 -1.5699117" dy="0 0.0056477566 6.8183579 -6.6178179 0 -6.4172778 6.0161972 -5.8156576 5.8156576 -3.4091773 2.8075578">Inspiration</tspan></text>
+ <rect id="d0e674" display="none" height="1e3px" width="288" y="3720.4" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e674"/>
</flowRegion>
<flowDiv xml:space="preserve">當然你可以將文字轉換成路徑 (<flowSpan font-weight="bold">Shift+Ctrl+C</flowSpan>) 並當作一般路徑物件來搬動。可是保持為文字屬性會更加方便 — 仍可編輯,你不需要移除字母縮排和間距就可以嘗試不同的字型,而且儲存成檔案的佔用空間也較小。「文字屬性」的唯一缺點是開啟 SVG 文件的系統上必須有安裝原來的字型。</flowDiv>
</flowRoot>
- <rect id="d0e680" display="none" height="1e3px" width="288" y="3783.9" x="10"/>
+ <rect id="d0e680" display="none" height="1e3px" width="288" y="3771.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e680"/>
</flowRegion>
<flowDiv xml:space="preserve">如同字距,你也可以在多行的文字物件裡調整<flowSpan font-style="italic">行距</flowSpan>。在這個教學裡的某處試用 <flowSpan font-weight="bold">Ctrl+Alt+&lt;</flowSpan> 和 <flowSpan font-weight="bold">Ctrl+Alt+&gt;</flowSpan> 按鍵來縮小或加寬行距,因此文字物件的整體高度會以畫面的 1 像素進行變化。跟在選取工具裡一樣,按著 <flowSpan font-weight="bold">Shift</flowSpan> 再按增減行距或縮排的快捷鍵會產生原來的 10 倍效果。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3849.3576015000003" x="10" font-family="Sans" fill="#000000">
- <tspan y="3849.3576015000003" x="10">XML 編輯器</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3835.8663140000003" x="10" font-family="Sans" fill="#000000">
+ <tspan y="3835.8663140000003" x="10">XML 編輯器</tspan>
</text>
- <rect id="d0e701" display="none" height="1e3px" width="288" y="3854.6" x="10"/>
+ <rect id="d0e701" display="none" height="1e3px" width="288" y="3841.1" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e701"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 的終極強力工具是 XML 編輯器 (<flowSpan font-weight="bold">Shift+Ctrl+X</flowSpan>)。它會顯示文件的整個 XML 樹狀架構,隨時反映目前的狀態。你可以編輯圖畫並觀察 XML 樹狀架構中對應的變化。此外,你可以用 XML 編輯器編輯任何文字、元件或節點並在畫布上看到效果。這個是互動式學習 SVG 的最佳工具,而且它能夠讓你實現用其他普通編輯工具做不到的把戲。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3930.6751095000004" x="10" font-family="Sans" fill="#000000">
- <tspan y="3930.6751095000004" x="10">結論</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3916.946804" x="10" font-family="Sans" fill="#000000">
+ <tspan y="3916.946804" x="10">結論</tspan>
</text>
- <rect id="d0e713" display="none" height="1e3px" width="288" y="3935.9" x="10"/>
+ <rect id="d0e713" display="none" height="1e3px" width="288" y="3922.1" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e713"/>
</flowRegion>
<flowDiv xml:space="preserve">這篇教學僅展示了 Inkscape 所有功能的一小部份。我們希望你會喜歡。不要害怕實驗和分享你的創作。請造訪 <flowSpan font-weight="bold" font-family="Sans">www.inkscape.org</flowSpan> 以獲得更多資訊、最新版本和來自使用者及開發者討論區的幫助。</flowDiv>
</flowRoot>
- <g transform="translate(0 3976.1)">
+ <g transform="translate(0 3962.5)">
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
<linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
<filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
diff --git a/share/tutorials/tutorial-basic.zh_TW.svg b/share/tutorials/tutorial-basic.zh_TW.svg
index f22b72c04..1e6b86df3 100644
--- a/share/tutorials/tutorial-basic.zh_TW.svg
+++ b/share/tutorials/tutorial-basic.zh_TW.svg
@@ -5,11 +5,11 @@
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
<linearGradient id="linearGradient841">
<stop id="stop842" stop-color="#0082ab" offset="0"/>
- <stop id="stop843" stop-color="#FFF" stop-opacity="0" offset="1"/>
+ <stop id="stop843" stop-color="#fff" stop-opacity="0" offset="1"/>
</linearGradient>
- <linearGradient id="linearGradient1657" y2="0.91667" xlink:href="#linearGradient841" y1="0.16666" x2="0.51619" x1="0.51619"/>
- <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom">
- <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/>
+ <linearGradient id="linearGradient1657" y2=".91667" xlink:href="#linearGradient841" y1=".16666" x2=".51619" x1=".51619"/>
+ <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
+ <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/>
<feComposite id="feComposite53" operator="in" result="composite1" in2="SourceGraphic" in="flood"/>
<feGaussianBlur id="feGaussianBlur55" result="blur" stdDeviation="20" in="composite1"/>
<feOffset id="feOffset57" result="offset" dx="0" dy="0"/>
@@ -25,647 +25,645 @@
</rdf:RDF>
</metadata>
<g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer">
- <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y="0.27753" x="0.18215" fill="url(#linearGradient1657)"/>
- <path id="path93" stroke-width="1.0000000pt" fill="#FFF" d="M150.97,4.9606h-9.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2,0.913-0.57,1.722-0.95,2.1-0.5,0.522-1.41,0.769-2.74,0.769h-1.06c-0.48,0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98,0,1.37,0.0783,1.69,0.3521,0.42,0.339,0.58,0.756,0.61,1.526h0.75v-4.2776h-0.75c-0.08,1.278-0.72,1.7866-2.23,1.7866h-0.38v-2.9734c0-0.5607,0.14-0.652,1-0.652h0.83c1.4,0,2.09,0.1173,2.63,0.4825,0.52,0.3391,0.91,1.0694,1.15,2.243h0.68l-0.22-3.3385zm-21.15,5.2294h1.8c1.43,0,2.18-0.091,2.82-0.339,1.13-0.4434,1.77-1.278,1.77-2.3082,0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29,0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999,0.09-0.6651,0.97-0.6651h1.02c1.66,0,2.44,0.639,2.44,2.0213,0,1.3433-0.81,1.9823-2.5,1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67,7.6029c-0.31,0.678-0.38,0.769-0.62,0.978-0.25,0.248-0.7,0.404-1.13,0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86,0-1.29-0.247-1.29-0.743,0-0.156,0.05-0.339,0.14-0.548l0.53-1.147h4.22l0.87,1.747c0.09,0.196,0.12,0.287,0.12,0.352,0,0.209-0.4,0.339-0.99,0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79,0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78,2.1387l1.8,3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63,0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55,0-2.825,0.5086-3.909,1.565-1.02,0.9911-1.498,2.0865-1.498,3.4297,0,2.8043,2.247,4.8123,5.387,4.8123,2.55,0,4.18-1.226,4.54-3.417l-0.75-0.104c-0.16,0.691-0.35,1.16-0.63,1.552-0.66,0.9-1.68,1.356-2.97,1.356-2.358,0-3.473-1.343-3.473-4.1471,0-1.4736,0.239-2.4647,0.781-3.2472,0.494-0.7303,1.482-1.1867,2.502-1.1867,1.12,0,2.1,0.4825,2.71,1.3171,0.3,0.4304,0.54,0.939,0.91,1.9431h0.7l-0.24-3.7688zm-15.955,0.013h-0.589l-0.638,0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088,0-3.491,1.0955-3.491,2.7256,0,1.4215,0.861,2.1257,3.204,2.6214l1.514,0.313c1.18,0.248,1.291,0.274,1.626,0.482,0.478,0.3,0.733,0.731,0.733,1.239,0,0.522-0.239,0.952-0.717,1.304-0.526,0.379-1.052,0.522-1.928,0.522-1.18,0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064,3.717h0.622l0.717-0.887c1.068,0.717,1.961,0.978,3.347,0.978,2.343,0,3.842-1.122,3.842-2.869,0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041,0-0.9128,0.908-1.5388,2.263-1.5388,1.116,0,2.024,0.3912,2.662,1.1346,0.462,0.5347,0.749,1.0824,0.956,1.7475h0.686l-0.192-3.3907zm-21.55,5.2296v-3.5473-0.3782c0-0.5477,0.144-0.6129,1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291,0,1.434,0.0652,1.434,0.6129v0.3782,6.2073,0.378c0,0.548-0.143,0.613-1.434,0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291,0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258,2.774,3.3258c0.255,0.313,0.319,0.417,0.319,0.547,0,0.209-0.303,0.3-1.084,0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877,0-1.1-0.091-1.562-0.652l-3.857-4.551,2.375-1.9431c0.765-0.6651,1.737-1.0433,2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733,0,1.036,0.1173,1.036,0.3912,0,0.1826-0.319,0.5608-0.781,0.939l-3.906,3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813,0,1.18,0.1043,1.467,0.4303v5.5421c0,1.787-0.319,2.165-1.849,2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109,7.8509h0.67v-6.7685c0-1.7866,0.319-2.1648,1.849-2.2169v-0.613h-4.543v0.613c1.514,0.0521,1.833,0.4303,1.833,2.2169v4.0945l-6.36-6.9244zm-10.36,1.6041v-0.3782c0-0.5477,0.143-0.6129,1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291,0,1.435,0.0652,1.435,0.6129v0.3782,6.2073,0.378c0,0.548-0.144,0.613-1.435,0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275,0-1.418-0.065-1.418-0.613v-0.378-6.2073z"/>
- <use id="use1325" opacity="0.0786517" xlink:href="#path93" transform="matrix(2.39436,0,0,2.331219,-82.96365,-14.49494)" height="1052.3622" width="320" y="0" x="0"/>
- <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(0.058837,0,0,0.058837,-4.7689003,-3.296641)">
- <path id="path805" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/>
- <path id="path1791" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" stroke-width="1pt" fill="#000"/>
- <path id="path1792" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" stroke-width="1pt" fill="#000"/>
- <path id="path1793" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" stroke-width="1pt" fill="#000"/>
- <path id="path831" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt" fill="#000"/>
+ <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y=".27753" x=".18215" fill="url(#linearGradient1657)"/>
+ <path id="path93" d="m150.97 4.9606h-9.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2 0.913-0.57 1.722-0.95 2.1-0.5 0.522-1.41 0.769-2.74 0.769h-1.06c-0.48 0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98 0 1.37 0.0783 1.69 0.3521 0.42 0.339 0.58 0.756 0.61 1.526h0.75v-4.2776h-0.75c-0.08 1.278-0.72 1.7866-2.23 1.7866h-0.38v-2.9734c0-0.5607 0.14-0.652 1-0.652h0.83c1.4 0 2.09 0.1173 2.63 0.4825 0.52 0.3391 0.91 1.0694 1.15 2.243h0.68l-0.22-3.3385zm-21.15 5.2294h1.8c1.43 0 2.18-0.091 2.82-0.339 1.13-0.4434 1.77-1.278 1.77-2.3082 0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29 0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999 0.09-0.6651 0.97-0.6651h1.02c1.66 0 2.44 0.639 2.44 2.0213 0 1.3433-0.81 1.9823-2.5 1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67 7.6029c-0.31 0.678-0.38 0.769-0.62 0.978-0.25 0.248-0.7 0.404-1.13 0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86 0-1.29-0.247-1.29-0.743 0-0.156 0.05-0.339 0.14-0.548l0.53-1.147h4.22l0.87 1.747c0.09 0.196 0.12 0.287 0.12 0.352 0 0.209-0.4 0.339-0.99 0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79 0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78 2.1387l1.8 3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63 0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55 0-2.825 0.5086-3.909 1.565-1.02 0.9911-1.498 2.0865-1.498 3.4297 0 2.8043 2.247 4.8123 5.387 4.8123 2.55 0 4.18-1.226 4.54-3.417l-0.75-0.104c-0.16 0.691-0.35 1.16-0.63 1.552-0.66 0.9-1.68 1.356-2.97 1.356-2.358 0-3.473-1.343-3.473-4.1471 0-1.4736 0.239-2.4647 0.781-3.2472 0.494-0.7303 1.482-1.1867 2.502-1.1867 1.12 0 2.1 0.4825 2.71 1.3171 0.3 0.4304 0.54 0.939 0.91 1.9431h0.7l-0.24-3.7688zm-15.955 0.013h-0.589l-0.638 0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088 0-3.491 1.0955-3.491 2.7256 0 1.4215 0.861 2.1257 3.204 2.6214l1.514 0.313c1.18 0.248 1.291 0.274 1.626 0.482 0.478 0.3 0.733 0.731 0.733 1.239 0 0.522-0.239 0.952-0.717 1.304-0.526 0.379-1.052 0.522-1.928 0.522-1.18 0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064 3.717h0.622l0.717-0.887c1.068 0.717 1.961 0.978 3.347 0.978 2.343 0 3.842-1.122 3.842-2.869 0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041 0-0.9128 0.908-1.5388 2.263-1.5388 1.116 0 2.024 0.3912 2.662 1.1346 0.462 0.5347 0.749 1.0824 0.956 1.7475h0.686l-0.192-3.3907zm-21.55 5.2296v-3.5473-0.3782c0-0.5477 0.144-0.6129 1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291 0 1.434 0.0652 1.434 0.6129v0.3782 6.2073 0.378c0 0.548-0.143 0.613-1.434 0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291 0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258 2.774 3.3258c0.255 0.313 0.319 0.417 0.319 0.547 0 0.209-0.303 0.3-1.084 0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877 0-1.1-0.091-1.562-0.652l-3.857-4.551 2.375-1.9431c0.765-0.6651 1.737-1.0433 2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733 0 1.036 0.1173 1.036 0.3912 0 0.1826-0.319 0.5608-0.781 0.939l-3.906 3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813 0 1.18 0.1043 1.467 0.4303v5.5421c0 1.787-0.319 2.165-1.849 2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109 7.8509h0.67v-6.7685c0-1.7866 0.319-2.1648 1.849-2.2169v-0.613h-4.543v0.613c1.514 0.0521 1.833 0.4303 1.833 2.2169v4.0945l-6.36-6.9244zm-10.36 1.6041v-0.3782c0-0.5477 0.143-0.6129 1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291 0 1.435 0.0652 1.435 0.6129v0.3782 6.2073 0.378c0 0.548-0.144 0.613-1.435 0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275 0-1.418-0.065-1.418-0.613v-0.378-6.2073z" stroke-width="1pt" fill="#fff"/>
+ <use id="use1325" opacity=".078652" xlink:href="#path93" transform="matrix(2.3944 0 0 2.3312 -82.964 -14.495)" height="1052.3622" width="320" y="0" x="0"/>
+ <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(.058837 0 0 .058837 -4.7689 -3.2966)">
+ <path id="path805" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/>
+ <path id="path1791" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/>
+ <path id="path1792" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/>
+ <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/>
+ <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/>
</g>
- <path id="use2086" stroke-linejoin="miter" style="marker-end:none;marker-start:none;stroke-dasharray:none;marker-mid:none;" d="M100.21,10.827h5.7l-3.5,11.473h6.43l-0.57,1.871h-6.43l-1.54,4.72c-1.307,4.014-2.69,8.869-4.155,14.565-1.464,5.641-2.197,8.923-2.197,9.845,0,1.248,0.57,1.872,1.709,1.872,2.007,0,4.423-2.767,7.243-8.3,0.27-0.597,0.68-1.329,1.22-2.197l1.63,0.814c-2.12,4.394-3.69,7.214-4.72,8.462-2.227,2.658-4.586,3.987-7.082,3.987-1.681,0-3.037-0.515-4.068-1.546-1.031-1.085-1.546-2.468-1.546-4.15,0-1.519,0.244-3.227,0.732-5.126,0.543-2.115,2.279-8.191,5.208-18.226l1.383-4.72h-6.509l0.651-1.871h6.509l3.902-11.473zm40.91,10.822h6.1c-5.16,16.436-7.73,26.851-7.73,31.245,0,1.628,0.43,2.441,1.3,2.441,1.03,0,2.25-0.976,3.66-2.929,1.47-2.007,2.74-4.475,3.83-7.404l1.79,0.732c-2.88,8.137-6.46,12.205-10.75,12.205-3.68,0-5.53-2.061-5.53-6.184,0-1.085,0.14-2.848,0.41-5.289-2.12,3.255-3.83,5.615-5.13,7.079-2.6,2.929-5.56,4.394-8.87,4.394-1.95,0-3.58-0.678-4.88-2.034s-1.95-3.038-1.95-5.045c0-0.976,0.81-4.258,2.44-9.845l1.46-5.045c1.63-5.588,2.45-9.032,2.45-10.334,0-1.031-0.36-1.546-1.06-1.546-2.28,0-5.29,3.58-9.03,10.741l-1.79-0.896c4.12-8.462,8.27-12.693,12.44-12.693,1.52,0,2.74,0.57,3.67,1.709,0.97,1.139,1.46,2.631,1.46,4.475,0,2.278-0.54,5.126-1.63,8.544l-2.19,6.916c-1.79,5.642-2.69,8.923-2.69,9.846,0,1.898,0.98,2.847,2.93,2.847,1.74,0,3.64-1.057,5.7-3.173,2.11-2.116,4.01-4.909,5.69-8.381,2.55-5.262,5.18-12.72,7.9-22.376zm24.05-10.822h5.7l-3.5,11.473h6.43l-0.57,1.871h-6.43l-1.55,4.72c-1.3,4.014-2.68,8.869-4.15,14.565-1.46,5.641-2.19,8.923-2.19,9.845,0,1.248,0.57,1.872,1.71,1.872,2,0,4.42-2.767,7.24-8.3,0.27-0.597,0.68-1.329,1.22-2.197l1.63,0.814c-2.12,4.394-3.69,7.214-4.72,8.462-2.23,2.658-4.59,3.987-7.08,3.987-1.68,0-3.04-0.515-4.07-1.546-1.03-1.085-1.55-2.468-1.55-4.15,0-1.519,0.25-3.227,0.74-5.126,0.54-2.115,2.27-8.191,5.2-18.226l1.39-4.72h-6.51l0.65-1.871h6.51l3.9-11.473zm28.16,12.287c-3.91-0.217-7.38,3.688-10.42,11.717-2.11,5.587-3.17,10.605-3.17,15.053,0,4.122,1.82,6.184,5.45,6.184,2.93,0,5.48-1.872,7.65-5.615,1.41-2.387,2.63-5.533,3.66-9.438,1.03-3.96,1.63-7.676,1.79-11.148,0.22-4.285-1.44-6.536-4.96-6.753zm-0.08-1.872c3.2,0,5.8,1.275,7.81,3.824,2,2.496,3.01,5.75,3.01,9.765,0,4.936-1.77,9.926-5.29,14.971-3.8,5.425-8.41,8.137-13.83,8.137-3.31,0-6.03-1.139-8.14-3.417-2.12-2.333-3.17-5.289-3.17-8.87,0-6.075,2.22-11.825,6.67-17.25,3.9-4.773,8.22-7.16,12.94-7.16zm15.86,12.856l-1.71-0.732c1.41-3.472,3.12-6.347,5.13-8.625,2.01-2.333,3.8-3.499,5.37-3.499,3.53,0,5.29,2.577,5.29,7.73,0,0.922-0.16,2.767-0.49,5.533,3.74-8.842,7.73-13.263,11.96-13.263,1.2,0,2.2,0.38,3.01,1.139,0.87,0.705,1.3,1.573,1.3,2.604,0,0.868-0.29,1.6-0.89,2.197s-1.33,0.895-2.2,0.895c-1.84,0-2.76-1.058-2.76-3.173,0-0.597-0.19-0.895-0.57-0.895-0.55,0-1.31,0.488-2.28,1.464-0.98,0.977-1.82,2.116-2.52,3.418-2.17,3.905-5.7,13.236-10.58,27.99h-6.1c2.54-7.648,4.2-13.236,4.96-16.762,1.19-5.533,1.79-9.547,1.79-12.042,0-2.658-0.44-3.987-1.3-3.987-0.76,0-1.87,0.976-3.34,2.929-1.41,1.953-2.77,4.313-4.07,7.079zm45.98-31.245c1.03,0,1.89,0.3797,2.6,1.1391,0.76,0.7052,1.14,1.5731,1.14,2.6038s-0.38,1.9257-1.14,2.6852c-0.71,0.759-1.57,1.139-2.6,1.139-1.04,0-1.93-0.38-2.69-1.139-0.76-0.7595-1.14-1.6545-1.14-2.6852s0.38-1.8986,1.14-2.6038c0.76-0.7594,1.65-1.1391,2.69-1.1391zm1.22,42.718l1.62,0.814c-3.63,7.703-7.59,11.554-11.88,11.554-1.52,0-2.76-0.542-3.74-1.627-0.98-1.139-1.46-2.577-1.46-4.313,0-1.193,0.16-2.305,0.48-3.336,0.33-1.031,1.22-3.336,2.69-6.916l3.09-7.405c1.85-4.394,2.77-7.35,2.77-8.869,0-1.085-0.46-1.627-1.39-1.627-1.89,0-4.5,2.983-7.81,8.95l-1.62-0.976c3.85-7.052,7.54-10.578,11.06-10.578,1.47,0,2.66,0.543,3.58,1.627,0.92,1.085,1.39,2.496,1.39,4.232,0,2.061-1.12,5.885-3.34,11.472l-3.42,8.544c-1.41,3.526-2.11,5.832-2.11,6.916,0,0.977,0.43,1.465,1.3,1.465,1.03,0,2.36-0.922,3.99-2.766,1.68-1.899,3.28-4.286,4.8-7.161zm27.58-22.295c-1.63-0.108-3.53,0.841-5.7,2.848-2.11,1.953-4.09,4.584-5.94,7.893-3.68,6.564-5.53,12.069-5.53,16.518,0,3.471,1.36,5.207,4.07,5.207,4.39,0,8.54-4.312,12.45-12.937,2.66-5.859,4.15-10.714,4.47-14.565,0.11-1.411-0.19-2.577-0.89-3.499-0.71-0.922-1.68-1.41-2.93-1.465zm6.83-0.976h5.78c-1.35,3.634-3.2,8.95-5.53,15.948-2.5,7.54-3.74,12.666-3.74,15.379,0,1.139,0.43,1.708,1.3,1.708,1.9,0,4.55-3.688,7.97-11.066l1.79,0.733c-2.28,4.936-4.23,8.326-5.86,10.171-1.62,1.844-3.47,2.766-5.53,2.766-3.36,0-5.04-1.519-5.04-4.557,0-0.813,0.24-2.468,0.73-4.963-3.85,6.401-7.98,9.601-12.37,9.601-2.77,0-5.02-0.922-6.75-2.766-1.74-1.844-2.61-4.258-2.61-7.242,0-6.184,2.44-12.178,7.33-17.982,4.88-5.859,9.9-8.788,15.05-8.788,2.71,0,4.77,1.492,6.18,4.475l1.3-3.417zm16.71-17.82l0.49-1.8714c4.07-0.1628,8.68-0.434,13.83-0.8137-0.43,1.4646-0.76,2.5224-0.97,3.1733-0.6,1.6816-1.44,4.2312-2.53,7.6486l-6.59,21.481c-3.14,10.253-4.72,16.545-4.72,18.878,0,1.681,0.49,2.522,1.47,2.522,1.36,0,3.04-1.465,5.04-4.394,1.03-1.519,2.2-3.526,3.5-6.021l1.87,0.895c-1.62,2.983-2.84,5.099-3.66,6.347-2.49,3.743-5.34,5.614-8.54,5.614-1.63,0-2.96-0.597-3.99-1.79s-1.54-2.712-1.54-4.557c0-2.278,0.92-6.428,2.76-12.449l7.16-23.353c1.58-5.153,2.36-8.055,2.36-8.706,0-0.9764-0.38-1.6273-1.14-1.9528-0.76-0.3797-2.36-0.5967-4.8-0.651z" fill-rule="nonzero" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill-opacity="0.110769" stroke-dashoffset="0" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="1pt" fill="#FFF"/>
- <text id="text7519" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,1,-1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-326.81229" x="3.6203015" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203015" style="letter-spacing:0.29056421;" y="-326.81229">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↓</tspan> 向下捲動頁面</tspan></text>
- <path id="path7527" opacity="0.5" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(0.614962,4.549602e-2,6.191898e-2,-0.451855,112.95622,172.17069)" fill="#000"/>
- <path id="text2413" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M147.73,15.782c0.19,0.019,0.4,0.126,0.61,0.322,0.22,0.196,0.31,0.364,0.28,0.504-0.02,0.094-0.12,0.14-0.31,0.14-0.03,0-0.1-0.004-0.19-0.014-0.1-0.018-0.17-0.028-0.23-0.028-0.05,0-0.09,0.005-0.12,0.014,0.01,0-0.12,0.042-0.38,0.126s-0.58,0.182-0.97,0.294c-0.38,0.103-0.85,0.22-1.42,0.35-0.56,0.131-1.11,0.234-1.63,0.308l-0.1,0.112-0.22,0.952,0.03,0.294c0.04,0.14,0.2,0.238,0.5,0.294s0.77,0.084,1.4,0.084h0.23c0.49,0,0.85-0.004,1.09-0.014,0.24-0.018,0.4-0.032,0.47-0.042,0.09-0.018,0.21-0.051,0.37-0.098,0.12-0.037,0.21-0.084,0.26-0.14l0.19-0.21c0.08-0.093,0.16-0.242,0.23-0.448,0.09-0.205,0.16-0.387,0.21-0.546,0.06-0.168,0.13-0.298,0.2-0.392,0.07-0.093,0.15-0.107,0.24-0.042,0.04,0.028,0.02,0.243-0.06,0.644-0.11,0.542-0.16,0.845-0.15,0.91l0.26,0.294c0.03,0.056,0.04,0.112,0.03,0.168-0.08,0.411-1.08,0.616-2.98,0.616h-0.94c-0.27-0.009-0.52-0.023-0.75-0.042-0.24-0.018-0.43-0.032-0.59-0.042-0.16-0.018-0.3-0.046-0.42-0.084-0.12-0.046-0.23-0.079-0.31-0.098-0.07-0.028-0.14-0.079-0.18-0.154-0.04-0.074-0.07-0.13-0.09-0.168-0.01-0.046-0.02-0.121-0.02-0.224,0.01-0.112,0.01-0.2,0.02-0.266,0.02-0.065,0.05-0.168,0.07-0.308,0.04-0.158,0.09-0.42,0.16-0.784s0.13-0.662,0.18-0.896c0.17-0.849,0.28-1.516,0.35-2.002,0.06-0.056,0.14-0.084,0.24-0.084,0.06,0,0.14,0.014,0.24,0.042,0.1,0.019,0.17,0.028,0.22,0.028l0.55,0.154c0.01,0.01,0.03,0.014,0.04,0.014,0.03,0.056,0.04,0.112,0.03,0.168-0.01,0.075-0.13,0.173-0.35,0.294-0.22,0.112-0.34,0.192-0.37,0.238l-0.28,1.274c0,0.028,0.02,0.052,0.06,0.07l2.14-0.602c0.84-0.27,1.56-0.597,2.16-0.98m-0.07,5.95c-0.02,0.075-0.12,0.178-0.3,0.308-0.17,0.122-0.26,0.215-0.28,0.28-0.03,0.084-0.06,0.243-0.11,0.476-0.05,0.234-0.1,0.542-0.17,0.924l-0.04,0.168c-0.27,1.447-0.48,2.539-0.63,3.276-0.04,0.196-0.2,0.294-0.49,0.294l-0.18-0.014c-0.06-0.065-0.07-0.219-0.03-0.462,0.03-0.149,0.02-0.261-0.03-0.336-1.99,0-3.12,0.005-3.41,0.014l-0.4,0.028c-0.05,0.047-0.11,0.192-0.18,0.434l-0.1,0.224c-0.08,0.103-0.22,0.145-0.4,0.126-0.19-0.009-0.28-0.06-0.28-0.154,0-0.037,0.03-0.186,0.08-0.448,0.1-0.513,0.29-1.362,0.56-2.548l0.06-0.252,0.46-2.506,0.13-0.462c0.01-0.093,0.06-0.149,0.12-0.168,0.06,0.01,0.17,0.08,0.34,0.21,0.18,0.122,0.27,0.187,0.29,0.196,0.37,0.019,0.83,0.028,1.4,0.028,0.38,0,0.79-0.004,1.25-0.014h0.17l0.89,0.014c0.03-0.009,0.05-0.014,0.07-0.014,0.04-0.009,0.15-0.07,0.32-0.182,0.19-0.121,0.32-0.158,0.4-0.112,0.18,0.094,0.31,0.21,0.39,0.35,0.08,0.131,0.11,0.238,0.1,0.322m-9.3-3.206c-0.16,0-0.37,0.01-0.63,0.028-0.26,0.01-0.4,0.014-0.41,0.014-0.16-0.186-0.21-0.41-0.14-0.672,0.01-0.009,0.21,0.01,0.59,0.056,0.39,0.038,0.73,0.056,1,0.056,0.29,0,0.46-0.037,0.49-0.112,0.05-0.14,0.12-0.401,0.21-0.784,0.05-0.298,0.11-0.676,0.18-1.134,0.07-0.466,0.11-0.709,0.12-0.728,0.02-0.13,0.07-0.205,0.16-0.224,0.79,0.14,1.17,0.308,1.13,0.504-0.02,0.075-0.12,0.154-0.31,0.238-0.17,0.084-0.29,0.164-0.33,0.238-0.06,0.103-0.14,0.402-0.24,0.896-0.05,0.252-0.1,0.565-0.17,0.938-0.03,0.131,0.05,0.196,0.24,0.196,0.21,0,0.39-0.042,0.53-0.126l0.38-0.392c0.22-0.14,0.47,0.042,0.74,0.546l0.09,0.154c0.01,0.028,0.01,0.056,0,0.084-0.02,0.112-0.13,0.182-0.34,0.21l-0.67,0.028-0.84,0.014c-0.15,0.019-0.25,0.056-0.3,0.112l-0.54,2.408v0.028l0.01,0.014,1.96-0.784c0.07-0.009,0.12,0.061,0.16,0.21-0.05,0.112-0.42,0.336-1.12,0.672s-1.09,0.556-1.15,0.658c-0.02,0.094-0.09,0.416-0.2,0.966-0.1,0.542-0.25,1.312-0.46,2.31l-0.03,0.168c-0.04,0.196-0.07,0.369-0.11,0.518-0.02,0.122-0.04,0.234-0.07,0.336-0.02,0.103-0.03,0.164-0.03,0.182-0.05,0.271-0.14,0.476-0.25,0.616s-0.29,0.276-0.53,0.406c-0.19,0.103-0.33,0.154-0.44,0.154-0.07,0-0.15-0.079-0.22-0.238-0.07-0.158-0.12-0.247-0.17-0.266l-0.92-0.28c-0.07,0-0.09-0.056-0.06-0.168,0.02-0.121,0.17-0.191,0.44-0.21l1.24,0.028c0.09,0,0.19-0.247,0.31-0.742,0.13-0.504,0.36-1.577,0.7-3.22l0.06-0.28-0.05-0.014c-0.01,0.01-0.18,0.089-0.51,0.238-0.33,0.15-0.55,0.276-0.66,0.378l-0.13,0.406c-0.05,0.094-0.11,0.14-0.18,0.14-0.13,0-0.26-0.154-0.38-0.462-0.12-0.317-0.17-0.546-0.14-0.686,0.05-0.037,0.38-0.154,0.98-0.35,0.62-0.205,0.97-0.331,1.07-0.378,0.09-0.037,0.15-0.14,0.19-0.308,0.09-0.28,0.18-0.672,0.28-1.176,0.05-0.242,0.1-0.518,0.14-0.826,0.06-0.261,0.08-0.41,0.07-0.448,0-0.093-0.25-0.14-0.74-0.14m8.08,3.5c0-0.084-0.07-0.135-0.2-0.154-0.13-0.018-0.45-0.028-0.95-0.028-0.54,0-1.28,0.01-2.23,0.028h-0.4c-0.05,0-0.1,0.024-0.14,0.07-0.1,0.346-0.23,0.859-0.37,1.54l0.07,0.098c1.95,0.028,3.21,0.038,3.77,0.028,0.07-0.018,0.11-0.06,0.14-0.126l0.31-1.456m-4.79,3.962c0.08,0.103,0.6,0.154,1.55,0.154,1.07,0,1.73-0.014,1.98-0.042,0.25-0.018,0.4-0.07,0.45-0.154l0.29-1.414,0.04-0.238c0.02-0.056-0.01-0.102-0.1-0.14h-3.66c-0.1,0-0.16,0.033-0.2,0.098l-0.35,1.736m12.25-3.976c-0.14-0.009-0.22-0.056-0.24-0.14s-0.01-0.228,0.03-0.434c0.05-0.224,0.12-0.546,0.24-0.966l0.53-2.758c0.02-0.084,0.06-0.144,0.14-0.182,0.06,0.01,0.13,0.047,0.19,0.112,0.08,0.056,0.18,0.112,0.31,0.168,0.13,0.047,0.32,0.07,0.55,0.07,0.16,0,0.33-0.009,0.52-0.028l0.32-0.028c0.09-0.112,0.16-0.261,0.19-0.448,0.02-0.093,0.04-0.172,0.05-0.238-0.03-0.009-0.06-0.023-0.1-0.042-0.07-0.018-0.21-0.028-0.42-0.028-0.31,0-0.78,0.019-1.42,0.056l-0.86,0.014c-0.17,0-0.27-0.074-0.3-0.224-0.03-0.158-0.01-0.266,0.04-0.322,0.06-0.009,0.28,0,0.66,0.028,0.39,0.028,0.73,0.042,1.04,0.042,0.29,0,0.47-0.028,0.54-0.084,0-0.13-0.03-0.261-0.11-0.392-0.06-0.14-0.14-0.266-0.24-0.378-0.08-0.112-0.13-0.182-0.14-0.21,0-0.13,0.06-0.21,0.19-0.238,0.28,0.094,0.5,0.201,0.65,0.322,0.16,0.122,0.26,0.229,0.28,0.322,0.03,0.094,0.05,0.187,0.06,0.28,0.01,0.094,0.01,0.168-0.01,0.224-0.02,0.103-0.04,0.159-0.05,0.168l1.43-0.014c0.05-0.009,0.09-0.014,0.13-0.014,0.11-0.056,0.3-0.275,0.56-0.658,0.26-0.392,0.4-0.592,0.42-0.602,0.04-0.046,0.09-0.07,0.15-0.07,0.11,0,0.24,0.056,0.41,0.168,0.18,0.103,0.28,0.187,0.32,0.252-0.01,0.131-0.11,0.215-0.31,0.252l-0.26,0.056c-0.27,0.159-0.5,0.36-0.68,0.602,0.05,0.038,0.31,0.056,0.79,0.056,0.42,0,0.67-0.009,0.75-0.028,0.09-0.018,0.21-0.112,0.38-0.28,0.13-0.14,0.25-0.21,0.34-0.21,0.03,0,0.05,0.005,0.07,0.014,0.05,0.038,0.1,0.089,0.15,0.154,0.07,0.066,0.13,0.14,0.2,0.224s0.12,0.164,0.15,0.238c0.04,0.075,0.04,0.145,0.02,0.21-0.03,0.056-0.1,0.094-0.2,0.112-0.09,0.01-0.23,0.014-0.41,0.014h-0.36c-0.2-0.009-0.55-0.014-1.05-0.014-0.49-0.009-1.14-0.014-1.93-0.014-0.12,0.056-0.27,0.196-0.45,0.42l-0.14,0.21c0.01,0.075,0.03,0.112,0.06,0.112,0.21,0.028,0.48,0.042,0.81,0.042,0.58,0,0.96-0.014,1.13-0.042,0.19-0.037,0.35-0.107,0.48-0.21,0.06-0.037,0.12-0.056,0.18-0.056,0.11,0,0.22,0.07,0.32,0.21,0.11,0.131,0.16,0.262,0.14,0.392l-0.01,0.084c-0.23,0.178-0.36,0.392-0.41,0.644-0.09,0.458-0.17,0.938-0.24,1.442-0.05,0.504-0.09,0.808-0.12,0.91-0.05,0.252-0.11,0.425-0.18,0.518-0.08,0.094-0.2,0.145-0.37,0.154l-0.21-0.042h-0.01c-0.09-0.177-0.18-0.266-0.3-0.266l-2.82-0.014c-0.55,0-0.87,0.005-0.94,0.014-0.08,0.01-0.17,0.075-0.3,0.196-0.1,0.112-0.21,0.168-0.33,0.168m-1-5.138c-0.14-0.27-0.38-0.574-0.74-0.91-0.35-0.336-0.59-0.522-0.7-0.56-0.01-0.084,0.02-0.154,0.07-0.21,0.06-0.065,0.13-0.098,0.23-0.098,0.16,0,0.37,0.066,0.63,0.196,0.27,0.122,0.51,0.308,0.72,0.56,0.23,0.243,0.31,0.49,0.24,0.742l-0.1,0.21-0.09,0.084-0.17,0.014c-0.03,0-0.06-0.009-0.09-0.028m-1.75,0.238c0.14,0,0.35,0.052,0.62,0.154,0.27,0.103,0.52,0.252,0.74,0.448,0.24,0.196,0.33,0.397,0.3,0.602-0.06,0.252-0.16,0.378-0.31,0.378s-0.33-0.135-0.55-0.406l-0.1-0.126c-0.06-0.074-0.33-0.266-0.81-0.574l-0.11-0.098c-0.05-0.056-0.06-0.13-0.03-0.224,0.01-0.018,0.03-0.042,0.04-0.07,0.05-0.056,0.12-0.084,0.21-0.084m5.07,7.028c0.27,0,0.45-0.014,0.53-0.042,0.09-0.028,0.15-0.093,0.19-0.196,0.01-0.056,0.04-0.312,0.09-0.77l-0.07-0.056-2.43-0.056c-1.32-0.093-2.21-0.522-2.68-1.288h-0.09l-1.12,0.854c-0.21,0.168-0.34,0.299-0.41,0.392l-0.18,0.322c-0.03,0.028-0.06,0.052-0.09,0.07-0.14,0.028-0.26-0.074-0.37-0.308-0.11-0.242-0.14-0.429-0.12-0.56,0.01-0.037,0.02-0.065,0.03-0.084l0.87-0.336c0.59-0.242,0.99-0.485,1.22-0.728,0.08-0.196,0.15-0.41,0.19-0.644,0.05-0.242,0.07-0.434,0.07-0.574,0-0.084-0.16-0.126-0.47-0.126-0.09,0-0.21,0.01-0.37,0.028-0.15,0.019-0.28,0.028-0.39,0.028-0.1,0-0.21-0.004-0.32-0.014-0.11-0.018-0.19-0.065-0.22-0.14-0.04-0.074-0.05-0.177-0.03-0.308,0.03-0.102,0.1-0.163,0.21-0.182,0.39,0.075,0.78,0.112,1.17,0.112h0.17,0.2c0.05-0.028,0.12-0.074,0.18-0.14,0.08-0.065,0.13-0.112,0.17-0.14,0.04-0.037,0.09-0.065,0.17-0.084,0.07-0.028,0.14-0.018,0.21,0.028,0.23,0.187,0.37,0.346,0.43,0.476,0.06,0.131,0.05,0.224-0.03,0.28-0.06,0.056-0.15,0.126-0.25,0.21-0.1,0.075-0.17,0.145-0.2,0.21l-0.18,0.826c-0.04,0.327,0.03,0.532,0.23,0.616,0.65,0.364,1.39,0.56,2.21,0.588h0.1c0.28,0.01,0.56,0.014,0.85,0.014,1.04,0,2.03-0.032,2.98-0.098l1.78-0.182h0.06c0.03-0.018,0.07,0.01,0.11,0.084-0.02,0.103-0.12,0.229-0.3,0.378-0.16,0.14-0.27,0.243-0.3,0.308-0.08,0.038-0.42,0.075-1.03,0.112-0.6,0.038-1.03,0.056-1.28,0.056-0.06,0-0.1,0.028-0.12,0.084,0,0.01,0.06,0.028,0.17,0.056,0.12,0.028,0.21,0.075,0.27,0.14,0.06,0.056,0.06,0.14-0.02,0.252-0.19,0.122-0.29,0.182-0.3,0.182-0.08,0.066-0.12,0.14-0.12,0.224l0.1,0.098c0.15,0.01,0.29,0.014,0.42,0.014,0.27,0,0.49-0.028,0.65-0.084,0.16-0.065,0.27-0.13,0.3-0.196,0.05-0.074,0.11-0.14,0.17-0.196,0.07-0.065,0.14-0.098,0.23-0.098,0.1,0,0.24,0.112,0.43,0.336,0.2,0.224,0.29,0.397,0.27,0.518-0.02,0.084-0.08,0.136-0.19,0.154-0.09,0.019-0.31,0.028-0.67,0.028-0.23,0-0.52-0.004-0.87-0.014-0.39,0-0.69,0.014-0.89,0.042l-0.1,0.098c-0.08,0.308-0.16,0.644-0.24,1.008l-0.12,0.798c-0.09,0.28-0.26,0.486-0.51,0.616-0.24,0.14-0.45,0.21-0.61,0.21-0.07,0-0.13-0.009-0.19-0.028-0.14-0.317-0.37-0.485-0.7-0.504l-0.56-0.056-0.16-0.07c-0.07-0.018-0.1-0.06-0.1-0.126,0.01-0.065,0.04-0.112,0.08-0.14,0.04-0.037,0.25-0.056,0.65-0.056,0.33,0,0.62,0.005,0.86,0.014,0.25,0.019,0.41,0.024,0.49,0.014l0.13-0.14c0.09-0.289,0.17-0.574,0.22-0.854,0.07-0.326,0.1-0.546,0.09-0.658,0-0.121-0.04-0.182-0.11-0.182-0.08-0.009-0.22-0.014-0.44-0.014-0.2,0-0.48,0.005-0.84,0.014h-0.17l-2.96,0.042-2.83,0.014h-0.11c-0.09,0-0.15-0.051-0.2-0.154-0.04-0.112-0.04-0.224-0.01-0.336,0.02-0.112,0.06-0.168,0.14-0.168s0.28,0.028,0.58,0.084c0.32,0.047,0.52,0.07,0.61,0.07,0.3,0.019,1.19,0.024,2.67,0.014h2.56c0.23,0.01,0.41,0.014,0.56,0.014m-4.18,0.588c0.3,0.028,0.59,0.206,0.89,0.532,0.3,0.327,0.42,0.621,0.37,0.882-0.02,0.094-0.07,0.182-0.16,0.266l-0.18,0.14-0.1,0.042c-0.14,0-0.24-0.065-0.32-0.196-0.07-0.13-0.13-0.28-0.15-0.448-0.03-0.158-0.05-0.252-0.07-0.28l-0.44-0.644c-0.01-0.018-0.01-0.032,0-0.042-0.01-0.028-0.01-0.051,0-0.07,0.01-0.065,0.06-0.126,0.16-0.182m2.94-6.16c0,0.028-0.01,0.066-0.02,0.112-0.03,0.103,0.01,0.164,0.1,0.182,0.1,0.019,0.33,0.028,0.67,0.028,1.7,0,2.76,0.014,3.18,0.042,0.13-0.056,0.21-0.154,0.24-0.294,0.04-0.158,0.01-0.266-0.07-0.322-0.59-0.018-1.9-0.028-3.92-0.028-0.09,0.038-0.16,0.131-0.18,0.28m0.08,0.784c-0.09,0.019-0.16,0.047-0.21,0.084-0.04,0.038-0.07,0.122-0.1,0.252-0.03,0.159-0.01,0.271,0.04,0.336,1.04,0.038,2.05,0.056,3.04,0.056h0.34c0.1-0.009,0.19-0.009,0.26,0,0.08,0,0.14-0.004,0.2-0.014,0.06-0.009,0.1-0.018,0.14-0.028,0.04-0.018,0.07-0.037,0.08-0.056,0.03-0.028,0.05-0.056,0.06-0.084s0.02-0.065,0.03-0.112c0.04-0.186,0.01-0.308-0.09-0.364-1.1-0.065-2.01-0.098-2.73-0.098-0.36,0-0.67,0.01-0.93,0.028h-0.13m3.6,1.736c0.08-0.308,0.09-0.494,0.03-0.56-0.42-0.046-1.06-0.07-1.91-0.07-0.36,0-0.76,0.005-1.2,0.014l-0.9,0.056h-0.03c-0.06,0.066-0.11,0.159-0.14,0.28,0,0.056-0.01,0.117-0.01,0.182l0.03,0.154c0.07,0.047,0.39,0.07,0.94,0.07,0.48,0,1.14-0.014,1.98-0.042h0.44l0.52,0.014c0.09-0.009,0.17-0.042,0.25-0.098m14.87-1.764c-0.03,0.159-0.22,0.238-0.56,0.238-0.89-0.009-1.62-0.014-2.19-0.014-0.53,0-0.91,0.005-1.15,0.014-0.23,0-0.42,0.01-0.57,0.028-0.15,0.019-0.23,0.038-0.25,0.056-0.02,0.019-0.03,0.056-0.04,0.112-0.23,1.148-0.35,1.858-0.38,2.128l0.08,0.084h2.69c0.31,0,0.61-0.004,0.91-0.014,0.01,0,0.14-0.116,0.38-0.35,0.25-0.233,0.42-0.35,0.52-0.35,0.08,0,0.21,0.112,0.37,0.336,0.18,0.215,0.34,0.439,0.47,0.672-0.03,0.094-0.09,0.159-0.19,0.196-0.08,0.028-0.23,0.042-0.46,0.042h-0.24c-0.15-0.009-0.36-0.014-0.64-0.014h-3.09l-0.79,0.014c-0.02,0-0.04,0.005-0.05,0.014-0.02,0-0.06,0.038-0.12,0.112l-0.61,3.318c-0.06,0.243-0.11,0.416-0.16,0.518-0.03,0.112-0.11,0.243-0.22,0.392-0.11,0.159-0.27,0.28-0.46,0.364-0.19,0.094-0.44,0.173-0.76,0.238-0.04-0.018-0.1-0.112-0.17-0.28-0.05-0.168-0.13-0.27-0.23-0.308l-1.4-0.28c-0.08-0.056-0.1-0.13-0.06-0.224,0.02-0.112,0.1-0.186,0.24-0.224,0.6,0.103,1.12,0.154,1.54,0.154,0.17,0,0.32-0.009,0.45-0.028,0.17,0,0.29-0.074,0.36-0.224,0.21-0.886,0.37-1.647,0.5-2.282,0.12-0.569,0.17-0.919,0.17-1.05,0.01-0.13-0.04-0.196-0.15-0.196l-3-0.014c-0.74,0.028-1.41,0.089-1.99,0.182-0.05-0.056-0.1-0.168-0.15-0.336s-0.07-0.289-0.06-0.364c0.02-0.065,0.06-0.102,0.12-0.112,0.07,0,0.54,0.033,1.4,0.098,0.02,0,0.18,0.01,0.47,0.028,0.3,0.01,0.74,0.014,1.32,0.014,0.34,0,0.7-0.004,1.06-0.014l1.04-0.028c0.07-0.065,0.11-0.107,0.11-0.126l0.43-2.114c0-0.102-0.04-0.154-0.14-0.154l-3.5,0.028-0.61,0.098-0.14-0.056c-0.04-0.046-0.07-0.154-0.1-0.322s-0.03-0.294,0-0.378l0.1-0.056c0.56,0.112,1.34,0.168,2.35,0.168,0.74,0,1.43-0.018,2.09-0.056,0.09-0.074,0.23-0.588,0.42-1.54,0.05-0.27,0.09-0.452,0.12-0.546l-0.05-0.07c-1.51,0.243-2.73,0.364-3.69,0.364h-0.39c-0.1-0.009-0.18-0.014-0.22-0.014-0.04-0.009-0.06-0.014-0.07-0.014-0.16-0.028-0.23-0.126-0.2-0.294,0.03-0.102,0.08-0.158,0.16-0.168l0.78-0.028c2.34-0.121,4.71-0.541,7.11-1.26l0.69-0.336c0.04-0.009,0.07-0.014,0.11-0.014,0.09,0,0.24,0.07,0.43,0.21,0.21,0.131,0.36,0.266,0.45,0.406,0,0.178-0.11,0.29-0.33,0.336-0.22,0.038-0.38,0.042-0.48,0.014h-0.14l-3.35,0.728c-0.09,0.075-0.23,0.607-0.42,1.596l-0.07,0.532c0,0.094,0.06,0.14,0.19,0.14l2.32,0.042c0.26-0.009,0.45-0.056,0.57-0.14,0.13-0.084,0.23-0.191,0.31-0.322,0.1-0.13,0.22-0.233,0.37-0.308,0.13,0.075,0.3,0.229,0.53,0.462,0.23,0.234,0.33,0.416,0.31,0.546m11.99,1.008c0.05-0.018,0.17-0.116,0.37-0.294,0.19-0.177,0.33-0.266,0.42-0.266,0.08,0,0.22,0.122,0.42,0.364,0.2,0.243,0.29,0.42,0.26,0.532-0.01,0.066-0.05,0.112-0.14,0.14l-0.38,0.056-1.05,0.028c-0.07,0.038-0.11,0.08-0.12,0.126-0.04,0.122-0.13,0.514-0.27,1.176l-0.63,3.458-0.15,0.602c-0.04,0.159-0.12,0.294-0.25,0.406-0.13,0.122-0.27,0.206-0.42,0.252-0.15,0.047-0.27,0.08-0.37,0.098-0.09,0.028-0.15,0.042-0.17,0.042-0.05,0-0.1-0.014-0.14-0.042-0.08-0.308-0.28-0.49-0.58-0.546l-0.55-0.07c-0.06-0.065-0.07-0.163-0.01-0.294,0.02-0.037,0.19-0.056,0.49-0.056,0.12,0,0.28,0.005,0.47,0.014,0.2,0.01,0.32,0.014,0.37,0.014,0.22,0,0.37-0.037,0.46-0.112,0.08-0.074,0.15-0.228,0.19-0.462l0.9-4.438c0.01-0.046,0-0.084-0.03-0.112-0.02-0.028-0.07-0.046-0.17-0.056-0.09-0.018-0.17-0.028-0.25-0.028h-0.39c-0.69,0-1.06,0.01-1.11,0.028-0.08,0-0.14,0.042-0.18,0.126l-0.45,1.47c-0.66,1.951-1.54,3.444-2.66,4.48-0.09,0.084-0.17,0.098-0.25,0.042-0.06-0.046-0.03-0.158,0.1-0.336,0.13-0.177,0.36-0.508,0.69-0.994,0.33-0.494,0.63-1.036,0.89-1.624,0.39-0.877,0.74-1.899,1.05-3.066l-0.08-0.14-1.37,0.042c-0.12,0.038-0.19,0.117-0.21,0.238-0.12,0.336-0.25,0.887-0.4,1.652-0.11,0.542-0.2,1.055-0.28,1.54l-0.12,0.7-0.23,1.162c-0.05,0.206-0.22,0.406-0.5,0.602s-0.53,0.294-0.76,0.294c-0.07,0-0.13-0.06-0.16-0.182-0.04-0.121-0.06-0.186-0.07-0.196-0.02-0.009-0.21-0.065-0.56-0.168-0.35-0.102-0.51-0.205-0.49-0.308,0-0.084,0.05-0.154,0.16-0.21l1.14,0.07c0.26,0,0.44-0.046,0.53-0.14,0.1-0.084,0.18-0.266,0.22-0.546l0.65-3.22c0.07-0.373,0.13-0.653,0.17-0.84,0.03-0.186,0.05-0.303,0.04-0.35,0-0.056-0.02-0.084-0.07-0.084-0.12-0.028-0.43-0.042-0.93-0.042-0.43,0-0.71,0.014-0.84,0.042-0.12,0.019-0.18,0.08-0.19,0.182-0.33,1.167-0.67,2.17-1.04,3.01-0.36,0.84-0.81,1.582-1.36,2.226-0.24,0.318-0.43,0.532-0.58,0.644-0.06,0.066-0.14,0.066-0.26,0-0.04-0.046-0.02-0.14,0.06-0.28,0.08-0.13,0.28-0.387,0.57-0.77,0.7-0.896,1.36-2.552,1.96-4.97l-0.07-0.098-1.38,0.056c-0.06-0.037-0.1-0.102-0.13-0.196-0.03-0.102-0.03-0.191-0.03-0.266,0.02-0.065,0.06-0.107,0.1-0.126l1.11,0.084c0.15,0,0.29-0.014,0.43-0.042,0.12-0.13,0.29-0.709,0.49-1.736,0.25-1.185,0.42-2.179,0.52-2.982,0.04-0.056,0.09-0.084,0.15-0.084,0.08,0,0.14,0.019,0.2,0.056,0.06,0.028,0.1,0.066,0.14,0.112,0.05,0.038,0.15,0.075,0.31,0.112,0.16,0.038,0.37,0.056,0.64,0.056,0.73,0,1.13-0.028,1.21-0.084,0.06-0.046,0.13-0.102,0.19-0.168,0.07-0.065,0.11-0.107,0.14-0.126,0.04-0.018,0.08-0.028,0.13-0.028,0.14,0,0.32,0.182,0.54,0.546l0.07,0.21c0.01,0.075-0.07,0.173-0.25,0.294-0.17,0.122-0.26,0.215-0.29,0.28-0.06,0.159-0.17,0.672-0.35,1.54-0.09,0.439-0.18,0.962-0.3,1.568l-0.04,0.224c-0.03,0.112-0.02,0.187,0.03,0.224,0.06,0.038,0.18,0.056,0.36,0.056,0.4,0,0.76-0.023,1.1-0.07,0.14-0.112,0.3-0.616,0.47-1.512,0.09-0.41,0.18-0.928,0.27-1.554,0.1-0.625,0.18-1.068,0.22-1.33,0.04-0.149,0.07-0.252,0.09-0.308s0.07-0.084,0.12-0.084c0.1,0,0.17,0.019,0.23,0.056,0.05,0.028,0.1,0.066,0.14,0.112,0.03,0.038,0.13,0.075,0.29,0.112,0.17,0.038,0.39,0.056,0.67,0.056h0.65c0.13-0.009,0.25-0.028,0.36-0.056,0.11-0.037,0.18-0.065,0.2-0.084,0.02-0.018,0.09-0.079,0.21-0.182,0.11-0.084,0.2-0.126,0.28-0.126,0.09,0,0.22,0.098,0.39,0.294s0.24,0.346,0.22,0.448c-0.02,0.084-0.11,0.187-0.29,0.308-0.18,0.122-0.27,0.21-0.28,0.266l-0.58,2.842-0.09,0.56c-0.02,0.084,0,0.136,0.05,0.154m-0.8-0.084c0.08-0.177,0.2-0.69,0.37-1.54,0.24-1.222,0.37-1.95,0.38-2.184,0.02-0.093-0.01-0.149-0.09-0.168h-1.72c-0.07,0-0.13,0.08-0.18,0.238-0.33,1.671-0.59,2.922-0.8,3.752l0.04,0.056c1.24,0,1.91-0.051,2-0.154m-5.93-3.92c-0.07,0-0.12,0.014-0.16,0.042-0.03,0.028-0.07,0.075-0.11,0.14-0.03,0.066-0.07,0.154-0.1,0.266-0.02,0.112-0.06,0.252-0.09,0.42s-0.07,0.369-0.12,0.602c-0.33,1.708-0.49,2.576-0.47,2.604l1.37,0.056c0.22-0.009,0.36-0.028,0.45-0.056,0.08-0.028,0.14-0.093,0.18-0.196,0.22-0.98,0.38-1.768,0.5-2.366,0.09-0.429,0.14-0.709,0.17-0.84,0.03-0.14,0.04-0.275,0.03-0.406,0-0.14-0.03-0.219-0.08-0.238l-1.57-0.028" stroke="#FFF" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.4" fill="#FFF"/>
+ <path id="use2086" d="m100.21 10.827h5.7l-3.5 11.473h6.43l-0.57 1.871h-6.43l-1.54 4.72c-1.307 4.014-2.69 8.869-4.155 14.565-1.464 5.641-2.197 8.923-2.197 9.845 0 1.248 0.57 1.872 1.709 1.872 2.007 0 4.423-2.767 7.243-8.3 0.27-0.597 0.68-1.329 1.22-2.197l1.63 0.814c-2.12 4.394-3.69 7.214-4.72 8.462-2.227 2.658-4.586 3.987-7.082 3.987-1.681 0-3.037-0.515-4.068-1.546-1.031-1.085-1.546-2.468-1.546-4.15 0-1.519 0.244-3.227 0.732-5.126 0.543-2.115 2.279-8.191 5.208-18.226l1.383-4.72h-6.509l0.651-1.871h6.509l3.902-11.473zm40.91 10.822h6.1c-5.16 16.436-7.73 26.851-7.73 31.245 0 1.628 0.43 2.441 1.3 2.441 1.03 0 2.25-0.976 3.66-2.929 1.47-2.007 2.74-4.475 3.83-7.404l1.79 0.732c-2.88 8.137-6.46 12.205-10.75 12.205-3.68 0-5.53-2.061-5.53-6.184 0-1.085 0.14-2.848 0.41-5.289-2.12 3.255-3.83 5.615-5.13 7.079-2.6 2.929-5.56 4.394-8.87 4.394-1.95 0-3.58-0.678-4.88-2.034s-1.95-3.038-1.95-5.045c0-0.976 0.81-4.258 2.44-9.845l1.46-5.045c1.63-5.588 2.45-9.032 2.45-10.334 0-1.031-0.36-1.546-1.06-1.546-2.28 0-5.29 3.58-9.03 10.741l-1.79-0.896c4.12-8.462 8.27-12.693 12.44-12.693 1.52 0 2.74 0.57 3.67 1.709 0.97 1.139 1.46 2.631 1.46 4.475 0 2.278-0.54 5.126-1.63 8.544l-2.19 6.916c-1.79 5.642-2.69 8.923-2.69 9.846 0 1.898 0.98 2.847 2.93 2.847 1.74 0 3.64-1.057 5.7-3.173 2.11-2.116 4.01-4.909 5.69-8.381 2.55-5.262 5.18-12.72 7.9-22.376zm24.05-10.822h5.7l-3.5 11.473h6.43l-0.57 1.871h-6.43l-1.55 4.72c-1.3 4.014-2.68 8.869-4.15 14.565-1.46 5.641-2.19 8.923-2.19 9.845 0 1.248 0.57 1.872 1.71 1.872 2 0 4.42-2.767 7.24-8.3 0.27-0.597 0.68-1.329 1.22-2.197l1.63 0.814c-2.12 4.394-3.69 7.214-4.72 8.462-2.23 2.658-4.59 3.987-7.08 3.987-1.68 0-3.04-0.515-4.07-1.546-1.03-1.085-1.55-2.468-1.55-4.15 0-1.519 0.25-3.227 0.74-5.126 0.54-2.115 2.27-8.191 5.2-18.226l1.39-4.72h-6.51l0.65-1.871h6.51l3.9-11.473zm28.16 12.287c-3.91-0.217-7.38 3.688-10.42 11.717-2.11 5.587-3.17 10.605-3.17 15.053 0 4.122 1.82 6.184 5.45 6.184 2.93 0 5.48-1.872 7.65-5.615 1.41-2.387 2.63-5.533 3.66-9.438 1.03-3.96 1.63-7.676 1.79-11.148 0.22-4.285-1.44-6.536-4.96-6.753zm-0.08-1.872c3.2 0 5.8 1.275 7.81 3.824 2 2.496 3.01 5.75 3.01 9.765 0 4.936-1.77 9.926-5.29 14.971-3.8 5.425-8.41 8.137-13.83 8.137-3.31 0-6.03-1.139-8.14-3.417-2.12-2.333-3.17-5.289-3.17-8.87 0-6.075 2.22-11.825 6.67-17.25 3.9-4.773 8.22-7.16 12.94-7.16zm15.86 12.856l-1.71-0.732c1.41-3.472 3.12-6.347 5.13-8.625 2.01-2.333 3.8-3.499 5.37-3.499 3.53 0 5.29 2.577 5.29 7.73 0 0.922-0.16 2.767-0.49 5.533 3.74-8.842 7.73-13.263 11.96-13.263 1.2 0 2.2 0.38 3.01 1.139 0.87 0.705 1.3 1.573 1.3 2.604 0 0.868-0.29 1.6-0.89 2.197s-1.33 0.895-2.2 0.895c-1.84 0-2.76-1.058-2.76-3.173 0-0.597-0.19-0.895-0.57-0.895-0.55 0-1.31 0.488-2.28 1.464-0.98 0.977-1.82 2.116-2.52 3.418-2.17 3.905-5.7 13.236-10.58 27.99h-6.1c2.54-7.648 4.2-13.236 4.96-16.762 1.19-5.533 1.79-9.547 1.79-12.042 0-2.658-0.44-3.987-1.3-3.987-0.76 0-1.87 0.976-3.34 2.929-1.41 1.953-2.77 4.313-4.07 7.079zm45.98-31.245c1.03 0 1.89 0.3797 2.6 1.1391 0.76 0.7052 1.14 1.5731 1.14 2.6038s-0.38 1.9257-1.14 2.6852c-0.71 0.759-1.57 1.139-2.6 1.139-1.04 0-1.93-0.38-2.69-1.139-0.76-0.7595-1.14-1.6545-1.14-2.6852s0.38-1.8986 1.14-2.6038c0.76-0.7594 1.65-1.1391 2.69-1.1391zm1.22 42.718l1.62 0.814c-3.63 7.703-7.59 11.554-11.88 11.554-1.52 0-2.76-0.542-3.74-1.627-0.98-1.139-1.46-2.577-1.46-4.313 0-1.193 0.16-2.305 0.48-3.336 0.33-1.031 1.22-3.336 2.69-6.916l3.09-7.405c1.85-4.394 2.77-7.35 2.77-8.869 0-1.085-0.46-1.627-1.39-1.627-1.89 0-4.5 2.983-7.81 8.95l-1.62-0.976c3.85-7.052 7.54-10.578 11.06-10.578 1.47 0 2.66 0.543 3.58 1.627 0.92 1.085 1.39 2.496 1.39 4.232 0 2.061-1.12 5.885-3.34 11.472l-3.42 8.544c-1.41 3.526-2.11 5.832-2.11 6.916 0 0.977 0.43 1.465 1.3 1.465 1.03 0 2.36-0.922 3.99-2.766 1.68-1.899 3.28-4.286 4.8-7.161zm27.58-22.295c-1.63-0.108-3.53 0.841-5.7 2.848-2.11 1.953-4.09 4.584-5.94 7.893-3.68 6.564-5.53 12.069-5.53 16.518 0 3.471 1.36 5.207 4.07 5.207 4.39 0 8.54-4.312 12.45-12.937 2.66-5.859 4.15-10.714 4.47-14.565 0.11-1.411-0.19-2.577-0.89-3.499-0.71-0.922-1.68-1.41-2.93-1.465zm6.83-0.976h5.78c-1.35 3.634-3.2 8.95-5.53 15.948-2.5 7.54-3.74 12.666-3.74 15.379 0 1.139 0.43 1.708 1.3 1.708 1.9 0 4.55-3.688 7.97-11.066l1.79 0.733c-2.28 4.936-4.23 8.326-5.86 10.171-1.62 1.844-3.47 2.766-5.53 2.766-3.36 0-5.04-1.519-5.04-4.557 0-0.813 0.24-2.468 0.73-4.963-3.85 6.401-7.98 9.601-12.37 9.601-2.77 0-5.02-0.922-6.75-2.766-1.74-1.844-2.61-4.258-2.61-7.242 0-6.184 2.44-12.178 7.33-17.982 4.88-5.859 9.9-8.788 15.05-8.788 2.71 0 4.77 1.492 6.18 4.475l1.3-3.417zm16.71-17.82l0.49-1.8714c4.07-0.1628 8.68-0.434 13.83-0.8137-0.43 1.4646-0.76 2.5224-0.97 3.1733-0.6 1.6816-1.44 4.2312-2.53 7.6486l-6.59 21.481c-3.14 10.253-4.72 16.545-4.72 18.878 0 1.681 0.49 2.522 1.47 2.522 1.36 0 3.04-1.465 5.04-4.394 1.03-1.519 2.2-3.526 3.5-6.021l1.87 0.895c-1.62 2.983-2.84 5.099-3.66 6.347-2.49 3.743-5.34 5.614-8.54 5.614-1.63 0-2.96-0.597-3.99-1.79s-1.54-2.712-1.54-4.557c0-2.278 0.92-6.428 2.76-12.449l7.16-23.353c1.58-5.153 2.36-8.055 2.36-8.706 0-0.9764-0.38-1.6273-1.14-1.9528-0.76-0.3797-2.36-0.5967-4.8-0.651z" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill-opacity=".11077" stroke-width="1pt" fill="#fff"/>
+ <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203015" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203015" style="letter-spacing:.29056" y="-326.81229">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↓</tspan> 向下捲動頁面</tspan></text>
+ <path id="path7527" opacity=".5" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.96 172.17)"/>
+ <path id="text2413" d="m147.73 15.782c0.19 0.019 0.4 0.126 0.61 0.322 0.22 0.196 0.31 0.364 0.28 0.504-0.02 0.094-0.12 0.14-0.31 0.14-0.03 0-0.1-0.004-0.19-0.014-0.1-0.018-0.17-0.028-0.23-0.028-0.05 0-0.09 0.005-0.12 0.014 0.01 0-0.12 0.042-0.38 0.126s-0.58 0.182-0.97 0.294c-0.38 0.103-0.85 0.22-1.42 0.35-0.56 0.131-1.11 0.234-1.63 0.308l-0.1 0.112-0.22 0.952 0.03 0.294c0.04 0.14 0.2 0.238 0.5 0.294s0.77 0.084 1.4 0.084h0.23c0.49 0 0.85-0.004 1.09-0.014 0.24-0.018 0.4-0.032 0.47-0.042 0.09-0.018 0.21-0.051 0.37-0.098 0.12-0.037 0.21-0.084 0.26-0.14l0.19-0.21c0.08-0.093 0.16-0.242 0.23-0.448 0.09-0.205 0.16-0.387 0.21-0.546 0.06-0.168 0.13-0.298 0.2-0.392 0.07-0.093 0.15-0.107 0.24-0.042 0.04 0.028 0.02 0.243-0.06 0.644-0.11 0.542-0.16 0.845-0.15 0.91l0.26 0.294c0.03 0.056 0.04 0.112 0.03 0.168-0.08 0.411-1.08 0.616-2.98 0.616h-0.94c-0.27-0.009-0.52-0.023-0.75-0.042-0.24-0.018-0.43-0.032-0.59-0.042-0.16-0.018-0.3-0.046-0.42-0.084-0.12-0.046-0.23-0.079-0.31-0.098-0.07-0.028-0.14-0.079-0.18-0.154-0.04-0.074-0.07-0.13-0.09-0.168-0.01-0.046-0.02-0.121-0.02-0.224 0.01-0.112 0.01-0.2 0.02-0.266 0.02-0.065 0.05-0.168 0.07-0.308 0.04-0.158 0.09-0.42 0.16-0.784s0.13-0.662 0.18-0.896c0.17-0.849 0.28-1.516 0.35-2.002 0.06-0.056 0.14-0.084 0.24-0.084 0.06 0 0.14 0.014 0.24 0.042 0.1 0.019 0.17 0.028 0.22 0.028l0.55 0.154c0.01 0.01 0.03 0.014 0.04 0.014 0.03 0.056 0.04 0.112 0.03 0.168-0.01 0.075-0.13 0.173-0.35 0.294-0.22 0.112-0.34 0.192-0.37 0.238l-0.28 1.274c0 0.028 0.02 0.052 0.06 0.07l2.14-0.602c0.84-0.27 1.56-0.597 2.16-0.98m-0.07 5.95c-0.02 0.075-0.12 0.178-0.3 0.308-0.17 0.122-0.26 0.215-0.28 0.28-0.03 0.084-0.06 0.243-0.11 0.476-0.05 0.234-0.1 0.542-0.17 0.924l-0.04 0.168c-0.27 1.447-0.48 2.539-0.63 3.276-0.04 0.196-0.2 0.294-0.49 0.294l-0.18-0.014c-0.06-0.065-0.07-0.219-0.03-0.462 0.03-0.149 0.02-0.261-0.03-0.336-1.99 0-3.12 0.005-3.41 0.014l-0.4 0.028c-0.05 0.047-0.11 0.192-0.18 0.434l-0.1 0.224c-0.08 0.103-0.22 0.145-0.4 0.126-0.19-0.009-0.28-0.06-0.28-0.154 0-0.037 0.03-0.186 0.08-0.448 0.1-0.513 0.29-1.362 0.56-2.548l0.06-0.252 0.46-2.506 0.13-0.462c0.01-0.093 0.06-0.149 0.12-0.168 0.06 0.01 0.17 0.08 0.34 0.21 0.18 0.122 0.27 0.187 0.29 0.196 0.37 0.019 0.83 0.028 1.4 0.028 0.38 0 0.79-0.004 1.25-0.014h0.17l0.89 0.014c0.03-0.009 0.05-0.014 0.07-0.014 0.04-0.009 0.15-0.07 0.32-0.182 0.19-0.121 0.32-0.158 0.4-0.112 0.18 0.094 0.31 0.21 0.39 0.35 0.08 0.131 0.11 0.238 0.1 0.322m-9.3-3.206c-0.16 0-0.37 0.01-0.63 0.028-0.26 0.01-0.4 0.014-0.41 0.014-0.16-0.186-0.21-0.41-0.14-0.672 0.01-0.009 0.21 0.01 0.59 0.056 0.39 0.038 0.73 0.056 1 0.056 0.29 0 0.46-0.037 0.49-0.112 0.05-0.14 0.12-0.401 0.21-0.784 0.05-0.298 0.11-0.676 0.18-1.134 0.07-0.466 0.11-0.709 0.12-0.728 0.02-0.13 0.07-0.205 0.16-0.224 0.79 0.14 1.17 0.308 1.13 0.504-0.02 0.075-0.12 0.154-0.31 0.238-0.17 0.084-0.29 0.164-0.33 0.238-0.06 0.103-0.14 0.402-0.24 0.896-0.05 0.252-0.1 0.565-0.17 0.938-0.03 0.131 0.05 0.196 0.24 0.196 0.21 0 0.39-0.042 0.53-0.126l0.38-0.392c0.22-0.14 0.47 0.042 0.74 0.546l0.09 0.154c0.01 0.028 0.01 0.056 0 0.084-0.02 0.112-0.13 0.182-0.34 0.21l-0.67 0.028-0.84 0.014c-0.15 0.019-0.25 0.056-0.3 0.112l-0.54 2.408v0.028l0.01 0.014 1.96-0.784c0.07-0.009 0.12 0.061 0.16 0.21-0.05 0.112-0.42 0.336-1.12 0.672s-1.09 0.556-1.15 0.658c-0.02 0.094-0.09 0.416-0.2 0.966-0.1 0.542-0.25 1.312-0.46 2.31l-0.03 0.168c-0.04 0.196-0.07 0.369-0.11 0.518-0.02 0.122-0.04 0.234-0.07 0.336-0.02 0.103-0.03 0.164-0.03 0.182-0.05 0.271-0.14 0.476-0.25 0.616s-0.29 0.276-0.53 0.406c-0.19 0.103-0.33 0.154-0.44 0.154-0.07 0-0.15-0.079-0.22-0.238-0.07-0.158-0.12-0.247-0.17-0.266l-0.92-0.28c-0.07 0-0.09-0.056-0.06-0.168 0.02-0.121 0.17-0.191 0.44-0.21l1.24 0.028c0.09 0 0.19-0.247 0.31-0.742 0.13-0.504 0.36-1.577 0.7-3.22l0.06-0.28-0.05-0.014c-0.01 0.01-0.18 0.089-0.51 0.238-0.33 0.15-0.55 0.276-0.66 0.378l-0.13 0.406c-0.05 0.094-0.11 0.14-0.18 0.14-0.13 0-0.26-0.154-0.38-0.462-0.12-0.317-0.17-0.546-0.14-0.686 0.05-0.037 0.38-0.154 0.98-0.35 0.62-0.205 0.97-0.331 1.07-0.378 0.09-0.037 0.15-0.14 0.19-0.308 0.09-0.28 0.18-0.672 0.28-1.176 0.05-0.242 0.1-0.518 0.14-0.826 0.06-0.261 0.08-0.41 0.07-0.448 0-0.093-0.25-0.14-0.74-0.14m8.08 3.5c0-0.084-0.07-0.135-0.2-0.154-0.13-0.018-0.45-0.028-0.95-0.028-0.54 0-1.28 0.01-2.23 0.028h-0.4c-0.05 0-0.1 0.024-0.14 0.07-0.1 0.346-0.23 0.859-0.37 1.54l0.07 0.098c1.95 0.028 3.21 0.038 3.77 0.028 0.07-0.018 0.11-0.06 0.14-0.126l0.31-1.456m-4.79 3.962c0.08 0.103 0.6 0.154 1.55 0.154 1.07 0 1.73-0.014 1.98-0.042 0.25-0.018 0.4-0.07 0.45-0.154l0.29-1.414 0.04-0.238c0.02-0.056-0.01-0.102-0.1-0.14h-3.66c-0.1 0-0.16 0.033-0.2 0.098l-0.35 1.736m12.25-3.976c-0.14-0.009-0.22-0.056-0.24-0.14s-0.01-0.228 0.03-0.434c0.05-0.224 0.12-0.546 0.24-0.966l0.53-2.758c0.02-0.084 0.06-0.144 0.14-0.182 0.06 0.01 0.13 0.047 0.19 0.112 0.08 0.056 0.18 0.112 0.31 0.168 0.13 0.047 0.32 0.07 0.55 0.07 0.16 0 0.33-0.009 0.52-0.028l0.32-0.028c0.09-0.112 0.16-0.261 0.19-0.448 0.02-0.093 0.04-0.172 0.05-0.238-0.03-0.009-0.06-0.023-0.1-0.042-0.07-0.018-0.21-0.028-0.42-0.028-0.31 0-0.78 0.019-1.42 0.056l-0.86 0.014c-0.17 0-0.27-0.074-0.3-0.224-0.03-0.158-0.01-0.266 0.04-0.322 0.06-0.009 0.28 0 0.66 0.028 0.39 0.028 0.73 0.042 1.04 0.042 0.29 0 0.47-0.028 0.54-0.084 0-0.13-0.03-0.261-0.11-0.392-0.06-0.14-0.14-0.266-0.24-0.378-0.08-0.112-0.13-0.182-0.14-0.21 0-0.13 0.06-0.21 0.19-0.238 0.28 0.094 0.5 0.201 0.65 0.322 0.16 0.122 0.26 0.229 0.28 0.322 0.03 0.094 0.05 0.187 0.06 0.28 0.01 0.094 0.01 0.168-0.01 0.224-0.02 0.103-0.04 0.159-0.05 0.168l1.43-0.014c0.05-0.009 0.09-0.014 0.13-0.014 0.11-0.056 0.3-0.275 0.56-0.658 0.26-0.392 0.4-0.592 0.42-0.602 0.04-0.046 0.09-0.07 0.15-0.07 0.11 0 0.24 0.056 0.41 0.168 0.18 0.103 0.28 0.187 0.32 0.252-0.01 0.131-0.11 0.215-0.31 0.252l-0.26 0.056c-0.27 0.159-0.5 0.36-0.68 0.602 0.05 0.038 0.31 0.056 0.79 0.056 0.42 0 0.67-0.009 0.75-0.028 0.09-0.018 0.21-0.112 0.38-0.28 0.13-0.14 0.25-0.21 0.34-0.21 0.03 0 0.05 0.005 0.07 0.014 0.05 0.038 0.1 0.089 0.15 0.154 0.07 0.066 0.13 0.14 0.2 0.224s0.12 0.164 0.15 0.238c0.04 0.075 0.04 0.145 0.02 0.21-0.03 0.056-0.1 0.094-0.2 0.112-0.09 0.01-0.23 0.014-0.41 0.014h-0.36c-0.2-0.009-0.55-0.014-1.05-0.014-0.49-0.009-1.14-0.014-1.93-0.014-0.12 0.056-0.27 0.196-0.45 0.42l-0.14 0.21c0.01 0.075 0.03 0.112 0.06 0.112 0.21 0.028 0.48 0.042 0.81 0.042 0.58 0 0.96-0.014 1.13-0.042 0.19-0.037 0.35-0.107 0.48-0.21 0.06-0.037 0.12-0.056 0.18-0.056 0.11 0 0.22 0.07 0.32 0.21 0.11 0.131 0.16 0.262 0.14 0.392l-0.01 0.084c-0.23 0.178-0.36 0.392-0.41 0.644-0.09 0.458-0.17 0.938-0.24 1.442-0.05 0.504-0.09 0.808-0.12 0.91-0.05 0.252-0.11 0.425-0.18 0.518-0.08 0.094-0.2 0.145-0.37 0.154l-0.21-0.042h-0.01c-0.09-0.177-0.18-0.266-0.3-0.266l-2.82-0.014c-0.55 0-0.87 0.005-0.94 0.014-0.08 0.01-0.17 0.075-0.3 0.196-0.1 0.112-0.21 0.168-0.33 0.168m-1-5.138c-0.14-0.27-0.38-0.574-0.74-0.91-0.35-0.336-0.59-0.522-0.7-0.56-0.01-0.084 0.02-0.154 0.07-0.21 0.06-0.065 0.13-0.098 0.23-0.098 0.16 0 0.37 0.066 0.63 0.196 0.27 0.122 0.51 0.308 0.72 0.56 0.23 0.243 0.31 0.49 0.24 0.742l-0.1 0.21-0.09 0.084-0.17 0.014c-0.03 0-0.06-0.009-0.09-0.028m-1.75 0.238c0.14 0 0.35 0.052 0.62 0.154 0.27 0.103 0.52 0.252 0.74 0.448 0.24 0.196 0.33 0.397 0.3 0.602-0.06 0.252-0.16 0.378-0.31 0.378s-0.33-0.135-0.55-0.406l-0.1-0.126c-0.06-0.074-0.33-0.266-0.81-0.574l-0.11-0.098c-0.05-0.056-0.06-0.13-0.03-0.224 0.01-0.018 0.03-0.042 0.04-0.07 0.05-0.056 0.12-0.084 0.21-0.084m5.07 7.028c0.27 0 0.45-0.014 0.53-0.042 0.09-0.028 0.15-0.093 0.19-0.196 0.01-0.056 0.04-0.312 0.09-0.77l-0.07-0.056-2.43-0.056c-1.32-0.093-2.21-0.522-2.68-1.288h-0.09l-1.12 0.854c-0.21 0.168-0.34 0.299-0.41 0.392l-0.18 0.322c-0.03 0.028-0.06 0.052-0.09 0.07-0.14 0.028-0.26-0.074-0.37-0.308-0.11-0.242-0.14-0.429-0.12-0.56 0.01-0.037 0.02-0.065 0.03-0.084l0.87-0.336c0.59-0.242 0.99-0.485 1.22-0.728 0.08-0.196 0.15-0.41 0.19-0.644 0.05-0.242 0.07-0.434 0.07-0.574 0-0.084-0.16-0.126-0.47-0.126-0.09 0-0.21 0.01-0.37 0.028-0.15 0.019-0.28 0.028-0.39 0.028-0.1 0-0.21-0.004-0.32-0.014-0.11-0.018-0.19-0.065-0.22-0.14-0.04-0.074-0.05-0.177-0.03-0.308 0.03-0.102 0.1-0.163 0.21-0.182 0.39 0.075 0.78 0.112 1.17 0.112h0.17 0.2c0.05-0.028 0.12-0.074 0.18-0.14 0.08-0.065 0.13-0.112 0.17-0.14 0.04-0.037 0.09-0.065 0.17-0.084 0.07-0.028 0.14-0.018 0.21 0.028 0.23 0.187 0.37 0.346 0.43 0.476 0.06 0.131 0.05 0.224-0.03 0.28-0.06 0.056-0.15 0.126-0.25 0.21-0.1 0.075-0.17 0.145-0.2 0.21l-0.18 0.826c-0.04 0.327 0.03 0.532 0.23 0.616 0.65 0.364 1.39 0.56 2.21 0.588h0.1c0.28 0.01 0.56 0.014 0.85 0.014 1.04 0 2.03-0.032 2.98-0.098l1.78-0.182h0.06c0.03-0.018 0.07 0.01 0.11 0.084-0.02 0.103-0.12 0.229-0.3 0.378-0.16 0.14-0.27 0.243-0.3 0.308-0.08 0.038-0.42 0.075-1.03 0.112-0.6 0.038-1.03 0.056-1.28 0.056-0.06 0-0.1 0.028-0.12 0.084 0 0.01 0.06 0.028 0.17 0.056 0.12 0.028 0.21 0.075 0.27 0.14 0.06 0.056 0.06 0.14-0.02 0.252-0.19 0.122-0.29 0.182-0.3 0.182-0.08 0.066-0.12 0.14-0.12 0.224l0.1 0.098c0.15 0.01 0.29 0.014 0.42 0.014 0.27 0 0.49-0.028 0.65-0.084 0.16-0.065 0.27-0.13 0.3-0.196 0.05-0.074 0.11-0.14 0.17-0.196 0.07-0.065 0.14-0.098 0.23-0.098 0.1 0 0.24 0.112 0.43 0.336 0.2 0.224 0.29 0.397 0.27 0.518-0.02 0.084-0.08 0.136-0.19 0.154-0.09 0.019-0.31 0.028-0.67 0.028-0.23 0-0.52-0.004-0.87-0.014-0.39 0-0.69 0.014-0.89 0.042l-0.1 0.098c-0.08 0.308-0.16 0.644-0.24 1.008l-0.12 0.798c-0.09 0.28-0.26 0.486-0.51 0.616-0.24 0.14-0.45 0.21-0.61 0.21-0.07 0-0.13-0.009-0.19-0.028-0.14-0.317-0.37-0.485-0.7-0.504l-0.56-0.056-0.16-0.07c-0.07-0.018-0.1-0.06-0.1-0.126 0.01-0.065 0.04-0.112 0.08-0.14 0.04-0.037 0.25-0.056 0.65-0.056 0.33 0 0.62 0.005 0.86 0.014 0.25 0.019 0.41 0.024 0.49 0.014l0.13-0.14c0.09-0.289 0.17-0.574 0.22-0.854 0.07-0.326 0.1-0.546 0.09-0.658 0-0.121-0.04-0.182-0.11-0.182-0.08-0.009-0.22-0.014-0.44-0.014-0.2 0-0.48 0.005-0.84 0.014h-0.17l-2.96 0.042-2.83 0.014h-0.11c-0.09 0-0.15-0.051-0.2-0.154-0.04-0.112-0.04-0.224-0.01-0.336 0.02-0.112 0.06-0.168 0.14-0.168s0.28 0.028 0.58 0.084c0.32 0.047 0.52 0.07 0.61 0.07 0.3 0.019 1.19 0.024 2.67 0.014h2.56c0.23 0.01 0.41 0.014 0.56 0.014m-4.18 0.588c0.3 0.028 0.59 0.206 0.89 0.532 0.3 0.327 0.42 0.621 0.37 0.882-0.02 0.094-0.07 0.182-0.16 0.266l-0.18 0.14-0.1 0.042c-0.14 0-0.24-0.065-0.32-0.196-0.07-0.13-0.13-0.28-0.15-0.448-0.03-0.158-0.05-0.252-0.07-0.28l-0.44-0.644c-0.01-0.018-0.01-0.032 0-0.042-0.01-0.028-0.01-0.051 0-0.07 0.01-0.065 0.06-0.126 0.16-0.182m2.94-6.16c0 0.028-0.01 0.066-0.02 0.112-0.03 0.103 0.01 0.164 0.1 0.182 0.1 0.019 0.33 0.028 0.67 0.028 1.7 0 2.76 0.014 3.18 0.042 0.13-0.056 0.21-0.154 0.24-0.294 0.04-0.158 0.01-0.266-0.07-0.322-0.59-0.018-1.9-0.028-3.92-0.028-0.09 0.038-0.16 0.131-0.18 0.28m0.08 0.784c-0.09 0.019-0.16 0.047-0.21 0.084-0.04 0.038-0.07 0.122-0.1 0.252-0.03 0.159-0.01 0.271 0.04 0.336 1.04 0.038 2.05 0.056 3.04 0.056h0.34c0.1-0.009 0.19-0.009 0.26 0 0.08 0 0.14-0.004 0.2-0.014 0.06-0.009 0.1-0.018 0.14-0.028 0.04-0.018 0.07-0.037 0.08-0.056 0.03-0.028 0.05-0.056 0.06-0.084s0.02-0.065 0.03-0.112c0.04-0.186 0.01-0.308-0.09-0.364-1.1-0.065-2.01-0.098-2.73-0.098-0.36 0-0.67 0.01-0.93 0.028h-0.13m3.6 1.736c0.08-0.308 0.09-0.494 0.03-0.56-0.42-0.046-1.06-0.07-1.91-0.07-0.36 0-0.76 0.005-1.2 0.014l-0.9 0.056h-0.03c-0.06 0.066-0.11 0.159-0.14 0.28 0 0.056-0.01 0.117-0.01 0.182l0.03 0.154c0.07 0.047 0.39 0.07 0.94 0.07 0.48 0 1.14-0.014 1.98-0.042h0.44l0.52 0.014c0.09-0.009 0.17-0.042 0.25-0.098m14.87-1.764c-0.03 0.159-0.22 0.238-0.56 0.238-0.89-0.009-1.62-0.014-2.19-0.014-0.53 0-0.91 0.005-1.15 0.014-0.23 0-0.42 0.01-0.57 0.028-0.15 0.019-0.23 0.038-0.25 0.056-0.02 0.019-0.03 0.056-0.04 0.112-0.23 1.148-0.35 1.858-0.38 2.128l0.08 0.084h2.69c0.31 0 0.61-0.004 0.91-0.014 0.01 0 0.14-0.116 0.38-0.35 0.25-0.233 0.42-0.35 0.52-0.35 0.08 0 0.21 0.112 0.37 0.336 0.18 0.215 0.34 0.439 0.47 0.672-0.03 0.094-0.09 0.159-0.19 0.196-0.08 0.028-0.23 0.042-0.46 0.042h-0.24c-0.15-0.009-0.36-0.014-0.64-0.014h-3.09l-0.79 0.014c-0.02 0-0.04 0.005-0.05 0.014-0.02 0-0.06 0.038-0.12 0.112l-0.61 3.318c-0.06 0.243-0.11 0.416-0.16 0.518-0.03 0.112-0.11 0.243-0.22 0.392-0.11 0.159-0.27 0.28-0.46 0.364-0.19 0.094-0.44 0.173-0.76 0.238-0.04-0.018-0.1-0.112-0.17-0.28-0.05-0.168-0.13-0.27-0.23-0.308l-1.4-0.28c-0.08-0.056-0.1-0.13-0.06-0.224 0.02-0.112 0.1-0.186 0.24-0.224 0.6 0.103 1.12 0.154 1.54 0.154 0.17 0 0.32-0.009 0.45-0.028 0.17 0 0.29-0.074 0.36-0.224 0.21-0.886 0.37-1.647 0.5-2.282 0.12-0.569 0.17-0.919 0.17-1.05 0.01-0.13-0.04-0.196-0.15-0.196l-3-0.014c-0.74 0.028-1.41 0.089-1.99 0.182-0.05-0.056-0.1-0.168-0.15-0.336s-0.07-0.289-0.06-0.364c0.02-0.065 0.06-0.102 0.12-0.112 0.07 0 0.54 0.033 1.4 0.098 0.02 0 0.18 0.01 0.47 0.028 0.3 0.01 0.74 0.014 1.32 0.014 0.34 0 0.7-0.004 1.06-0.014l1.04-0.028c0.07-0.065 0.11-0.107 0.11-0.126l0.43-2.114c0-0.102-0.04-0.154-0.14-0.154l-3.5 0.028-0.61 0.098-0.14-0.056c-0.04-0.046-0.07-0.154-0.1-0.322s-0.03-0.294 0-0.378l0.1-0.056c0.56 0.112 1.34 0.168 2.35 0.168 0.74 0 1.43-0.018 2.09-0.056 0.09-0.074 0.23-0.588 0.42-1.54 0.05-0.27 0.09-0.452 0.12-0.546l-0.05-0.07c-1.51 0.243-2.73 0.364-3.69 0.364h-0.39c-0.1-0.009-0.18-0.014-0.22-0.014-0.04-0.009-0.06-0.014-0.07-0.014-0.16-0.028-0.23-0.126-0.2-0.294 0.03-0.102 0.08-0.158 0.16-0.168l0.78-0.028c2.34-0.121 4.71-0.541 7.11-1.26l0.69-0.336c0.04-0.009 0.07-0.014 0.11-0.014 0.09 0 0.24 0.07 0.43 0.21 0.21 0.131 0.36 0.266 0.45 0.406 0 0.178-0.11 0.29-0.33 0.336-0.22 0.038-0.38 0.042-0.48 0.014h-0.14l-3.35 0.728c-0.09 0.075-0.23 0.607-0.42 1.596l-0.07 0.532c0 0.094 0.06 0.14 0.19 0.14l2.32 0.042c0.26-0.009 0.45-0.056 0.57-0.14 0.13-0.084 0.23-0.191 0.31-0.322 0.1-0.13 0.22-0.233 0.37-0.308 0.13 0.075 0.3 0.229 0.53 0.462 0.23 0.234 0.33 0.416 0.31 0.546m11.99 1.008c0.05-0.018 0.17-0.116 0.37-0.294 0.19-0.177 0.33-0.266 0.42-0.266 0.08 0 0.22 0.122 0.42 0.364 0.2 0.243 0.29 0.42 0.26 0.532-0.01 0.066-0.05 0.112-0.14 0.14l-0.38 0.056-1.05 0.028c-0.07 0.038-0.11 0.08-0.12 0.126-0.04 0.122-0.13 0.514-0.27 1.176l-0.63 3.458-0.15 0.602c-0.04 0.159-0.12 0.294-0.25 0.406-0.13 0.122-0.27 0.206-0.42 0.252-0.15 0.047-0.27 0.08-0.37 0.098-0.09 0.028-0.15 0.042-0.17 0.042-0.05 0-0.1-0.014-0.14-0.042-0.08-0.308-0.28-0.49-0.58-0.546l-0.55-0.07c-0.06-0.065-0.07-0.163-0.01-0.294 0.02-0.037 0.19-0.056 0.49-0.056 0.12 0 0.28 0.005 0.47 0.014 0.2 0.01 0.32 0.014 0.37 0.014 0.22 0 0.37-0.037 0.46-0.112 0.08-0.074 0.15-0.228 0.19-0.462l0.9-4.438c0.01-0.046 0-0.084-0.03-0.112-0.02-0.028-0.07-0.046-0.17-0.056-0.09-0.018-0.17-0.028-0.25-0.028h-0.39c-0.69 0-1.06 0.01-1.11 0.028-0.08 0-0.14 0.042-0.18 0.126l-0.45 1.47c-0.66 1.951-1.54 3.444-2.66 4.48-0.09 0.084-0.17 0.098-0.25 0.042-0.06-0.046-0.03-0.158 0.1-0.336 0.13-0.177 0.36-0.508 0.69-0.994 0.33-0.494 0.63-1.036 0.89-1.624 0.39-0.877 0.74-1.899 1.05-3.066l-0.08-0.14-1.37 0.042c-0.12 0.038-0.19 0.117-0.21 0.238-0.12 0.336-0.25 0.887-0.4 1.652-0.11 0.542-0.2 1.055-0.28 1.54l-0.12 0.7-0.23 1.162c-0.05 0.206-0.22 0.406-0.5 0.602s-0.53 0.294-0.76 0.294c-0.07 0-0.13-0.06-0.16-0.182-0.04-0.121-0.06-0.186-0.07-0.196-0.02-0.009-0.21-0.065-0.56-0.168-0.35-0.102-0.51-0.205-0.49-0.308 0-0.084 0.05-0.154 0.16-0.21l1.14 0.07c0.26 0 0.44-0.046 0.53-0.14 0.1-0.084 0.18-0.266 0.22-0.546l0.65-3.22c0.07-0.373 0.13-0.653 0.17-0.84 0.03-0.186 0.05-0.303 0.04-0.35 0-0.056-0.02-0.084-0.07-0.084-0.12-0.028-0.43-0.042-0.93-0.042-0.43 0-0.71 0.014-0.84 0.042-0.12 0.019-0.18 0.08-0.19 0.182-0.33 1.167-0.67 2.17-1.04 3.01-0.36 0.84-0.81 1.582-1.36 2.226-0.24 0.318-0.43 0.532-0.58 0.644-0.06 0.066-0.14 0.066-0.26 0-0.04-0.046-0.02-0.14 0.06-0.28 0.08-0.13 0.28-0.387 0.57-0.77 0.7-0.896 1.36-2.552 1.96-4.97l-0.07-0.098-1.38 0.056c-0.06-0.037-0.1-0.102-0.13-0.196-0.03-0.102-0.03-0.191-0.03-0.266 0.02-0.065 0.06-0.107 0.1-0.126l1.11 0.084c0.15 0 0.29-0.014 0.43-0.042 0.12-0.13 0.29-0.709 0.49-1.736 0.25-1.185 0.42-2.179 0.52-2.982 0.04-0.056 0.09-0.084 0.15-0.084 0.08 0 0.14 0.019 0.2 0.056 0.06 0.028 0.1 0.066 0.14 0.112 0.05 0.038 0.15 0.075 0.31 0.112 0.16 0.038 0.37 0.056 0.64 0.056 0.73 0 1.13-0.028 1.21-0.084 0.06-0.046 0.13-0.102 0.19-0.168 0.07-0.065 0.11-0.107 0.14-0.126 0.04-0.018 0.08-0.028 0.13-0.028 0.14 0 0.32 0.182 0.54 0.546l0.07 0.21c0.01 0.075-0.07 0.173-0.25 0.294-0.17 0.122-0.26 0.215-0.29 0.28-0.06 0.159-0.17 0.672-0.35 1.54-0.09 0.439-0.18 0.962-0.3 1.568l-0.04 0.224c-0.03 0.112-0.02 0.187 0.03 0.224 0.06 0.038 0.18 0.056 0.36 0.056 0.4 0 0.76-0.023 1.1-0.07 0.14-0.112 0.3-0.616 0.47-1.512 0.09-0.41 0.18-0.928 0.27-1.554 0.1-0.625 0.18-1.068 0.22-1.33 0.04-0.149 0.07-0.252 0.09-0.308s0.07-0.084 0.12-0.084c0.1 0 0.17 0.019 0.23 0.056 0.05 0.028 0.1 0.066 0.14 0.112 0.03 0.038 0.13 0.075 0.29 0.112 0.17 0.038 0.39 0.056 0.67 0.056h0.65c0.13-0.009 0.25-0.028 0.36-0.056 0.11-0.037 0.18-0.065 0.2-0.084 0.02-0.018 0.09-0.079 0.21-0.182 0.11-0.084 0.2-0.126 0.28-0.126 0.09 0 0.22 0.098 0.39 0.294s0.24 0.346 0.22 0.448c-0.02 0.084-0.11 0.187-0.29 0.308-0.18 0.122-0.27 0.21-0.28 0.266l-0.58 2.842-0.09 0.56c-0.02 0.084 0 0.136 0.05 0.154m-0.8-0.084c0.08-0.177 0.2-0.69 0.37-1.54 0.24-1.222 0.37-1.95 0.38-2.184 0.02-0.093-0.01-0.149-0.09-0.168h-1.72c-0.07 0-0.13 0.08-0.18 0.238-0.33 1.671-0.59 2.922-0.8 3.752l0.04 0.056c1.24 0 1.91-0.051 2-0.154m-5.93-3.92c-0.07 0-0.12 0.014-0.16 0.042-0.03 0.028-0.07 0.075-0.11 0.14-0.03 0.066-0.07 0.154-0.1 0.266-0.02 0.112-0.06 0.252-0.09 0.42s-0.07 0.369-0.12 0.602c-0.33 1.708-0.49 2.576-0.47 2.604l1.37 0.056c0.22-0.009 0.36-0.028 0.45-0.056 0.08-0.028 0.14-0.093 0.18-0.196 0.22-0.98 0.38-1.768 0.5-2.366 0.09-0.429 0.14-0.709 0.17-0.84 0.03-0.14 0.04-0.275 0.03-0.406 0-0.14-0.03-0.219-0.08-0.238l-1.57-0.028" stroke="#fff" stroke-width=".4" fill="#fff"/>
</g>
- <text id="text1920" style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.0000000" font-style="normal" transform="scale(1.130730,1.130730)" font-stretch="normal" font-variant="normal" y="18.25828" x="176.24451" font-weight="normal" fill="#ffffff">
- <tspan id="tspan1668" style="letter-spacing:2.1813099;" dx="0 -0.57057059 0 0 0 0 0" fill="#ffffff">::基本</tspan>
+ <text id="text1920" font-family="Sans" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff">
+ <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::基本</tspan>
</text>
<!--Author: bulia byak, buliabyak@users.sf.net-->
- <rect id="d0e15" display="none" height="1000px" width="264" y="36" x="35"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.2" line-height="150%" font-weight="normal" font-style="italic" fill="#000000">
+ <rect id="d0e15" display="none" height="1e3px" width="264" y="36" x="35"/>
+ <flowRoot font-size="7.2" font-style="italic" font-family="Sans" line-height="150%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e15"/>
</flowRegion>
<flowDiv xml:space="preserve">這篇教學示範 Inkscape 的基本使用。本文是標準的 Inkscape 文件,所以你可以觀看、編輯、複製內容或儲存。</flowDiv>
</flowRoot>
- <rect id="d0e18" display="none" height="1000px" width="264" y="59.845" x="35"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.2" line-height="150%" font-weight="normal" font-style="italic" fill="#000000">
+ <rect id="d0e18" display="none" height="1e3px" width="264" y="60.653" x="35"/>
+ <flowRoot font-size="7.2" font-style="italic" font-family="Sans" line-height="150%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e18"/>
</flowRegion>
<flowDiv xml:space="preserve">基本教學的內容涵蓋畫布瀏覽、管理文件、形狀工具基礎、選取技巧、用選取器改變物件、群組、設定填色和邊框、對齊和排列順序。到說明選單中看看其他教學有更多進階的主題。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="113.311718" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="113.311718" x="10">平移畫布</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="115.533281" x="10" font-family="Sans" fill="#000000">
+ <tspan y="115.533281" x="10">平移畫布</tspan>
</text>
- <rect id="d0e27" display="none" height="1000px" width="288" y="118.51" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e27" display="none" height="1e3px" width="288" y="120.73" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e27"/>
</flowRegion>
<flowDiv xml:space="preserve">有許多方式來平移 (捲動) 文件畫布。試著用鍵盤上的 <flowSpan font-weight="bold">Crtl+方向鍵</flowSpan> 來捲動。(立刻嘗試這個方法向下捲動這個文件。) 你也可以用滑鼠中鍵拖動畫布。或者,使用捲軸 (按 <flowSpan font-weight="bold">Ctrl+B</flowSpan> 以顯示或隱藏捲軸)。<flowSpan font-weight="bold">滑鼠滾輪</flowSpan> 也可進行垂直方向的捲動;按 <flowSpan font-weight="bold">Shift</flowSpan> 並滾動可水平捲動。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="183.849644" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="183.849644" x="10">縮放畫面</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="185.209245" x="10" font-family="Sans" fill="#000000">
+ <tspan y="185.209245" x="10">縮放畫面</tspan>
</text>
- <rect id="d0e48" display="none" height="1000px" width="288" y="189.05" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e48" display="none" height="1e3px" width="288" y="190.41" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e48"/>
</flowRegion>
<flowDiv xml:space="preserve">按 <flowSpan font-weight="bold">-</flowSpan> 和 <flowSpan font-weight="bold">+</flowSpan> (或 <flowSpan font-weight="bold">=</flowSpan>) 按鍵進行縮放是最簡單的方法。你也可以用 <flowSpan font-weight="bold">Ctrl+點擊滑鼠中鍵</flowSpan> 或者 <flowSpan font-weight="bold">Ctrl+點擊滑鼠右鍵</flowSpan> 來放大畫面、<flowSpan font-weight="bold">Shift+點擊滑鼠中鍵</flowSpan> 或 <flowSpan font-weight="bold">Shift+點擊滑鼠右鍵</flowSpan> 來縮小畫面,或按著 <flowSpan font-weight="bold">Ctrl</flowSpan> 滾動滑鼠滾輪。或者,你可以在縮放輸入區中點擊一下 (在文件視窗的左下角),輸入一個縮放畫面的精確值 (單位為 %),並按一下 Enter 鍵。我們也有縮放工具 (在左側的工具列中) 讓你經由拖動周圍放大到一個區域。</flowDiv>
</flowRoot>
- <rect id="d0e75" display="none" height="1000px" width="288" y="263.78" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e75" display="none" height="1e3px" width="288" y="264.65" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e75"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 也保留在這個工作階段中使用過的縮放層級記錄。按下 <flowSpan font-weight="bold">`</flowSpan> 鍵回到上一個縮放狀態,或 <flowSpan font-weight="bold">Shift+`</flowSpan> 前往下一個。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="306.126346" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="306.126346" x="10">Inkscape 工具</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="306.59454600000004" x="10" font-family="Sans" fill="#000000">
+ <tspan y="306.59454600000004" x="10">Inkscape 工具</tspan>
</text>
- <rect id="d0e90" display="none" height="1000px" width="288" y="311.33" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e90" display="none" height="1e3px" width="288" y="311.79" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e90"/>
</flowRegion>
<flowDiv xml:space="preserve">於左側的垂直工具列陳列著 Inkscape 的繪製和編輯工具。在視窗頂端、選單的下面,有包括一般命令按鈕的<flowSpan font-style="italic">命令列</flowSpan>和每個工具特性控制的<flowSpan font-style="italic">工具控制列</flowSpan>。位於視窗底部的<flowSpan font-style="italic">狀態列</flowSpan>在你使用時會顯示有用的提示和訊息。</flowDiv>
</flowRoot>
- <rect id="d0e102" display="none" height="1000px" width="288" y="350.72" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e102" display="none" height="1e3px" width="288" y="351.83" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e102"/>
</flowRegion>
<flowDiv xml:space="preserve">許多操作可由鍵盤的快捷鍵達成。開啟 說明 &gt; 鍵盤和滑鼠 可看見完整的參照。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="381.64853350000004" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="381.64853350000004" x="10">建立和管理文件</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="382.47901600000006" x="10" font-family="Sans" fill="#000000">
+ <tspan y="382.47901600000006" x="10">建立和管理文件</tspan>
</text>
- <rect id="d0e111" display="none" height="1000px" width="288" y="386.85" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e111" display="none" height="1e3px" width="288" y="387.68" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e111"/>
</flowRegion>
<flowDiv xml:space="preserve">可使用 <flowSpan font-family="Sans">檔案 &gt; 新增</flowSpan> 或按 <flowSpan font-weight="bold">Ctrl+N</flowSpan> 建立一個新的空白文件。使用 <flowSpan font-family="Sans">檔案 &gt; 開啟</flowSpan> (<flowSpan font-weight="bold">Ctrl+O</flowSpan>) 開啟一個現有的 SVG 文件。使用 <flowSpan font-family="Sans">檔案 &gt; 儲存</flowSpan> (<flowSpan font-weight="bold">Ctrl+S</flowSpan>) 進行儲存,或用 另存為 (<flowSpan font-weight="bold">Shift+Ctrl+S</flowSpan>) 根據新的檔名來儲存。(Inkscape 仍可能不穩定,所以記得時常儲存!)</flowDiv>
</flowRoot>
- <rect id="d0e135" display="none" height="1000px" width="288" y="439.61" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e135" display="none" height="1e3px" width="288" y="439.98" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e135"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 使用 SVG (可縮放向量圖形) 格式作為檔案格式。SVG 是一個開放的標準,被圖形軟體廣泛地支援。SVG 檔案基於 XML 並且可藉由任何的文字或 XML 編輯器進行編輯 (Inkscape 以外的軟體)。除了 SVG 外,Inkscape 可以匯入和匯出幾種其他格式 (EPS、PNG)。</flowDiv>
</flowRoot>
- <rect id="d0e138" display="none" height="1000px" width="288" y="492.35" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e138" display="none" height="1e3px" width="288" y="492.03" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e138"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 對每一個文件開啟一個分離視窗。你可以使用你的視窗管理程式 (例如用 <flowSpan font-weight="bold">Alt+Tab</flowSpan>) 在它們之間瀏覽,或者使用 Inkscape 快捷鍵 <flowSpan font-weight="bold">Ctrl+Tab</flowSpan> 循環切換所有開啟的文件視窗。(現在建立一個新文件,並在新文件和本文件之間切換進行練習。) 注意:Inkscape 將這些視窗視為像網頁瀏覽器中的分頁一樣,這表示 <flowSpan font-weight="bold">Ctrl+Tab</flowSpan> 快捷鍵只對在同一程序的文件有用。如果你從檔案瀏覽器中開啟多個檔案或從圖示啟動數個 Inkscape 程序,那麼快捷鍵就不會有作用。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="581.3341565" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="581.3341565" x="10">建立形狀</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="580.146552" x="10" font-family="Sans" fill="#000000">
+ <tspan y="580.146552" x="10">建立形狀</tspan>
</text>
- <rect id="d0e156" display="none" height="1000px" width="288" y="586.53" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e156" display="none" height="1e3px" width="288" y="585.35" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e156"/>
</flowRegion>
<flowDiv xml:space="preserve">學習製作一些漂亮的形狀!點擊在工具列上的矩形工具 (或按 <flowSpan font-weight="bold">F4</flowSpan>) 然後在一個新的空白文件或這裡點擊並拖曳:</flowDiv>
</flowRoot>
- <rect id="basic-f01-zh_TW.svgrect824" fill-rule="evenodd" transform="translate(10, 623.1585325) " height="21.106" width="19.394" stroke="#000" y="11.835" x="8.2426" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00F"/>
- <rect id="basic-f01-zh_TW.svgrect825" fill-rule="evenodd" transform="translate(10, 623.1585325) " height="15.972" width="23.387" stroke="#000" y="7.2717" x="37.905" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00F"/>
- <rect id="basic-f01-zh_TW.svgrect826" fill-rule="evenodd" transform="translate(10, 623.1585325) " height="48.486" width="71.303" stroke="#000" y="0.99707" x="69.848" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00F"/>
- <rect id="basic-f01-zh_TW.svgrect827" fill-rule="evenodd" transform="translate(10, 623.1585325) " height="22.247" width="55.331" stroke="#000" y="2.7083" x="108.64" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00F"/>
- <rect id="basic-f01-zh_TW.svgrect828" fill-rule="evenodd" transform="translate(10, 623.1585325) " height="25.099" width="39.93" stroke="#000" y="15.828" x="122.33" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00F"/>
- <rect id="basic-f01-zh_TW.svgrect829" fill-rule="evenodd" transform="translate(10, 623.1585325) " height="24.528" width="35.366" stroke="#000" y="23.814" x="152.56" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00F"/>
- <rect id="basic-f01-zh_TW.svgrect830" fill-rule="evenodd" transform="translate(10, 623.1585325) " height="28.521" width="31.944" stroke="#000" y="4.4196" x="176.52" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00F"/>
- <rect id="basic-f01-zh_TW.svgrect742" fill-rule="evenodd" transform="translate(10, 623.1585325) " height="3.5282" width="8.8205" stroke="#000" y="41.053" x="213.39" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00F"/>
- <rect id="basic-f01-zh_TW.svgrect743" fill-rule="evenodd" transform="translate(10, 623.1585325) " height="4.1162" width="7.0564" stroke="#000" y="28.116" x="232.79" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00F"/>
- <rect id="basic-f01-zh_TW.svgrect744" fill-rule="evenodd" transform="translate(10, 623.1585325) " height="1.7641" width="4.1162" stroke="#000" y="20.472" x="247.49" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00F"/>
- <rect id="basic-f01-zh_TW.svgrect745" fill-rule="evenodd" transform="translate(10, 623.1585325) " height="1.1761" width="2.9402" stroke="#000" y="17.532" x="259.25" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00F"/>
- <rect id="d0e172" display="none" height="1000px" width="288" y="684.89" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="basic-f01-zh_TW.svgrect824" fill-rule="evenodd" transform="translate(10 622.37)" height="21.106" width="19.394" stroke="#000" y="11.835" x="8.2426" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/>
+ <rect id="basic-f01-zh_TW.svgrect825" fill-rule="evenodd" transform="translate(10 622.37)" height="15.972" width="23.387" stroke="#000" y="7.2717" x="37.905" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/>
+ <rect id="basic-f01-zh_TW.svgrect826" fill-rule="evenodd" transform="translate(10 622.37)" height="48.486" width="71.303" stroke="#000" y=".99707" x="69.848" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/>
+ <rect id="basic-f01-zh_TW.svgrect827" fill-rule="evenodd" transform="translate(10 622.37)" height="22.247" width="55.331" stroke="#000" y="2.7083" x="108.64" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/>
+ <rect id="basic-f01-zh_TW.svgrect828" fill-rule="evenodd" transform="translate(10 622.37)" height="25.099" width="39.93" stroke="#000" y="15.828" x="122.33" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/>
+ <rect id="basic-f01-zh_TW.svgrect829" fill-rule="evenodd" transform="translate(10 622.37)" height="24.528" width="35.366" stroke="#000" y="23.814" x="152.56" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/>
+ <rect id="basic-f01-zh_TW.svgrect830" fill-rule="evenodd" transform="translate(10 622.37)" height="28.521" width="31.944" stroke="#000" y="4.4196" x="176.52" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/>
+ <rect id="basic-f01-zh_TW.svgrect742" fill-rule="evenodd" transform="translate(10 622.37)" height="3.5282" width="8.8205" stroke="#000" y="41.053" x="213.39" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/>
+ <rect id="basic-f01-zh_TW.svgrect743" fill-rule="evenodd" transform="translate(10 622.37)" height="4.1162" width="7.0564" stroke="#000" y="28.116" x="232.79" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/>
+ <rect id="basic-f01-zh_TW.svgrect744" fill-rule="evenodd" transform="translate(10 622.37)" height="1.7641" width="4.1162" stroke="#000" y="20.472" x="247.49" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/>
+ <rect id="basic-f01-zh_TW.svgrect745" fill-rule="evenodd" transform="translate(10 622.37)" height="1.1761" width="2.9402" stroke="#000" y="17.532" x="259.25" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/>
+ <rect id="d0e172" display="none" height="1e3px" width="288" y="684.1" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e172"/>
</flowRegion>
- <flowDiv xml:space="preserve">As you can see, default rectangles come up blue, with a black <flowSpan font-style="italic">stroke</flowSpan> (outline),
-and fully opaque. We&apos;ll see how to change that below. With other tools, you can
-also create ellipses, stars, and spirals:</flowDiv>
- </flowRoot>
- <path id="basic-f02-zh_TW.svgpath750" sodipodi:rx="9.7025042" sodipodi:ry="3.8221989" sodipodi:type="arc" d="M27.637,659.92a9.7025,3.8222,0,1,1,-19.405,0,9.7025,3.8222,0,1,1,19.405,0z" fill-rule="evenodd" fill-opacity="0.75000000" transform="translate(10, 732.0300474999999) translate(2.775740,-646.0745)" stroke="#000" sodipodi:cy="659.92175" sodipodi:cx="17.934933" stroke-width="1.0000000pt" fill="#F00"/>
- <path id="basic-f02-zh_TW.svgpath751" sodipodi:rx="5.2922754" sodipodi:ry="14.406750" sodipodi:type="arc" d="M31.166,681.68a5.2923,14.407,0,1,1,-10.585,0,5.2923,14.407,0,1,1,10.585,0z" fill-rule="evenodd" fill-opacity="0.75000000" transform="translate(10, 732.0300474999999) translate(2.775740,-646.0745)" stroke="#000" sodipodi:cy="681.67889" sodipodi:cx="25.873346" stroke-width="1.0000000pt" fill="#F00"/>
- <path id="basic-f02-zh_TW.svgpath752" sodipodi:rx="9.9965200" sodipodi:ry="9.1144743" sodipodi:type="arc" d="M51.159,663.45a9.9965,9.1145,0,1,1,-19.993,0,9.9965,9.1145,0,1,1,19.993,0z" fill-rule="evenodd" fill-opacity="0.75000000" transform="translate(10, 732.0300474999999) translate(2.775740,-646.0745)" stroke="#000" sodipodi:cy="663.44995" sodipodi:cx="41.162140" stroke-width="1.0000000pt" fill="#F00"/>
- <path id="basic-f02-zh_TW.svgpath753" sodipodi:rx="15.288795" sodipodi:ry="6.1743212" sodipodi:type="arc" d="M69.388,694.62a15.289,6.1743,0,1,1,-30.578,0,15.289,6.1743,0,1,1,30.578,0z" fill-rule="evenodd" fill-opacity="0.75000000" transform="translate(10, 732.0300474999999) translate(2.775740,-646.0745)" stroke="#000" sodipodi:cy="694.61554" sodipodi:cx="54.098812" stroke-width="1.0000000pt" fill="#F00"/>
- <path id="basic-f02-zh_TW.svgpath754" sodipodi:rx="16.464857" sodipodi:ry="15.582810" sodipodi:type="arc" d="M73.504,671.09a16.465,15.583,0,1,1,-32.93,0,16.465,15.583,0,1,1,32.93,0z" fill-rule="evenodd" fill-opacity="0.75000000" transform="translate(10, 732.0300474999999) translate(2.775740,-646.0745)" stroke="#000" sodipodi:cy="671.09436" sodipodi:cx="57.038967" stroke-width="1.0000000pt" fill="#F00"/>
- <path id="basic-f02-zh_TW.svgpath755" sodipodi:rx="9.9965200" sodipodi:ry="4.4102292" sodipodi:type="arc" d="M90.557,672.86a9.9965,4.4102,0,1,1,-19.993,0,9.9965,4.4102,0,1,1,19.993,0z" fill-rule="evenodd" fill-opacity="0.75000000" transform="translate(10, 732.0300474999999) translate(2.775740,-646.0745)" stroke="#000" sodipodi:cy="672.85840" sodipodi:cx="80.560188" stroke-width="1.0000000pt" fill="#F00"/>
- <path id="basic-f02-zh_TW.svgpath762" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="M178.76,683.15c0.68,0.38-0.18,1.1-0.64,1.13-1.23,0.06-1.83-1.37-1.61-2.41,0.38-1.84,2.49-2.63,4.16-2.1,2.45,0.77,3.45,3.63,2.6,5.93-1.14,3.05-4.78,4.27-7.69,3.08-3.67-1.49-5.11-5.92-3.58-9.45,1.85-4.28,7.07-5.94,11.22-4.07,4.89,2.2,6.77,8.22,4.56,12.99-2.56,5.49-9.37,7.6-14.75,5.04-6.11-2.9-8.44-10.52-5.54-16.51,3.26-6.73,11.67-9.28,18.28-6.03,7.34,3.61,10.11,12.82,6.52,20.04" transform="translate(10, 732.0300474999999) translate(2.775740,-646.0745)" stroke="#000" sodipodi:argument="-18.335104" sodipodi:cy="683.14899" sodipodi:cx="178.76129" sodipodi:t0="0.0000000" sodipodi:radius="15.535585" stroke-width="1.0000000pt" sodipodi:expansion="1.0000000" fill="none"/>
- <path id="basic-f02-zh_TW.svgpath763" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="M205.81,671.39c-0.68-0.5,0.34-1.16,0.83-1.13,1.34,0.09,1.79,1.72,1.42,2.79-0.65,1.93-3.03,2.5-4.75,1.72-2.53-1.15-3.23-4.36-2.01-6.71,1.63-3.14,5.7-3.97,8.68-2.31,3.74,2.09,4.7,7.04,2.59,10.64-2.55,4.35-8.38,5.44-12.59,2.89-4.96-3.02-6.19-9.73-3.19-14.56,3.48-5.57,11.08-6.93,16.52-3.48,6.18,3.93,7.68,12.42,3.77,18.48-4.38,6.8-13.76,8.43-20.43,4.07-7.41-4.84-9.18-15.11-4.36-22.4" transform="translate(10, 732.0300474999999) translate(2.775740,-646.0745)" stroke="#000" sodipodi:argument="-21.354641" sodipodi:cy="671.38837" sodipodi:cx="205.81070" sodipodi:t0="0.0000000" sodipodi:radius="16.818087" stroke-width="1.0000000pt" sodipodi:expansion="1.0000000" fill="none"/>
- <path id="basic-f02-zh_TW.svgpath764" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="M245.21,663.16c-1.74,0.26-1.22-2.22-0.44-2.9,2.1-1.83,5.17-0.12,6.22,2.01,1.89,3.82-0.76,8.17-4.46,9.56-5.42,2.04-11.2-1.65-12.89-6.91-2.24-7.02,2.53-14.27,9.36-16.22,8.6-2.45,17.35,3.4,19.56,11.81,2.67,10.18-4.29,20.42-14.26,22.88-11.76,2.91-23.51-5.15-26.22-16.71-3.13-13.33,6.03-26.58,19.16-29.54,14.91-3.37,29.67,6.91,32.88,21.61,3.6,16.49-7.79,32.75-24.06,36.21-18.07,3.83-35.85-8.66-39.55-26.51" transform="translate(10, 732.0300474999999) translate(2.775740,-631.9013)" stroke="#000" sodipodi:argument="-15.859339" sodipodi:cy="663.15594" sodipodi:cx="245.20876" sodipodi:t0="0.0000000" sodipodi:radius="35.095131" stroke-width="1.0000000pt" sodipodi:expansion="1.0000000" fill="none"/>
- <path id="basic-f02-zh_TW.svgpath776" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="M216.98,669.62c0.59,0.33-0.14,0.96-0.54,0.98-1.06,0.07-1.59-1.16-1.42-2.05,0.32-1.6,2.13-2.3,3.58-1.87,2.12,0.65,3.02,3.11,2.3,5.1-0.95,2.65-4.08,3.74-6.61,2.74-3.18-1.25-4.47-5.06-3.19-8.13,1.56-3.71,6.05-5.2,9.66-3.63,4.24,1.86,5.93,7.04,4.06,11.18-2.15,4.77-8.02,6.66-12.69,4.5-5.31-2.44-7.39-9-4.95-14.21,2.75-5.84,9.99-8.13,15.73-5.39,6.38,3.04,8.86,10.98,5.83,17.25" transform="translate(10, 732.0300474999999) translate(2.775740,-653.1611)" stroke="#000" sodipodi:argument="-18.346712" sodipodi:cy="669.62427" sodipodi:cx="216.98329" sodipodi:t0="0.0000000" sodipodi:radius="13.422048" stroke-width="1.0000000pt" sodipodi:expansion="1.0000000" fill="none"/>
- <path id="basic-f02-zh_TW.svgpath1306" stroke-linejoin="miter" sodipodi:sides="5" fill-opacity="0.75000000" inkscape:flatsided="false" stroke="#000" stroke-linecap="butt" stroke-width="1.0000000pt" fill="#FF0" style="marker-end:none;color:#000000;marker-start:none;stroke-dasharray:none;marker-mid:none;" fill-rule="evenodd" transform="translate(10, 732.0300474999999) translate(16.42857,-45.00000)" stroke-miterlimit="4.0000000" inkscape:rounded="0.0000000" sodipodi:r1="22.511335" sodipodi:r2="11.255667" sodipodi:arg1="0.72927738" sodipodi:arg2="1.3575959" sodipodi:type="star" d="M103.57,87.362l-14.403-3.999-11.46,9.599-0.648-14.935-12.67-7.934,14.004-5.231,3.63-14.501,9.302,11.701,14.915-1.029-8.256,12.464,5.586,13.865z" stroke-dashoffset="0.0000000" inkscape:randomized="0.0000000" sodipodi:cy="72.362183" sodipodi:cx="86.785713"/>
- <path id="basic-f02-zh_TW.svgpath1308" stroke-linejoin="miter" sodipodi:sides="5" fill-opacity="0.75000000" inkscape:flatsided="false" stroke="#000" stroke-linecap="butt" stroke-width="1.0000000pt" fill="#FF0" style="marker-end:none;color:#000000;marker-start:none;stroke-dasharray:none;marker-mid:none;" fill-rule="evenodd" transform="translate(10, 732.0300474999999) translate(16.42857,-45.00000)" stroke-miterlimit="4.0000000" inkscape:rounded="0.0000000" sodipodi:r1="18.533615" sodipodi:r2="9.2668076" sodipodi:arg1="1.1330050" sodipodi:arg2="1.7613236" sodipodi:type="star" d="M109.29,85.934l-9.616-7.687-11.782,3.561,4.34-11.517-7.026-10.105,12.294,0.569,7.44-9.805,3.26,11.868,11.62,4.044-10.28,6.767-0.25,12.305z" stroke-dashoffset="0.0000000" inkscape:randomized="0.0000000" sodipodi:cy="69.147896" sodipodi:cx="101.42857"/>
- <path id="basic-f02-zh_TW.svgpath1310" stroke-linejoin="miter" sodipodi:sides="5" fill-opacity="0.75000000" inkscape:flatsided="false" stroke="#000" stroke-linecap="butt" stroke-width="1.0000000pt" fill="#FF0" style="marker-end:none;color:#000000;marker-start:none;stroke-dasharray:none;marker-mid:none;" fill-rule="evenodd" transform="translate(10, 732.0300474999999) translate(16.42857,-45.00000)" stroke-miterlimit="4.0000000" inkscape:rounded="0.0000000" sodipodi:r1="15.653291" sodipodi:r2="7.8266454" sodipodi:arg1="0.60698766" sodipodi:arg2="1.2353062" sodipodi:type="star" d="M127.14,79.862l-10.28-1.538-7.09,7.597-1.72-10.253-9.414-4.401,9.224-4.798,1.27-10.316,7.41,7.287,10.21-1.975-4.64,9.302,5.03,9.095z" stroke-dashoffset="0.0000000" inkscape:randomized="0.0000000" sodipodi:cy="70.933609" sodipodi:cx="114.28571"/>
- <path id="basic-f02-zh_TW.svgpath1312" stroke-linejoin="miter" sodipodi:sides="5" fill-opacity="0.75000000" inkscape:flatsided="false" stroke="#000" stroke-linecap="butt" stroke-width="1.0000000pt" fill="#FF0" style="marker-end:none;color:#000000;marker-start:none;stroke-dasharray:none;marker-mid:none;" fill-rule="evenodd" transform="translate(10, 732.0300474999999) translate(16.42857,-45.00000)" stroke-miterlimit="4.0000000" inkscape:rounded="0.0000000" sodipodi:r1="16.043627" sodipodi:r2="8.0218134" sodipodi:arg1="0.29358899" sodipodi:arg2="0.92190752" sodipodi:type="star" d="M144.64,71.291l-10.51,1.748-4.51,9.649-4.91-9.455-10.58-1.315,7.48-7.592-2.02-10.461,9.53,4.763,9.33-5.151-1.59,10.536,7.78,7.278z" stroke-dashoffset="0.0000000" inkscape:randomized="0.0000000" sodipodi:cy="66.647896" sodipodi:cx="129.28571"/>
- <path id="basic-f02-zh_TW.svgpath1314" stroke-linejoin="miter" sodipodi:sides="5" fill-opacity="0.75000000" inkscape:flatsided="false" stroke="#000" stroke-linecap="butt" stroke-width="1.0000000pt" fill="#FF0" style="marker-end:none;color:#000000;marker-start:none;stroke-dasharray:none;marker-mid:none;" fill-rule="evenodd" transform="translate(10, 732.0300474999999) translate(16.42857,-45.00000)" stroke-miterlimit="4.0000000" inkscape:rounded="0.0000000" sodipodi:r1="7.9859571" sodipodi:r2="3.9929783" sodipodi:arg1="0.46364761" sodipodi:arg2="1.0919661" sodipodi:type="star" d="M162.5,66.648l-5.3-0.028-3.03,4.353-1.61-5.052-5.08-1.535,4.31-3.095-0.11-5.302,4.27,3.139,5.01-1.741-1.66,5.035,3.2,4.226z" stroke-dashoffset="0.0000000" inkscape:randomized="0.0000000" sodipodi:cy="63.076466" sodipodi:cx="155.35715"/>
- <path id="basic-f02-zh_TW.svgpath1316" stroke-linejoin="miter" sodipodi:sides="5" fill-opacity="0.75000000" inkscape:flatsided="false" stroke="#000" stroke-linecap="butt" stroke-width="1.0000000pt" fill="#FF0" style="marker-end:none;color:#000000;marker-start:none;stroke-dasharray:none;marker-mid:none;" fill-rule="evenodd" transform="translate(10, 732.0300474999999) translate(16.42857,-45.00000)" stroke-miterlimit="4.0000000" inkscape:rounded="0.0000000" sodipodi:r1="5.8138647" sodipodi:r2="2.9069321" sodipodi:arg1="0.74194727" sodipodi:arg2="1.3702658" sodipodi:type="star" d="M180,69.505l-3.71-1.08-2.99,2.441-0.12-3.859-3.24-2.09,3.63-1.305,0.99-3.733,2.36,3.052,3.85-0.216-2.17,3.191,1.4,3.599z" stroke-dashoffset="0.0000000" inkscape:randomized="0.0000000" sodipodi:cy="65.576469" sodipodi:cx="175.71429"/>
- <rect id="d0e188" display="none" height="1000px" width="288" y="804.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <flowDiv xml:space="preserve">如你所見,預設矩形為藍色,帶有黑色 <flowSpan font-style="italic">邊框</flowSpan> (輪廓),而且完全不透明。下面內容我們將會見到如何去改變它。用其他工具,你也可以建立橢圓形、星形和螺旋形:</flowDiv>
+ </flowRoot>
+ <path id="basic-f02-zh_TW.svgpath750" sodipodi:rx="9.7025042" sodipodi:ry="3.8221989" sodipodi:type="arc" d="m27.637 659.92a9.7025 3.8222 0 1 1 -19.405 0 9.7025 3.8222 0 1 1 19.405 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 75.15)" stroke="#000" sodipodi:cy="659.92175" sodipodi:cx="17.934933" stroke-width="1pt" fill="#f00"/>
+ <path id="basic-f02-zh_TW.svgpath751" sodipodi:rx="5.2922754" sodipodi:ry="14.406750" sodipodi:type="arc" d="m31.166 681.68a5.2923 14.407 0 1 1 -10.585 0 5.2923 14.407 0 1 1 10.585 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 75.15)" stroke="#000" sodipodi:cy="681.67889" sodipodi:cx="25.873346" stroke-width="1pt" fill="#f00"/>
+ <path id="basic-f02-zh_TW.svgpath752" sodipodi:rx="9.9965200" sodipodi:ry="9.1144743" sodipodi:type="arc" d="m51.159 663.45a9.9965 9.1145 0 1 1 -19.993 0 9.9965 9.1145 0 1 1 19.993 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 75.15)" stroke="#000" sodipodi:cy="663.44995" sodipodi:cx="41.162140" stroke-width="1pt" fill="#f00"/>
+ <path id="basic-f02-zh_TW.svgpath753" sodipodi:rx="15.288795" sodipodi:ry="6.1743212" sodipodi:type="arc" d="m69.388 694.62a15.289 6.1743 0 1 1 -30.578 0 15.289 6.1743 0 1 1 30.578 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 75.15)" stroke="#000" sodipodi:cy="694.61554" sodipodi:cx="54.098812" stroke-width="1pt" fill="#f00"/>
+ <path id="basic-f02-zh_TW.svgpath754" sodipodi:rx="16.464857" sodipodi:ry="15.582810" sodipodi:type="arc" d="m73.504 671.09a16.465 15.583 0 1 1 -32.93 0 16.465 15.583 0 1 1 32.93 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 75.15)" stroke="#000" sodipodi:cy="671.09436" sodipodi:cx="57.038967" stroke-width="1pt" fill="#f00"/>
+ <path id="basic-f02-zh_TW.svgpath755" sodipodi:rx="9.9965200" sodipodi:ry="4.4102292" sodipodi:type="arc" d="m90.557 672.86a9.9965 4.4102 0 1 1 -19.993 0 9.9965 4.4102 0 1 1 19.993 0z" fill-rule="evenodd" fill-opacity=".75" transform="translate(12.776 75.15)" stroke="#000" sodipodi:cy="672.85840" sodipodi:cx="80.560188" stroke-width="1pt" fill="#f00"/>
+ <path id="basic-f02-zh_TW.svgpath762" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="m178.76 683.15c0.68 0.38-0.18 1.1-0.64 1.13-1.23 0.06-1.83-1.37-1.61-2.41 0.38-1.84 2.49-2.63 4.16-2.1 2.45 0.77 3.45 3.63 2.6 5.93-1.14 3.05-4.78 4.27-7.69 3.08-3.67-1.49-5.11-5.92-3.58-9.45 1.85-4.28 7.07-5.94 11.22-4.07 4.89 2.2 6.77 8.22 4.56 12.99-2.56 5.49-9.37 7.6-14.75 5.04-6.11-2.9-8.44-10.52-5.54-16.51 3.26-6.73 11.67-9.28 18.28-6.03 7.34 3.61 10.11 12.82 6.52 20.04" transform="translate(12.776 75.15)" stroke="#000" sodipodi:argument="-18.335104" sodipodi:cy="683.14899" sodipodi:cx="178.76129" sodipodi:t0="0.0000000" sodipodi:radius="15.535585" stroke-width="1pt" sodipodi:expansion="1.0000000" fill="none"/>
+ <path id="basic-f02-zh_TW.svgpath763" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="m205.81 671.39c-0.68-0.5 0.34-1.16 0.83-1.13 1.34 0.09 1.79 1.72 1.42 2.79-0.65 1.93-3.03 2.5-4.75 1.72-2.53-1.15-3.23-4.36-2.01-6.71 1.63-3.14 5.7-3.97 8.68-2.31 3.74 2.09 4.7 7.04 2.59 10.64-2.55 4.35-8.38 5.44-12.59 2.89-4.96-3.02-6.19-9.73-3.19-14.56 3.48-5.57 11.08-6.93 16.52-3.48 6.18 3.93 7.68 12.42 3.77 18.48-4.38 6.8-13.76 8.43-20.43 4.07-7.41-4.84-9.18-15.11-4.36-22.4" transform="translate(12.776 75.15)" stroke="#000" sodipodi:argument="-21.354641" sodipodi:cy="671.38837" sodipodi:cx="205.81070" sodipodi:t0="0.0000000" sodipodi:radius="16.818087" stroke-width="1pt" sodipodi:expansion="1.0000000" fill="none"/>
+ <path id="basic-f02-zh_TW.svgpath764" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="m245.21 663.16c-1.74 0.26-1.22-2.22-0.44-2.9 2.1-1.83 5.17-0.12 6.22 2.01 1.89 3.82-0.76 8.17-4.46 9.56-5.42 2.04-11.2-1.65-12.89-6.91-2.24-7.02 2.53-14.27 9.36-16.22 8.6-2.45 17.35 3.4 19.56 11.81 2.67 10.18-4.29 20.42-14.26 22.88-11.76 2.91-23.51-5.15-26.22-16.71-3.13-13.33 6.03-26.58 19.16-29.54 14.91-3.37 29.67 6.91 32.88 21.61 3.6 16.49-7.79 32.75-24.06 36.21-18.07 3.83-35.85-8.66-39.55-26.51" transform="translate(12.776 89.32)" stroke="#000" sodipodi:argument="-15.859339" sodipodi:cy="663.15594" sodipodi:cx="245.20876" sodipodi:t0="0.0000000" sodipodi:radius="35.095131" stroke-width="1pt" sodipodi:expansion="1.0000000" fill="none"/>
+ <path id="basic-f02-zh_TW.svgpath776" sodipodi:revolution="3.0000000" sodipodi:type="spiral" d="m216.98 669.62c0.59 0.33-0.14 0.96-0.54 0.98-1.06 0.07-1.59-1.16-1.42-2.05 0.32-1.6 2.13-2.3 3.58-1.87 2.12 0.65 3.02 3.11 2.3 5.1-0.95 2.65-4.08 3.74-6.61 2.74-3.18-1.25-4.47-5.06-3.19-8.13 1.56-3.71 6.05-5.2 9.66-3.63 4.24 1.86 5.93 7.04 4.06 11.18-2.15 4.77-8.02 6.66-12.69 4.5-5.31-2.44-7.39-9-4.95-14.21 2.75-5.84 9.99-8.13 15.73-5.39 6.38 3.04 8.86 10.98 5.83 17.25" transform="translate(12.776 68.06)" stroke="#000" sodipodi:argument="-18.346712" sodipodi:cy="669.62427" sodipodi:cx="216.98329" sodipodi:t0="0.0000000" sodipodi:radius="13.422048" stroke-width="1pt" sodipodi:expansion="1.0000000" fill="none"/>
+ <path id="basic-f02-zh_TW.svgpath1306" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 676.22)" inkscape:rounded="0.0000000" sodipodi:r1="22.511335" sodipodi:r2="11.255667" sodipodi:arg1="0.72927738" sodipodi:arg2="1.3575959" sodipodi:type="star" d="m103.57 87.362l-14.403-3.999-11.46 9.599-0.648-14.935-12.67-7.934 14.004-5.231 3.63-14.501 9.302 11.701 14.915-1.029-8.256 12.464 5.586 13.865z" inkscape:randomized="0.0000000" sodipodi:cy="72.362183" sodipodi:cx="86.785713"/>
+ <path id="basic-f02-zh_TW.svgpath1308" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 676.22)" inkscape:rounded="0.0000000" sodipodi:r1="18.533615" sodipodi:r2="9.2668076" sodipodi:arg1="1.1330050" sodipodi:arg2="1.7613236" sodipodi:type="star" d="m109.29 85.934l-9.616-7.687-11.782 3.561 4.34-11.517-7.026-10.105 12.294 0.569 7.44-9.805 3.26 11.868 11.62 4.044-10.28 6.767-0.25 12.305z" inkscape:randomized="0.0000000" sodipodi:cy="69.147896" sodipodi:cx="101.42857"/>
+ <path id="basic-f02-zh_TW.svgpath1310" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 676.22)" inkscape:rounded="0.0000000" sodipodi:r1="15.653291" sodipodi:r2="7.8266454" sodipodi:arg1="0.60698766" sodipodi:arg2="1.2353062" sodipodi:type="star" d="m127.14 79.862l-10.28-1.538-7.09 7.597-1.72-10.253-9.414-4.401 9.224-4.798 1.27-10.316 7.41 7.287 10.21-1.975-4.64 9.302 5.03 9.095z" inkscape:randomized="0.0000000" sodipodi:cy="70.933609" sodipodi:cx="114.28571"/>
+ <path id="basic-f02-zh_TW.svgpath1312" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 676.22)" inkscape:rounded="0.0000000" sodipodi:r1="16.043627" sodipodi:r2="8.0218134" sodipodi:arg1="0.29358899" sodipodi:arg2="0.92190752" sodipodi:type="star" d="m144.64 71.291l-10.51 1.748-4.51 9.649-4.91-9.455-10.58-1.315 7.48-7.592-2.02-10.461 9.53 4.763 9.33-5.151-1.59 10.536 7.78 7.278z" inkscape:randomized="0.0000000" sodipodi:cy="66.647896" sodipodi:cx="129.28571"/>
+ <path id="basic-f02-zh_TW.svgpath1314" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 676.22)" inkscape:rounded="0.0000000" sodipodi:r1="7.9859571" sodipodi:r2="3.9929783" sodipodi:arg1="0.46364761" sodipodi:arg2="1.0919661" sodipodi:type="star" d="m162.5 66.648l-5.3-0.028-3.03 4.353-1.61-5.052-5.08-1.535 4.31-3.095-0.11-5.302 4.27 3.139 5.01-1.741-1.66 5.035 3.2 4.226z" inkscape:randomized="0.0000000" sodipodi:cy="63.076466" sodipodi:cx="155.35715"/>
+ <path id="basic-f02-zh_TW.svgpath1316" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#ff0" style="color:#000000" fill-rule="evenodd" transform="translate(26.429 676.22)" inkscape:rounded="0.0000000" sodipodi:r1="5.8138647" sodipodi:r2="2.9069321" sodipodi:arg1="0.74194727" sodipodi:arg2="1.3702658" sodipodi:type="star" d="m180 69.505l-3.71-1.08-2.99 2.441-0.12-3.859-3.24-2.09 3.63-1.305 0.99-3.733 2.36 3.052 3.85-0.216-2.17 3.191 1.4 3.599z" inkscape:randomized="0.0000000" sodipodi:cy="65.576469" sodipodi:cx="175.71429"/>
+ <rect id="d0e188" display="none" height="1e3px" width="288" y="793.69" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e188"/>
</flowRegion>
<flowDiv xml:space="preserve">這些工具統稱為<flowSpan font-style="italic">形狀工具</flowSpan>。每個你建立的形狀會顯示一個或多個方塊形狀的<flowSpan font-style="italic">控制點</flowSpan>;試著拖動它們可見到形狀如何跟著變化。形狀工具的控制面板可用另一種方式來微調形狀;這些控制影響目前選擇的形狀 (即那些顯示的控制點) <flowSpan font-style="italic">並且</flowSpan>將會套用到新建立形狀的預設情形。</flowDiv>
</flowRoot>
- <rect id="d0e200" display="none" height="1000px" width="288" y="855.43" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e200" display="none" height="1e3px" width="288" y="844.54" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e200"/>
</flowRegion>
<flowDiv xml:space="preserve">按 <flowSpan font-weight="bold">Ctrl+Z</flowSpan> 可<flowSpan font-style="italic">復原</flowSpan>你上一個動作。(或者,如果你改變主意,可以用 <flowSpan font-weight="bold">Shift+Ctrl+Z</flowSpan> <flowSpan font-style="italic">重做</flowSpan>復原的動作。)</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="897.8419524999999" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="897.8419524999999" x="10">移動、縮放、旋轉</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="886.6244089999999" x="10" font-family="Sans" fill="#000000">
+ <tspan y="886.6244089999999" x="10">移動、縮放、旋轉</tspan>
</text>
- <rect id="d0e221" display="none" height="1000px" width="288" y="903.04" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e221" display="none" height="1e3px" width="288" y="891.82" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e221"/>
</flowRegion>
<flowDiv xml:space="preserve">使用最頻繁的 Inkscape 工具就是<flowSpan font-style="italic">選取器</flowSpan>。點選工具列上最上面的按鈕 (箭頭),或者按 <flowSpan font-weight="bold">F1</flowSpan> 或<flowSpan font-weight="bold">空白鍵</flowSpan>。現在你可以在畫布上選取任何物件。點擊下面的矩形。</flowDiv>
</flowRoot>
- <rect id="basic-f03-zh_TW.svgrect804" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 940.4385414999999) " height="38.81" width="40.574" stroke="#000" y="-0.4714" x="25.427" stroke-width="1pt" fill="#00F"/>
- <rect id="d0e243" display="none" height="1000px" width="288" y="992.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="basic-f03-zh_TW.svgrect804" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 928.79)" height="38.81" width="40.574" stroke="#000" y="-.47140" x="25.427" stroke-width="1pt" fill="#00f"/>
+ <rect id="d0e243" display="none" height="1e3px" width="288" y="980.85" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e243"/>
</flowRegion>
<flowDiv xml:space="preserve">你會見到 8 個箭頭形狀的控制點出現在物件的四周。現在你可以:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 1016.396996)"/>
- <rect id="d0e250" display="none" height="1000px" width="258" y="1010.4" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 1004.5)"/>
+ <rect id="d0e250" display="none" height="1e3px" width="258" y="998.51" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e250"/>
</flowRegion>
<flowDiv xml:space="preserve">拖動它來<flowSpan font-style="italic">移動</flowSpan>物件。(按 <flowSpan font-weight="bold">Ctrl</flowSpan> 以固定移動方向為垂直和水平)</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 1034.4555897999999)"/>
- <rect id="d0e262" display="none" height="1000px" width="258" y="1028.5" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 1022.5)"/>
+ <rect id="d0e262" display="none" height="1e3px" width="258" y="1016.5" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e262"/>
</flowRegion>
<flowDiv xml:space="preserve">拖動任何控制點來<flowSpan font-style="italic">縮放</flowSpan>物件大小。(按 <flowSpan font-weight="bold">Ctrl</flowSpan> 以維持原來的長寬比例)</flowDiv>
</flowRoot>
- <rect id="d0e272" display="none" height="1000px" width="288" y="1046.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e272" display="none" height="1e3px" width="288" y="1034.5" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e272"/>
</flowRegion>
<flowDiv xml:space="preserve">現在再點一次矩形。控制點改變了。現在你可以:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 1070.3813710999998)"/>
- <rect id="d0e279" display="none" height="1000px" width="258" y="1064.4" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 1058.1)"/>
+ <rect id="d0e279" display="none" height="1e3px" width="258" y="1052.1" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e279"/>
</flowRegion>
<flowDiv xml:space="preserve">拖動頂點上的控制點來<flowSpan font-style="italic">旋轉</flowSpan>物件。(按 <flowSpan font-weight="bold">Ctrl</flowSpan> 以固定每 15 度為一階作旋轉。拖動交叉記號以改變旋轉中心的位置。)</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 1099.9535620999998)"/>
- <rect id="d0e291" display="none" height="1000px" width="258" y="1094" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 1087.4)"/>
+ <rect id="d0e291" display="none" height="1e3px" width="258" y="1081.4" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e291"/>
</flowRegion>
<flowDiv xml:space="preserve">拖動非頂點上的控制點來<flowSpan font-style="italic">傾斜</flowSpan> (切變) 物件。(按 <flowSpan font-weight="bold">Ctrl</flowSpan> 以固定每 15 度為一階作傾斜 。)</flowDiv>
</flowRoot>
- <rect id="d0e301" display="none" height="1000px" width="288" y="1123.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e301" display="none" height="1e3px" width="288" y="1110.7" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e301"/>
</flowRegion>
<flowDiv xml:space="preserve">當用選取器時,你也可以使用控制列上的數字輸入區來設定選取的坐標 (X 和 Y) 和大小 (寬和長) 的準確數值。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1165.9174750999996" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1165.9174750999996" x="10">用按鍵改變物件</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1152.6807643999998" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1152.6807643999998" x="10">用按鍵改變物件</tspan>
</text>
- <rect id="d0e310" display="none" height="1000px" width="288" y="1171.1" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e310" display="none" height="1e3px" width="288" y="1157.9" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e310"/>
</flowRegion>
<flowDiv xml:space="preserve">一個 Inkscape 的特色是除了大部份向量繪圖的特點以外還強調能用鍵盤完成所有設定。幾乎沒有任何命令和動作是鍵盤做不到的,改變物件也沒有例外。</flowDiv>
</flowRoot>
- <rect id="d0e313" display="none" height="1000px" width="288" y="1199.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e313" display="none" height="1e3px" width="288" y="1186.9" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e313"/>
</flowRegion>
<flowDiv xml:space="preserve">你可以使用鍵盤來移動 (<flowSpan font-weight="bold">方向鍵</flowSpan>)、縮放 (<flowSpan font-weight="bold">&lt;</flowSpan> 和 <flowSpan font-weight="bold">&gt;</flowSpan> 鍵) 和旋轉 (<flowSpan font-weight="bold">[</flowSpan> 和 <flowSpan font-weight="bold">]</flowSpan> 鍵) 物件。預設移動和縮放的單位為 2 px;按 <flowSpan font-weight="bold">Shift</flowSpan>,以 10 倍預設值來移動或縮放。<flowSpan font-weight="bold">Ctrl+&gt;</flowSpan> 和 <flowSpan font-weight="bold">Ctrl+&lt;</flowSpan> 分別放大或縮小為原來的 200% 或 50%。預設以 15 度作旋轉;按 <flowSpan font-weight="bold">Ctrl</flowSpan>,可以 90 度作旋轉。</flowDiv>
</flowRoot>
- <rect id="d0e343" display="none" height="1000px" width="288" y="1252.4" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e343" display="none" height="1e3px" width="288" y="1238.5" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e343"/>
</flowRegion>
<flowDiv xml:space="preserve">無論如何,或許最有用的是<flowSpan font-style="italic">像素大小的改變</flowSpan>,藉由使用 <flowSpan font-weight="bold">Alt</flowSpan> 搭配改變按鍵來調用。例如,<flowSpan font-weight="bold">Alt+方向鍵</flowSpan> 可<flowSpan font-style="italic">在目前的畫面中</flowSpan>以 1 像素移動選取物件 (即 1 <flowSpan font-style="italic">螢幕像素</flowSpan>,不要和 SVG 的長度單位 px 混淆了)。這表示如果你放大畫面,<flowSpan font-weight="bold">Alt+方向鍵</flowSpan> 執行一次得到的結果是<flowSpan font-style="italic">較小</flowSpan>的絕對移動量,在你的螢幕上仍然看起來像是 1 像素輕輕移動。因此需要時可能由畫面縮放簡單、準確地把物件放置到任意位置。</flowDiv>
</flowRoot>
- <rect id="d0e367" display="none" height="1000px" width="288" y="1315.6" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e367" display="none" height="1e3px" width="288" y="1301.5" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e367"/>
</flowRegion>
<flowDiv xml:space="preserve">同樣地,<flowSpan font-weight="bold">Alt+&gt;</flowSpan> 和 <flowSpan font-weight="bold">Alt+&lt;</flowSpan> 縮放選取物件是可見大小改變 1 螢幕像素,而 <flowSpan font-weight="bold">Alt+[</flowSpan> 和 <flowSpan font-weight="bold">Alt+]</flowSpan> 旋轉是以距中心最遠的點移動 1 螢幕像素。</flowDiv>
</flowRoot>
- <rect id="d0e382" display="none" height="1000px" width="288" y="1345.2" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e382" display="none" height="1e3px" width="288" y="1330.5" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e382"/>
</flowRegion>
<flowDiv xml:space="preserve">注意:如果 Linux 使用者的視窗管理程式在進行 inkscape 應用前捕獲那些按鍵事件,那麼可能無法得到 <flowSpan font-weight="bold">Alt+方向鍵</flowSpan> 和一些其他按鍵組合預期的結果。因此其中一個解決辦法就是改變視窗管理器的設置。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1398.2333410999997" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1398.2333410999997" x="10">多重選取</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1383.5841464" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1383.5841464" x="10">多重選取</tspan>
</text>
- <rect id="d0e394" display="none" height="1000px" width="288" y="1403.4" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e394" display="none" height="1e3px" width="288" y="1388.8" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e394"/>
</flowRegion>
<flowDiv xml:space="preserve">你可以用 <flowSpan font-weight="bold">Shift+多次點擊</flowSpan> 來同時選取任意數目的物件。或者,你可以在需要選取的物件周圍<flowSpan font-weight="bold">拖曳</flowSpan>;這稱為<flowSpan font-style="italic">框選</flowSpan>。(當從一個空白區域拖曳時,選取器會產生一個矩形線框;不過如果你在開始拖曳前按 <flowSpan font-weight="bold">Shift</flowSpan>,Inkscape 就會一直產生矩形線框。)藉由選取下面全部三個物件做練習:</flowDiv>
</flowRoot>
- <rect id="basic-f04-zh_TW.svgrect878" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1463.9625950999998) " height="26.656" width="25.253" stroke="#000" y="5.9827" x="58.428" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.80106pt" fill="#00F"/>
- <path id="basic-f04-zh_TW.svgpath879" d="m134.86,1251.7c0,9.8339-9.8015,17.806-21.892,17.806-12.091,0-21.892-7.9719-21.892-17.806,0-9.8338,9.8015-17.806,21.892-17.806,12.091,0,21.892,7.9719,21.892,17.806z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1463.9625950999998) matrix(0.801064,0.000000,0.000000,0.801064,32.31095,-983.8304)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#F00"/>
- <path id="basic-f04-zh_TW.svgpath1290" stroke-linejoin="miter" style="color:#000000;" d="m182.84,29.583-13.183-3.2184-10.125,9.0355-1.013-13.533-11.722-6.8373,12.557-5.1452,2.8804-13.261,8.7737,10.353,13.502-1.3585-7.1347,11.543z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1463.9625950999998) matrix(0.873025,0.000000,0.000000,0.873025,27.59957,4.053390)" stroke-dashoffset="0" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.91757278pt" fill="#FF0"/>
- <rect id="d0e419" display="none" height="1000px" width="288" y="1510.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="basic-f04-zh_TW.svgrect878" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1448.7)" height="26.656" width="25.253" stroke="#000" y="5.9827" x="58.428" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".80106pt" fill="#00f"/>
+ <path id="basic-f04-zh_TW.svgpath879" d="m134.86 1251.7c0 9.8339-9.8015 17.806-21.892 17.806-12.091 0-21.892-7.9719-21.892-17.806 0-9.8338 9.8015-17.806 21.892-17.806 12.091 0 21.892 7.9719 21.892 17.806z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1448.7) matrix(.80106 0 0 .80106 32.311 -983.83)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#f00"/>
+ <path id="basic-f04-zh_TW.svgpath1290" style="color:#000000" d="m182.84 29.583-13.183-3.2184-10.125 9.0355-1.013-13.533-11.722-6.8373 12.557-5.1452 2.8804-13.261 8.7737 10.353 13.502-1.3585-7.1347 11.543z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1448.7) matrix(.87302 0 0 .87302 27.6 4.0534)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".91757pt" fill="#ff0"/>
+ <rect id="d0e419" display="none" height="1e3px" width="288" y="1495.6" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e419"/>
</flowRegion>
<flowDiv xml:space="preserve">現在,使用框選 (拖曳或 <flowSpan font-weight="bold">Shift+拖曳</flowSpan>) 來選擇這兩個橢圓,但不要矩形:</flowDiv>
</flowRoot>
- <rect id="basic-f05-zh_TW.svgrect894" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1536.8399645999998) " height="39.698" width="151.14" stroke="#000" y="1.7363" x="46.657" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.93523pt" fill="#00F"/>
- <path id="basic-f05-zh_TW.svgpath1290" stroke-linejoin="miter" style="color:#000000;" d="m94.643,25.041c0,6.9036-2.9581,12.5-6.6071,12.5s-6.6071-5.5964-6.6071-12.5,2.9581-12.5,6.6071-12.5,6.6071,5.5964,6.6071,12.5z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1536.8399645999998) matrix(0.707107,-0.707107,0.707107,0.707107,28.79286,65.47778)" stroke-dashoffset="0" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.4869277pt" fill="#F00"/>
- <path id="basic-f05-zh_TW.svgpath1292" stroke-linejoin="miter" style="color:#000000;" d="m94.643,25.041c0,6.9036-2.9581,12.5-6.6071,12.5s-6.6071-5.5964-6.6071-12.5,2.9581-12.5,6.6071-12.5,6.6071,5.5964,6.6071,12.5z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1536.8399645999998) matrix(0.707107,-0.707107,0.707107,0.707107,56.47143,65.83492)" stroke-dashoffset="0" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.4869277pt" fill="#F00"/>
- <rect id="d0e435" display="none" height="1000px" width="288" y="1589.7" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="basic-f05-zh_TW.svgrect894" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1521.4)" height="39.698" width="151.14" stroke="#000" y="1.7363" x="46.657" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".93523pt" fill="#00f"/>
+ <path id="basic-f05-zh_TW.svgpath1290" style="color:#000000" d="m94.643 25.041c0 6.9036-2.9581 12.5-6.6071 12.5s-6.6071-5.5964-6.6071-12.5 2.9581-12.5 6.6071-12.5 6.6071 5.5964 6.6071 12.5z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1521.4) matrix(.70711 -.70711 .70711 .70711 28.793 65.478)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".48693pt" fill="#f00"/>
+ <path id="basic-f05-zh_TW.svgpath1292" style="color:#000000" d="m94.643 25.041c0 6.9036-2.9581 12.5-6.6071 12.5s-6.6071-5.5964-6.6071-12.5 2.9581-12.5 6.6071-12.5 6.6071 5.5964 6.6071 12.5z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1521.4) matrix(.70711 -.70711 .70711 .70711 56.471 65.835)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".48693pt" fill="#f00"/>
+ <rect id="d0e435" display="none" height="1e3px" width="288" y="1574.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e435"/>
</flowRegion>
<flowDiv xml:space="preserve">每個單獨的物件在選取範圍內會顯示<flowSpan font-style="italic">選取標示</flowSpan> — 預設是一個矩形虛線框。這些標示使得容易一眼看出哪個被選取、哪個沒被選取。舉例來說,如果你選擇兩個橢圓形和一個矩形,沒有標示的情況下你會很難猜測橢圓形是否已被選取。</flowDiv>
</flowRoot>
- <rect id="d0e441" display="none" height="1000px" width="288" y="1629" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e441" display="none" height="1e3px" width="288" y="1614.7" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e441"/>
</flowRegion>
<flowDiv xml:space="preserve">在一個已選取的物件上按 <flowSpan font-weight="bold">Shift+點擊</flowSpan> 可從選取區中將它排除。選取上面全部三個物件,然後使用 <flowSpan font-weight="bold">Shift+點擊</flowSpan> 從選取區中將兩個橢圓形排除只留下矩形。</flowDiv>
</flowRoot>
- <rect id="d0e450" display="none" height="1000px" width="288" y="1658.7" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e450" display="none" height="1e3px" width="288" y="1643.7" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e450"/>
</flowRegion>
<flowDiv xml:space="preserve">按 <flowSpan font-weight="bold">Esc</flowSpan> 鍵可取消選取任何已選擇的物件。<flowSpan font-weight="bold">Ctrl+A</flowSpan> 可選取再目前圖層中所有的物件(如果你沒有建立圖層,那就變為選取文件中的所有物件)。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1700.8456345999996" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1700.8456345999996" x="10">群組</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1685.7224206" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1685.7224206" x="10">群組</tspan>
</text>
- <rect id="d0e465" display="none" height="1000px" width="288" y="1706" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e465" display="none" height="1e3px" width="288" y="1690.9" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e465"/>
</flowRegion>
<flowDiv xml:space="preserve">幾個物件可結合為一個<flowSpan font-style="italic">群組</flowSpan>。一個群組於拖曳或變形時會表現得像單一個物件。下面左邊的三個物件是獨立的,而右邊相同的三個物件是已群組的。試著拖動這個群組看看。</flowDiv>
</flowRoot>
- <path id="basic-f06-zh_TW.svgrect1370" d="m14.389,22.485,31.525,0,0,33.276-31.525,0z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1752.8881355999997) " stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00F"/>
- <path id="basic-f06-zh_TW.svgpath1371" d="m134.86,1251.7c0,9.8339-9.8015,17.806-21.892,17.806-12.091,0-21.892-7.9719-21.892-17.806,0-9.8338,9.8015-17.806,21.892-17.806,12.091,0,21.892,7.9719,21.892,17.806z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1752.8881355999997) translate(-67.83676,-1232.299)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#F00"/>
- <path id="basic-f06-zh_TW.svgpolygon1372" d="m184.48,1254.9-15.238-3.72-11.703,10.444-1.1708-15.642-13.549-7.9029,14.514-5.9471,3.3293-15.328,10.141,11.966,15.607-1.5703-8.2467,13.343z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1752.8881355999997) translate(-85.47640,-1195.746)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#FF0"/>
- <g id="basic-f06-zh_TW.svgg1376" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1752.8881355999997) translate(-8.869910,-1456.949)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt">
- <path id="basic-f06-zh_TW.svgrect1373" d="m186.25,1479.4,31.525,0,0,33.276-31.525,0z" fill="#00F"/>
- <path id="basic-f06-zh_TW.svgpath1374" d="m134.86,1251.7c0,9.8339-9.8015,17.806-21.892,17.806-12.091,0-21.892-7.9719-21.892-17.806,0-9.8338,9.8015-17.806,21.892-17.806,12.091,0,21.892,7.9719,21.892,17.806z" transform="translate(104.0253,224.6495)" fill="#F00"/>
- <path id="basic-f06-zh_TW.svgpolygon1375" d="m184.48,1254.9-15.238-3.72-11.703,10.444-1.1708-15.642-13.549-7.9029,14.514-5.9471,3.3293-15.328,10.141,11.966,15.607-1.5703-8.2467,13.343z" transform="translate(86.38563,261.2024)" fill="#FF0"/>
+ <path id="basic-f06-zh_TW.svgrect1370" d="m14.389 22.485h31.525v33.276h-31.525z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1737.7)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#00f"/>
+ <path id="basic-f06-zh_TW.svgpath1371" d="m134.86 1251.7c0 9.8339-9.8015 17.806-21.892 17.806-12.091 0-21.892-7.9719-21.892-17.806 0-9.8338 9.8015-17.806 21.892-17.806 12.091 0 21.892 7.9719 21.892 17.806z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-57.837 505.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#f00"/>
+ <path id="basic-f06-zh_TW.svgpolygon1372" d="m184.48 1254.9-15.238-3.72-11.703 10.444-1.1708-15.642-13.549-7.9029 14.514-5.9471 3.3293-15.328 10.141 11.966 15.607-1.5703-8.2467 13.343z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-75.476 542)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#ff0"/>
+ <g id="basic-f06-zh_TW.svgg1376" fill-rule="evenodd" fill-opacity=".75" transform="translate(1.1301 280.8)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt">
+ <path id="basic-f06-zh_TW.svgrect1373" d="m186.25 1479.4h31.525v33.276h-31.525z" fill="#00f"/>
+ <path id="basic-f06-zh_TW.svgpath1374" d="m134.86 1251.7c0 9.8339-9.8015 17.806-21.892 17.806-12.091 0-21.892-7.9719-21.892-17.806 0-9.8338 9.8015-17.806 21.892-17.806 12.091 0 21.892 7.9719 21.892 17.806z" transform="translate(104.03 224.65)" fill="#f00"/>
+ <path id="basic-f06-zh_TW.svgpolygon1375" d="m184.48 1254.9-15.238-3.72-11.703 10.444-1.1708-15.642-13.549-7.9029 14.514-5.9471 3.3293-15.328 10.141 11.966 15.607-1.5703-8.2467 13.343z" transform="translate(86.386 261.2)" fill="#ff0"/>
</g>
- <rect id="d0e481" display="none" height="1000px" width="288" y="1830.4" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e481" display="none" height="1e3px" width="288" y="1815.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e481"/>
</flowRegion>
<flowDiv xml:space="preserve">你選取一個或多個物件並按 <flowSpan font-weight="bold">Ctrl+G</flowSpan> 可建立一個群組。選取它們並按 <flowSpan font-weight="bold">Ctrl+U</flowSpan> 可解散一個或多個群組。多個群組本身可能被群組,只是看起來像任何其他物件;這樣遞迴的群組可以做下去到任意深度。然而,<flowSpan font-weight="bold">Ctrl+U</flowSpan> 只會解散一個選取中最上層的群組;如果想要完全解散深層的「群組中有群組」,那麼就需要重複地按 <flowSpan font-weight="bold">Ctrl+U</flowSpan>。</flowDiv>
</flowRoot>
- <rect id="d0e496" display="none" height="1000px" width="288" y="1893.4" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e496" display="none" height="1e3px" width="288" y="1877.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e496"/>
</flowRegion>
<flowDiv xml:space="preserve">如果想要編輯群組中的一個物件,你未必一定得解散群組。只要 <flowSpan font-weight="bold">Ctrl+點擊</flowSpan> 那個物件,那麼物件會被選取並可被編輯,或者 <flowSpan font-weight="bold">Shift+Ctrl+點擊</flowSpan> 多個物件(任何群組的內部或外面)來多重選取而不管群組與否。試著以不解群組散的情形下移動或改變群組中個別的形狀,然後做一般的取消選取和選取此群組會見到它仍然保持群組狀態。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1968.4197615999997" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1968.4197615999997" x="10">填色和邊框</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1952.4331456" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1952.4331456" x="10">填色和邊框</tspan>
</text>
- <rect id="d0e511" display="none" height="1000px" width="288" y="1973.6" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e511" display="none" height="1e3px" width="288" y="1957.6" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e511"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 的許多功能可經由<flowSpan font-style="italic">對話窗</flowSpan>使用。讓物件塗上一些顏色最簡單的方式大概是從檢視選單中開啟色票對話窗 (或按 <flowSpan font-weight="bold">Shift+Ctrl+W</flowSpan>),選取一個物件並點擊一個色票來塗上顏色 (改變它的填色)。</flowDiv>
</flowRoot>
- <rect id="d0e520" display="none" height="1000px" width="288" y="2014.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e520" display="none" height="1e3px" width="288" y="1998.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e520"/>
</flowRegion>
<flowDiv xml:space="preserve">更強大的是從物件選單中開啟的填充和邊框對話窗 (或按 <flowSpan font-weight="bold">Shift+Ctrl+F</flowSpan>)。選取下面的形狀並開啟填充和邊框對話窗。</flowDiv>
</flowRoot>
- <path id="basic-f07-zh_TW.svgpath930" d="m190.32,1450.2c0,9.0277-29.666,16.346-66.261,16.346s-66.261-7.3185-66.261-16.346c0-9.0278,29.666-16.346,66.261-16.346s66.261,7.3185,66.261,16.346z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2051.5176056) translate(3.065620,-1432.258)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#F00"/>
- <rect id="d0e539" display="none" height="1000px" width="288" y="2097.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <path id="basic-f07-zh_TW.svgpath930" d="m190.32 1450.2c0 9.0277-29.666 16.346-66.261 16.346s-66.261-7.3185-66.261-16.346c0-9.0278 29.666-16.346 66.261-16.346s66.261 7.3185 66.261 16.346z" fill-rule="evenodd" fill-opacity=".75" transform="translate(13.066 603)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#f00"/>
+ <rect id="d0e539" display="none" height="1e3px" width="288" y="2081.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e539"/>
</flowRegion>
<flowDiv xml:space="preserve">你會見到對話窗有三個分頁:填充、邊框顏色和邊框樣式。填充分頁讓你編輯選取物件的<flowSpan font-style="italic">填色</flowSpan> (內部)。使用於分頁下面一點的按鈕可選擇填入類型,包括沒有填色 (有 X 圖案的按鈕)、純色填充、線性漸層或放射狀漸層。以上面的形狀來說,純色填充按鈕會是開啟的狀態。</flowDiv>
</flowRoot>
- <rect id="d0e545" display="none" height="1000px" width="288" y="2149.2" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e545" display="none" height="1e3px" width="288" y="2132.7" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e545"/>
</flowRegion>
<flowDiv xml:space="preserve">更進一步你會看到<flowSpan font-style="italic">顏色選擇器</flowSpan>的集合在它們自己所屬的分頁中:RGB、CMYK、HSL和色環。色環選擇器大概是最方便的,你可以旋轉三角形來選擇色環上的色相,然後在三角形範圍裡選擇那個色相的明暗程度。所有顏色選擇器包含一個滑動拉桿可設定選取物件的 <flowSpan font-style="italic">alpha 值</flowSpan>(不透明度)。</flowDiv>
</flowRoot>
- <rect id="d0e554" display="none" height="1000px" width="288" y="2201.4" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e554" display="none" height="1e3px" width="288" y="2184.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e554"/>
</flowRegion>
<flowDiv xml:space="preserve">每當你選擇一個物件,顏色選擇器會更新並顯示目前的填色和邊框 (若是多重選取,對話窗顯示是它們的<flowSpan font-style="italic">平均</flowSpan>顏色)。用這些樣品玩玩或建立你自己的:</flowDiv>
</flowRoot>
- <path id="basic-f08-zh_TW.svgpath969" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" fill-opacity="0.74999599" transform="translate(10, 2239.0151216000004) matrix(0.997770,0.000000,0.000000,0.935740,0.128430,-1529.560)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#80765b"/>
- <path id="basic-f08-zh_TW.svgpath970" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" fill-opacity="0.267692" transform="translate(10, 2239.0151216000004) matrix(0.997770,0.000000,0.000000,0.935740,35.03744,-1529.014)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#d0765b"/>
- <path id="basic-f08-zh_TW.svgpath971" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2239.0151216000004) matrix(0.997770,0.000000,0.000000,0.935740,70.39144,-1529.014)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#12c097"/>
- <path id="basic-f08-zh_TW.svgpath972" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2239.0151216000004) matrix(0.997770,0.000000,0.000000,0.935740,104.1760,-1529.014)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#e7da05"/>
- <path id="basic-f08-zh_TW.svgpath973" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2239.0151216000004) matrix(0.997770,0.000000,0.000000,0.935740,135.9942,-1529.014)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#3d0fa1"/>
- <path id="basic-f08-zh_TW.svgpath974" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" fill-opacity="0.74901997" transform="translate(10, 2239.0151216000004) matrix(0.997770,0.000000,0.000000,0.935740,167.8130,-1529.014)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#6fe225"/>
- <path id="basic-f08-zh_TW.svgpath975" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2239.0151216000004) matrix(0.997770,0.000000,0.000000,0.935740,199.6311,-1529.014)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#ff3077"/>
- <rect id="d0e570" display="none" height="1000px" width="288" y="2286.1" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <path id="basic-f08-zh_TW.svgpath969" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10 2221.7) matrix(.99777 0 0 .93574 .12843 -1529.6)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#80765b"/>
+ <path id="basic-f08-zh_TW.svgpath970" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" fill-opacity=".26769" transform="translate(10 2221.7) matrix(.99777 0 0 .93574 35.037 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#d0765b"/>
+ <path id="basic-f08-zh_TW.svgpath971" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2221.7) matrix(.99777 0 0 .93574 70.391 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#12c097"/>
+ <path id="basic-f08-zh_TW.svgpath972" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2221.7) matrix(.99777 0 0 .93574 104.18 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#e7da05"/>
+ <path id="basic-f08-zh_TW.svgpath973" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2221.7) matrix(.99777 0 0 .93574 135.99 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#3d0fa1"/>
+ <path id="basic-f08-zh_TW.svgpath974" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" fill-opacity=".74902" transform="translate(10 2221.7) matrix(.99777 0 0 .93574 167.81 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#6fe225"/>
+ <path id="basic-f08-zh_TW.svgpath975" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2221.7) matrix(.99777 0 0 .93574 199.63 -1529)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#ff3077"/>
+ <rect id="d0e570" display="none" height="1e3px" width="288" y="2268.8" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e570"/>
</flowRegion>
<flowDiv xml:space="preserve">使用邊框填塗分頁可以移除物件的<flowSpan font-style="italic">邊框</flowSpan> (輪廓),或者指定任何顏色或透明度 :</flowDiv>
</flowRoot>
- <path id="basic-f09-zh_TW.svgpath1010" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2312.1935171000005) matrix(0.998498,0.000000,0.000000,0.936426,0.813185,-1530.239)" xmlns:cc="http://creativecommons.org/ns#" fill="#dbdbdb"/>
- <path id="basic-f09-zh_TW.svgpath1011" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2312.1935171000005) matrix(0.998498,0.000000,0.000000,0.936426,27.35753,-1530.239)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/>
- <path id="basic-f09-zh_TW.svgpath1012" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" stroke-opacity="0.15692294" fill-rule="evenodd" transform="translate(10, 2312.1935171000005) matrix(0.998498,0.000000,0.000000,0.936426,57.22005,-1530.239)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/>
- <path id="basic-f09-zh_TW.svgpath1013" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2312.1935171000005) matrix(0.998498,0.000000,0.000000,0.936426,83.76456,-1530.239)" stroke="#F00" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/>
- <path id="basic-f09-zh_TW.svgpath1014" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2312.1935171000005) matrix(0.998498,0.000000,0.000000,0.936426,113.6271,-1530.239)" stroke="#00ff7c" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/>
- <path id="basic-f09-zh_TW.svgpath1015" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2312.1935171000005) matrix(0.998498,0.000000,0.000000,0.936426,146.8075,-1530.239)" stroke="#16417c" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/>
- <path id="basic-f09-zh_TW.svgpath1016" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2312.1935171000005) matrix(0.998498,0.000000,0.000000,0.936426,176.6700,-1530.239)" stroke="#7c7016" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/>
- <path id="basic-f09-zh_TW.svgpath1017" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2312.1935171000005) matrix(0.998498,0.000000,0.000000,0.936426,203.2139,-1530.239)" xmlns:cc="http://creativecommons.org/ns#" fill="#dbdbdb"/>
- <rect id="d0e586" display="none" height="1000px" width="288" y="2358.7" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <path id="basic-f09-zh_TW.svgpath1010" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2294.7) matrix(.99850 0 0 .93643 .81318 -1530.2)" xmlns:cc="http://creativecommons.org/ns#" fill="#dbdbdb"/>
+ <path id="basic-f09-zh_TW.svgpath1011" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2294.7) matrix(.99850 0 0 .93643 27.358 -1530.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/>
+ <path id="basic-f09-zh_TW.svgpath1012" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" stroke-opacity=".15692" fill-rule="evenodd" transform="translate(10 2294.7) matrix(.99850 0 0 .93643 57.22 -1530.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/>
+ <path id="basic-f09-zh_TW.svgpath1013" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2294.7) matrix(.99850 0 0 .93643 83.765 -1530.2)" stroke="#f00" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/>
+ <path id="basic-f09-zh_TW.svgpath1014" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2294.7) matrix(.99850 0 0 .93643 113.63 -1530.2)" stroke="#00ff7c" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/>
+ <path id="basic-f09-zh_TW.svgpath1015" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2294.7) matrix(.99850 0 0 .93643 146.81 -1530.2)" stroke="#16417c" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/>
+ <path id="basic-f09-zh_TW.svgpath1016" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2294.7) matrix(.99850 0 0 .93643 176.67 -1530.2)" stroke="#7c7016" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="#dbdbdb"/>
+ <path id="basic-f09-zh_TW.svgpath1017" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2294.7) matrix(.99850 0 0 .93643 203.21 -1530.2)" xmlns:cc="http://creativecommons.org/ns#" fill="#dbdbdb"/>
+ <rect id="d0e586" display="none" height="1e3px" width="288" y="2341.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e586"/>
</flowRegion>
<flowDiv xml:space="preserve">最後一個分頁「邊框樣式」讓你設定寬度和邊框的其他參數:</flowDiv>
</flowRoot>
- <path id="basic-f10-zh_TW.svgpath1033" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2384.8277881000004) matrix(0.988814,0.000000,0.000000,0.927344,3.801590,-1511.205)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.0121052" fill="#dbdbdb"/>
- <path id="basic-f10-zh_TW.svgpath1034" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2384.8277881000004) matrix(0.988814,0.000000,0.000000,0.927344,30.08856,-1511.205)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="2.42105007" fill="#dbdbdb"/>
- <path id="basic-f10-zh_TW.svgpath1035" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2384.8277881000004) matrix(0.988814,0.000000,0.000000,0.927344,62.94734,-1511.205)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="9.6841898" fill="#dbdbdb"/>
- <path id="basic-f10-zh_TW.svgpath1036" style="stroke-dasharray:1.81578, 3.63157;" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2384.8277881000004) matrix(0.988814,0.000000,0.000000,0.927344,95.80570,-1511.205)" stroke-dashoffset="0" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.81578004" fill="#dbdbdb"/>
- <path id="basic-f10-zh_TW.svgpath1037" style="stroke-dasharray:7.26312, 7.26312;" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2384.8277881000004) matrix(0.988814,0.000000,0.000000,0.927344,131.9508,-1511.205)" stroke-dashoffset="0" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.81578004" fill="#dbdbdb"/>
- <path id="basic-f10-zh_TW.svgpath1038" style="stroke-dasharray:7.26312, 3.63156, 1.81578, 3.63156;" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2384.8277881000004) matrix(0.988814,0.000000,0.000000,0.927344,168.0951,-1511.205)" stroke-dashoffset="0" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.81578004" fill="#dbdbdb"/>
- <path id="basic-f10-zh_TW.svgpath1039" style="stroke-dasharray:0.847366, 0.847366;" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2384.8277881000004) matrix(0.988814,0.000000,0.000000,0.927344,204.2394,-1511.205)" stroke-dashoffset="0" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.84736598" fill="#dbdbdb"/>
- <rect id="d0e599" display="none" height="1000px" width="288" y="2439.1" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <path id="basic-f10-zh_TW.svgpath1033" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2366.9) matrix(.98881 0 0 .92734 3.8016 -1511.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".012105" fill="#dbdbdb"/>
+ <path id="basic-f10-zh_TW.svgpath1034" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2366.9) matrix(.98881 0 0 .92734 30.089 -1511.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="2.4211" fill="#dbdbdb"/>
+ <path id="basic-f10-zh_TW.svgpath1035" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2366.9) matrix(.98881 0 0 .92734 62.947 -1511.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="9.6842" fill="#dbdbdb"/>
+ <path id="basic-f10-zh_TW.svgpath1036" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2366.9) matrix(.98881 0 0 .92734 95.806 -1511.2)" stroke="#000" stroke-dasharray="1.81578, 3.63157" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.8158" fill="#dbdbdb"/>
+ <path id="basic-f10-zh_TW.svgpath1037" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2366.9) matrix(.98881 0 0 .92734 131.95 -1511.2)" stroke="#000" stroke-dasharray="7.26312, 7.26312" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.8158" fill="#dbdbdb"/>
+ <path id="basic-f10-zh_TW.svgpath1038" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2366.9) matrix(.98881 0 0 .92734 168.1 -1511.2)" stroke="#000" stroke-dasharray="7.26312, 3.63156, 1.81578, 3.63156" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.8158" fill="#dbdbdb"/>
+ <path id="basic-f10-zh_TW.svgpath1039" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2366.9) matrix(.98881 0 0 .92734 204.24 -1511.2)" stroke="#000" stroke-dasharray="0.847366, 0.847366" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".84737" fill="#dbdbdb"/>
+ <rect id="d0e599" display="none" height="1e3px" width="288" y="2421.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e599"/>
</flowRegion>
<flowDiv xml:space="preserve">最後,你可以用<flowSpan font-style="italic">漸層色</flowSpan>替代純色作為填色和(或)邊框顏色:</flowDiv>
</flowRoot>
<defs id="basic-f11-zh_TW.svgdefs3">
- <linearGradient id="basic-f11-zh_TW.svglinearGradient1054" y2="2084.7" gradientUnits="userSpaceOnUse" y1="2043.7" gradientTransform="scale(1.247949,0.801315)" x2="31.507" x1="28.86">
+ <linearGradient id="basic-f11-zh_TW.svglinearGradient1054" y2="2084.7" gradientUnits="userSpaceOnUse" y1="2043.7" gradientTransform="scale(1.2479 .80132)" x2="31.507" x1="28.86">
<stop id="basic-f11-zh_TW.svgstop842" stop-color="#0082ab" offset="0"/>
- <stop id="basic-f11-zh_TW.svgstop1842" stop-color="#0082ab" stop-opacity="0.5" offset="0.35"/>
- <stop id="basic-f11-zh_TW.svgstop1843" stop-color="#0082ab" stop-opacity="0.22" offset="0.63"/>
+ <stop id="basic-f11-zh_TW.svgstop1842" stop-color="#0082ab" stop-opacity=".5" offset="0.35"/>
+ <stop id="basic-f11-zh_TW.svgstop1843" stop-color="#0082ab" stop-opacity=".22" offset=".63"/>
<stop id="basic-f11-zh_TW.svgstop843" stop-color="#0082ab" stop-opacity="0" offset="1"/>
</linearGradient>
- <linearGradient id="basic-f11-zh_TW.svglinearGradient1059" y2="2084.7" xlink:href="#basic-f11-zh_TW.svglinearGradient1056" gradientUnits="userSpaceOnUse" y1="2043.7" gradientTransform="scale(1.247949,0.801315)" x2="31.507" x1="28.86"/>
- <radialGradient id="basic-f11-zh_TW.svgradialGradient1061" cx="31.577" gradientUnits="userSpaceOnUse" cy="2062.9" r="22.221" gradientTransform="scale(1.247949,0.801315)">
+ <linearGradient id="basic-f11-zh_TW.svglinearGradient1059" y2="2084.7" xlink:href="#basic-f11-zh_TW.svglinearGradient1056" gradientUnits="userSpaceOnUse" y1="2043.7" gradientTransform="scale(1.2479 .80132)" x2="31.507" x1="28.86"/>
+ <radialGradient id="basic-f11-zh_TW.svgradialGradient1061" cx="31.577" gradientUnits="userSpaceOnUse" cy="2062.9" r="22.221" gradientTransform="scale(1.2479 .80132)">
<stop id="basic-f11-zh_TW.svgstop1063" stop-color="#65ab00" stop-opacity="0" offset="0"/>
<stop id="basic-f11-zh_TW.svgstop1064" stop-color="#a79782" offset="1"/>
</radialGradient>
- <radialGradient id="basic-f11-zh_TW.svgradialGradient1069" cx="31.577" xlink:href="#basic-f11-zh_TW.svglinearGradient1070" gradientUnits="userSpaceOnUse" cy="2062.9" r="22.221" gradientTransform="scale(1.247949,0.801315)"/>
- <linearGradient id="basic-f11-zh_TW.svglinearGradient1074" y2="2028.4" xlink:href="#basic-f11-zh_TW.svglinearGradient1070" gradientUnits="userSpaceOnUse" y1="2028.4" gradientTransform="scale(1.227046,0.814966)" x2="56.199" x1="8.0307"/>
+ <radialGradient id="basic-f11-zh_TW.svgradialGradient1069" cx="31.577" xlink:href="#basic-f11-zh_TW.svglinearGradient1070" gradientUnits="userSpaceOnUse" cy="2062.9" r="22.221" gradientTransform="scale(1.2479 .80132)"/>
+ <linearGradient id="basic-f11-zh_TW.svglinearGradient1074" y2="2028.4" xlink:href="#basic-f11-zh_TW.svglinearGradient1070" gradientUnits="userSpaceOnUse" y1="2028.4" gradientTransform="scale(1.227 .81497)" x2="56.199" x1="8.0307"/>
<linearGradient id="basic-f11-zh_TW.svglinearGradient1070">
- <stop id="basic-f11-zh_TW.svgstop1071" stop-color="#000" stop-opacity="0.532296" offset="0"/>
- <stop id="basic-f11-zh_TW.svgstop1072" stop-color="#FFF" stop-opacity="0" offset="1"/>
+ <stop id="basic-f11-zh_TW.svgstop1071" stop-opacity=".53230" offset="0"/>
+ <stop id="basic-f11-zh_TW.svgstop1072" stop-color="#fff" stop-opacity="0" offset="1"/>
</linearGradient>
- <radialGradient id="basic-f11-zh_TW.svgradialGradient1090" cx="24.338" xlink:href="#basic-f11-zh_TW.svglinearGradient1070" gradientUnits="userSpaceOnUse" cy="2034.3" r="24.697" gradientTransform="scale(1.227046,0.814966)"/>
- <radialGradient id="basic-f11-zh_TW.svgradialGradient1076" cx="39.346" gradientUnits="userSpaceOnUse" cy="2014.9" r="25.29" gradientTransform="scale(1.227046,0.814966)">
- <stop id="basic-f11-zh_TW.svgstop1078" stop-color="#ff2ee1" stop-opacity="0.529229" offset="0"/>
- <stop id="basic-f11-zh_TW.svgstop1079" stop-color="#000" stop-opacity="0" offset="1"/>
+ <radialGradient id="basic-f11-zh_TW.svgradialGradient1090" cx="24.338" xlink:href="#basic-f11-zh_TW.svglinearGradient1070" gradientUnits="userSpaceOnUse" cy="2034.3" r="24.697" gradientTransform="scale(1.227 .81497)"/>
+ <radialGradient id="basic-f11-zh_TW.svgradialGradient1076" cx="39.346" gradientUnits="userSpaceOnUse" cy="2014.9" r="25.29" gradientTransform="scale(1.227 .81497)">
+ <stop id="basic-f11-zh_TW.svgstop1078" stop-color="#ff2ee1" stop-opacity=".52923" offset="0"/>
+ <stop id="basic-f11-zh_TW.svgstop1079" stop-opacity="0" offset="1"/>
</radialGradient>
- <radialGradient id="basic-f11-zh_TW.svgradialGradient1083" cx="48.498" gradientUnits="userSpaceOnUse" cy="2012.6" r="40.477" gradientTransform="scale(1.227046,0.814966)">
- <stop id="basic-f11-zh_TW.svgstop1081" stop-color="#7d4ad2" stop-opacity="0.532296" offset="0"/>
- <stop id="basic-f11-zh_TW.svgstop1082" stop-color="#FFF" stop-opacity="0" offset="1"/>
+ <radialGradient id="basic-f11-zh_TW.svgradialGradient1083" cx="48.498" gradientUnits="userSpaceOnUse" cy="2012.6" r="40.477" gradientTransform="scale(1.227 .81497)">
+ <stop id="basic-f11-zh_TW.svgstop1081" stop-color="#7d4ad2" stop-opacity=".53230" offset="0"/>
+ <stop id="basic-f11-zh_TW.svgstop1082" stop-color="#fff" stop-opacity="0" offset="1"/>
</radialGradient>
<linearGradient id="basic-f11-zh_TW.svglinearGradient1056">
<stop id="basic-f11-zh_TW.svgstop1057" stop-color="#0082ab" stop-opacity="0" offset="0"/>
- <stop id="basic-f11-zh_TW.svgstop1058" stop-color="#000" offset="1"/>
+ <stop id="basic-f11-zh_TW.svgstop1058" offset="1"/>
</linearGradient>
- <radialGradient id="basic-f11-zh_TW.svgradialGradient1085" cx="39.612" xlink:href="#basic-f11-zh_TW.svglinearGradient1056" gradientUnits="userSpaceOnUse" cy="2014.7" r="33.929" gradientTransform="scale(1.227046,0.814966)"/>
- <radialGradient id="basic-f11-zh_TW.svgradialGradient1086" cx="32.115" gradientUnits="userSpaceOnUse" cy="2028.4" r="24.084" gradientTransform="scale(1.227046,0.814966)">
+ <radialGradient id="basic-f11-zh_TW.svgradialGradient1085" cx="39.612" xlink:href="#basic-f11-zh_TW.svglinearGradient1056" gradientUnits="userSpaceOnUse" cy="2014.7" r="33.929" gradientTransform="scale(1.227 .81497)"/>
+ <radialGradient id="basic-f11-zh_TW.svgradialGradient1086" cx="32.115" gradientUnits="userSpaceOnUse" cy="2028.4" r="24.084" gradientTransform="scale(1.227 .81497)">
<stop id="basic-f11-zh_TW.svgstop1088" stop-color="#f56f52" stop-opacity="0" offset="0"/>
- <stop id="basic-f11-zh_TW.svgstop1089" stop-color="#aba6a6" stop-opacity="0.243137" offset="1"/>
+ <stop id="basic-f11-zh_TW.svgstop1089" stop-color="#aba6a6" stop-opacity=".24314" offset="1"/>
</radialGradient>
</defs>
- <path id="basic-f11-zh_TW.svgpath1053" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2465.2033751000004) matrix(1.066286,0.000000,0.000000,1.000000,-1.648820,-1632.758)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-zh_TW.svglinearGradient1054)"/>
- <path id="basic-f11-zh_TW.svgpath1055" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2465.2033751000004) matrix(1.066286,0.000000,0.000000,1.000000,26.69766,-1632.758)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-zh_TW.svglinearGradient1059)"/>
- <path id="basic-f11-zh_TW.svgpath1060" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2465.2033751000004) matrix(1.066286,0.000000,0.000000,1.000000,62.13073,-1632.758)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-zh_TW.svgradialGradient1061)"/>
- <path id="basic-f11-zh_TW.svgpath1065" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2465.2033751000004) matrix(1.066286,0.000000,0.000000,1.000000,94.02050,-1632.758)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-zh_TW.svgradialGradient1069)"/>
- <path id="basic-f11-zh_TW.svgpath1073" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2465.2033751000004) matrix(1.066286,0.000000,0.000000,1.000000,136.5401,-1632.758)" stroke="url(#basic-f11-zh_TW.svglinearGradient1074)" xmlns:cc="http://creativecommons.org/ns#" stroke-width="3.6436801" fill="url(#basic-f11-zh_TW.svgradialGradient1090)"/>
- <path id="basic-f11-zh_TW.svgpath1075" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2465.2033751000004) matrix(-1.066286,0.000000,0.000000,-1.000000,263.0961,1673.309)" stroke="url(#basic-f11-zh_TW.svgradialGradient1076)" xmlns:cc="http://creativecommons.org/ns#" stroke-width="3.6436801" fill="url(#basic-f11-zh_TW.svgradialGradient1083)"/>
- <path id="basic-f11-zh_TW.svgpath1084" style="stroke-dasharray:3.64368, 3.64368;" d="m67.136,1653c0,9.8338-12.415,17.806-27.73,17.806s-27.73-7.9719-27.73-17.806c0-9.8338,12.415-17.806,27.73-17.806s27.73,7.9719,27.73,17.806z" fill-rule="evenodd" transform="translate(10, 2465.2033751000004) matrix(1.066286,0.000000,0.000000,1.000000,214.4927,-1632.758)" stroke-dashoffset="0" stroke="url(#basic-f11-zh_TW.svgradialGradient1085)" xmlns:cc="http://creativecommons.org/ns#" stroke-width="3.6436801" fill="url(#basic-f11-zh_TW.svgradialGradient1086)"/>
- <rect id="d0e615" display="none" height="1000px" width="288" y="2516.6" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <path id="basic-f11-zh_TW.svgpath1053" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2447.2) matrix(1.0663 0 0 1 -1.6488 -1632.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-zh_TW.svglinearGradient1054)"/>
+ <path id="basic-f11-zh_TW.svgpath1055" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2447.2) matrix(1.0663 0 0 1 26.698 -1632.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-zh_TW.svglinearGradient1059)"/>
+ <path id="basic-f11-zh_TW.svgpath1060" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2447.2) matrix(1.0663 0 0 1 62.131 -1632.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-zh_TW.svgradialGradient1061)"/>
+ <path id="basic-f11-zh_TW.svgpath1065" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2447.2) matrix(1.0663 0 0 1 94.02 -1632.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f11-zh_TW.svgradialGradient1069)"/>
+ <path id="basic-f11-zh_TW.svgpath1073" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2447.2) matrix(1.0663 0 0 1 136.54 -1632.8)" stroke="url(#basic-f11-zh_TW.svglinearGradient1074)" xmlns:cc="http://creativecommons.org/ns#" stroke-width="3.6437" fill="url(#basic-f11-zh_TW.svgradialGradient1090)"/>
+ <path id="basic-f11-zh_TW.svgpath1075" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2447.2) matrix(-1.0663 0 0 -1 263.1 1673.3)" stroke="url(#basic-f11-zh_TW.svgradialGradient1076)" xmlns:cc="http://creativecommons.org/ns#" stroke-width="3.6437" fill="url(#basic-f11-zh_TW.svgradialGradient1083)"/>
+ <path id="basic-f11-zh_TW.svgpath1084" d="m67.136 1653c0 9.8338-12.415 17.806-27.73 17.806s-27.73-7.9719-27.73-17.806c0-9.8338 12.415-17.806 27.73-17.806s27.73 7.9719 27.73 17.806z" fill-rule="evenodd" transform="translate(10 2447.2) matrix(1.0663 0 0 1 214.49 -1632.8)" stroke="url(#basic-f11-zh_TW.svgradialGradient1085)" stroke-dasharray="3.64368, 3.64368" xmlns:cc="http://creativecommons.org/ns#" stroke-width="3.6437" fill="url(#basic-f11-zh_TW.svgradialGradient1086)"/>
+ <rect id="d0e615" display="none" height="1e3px" width="288" y="2498.5" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e615"/>
</flowRegion>
<flowDiv xml:space="preserve">當你從純色切換為漸層時,會使用先前的純色建立新的漸層 (從不透明到透明)。切換到漸層工具(<flowSpan font-weight="bold">Ctrl+F1</flowSpan>)可拖動<flowSpan font-style="italic">漸層控制點</flowSpan> — 連接控制點的直線定義漸層的方向和長度。當任何漸層控制點被選取時 (以藍色標示),填色和邊框對話窗變為控制點的顏色而非選取物件整體的顏色。</flowDiv>
</flowRoot>
- <rect id="d0e624" display="none" height="1000px" width="288" y="2568.4" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e624" display="none" height="1e3px" width="288" y="2550.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e624"/>
</flowRegion>
<flowDiv xml:space="preserve">還有另一種簡便的方式可改變物件的顏色就是使用滴管工具 (<flowSpan font-weight="bold">F7</flowSpan>)。只要用這個工具點擊一下繪圖區中的任何地方,那麼點取的顏色會被指定為選取物件的填色 (<flowSpan font-weight="bold">Shift+點擊</flowSpan> 會指定邊框顏色)。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2622.4324761000007" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2622.4324761000007" x="10">再製、對齊、分佈</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2603.6421766999997" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2603.6421766999997" x="10">再製、對齊、分佈</tspan>
</text>
- <rect id="d0e639" display="none" height="1000px" width="288" y="2627.6" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e639" display="none" height="1e3px" width="288" y="2608.8" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e639"/>
</flowRegion>
<flowDiv xml:space="preserve">最常見的動作之一為<flowSpan font-style="italic">再製</flowSpan>物件 (<flowSpan font-weight="bold">Ctrl+D</flowSpan>)。再製物件會放置在原本物件的正上方並且已選取,所以你可以用滑鼠或方向鍵將它拖走。試著用這個黑色正方形排成直線作為練習:</flowDiv>
</flowRoot>
- <rect id="basic-f12-zh_TW.svgrect1117" fill-rule="evenodd" transform="translate(10, 2674.7796651000003) " height="11.092" width="11.092" y="0.90725" x="-0.1145" fill="#000"/>
- <rect id="d0e658" display="none" height="1000px" width="288" y="2697.9" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="basic-f12-zh_TW.svgrect1117" fill-rule="evenodd" transform="translate(10 2656.4)" height="11.092" width="11.092" y=".90725" x="-.11450"/>
+ <rect id="d0e658" display="none" height="1e3px" width="288" y="2679.5" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e658"/>
</flowRegion>
<flowDiv xml:space="preserve">有可能你的正方形複製品或多或少被任意擺放。這時對齊對話窗 (<flowSpan font-weight="bold">Ctrl+Shift+A</flowSpan>) 就相當有用。選取所有正方形(<flowSpan font-weight="bold">Shift+點擊</flowSpan>或拖曳一個選框),開啟對話窗並點選「水平置中」按鈕,然後點選「物件間以同樣的水平間距來分佈」按鈕(閱讀按鈕的工具提示)。這些物件現在排列整齊且等距離分佈。這裡是一些其他對齊和分佈的例子:</flowDiv>
</flowRoot>
<defs id="basic-f13-zh_TW.svgdefs3">
- <radialGradient id="basic-f13-zh_TW.svgradialGradient1670" cx="188.95" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2278" r="19.568" gradientTransform="scale(1.069487,0.935027)"/>
- <radialGradient id="basic-f13-zh_TW.svgradialGradient1669" cx="212.6" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2274.3" r="18.494" gradientTransform="scale(1.070251,0.934360)"/>
- <radialGradient id="basic-f13-zh_TW.svgradialGradient1668" cx="221.81" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2233.3" r="12.484" gradientTransform="scale(1.045701,0.956296)"/>
- <radialGradient id="basic-f13-zh_TW.svgradialGradient1667" cx="225.29" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2236" r="12.167" gradientTransform="scale(1.040873,0.960732)"/>
- <radialGradient id="basic-f13-zh_TW.svgradialGradient1666" cx="225.84" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2298.9" r="7.2748" gradientTransform="scale(1.065969,0.938114)"/>
- <radialGradient id="basic-f13-zh_TW.svgradialGradient1665" cx="238.59" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2266.9" r="7.9932" gradientTransform="scale(1.048503,0.953741)"/>
- <radialGradient id="basic-f13-zh_TW.svgradialGradient1664" cx="251.29" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2238.9" r="5.5509" gradientTransform="scale(1.034074,0.967049)"/>
+ <radialGradient id="basic-f13-zh_TW.svgradialGradient1670" cx="188.95" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2278" r="19.568" gradientTransform="scale(1.0695 .93503)"/>
+ <radialGradient id="basic-f13-zh_TW.svgradialGradient1669" cx="212.6" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2274.3" r="18.494" gradientTransform="scale(1.0703 .93436)"/>
+ <radialGradient id="basic-f13-zh_TW.svgradialGradient1668" cx="221.81" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2233.3" r="12.484" gradientTransform="scale(1.0457 .95630)"/>
+ <radialGradient id="basic-f13-zh_TW.svgradialGradient1667" cx="225.29" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2236" r="12.167" gradientTransform="scale(1.0409 .96073)"/>
+ <radialGradient id="basic-f13-zh_TW.svgradialGradient1666" cx="225.84" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2298.9" r="7.2748" gradientTransform="scale(1.066 .93811)"/>
+ <radialGradient id="basic-f13-zh_TW.svgradialGradient1665" cx="238.59" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2266.9" r="7.9932" gradientTransform="scale(1.0485 .95374)"/>
+ <radialGradient id="basic-f13-zh_TW.svgradialGradient1664" cx="251.29" xlink:href="#basic-f13-zh_TW.svglinearGradient841" gradientUnits="userSpaceOnUse" cy="2238.9" r="5.5509" gradientTransform="scale(1.0341 .96705)"/>
<linearGradient id="basic-f13-zh_TW.svglinearGradient841">
<stop id="basic-f13-zh_TW.svgstop842" stop-color="#0082ab" offset="0"/>
- <stop id="basic-f13-zh_TW.svgstop1842" stop-color="#0082ab" stop-opacity="0.5" offset="0.35"/>
- <stop id="basic-f13-zh_TW.svgstop1843" stop-color="#0082ab" stop-opacity="0.22" offset="0.63"/>
+ <stop id="basic-f13-zh_TW.svgstop1842" stop-color="#0082ab" stop-opacity=".5" offset="0.35"/>
+ <stop id="basic-f13-zh_TW.svgstop1843" stop-color="#0082ab" stop-opacity=".22" offset=".63"/>
<stop id="basic-f13-zh_TW.svgstop843" stop-color="#0082ab" stop-opacity="0" offset="1"/>
</linearGradient>
</defs>
- <path id="basic-f13-zh_TW.svgpolygon1671" d="m223,2147.6-20.927,0.3454-20.927,0.3453,10.165-18.296,10.165-18.296,10.763,17.951z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) matrix(-1.000000,0.000000,0.000000,1.000000,413.5562,-2103.409)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1670)"/>
- <path id="basic-f13-zh_TW.svgpolygon1672" d="m207.75,2141.8,10.137-17.003,10.137-17.003,9.6564,17.28,9.6564,17.28-19.793-0.2772z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) matrix(-1.000000,0.000000,0.000000,1.000000,413.4438,-2098.420)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1669)"/>
- <path id="basic-f13-zh_TW.svgpolygon1673" d="m218.9,2147.6,5.4312-11.938,5.4312-11.938,7.6235,10.673,7.6235,10.673-13.055,1.2656z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) matrix(-1.000000,0.000000,0.000000,1.000000,433.4970,-2109.076)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1668)"/>
- <path id="basic-f13-zh_TW.svgpolygon1674" d="m221.83,2157,7.5821-10.246,7.5821-10.246,5.0823,11.689,5.0823,11.689-12.664-1.4432z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) matrix(-1.000000,0.000000,0.000000,1.000000,445.3343,-2121.601)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1667)"/>
- <path id="basic-f13-zh_TW.svgpolygon1675" d="m232.98,2163.5,3.6889-6.8247,3.6889-6.8246,4.0658,6.607,4.0658,6.607-7.7548,0.2176z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) matrix(-1.000000,0.000000,0.000000,1.000000,411.9695,-2130.035)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1666)"/>
- <path id="basic-f13-zh_TW.svgpolygon1676" d="m241.78,2168.2,4.8233-6.8928,4.8233-6.8927,3.5576,7.6235,3.5576,7.6234-8.3809-0.7307z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) matrix(-1.000000,0.000000,0.000000,1.000000,429.6753,-2135.392)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1665)"/>
- <path id="basic-f13-zh_TW.svgpolygon1677" d="m254.11,2170.5,2.1825-5.3681,2.1825-5.368,3.5576,4.5741,3.5576,4.5741-5.7401,0.7939z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) matrix(-1.000000,0.000000,0.000000,1.000000,450.9023,-2138.534)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1664)"/>
- <path id="basic-f13-zh_TW.svgpath1622" stroke-linejoin="miter" d="M30.105,4.9279l53.602,14.362" transform="translate(10, 2768.9980421) " stroke="#000" stroke-linecap="butt" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1623" stroke-linejoin="miter" d="M27.562,9.2561l53.602,14.363" transform="translate(10, 2768.9980421) " stroke="#000" stroke-linecap="butt" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1624" stroke-linejoin="miter" d="M25.019,13.584l53.602,14.363" transform="translate(10, 2768.9980421) " stroke="#000" stroke-linecap="butt" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1625" stroke-linejoin="miter" d="M22.476,17.913l53.602,14.362" transform="translate(10, 2768.9980421) " stroke="#000" stroke-linecap="butt" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1626" stroke-linejoin="miter" d="M19.933,22.241l53.602,14.362" transform="translate(10, 2768.9980421) " stroke="#000" stroke-linecap="butt" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1627" stroke-linejoin="miter" d="M17.39,26.569l53.602,14.363" transform="translate(10, 2768.9980421) " stroke="#000" stroke-linecap="butt" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1628" stroke-linejoin="miter" d="M14.847,30.897l53.602,14.363" transform="translate(10, 2768.9980421) " stroke="#000" stroke-linecap="butt" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1629" stroke-linejoin="miter" d="M12.304,35.225l53.602,14.363" transform="translate(10, 2768.9980421) " stroke="#000" stroke-linecap="butt" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1630" stroke-linejoin="miter" d="M9.761,39.554l53.602,14.362" transform="translate(10, 2768.9980421) " stroke="#000" stroke-linecap="butt" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1641" sodipodi:revolution="3.0000000" sodipodi:radius="9.1857243" d="M131.46,2120.6c0.41,0.2-0.08,0.7-0.35,0.7-0.72,0.1-1.12-0.7-1.02-1.4,0.17-1.1,1.39-1.6,2.39-1.3,1.47,0.4,2.15,2,1.71,3.4-0.58,1.8-2.69,2.7-4.45,2.1-2.21-0.8-3.19-3.4-2.39-5.5,0.96-2.6,4-3.7,6.5-2.8,2.95,1.2,4.25,4.7,3.08,7.6-1.34,3.3-5.3,4.7-8.56,3.4-3.69-1.5-5.29-6-3.76-9.6,1.72-4.1,6.61-5.8,10.61-4.1,4.44,1.9,6.36,7.3,4.45,11.6" transform="translate(10, 2768.9980421) matrix(1.901202e-16,0.614095,-0.614095,1.901202e-16,1424.349,-31.31421)" stroke="#000" sodipodi:argument="-18.385908" sodipodi:cy="2120.6279" sodipodi:cx="131.45540" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" sodipodi:t0="0.0000000" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1642" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="M143.19,2128.8c0.56,0.3-0.12,0.9-0.49,1-0.99,0.1-1.52-1.1-1.37-1.9,0.27-1.5,1.96-2.2,3.33-1.8,2,0.5,2.89,2.8,2.25,4.7-0.85,2.5-3.77,3.6-6.16,2.7-3.01-1.1-4.29-4.7-3.13-7.6,1.39-3.5,5.59-5,9-3.6,4.01,1.7,5.68,6.5,4.01,10.5-1.94,4.5-7.42,6.3-11.84,4.4-5.02-2.2-7.1-8.3-4.89-13.2,2.48-5.6,9.23-7.8,14.67-5.4,6.04,2.8,8.51,10.2,5.77,16.1" transform="translate(10, 2768.9980421) matrix(1.901202e-16,0.614095,-0.614095,1.901202e-16,1440.566,-40.55521)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" sodipodi:t0="0.0000000" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1643" sodipodi:revolution="3.0000000" sodipodi:radius="25.200598" d="M154.34,2141.8c1.12,0.5-0.24,1.8-0.98,1.8-1.99,0.2-3.03-2.1-2.73-3.8,0.53-3,3.92-4.4,6.65-3.6,4,1.1,5.77,5.7,4.5,9.5-1.7,5-7.55,7.1-12.33,5.3-6.01-2.2-8.57-9.3-6.26-15.1,2.8-7,11.18-10,18-7.2,8.03,3.4,11.38,13,8.02,20.9-3.88,9-14.82,12.8-23.67,8.9-10.05-4.4-14.2-16.7-9.78-26.5,4.95-11.1,18.47-15.6,29.34-10.7,12.07,5.5,17.02,20.3,11.54,32.2" transform="translate(10, 2768.9980421) matrix(1.901202e-16,0.614095,-0.614095,1.901202e-16,1424.349,-54.93121)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2141.7546" sodipodi:cx="154.34271" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" sodipodi:t0="0.0000000" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1644" sodipodi:revolution="3.0000000" sodipodi:radius="19.674946" d="M177.23,2161.1c0.94,0.3,0.07,1.4-0.49,1.6-1.51,0.4-2.63-1.2-2.64-2.6-0.01-2.3,2.39-3.9,4.6-3.7,3.23,0.3,5.24,3.6,4.79,6.7-0.6,4.1-4.78,6.5-8.71,5.8-4.93-0.8-7.89-5.9-6.94-10.7,1.16-5.8,7.18-9.2,12.81-8,6.64,1.4,10.57,8.3,9.1,14.8-1.7,7.5-9.58,11.9-16.92,10.2-8.34-2-13.25-10.8-11.25-19,2.24-9.2,11.98-14.6,21.03-12.3,10.04,2.5,15.93,13.2,13.4,23.1" transform="translate(10, 2768.9980421) matrix(1.901202e-16,0.614095,-0.614095,1.901202e-16,1424.349,-65.81921)" stroke="#000" sodipodi:argument="-18.546671" sodipodi:cy="2161.1208" sodipodi:cx="177.23004" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" sodipodi:t0="0.0000000" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1645" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="M143.19,2128.8c0.56,0.3-0.12,0.9-0.49,1-0.99,0.1-1.52-1.1-1.37-1.9,0.27-1.5,1.96-2.2,3.33-1.8,2,0.5,2.89,2.8,2.25,4.7-0.85,2.5-3.77,3.6-6.16,2.7-3.01-1.1-4.29-4.7-3.13-7.6,1.39-3.5,5.59-5,9-3.6,4.01,1.7,5.68,6.5,4.01,10.5-1.94,4.5-7.42,6.3-11.84,4.4-5.02-2.2-7.1-8.3-4.89-13.2,2.48-5.6,9.23-7.8,14.67-5.4,6.04,2.8,8.51,10.2,5.77,16.1" transform="translate(10, 2768.9980421) matrix(4.753003e-17,0.153524,-0.153524,4.753003e-17,473.6190,31.04279)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" sodipodi:t0="0.0000000" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1646" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="M143.19,2128.8c0.56,0.3-0.12,0.9-0.49,1-0.99,0.1-1.52-1.1-1.37-1.9,0.27-1.5,1.96-2.2,3.33-1.8,2,0.5,2.89,2.8,2.25,4.7-0.85,2.5-3.77,3.6-6.16,2.7-3.01-1.1-4.29-4.7-3.13-7.6,1.39-3.5,5.59-5,9-3.6,4.01,1.7,5.68,6.5,4.01,10.5-1.94,4.5-7.42,6.3-11.84,4.4-5.02-2.2-7.1-8.3-4.89-13.2,2.48-5.6,9.23-7.8,14.67-5.4,6.04,2.8,8.51,10.2,5.77,16.1" transform="translate(10, 2768.9980421) matrix(9.506006e-17,0.307048,-0.307048,9.506006e-17,806.8147,7.176787)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" sodipodi:t0="0.0000000" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1647" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="M143.19,2128.8c0.56,0.3-0.12,0.9-0.49,1-0.99,0.1-1.52-1.1-1.37-1.9,0.27-1.5,1.96-2.2,3.33-1.8,2,0.5,2.89,2.8,2.25,4.7-0.85,2.5-3.77,3.6-6.16,2.7-3.01-1.1-4.29-4.7-3.13-7.6,1.39-3.5,5.59-5,9-3.6,4.01,1.7,5.68,6.5,4.01,10.5-1.94,4.5-7.42,6.3-11.84,4.4-5.02-2.2-7.1-8.3-4.89-13.2,2.48-5.6,9.23-7.8,14.67-5.4,6.04,2.8,8.51,10.2,5.77,16.1" transform="translate(10, 2768.9980421) matrix(3.802402e-16,1.228191,-1.228191,3.802402e-16,2753.765,-136.0183)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" sodipodi:t0="0.0000000" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1648" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="M143.19,2128.8c0.56,0.3-0.12,0.9-0.49,1-0.99,0.1-1.52-1.1-1.37-1.9,0.27-1.5,1.96-2.2,3.33-1.8,2,0.5,2.89,2.8,2.25,4.7-0.85,2.5-3.77,3.6-6.16,2.7-3.01-1.1-4.29-4.7-3.13-7.6,1.39-3.5,5.59-5,9-3.6,4.01,1.7,5.68,6.5,4.01,10.5-1.94,4.5-7.42,6.3-11.84,4.4-5.02-2.2-7.1-8.3-4.89-13.2,2.48-5.6,9.23-7.8,14.67-5.4,6.04,2.8,8.51,10.2,5.77,16.1" transform="translate(10, 2768.9980421) matrix(7.604803e-16,2.456381,-2.456381,7.604803e-16,5347.526,-326.9433)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.12500000" sodipodi:t0="0.0000000" fill="none"/>
- <path id="basic-f13-zh_TW.svgpolygon1649" d="m223,2147.6-20.927,0.3454-20.927,0.3453,10.165-18.296,10.165-18.296,10.763,17.951z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) translate(3.588790,-2103.409)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1670)"/>
- <path id="basic-f13-zh_TW.svgpolygon1650" d="m207.75,2141.8,10.137-17.003,10.137-17.003,9.6564,17.28,9.6564,17.28-19.793-0.2772z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) translate(3.701180,-2098.420)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1669)"/>
- <path id="basic-f13-zh_TW.svgpolygon1651" d="m218.9,2147.6,5.4312-11.938,5.4312-11.938,7.6235,10.673,7.6235,10.673-13.055,1.2656z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) translate(-16.35203,-2109.076)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1668)"/>
- <path id="basic-f13-zh_TW.svgpolygon1652" d="m221.83,2157,7.5821-10.246,7.5821-10.246,5.0823,11.689,5.0823,11.689-12.664-1.4432z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) translate(-28.18930,-2121.601)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1667)"/>
- <path id="basic-f13-zh_TW.svgpolygon1653" d="m232.98,2163.5,3.6889-6.8247,3.6889-6.8246,4.0658,6.607,4.0658,6.607-7.7548,0.2176z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) translate(5.175400,-2130.035)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1666)"/>
- <path id="basic-f13-zh_TW.svgpolygon1654" d="m241.78,2168.2,4.8233-6.8928,4.8233-6.8927,3.5576,7.6235,3.5576,7.6234-8.3809-0.7307z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) translate(-12.53040,-2135.392)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1665)"/>
- <path id="basic-f13-zh_TW.svgpolygon1655" d="m254.11,2170.5,2.1825-5.3681,2.1825-5.368,3.5576,4.5741,3.5576,4.5741-5.7401,0.7939z" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 2768.9980421) translate(-33.75731,-2138.534)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1664)"/>
- <path id="basic-f13-zh_TW.svgpath1678" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="M143.19,2128.8c0.56,0.3-0.12,0.9-0.49,1-0.99,0.1-1.52-1.1-1.37-1.9,0.27-1.5,1.96-2.2,3.33-1.8,2,0.5,2.89,2.8,2.25,4.7-0.85,2.5-3.77,3.6-6.16,2.7-3.01-1.1-4.29-4.7-3.13-7.6,1.39-3.5,5.59-5,9-3.6,4.01,1.7,5.68,6.5,4.01,10.5-1.94,4.5-7.42,6.3-11.84,4.4-5.02-2.2-7.1-8.3-4.89-13.2,2.48-5.6,9.23-7.8,14.67-5.4,6.04,2.8,8.51,10.2,5.77,16.1" transform="translate(10, 2768.9980421) matrix(1.082533e-16,0.349663,-0.349663,1.082533e-16,853.9819,0.692787)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt" sodipodi:t0="0.0000000" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1679" d="M175.2,51.728c-0.04,0.96-0.08,2.054-1.1,2.797" transform="translate(10, 2768.9980421) " stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.36291499pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1680" d="M182.3,51.84c0,0.743-0.46,2.115-0.37,3.02" transform="translate(10, 2768.9980421) " stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.36291499pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1681" d="M188.65,51.951c0.2,0.696,0.08,1.788,1.84,2.574" transform="translate(10, 2768.9980421) " stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.36291499pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1682" d="M197.68,51.504c-0.21,0.667-1.86,2.562-1.1,3.245" transform="translate(10, 2768.9980421) " stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.36291499pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1683" d="M204.82,52.287c-0.28,0.399-1.35,1.802,0,2.35" transform="translate(10, 2768.9980421) " stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.36291499pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1684" d="M211.03,51.504c0.09,0.927-0.48,1.881,1.84,2.909" transform="translate(10, 2768.9980421) " stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.36291499pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1685" d="M220.14,51.951c0.08,0.57-0.99,1.563-1.47,2.462" transform="translate(10, 2768.9980421) " stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.36291499pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1686" d="M225.4,51.84c0.02,0.436,0.19,1.722,2.94,2.349" transform="translate(10, 2768.9980421) " stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.36291499pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1687" d="M233.97,52.063c0,0.158-0.21,1.613,0.74,2.238" transform="translate(10, 2768.9980421) " stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.36291499pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1688" d="M238.47,51.84c1.06,1.233,1.13,2.685,6.63,3.58" transform="translate(10, 2768.9980421) " stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.36291499pt" fill="none"/>
- <path id="basic-f13-zh_TW.svgpath1689" d="M248.88,52.511c0,0.84-0.1,1.67,0.74,2.461" transform="translate(10, 2768.9980421) " stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.36291499pt" fill="none"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2849.8161901000003" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2849.8161901000003" x="10">排列順序</tspan>
+ <path id="basic-f13-zh_TW.svgpolygon1671" d="m223 2147.6-20.927 0.3454-20.927 0.3453 10.165-18.296 10.165-18.296 10.763 17.951z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2750.4) matrix(-1 0 0 1 413.56 -2103.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1670)"/>
+ <path id="basic-f13-zh_TW.svgpolygon1672" d="m207.75 2141.8 10.137-17.003 10.137-17.003 9.6564 17.28 9.6564 17.28-19.793-0.2772z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2750.4) matrix(-1 0 0 1 413.44 -2098.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1669)"/>
+ <path id="basic-f13-zh_TW.svgpolygon1673" d="m218.9 2147.6 5.4312-11.938 5.4312-11.938 7.6235 10.673 7.6235 10.673-13.055 1.2656z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2750.4) matrix(-1 0 0 1 433.5 -2109.1)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1668)"/>
+ <path id="basic-f13-zh_TW.svgpolygon1674" d="m221.83 2157 7.5821-10.246 7.5821-10.246 5.0823 11.689 5.0823 11.689-12.664-1.4432z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2750.4) matrix(-1 0 0 1 445.33 -2121.6)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1667)"/>
+ <path id="basic-f13-zh_TW.svgpolygon1675" d="m232.98 2163.5 3.6889-6.8247 3.6889-6.8246 4.0658 6.607 4.0658 6.607-7.7548 0.2176z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2750.4) matrix(-1 0 0 1 411.97 -2130)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1666)"/>
+ <path id="basic-f13-zh_TW.svgpolygon1676" d="m241.78 2168.2 4.8233-6.8928 4.8233-6.8927 3.5576 7.6235 3.5576 7.6234-8.3809-0.7307z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2750.4) matrix(-1 0 0 1 429.68 -2135.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1665)"/>
+ <path id="basic-f13-zh_TW.svgpolygon1677" d="m254.11 2170.5 2.1825-5.3681 2.1825-5.368 3.5576 4.5741 3.5576 4.5741-5.7401 0.7939z" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 2750.4) matrix(-1 0 0 1 450.9 -2138.5)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1664)"/>
+ <path id="basic-f13-zh_TW.svgpath1622" d="m30.105 4.9279l53.602 14.362" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1623" d="m27.562 9.2561l53.602 14.363" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1624" d="m25.019 13.584l53.602 14.363" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1625" d="m22.476 17.913l53.602 14.362" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1626" d="m19.933 22.241l53.602 14.362" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1627" d="m17.39 26.569l53.602 14.363" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1628" d="m14.847 30.897l53.602 14.363" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1629" d="m12.304 35.225l53.602 14.363" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1630" d="m9.761 39.554l53.602 14.362" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1641" sodipodi:revolution="3.0000000" sodipodi:radius="9.1857243" d="m131.46 2120.6c0.41 0.2-0.08 0.7-0.35 0.7-0.72 0.1-1.12-0.7-1.02-1.4 0.17-1.1 1.39-1.6 2.39-1.3 1.47 0.4 2.15 2 1.71 3.4-0.58 1.8-2.69 2.7-4.45 2.1-2.21-0.8-3.19-3.4-2.39-5.5 0.96-2.6 4-3.7 6.5-2.8 2.95 1.2 4.25 4.7 3.08 7.6-1.34 3.3-5.3 4.7-8.56 3.4-3.69-1.5-5.29-6-3.76-9.6 1.72-4.1 6.61-5.8 10.61-4.1 4.44 1.9 6.36 7.3 4.45 11.6" transform="translate(10 2750.4) matrix(1.9012e-16 .61410 -.61410 1.9012e-16 1424.3 -31.314)" stroke="#000" sodipodi:argument="-18.385908" sodipodi:cy="2120.6279" sodipodi:cx="131.45540" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1642" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 2750.4) matrix(1.9012e-16 .61410 -.61410 1.9012e-16 1440.6 -40.555)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1643" sodipodi:revolution="3.0000000" sodipodi:radius="25.200598" d="m154.34 2141.8c1.12 0.5-0.24 1.8-0.98 1.8-1.99 0.2-3.03-2.1-2.73-3.8 0.53-3 3.92-4.4 6.65-3.6 4 1.1 5.77 5.7 4.5 9.5-1.7 5-7.55 7.1-12.33 5.3-6.01-2.2-8.57-9.3-6.26-15.1 2.8-7 11.18-10 18-7.2 8.03 3.4 11.38 13 8.02 20.9-3.88 9-14.82 12.8-23.67 8.9-10.05-4.4-14.2-16.7-9.78-26.5 4.95-11.1 18.47-15.6 29.34-10.7 12.07 5.5 17.02 20.3 11.54 32.2" transform="translate(10 2750.4) matrix(1.9012e-16 .61410 -.61410 1.9012e-16 1424.3 -54.931)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2141.7546" sodipodi:cx="154.34271" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1644" sodipodi:revolution="3.0000000" sodipodi:radius="19.674946" d="m177.23 2161.1c0.94 0.3 0.07 1.4-0.49 1.6-1.51 0.4-2.63-1.2-2.64-2.6-0.01-2.3 2.39-3.9 4.6-3.7 3.23 0.3 5.24 3.6 4.79 6.7-0.6 4.1-4.78 6.5-8.71 5.8-4.93-0.8-7.89-5.9-6.94-10.7 1.16-5.8 7.18-9.2 12.81-8 6.64 1.4 10.57 8.3 9.1 14.8-1.7 7.5-9.58 11.9-16.92 10.2-8.34-2-13.25-10.8-11.25-19 2.24-9.2 11.98-14.6 21.03-12.3 10.04 2.5 15.93 13.2 13.4 23.1" transform="translate(10 2750.4) matrix(1.9012e-16 .61410 -.61410 1.9012e-16 1424.3 -65.819)" stroke="#000" sodipodi:argument="-18.546671" sodipodi:cy="2161.1208" sodipodi:cx="177.23004" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1645" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 2750.4) matrix(4.753e-17 .15352 -.15352 4.753e-17 473.62 31.043)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1646" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 2750.4) matrix(9.506e-17 .30705 -.30705 9.506e-17 806.81 7.1768)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1647" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 2750.4) matrix(3.8024e-16 1.2282 -1.2282 3.8024e-16 2753.8 -136.02)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1648" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 2750.4) matrix(7.6048e-16 2.4564 -2.4564 7.6048e-16 5347.5 -326.94)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".125" sodipodi:t0="0.0000000" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpolygon1649" d="m223 2147.6-20.927 0.3454-20.927 0.3453 10.165-18.296 10.165-18.296 10.763 17.951z" fill-rule="evenodd" fill-opacity=".75" transform="translate(13.589 647)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1670)"/>
+ <path id="basic-f13-zh_TW.svgpolygon1650" d="m207.75 2141.8 10.137-17.003 10.137-17.003 9.6564 17.28 9.6564 17.28-19.793-0.2772z" fill-rule="evenodd" fill-opacity=".75" transform="translate(13.701 652)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1669)"/>
+ <path id="basic-f13-zh_TW.svgpolygon1651" d="m218.9 2147.6 5.4312-11.938 5.4312-11.938 7.6235 10.673 7.6235 10.673-13.055 1.2656z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-6.352 641.3)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1668)"/>
+ <path id="basic-f13-zh_TW.svgpolygon1652" d="m221.83 2157 7.5821-10.246 7.5821-10.246 5.0823 11.689 5.0823 11.689-12.664-1.4432z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-18.189 628.8)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1667)"/>
+ <path id="basic-f13-zh_TW.svgpolygon1653" d="m232.98 2163.5 3.6889-6.8247 3.6889-6.8246 4.0658 6.607 4.0658 6.607-7.7548 0.2176z" fill-rule="evenodd" fill-opacity=".75" transform="translate(15.175 620.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1666)"/>
+ <path id="basic-f13-zh_TW.svgpolygon1654" d="m241.78 2168.2 4.8233-6.8928 4.8233-6.8927 3.5576 7.6235 3.5576 7.6234-8.3809-0.7307z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-2.53 615)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1665)"/>
+ <path id="basic-f13-zh_TW.svgpolygon1655" d="m254.11 2170.5 2.1825-5.3681 2.1825-5.368 3.5576 4.5741 3.5576 4.5741-5.7401 0.7939z" fill-rule="evenodd" fill-opacity=".75" transform="translate(-23.757 611.9)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#basic-f13-zh_TW.svgradialGradient1664)"/>
+ <path id="basic-f13-zh_TW.svgpath1678" sodipodi:revolution="3.0000000" sodipodi:radius="12.600299" d="m143.19 2128.8c0.56 0.3-0.12 0.9-0.49 1-0.99 0.1-1.52-1.1-1.37-1.9 0.27-1.5 1.96-2.2 3.33-1.8 2 0.5 2.89 2.8 2.25 4.7-0.85 2.5-3.77 3.6-6.16 2.7-3.01-1.1-4.29-4.7-3.13-7.6 1.39-3.5 5.59-5 9-3.6 4.01 1.7 5.68 6.5 4.01 10.5-1.94 4.5-7.42 6.3-11.84 4.4-5.02-2.2-7.1-8.3-4.89-13.2 2.48-5.6 9.23-7.8 14.67-5.4 6.04 2.8 8.51 10.2 5.77 16.1" transform="translate(10 2750.4) matrix(1.0825e-16 .34966 -.34966 1.0825e-16 853.98 .69279)" stroke="#000" sodipodi:argument="-18.365078" sodipodi:cy="2128.8440" sodipodi:cx="143.19247" sodipodi:expansion="1.0000000" sodipodi:type="spiral" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt" sodipodi:t0="0.0000000" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1679" d="m175.2 51.728c-0.04 0.96-0.08 2.054-1.1 2.797" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1680" d="m182.3 51.84c0 0.743-0.46 2.115-0.37 3.02" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1681" d="m188.65 51.951c0.2 0.696 0.08 1.788 1.84 2.574" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1682" d="m197.68 51.504c-0.21 0.667-1.86 2.562-1.1 3.245" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1683" d="m204.82 52.287c-0.28 0.399-1.35 1.802 0 2.35" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1684" d="m211.03 51.504c0.09 0.927-0.48 1.881 1.84 2.909" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1685" d="m220.14 51.951c0.08 0.57-0.99 1.563-1.47 2.462" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1686" d="m225.4 51.84c0.02 0.436 0.19 1.722 2.94 2.349" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1687" d="m233.97 52.063c0 0.158-0.21 1.613 0.74 2.238" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1688" d="m238.47 51.84c1.06 1.233 1.13 2.685 6.63 3.58" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/>
+ <path id="basic-f13-zh_TW.svgpath1689" d="m248.88 52.511c0 0.84-0.1 1.67 0.74 2.461" transform="translate(10 2750.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".36291pt" fill="none"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2831.2300666999995" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2831.2300666999995" x="10">排列順序</tspan>
</text>
- <rect id="d0e683" display="none" height="1000px" width="288" y="2855" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e683" display="none" height="1e3px" width="288" y="2836.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e683"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-style="italic">排列順序</flowSpan>這項涉及繪畫時物件的堆疊次序,即哪些物件在頂層而遮住其他物件。在物件選單中有兩個指令 — 提到最上層 (<flowSpan font-weight="bold">Home</flowSpan> 鍵) 和降到最下層 (<flowSpan font-weight="bold">End</flowSpan> 鍵),可移動你的選取物件到目前圖層排列順序的最上層和最下層。另外兩個指令 — 提升 (<flowSpan font-weight="bold">PgUp</flowSpan>) 和降低 (<flowSpan font-weight="bold">PgDn</flowSpan>),可<flowSpan font-style="italic">只作一次</flowSpan>下沉或上升選取,即在排列順序中移動它越過一個非選取物件(只有物件重疊選取區時才算;如果沒有東西重疊選取區,提升和降低會移到相應的最上層和最下層)。</flowDiv>
</flowRoot>
- <rect id="d0e703" display="none" height="1000px" width="288" y="2930.7" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e703" display="none" height="1e3px" width="288" y="2910.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e703"/>
</flowRegion>
<flowDiv xml:space="preserve">以反向順序排列下面的物件來練習這些指令,所以最左邊的橢圓形在頂層而最右邊那個在底層:</flowDiv>
</flowRoot>
- <path id="basic-f14-zh_TW.svgpath1127" d="m70.423,2348c0,7.6166-10.51,13.791-23.474,13.791s-23.474-6.1744-23.474-13.791,10.51-13.791,23.474-13.791,23.474,6.1745,23.474,13.791z" fill-rule="evenodd" transform="translate(10, 2967.2401601) matrix(1.362500,0.000000,0.000000,1.744680,16.79810,-4067.070)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.39901099" fill="#F90"/>
- <path id="basic-f14-zh_TW.svgpath1128" d="m100.94,2351.2c0,9.7234-11.429,17.606-25.528,17.606s-25.528-7.8823-25.528-17.606c0-9.7233,11.429-17.606,25.528-17.606s25.528,7.8823,25.528,17.606z" fill-rule="evenodd" transform="translate(10, 2967.2401601) matrix(1.000000,0.000000,0.000000,1.051282,31.76290,-2451.914)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.60000002" fill="#F90"/>
- <path id="basic-f14-zh_TW.svgpath1129" d="m119.72,2349.5c0,7.4546-9.7215,13.498-21.714,13.498s-21.714-6.0431-21.714-13.498c0-7.4545,9.7215-13.498,21.714-13.498s21.714,6.0431,21.714,13.498z" fill-rule="evenodd" transform="translate(10, 2967.2401601) matrix(1.000000,0.000000,0.000000,1.051282,34.11030,-2439.590)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.60000002" fill="#F90"/>
- <path id="basic-f14-zh_TW.svgpath1130" d="m129.69,2348c0,5.3478-5.7804,9.6831-12.911,9.6831-7.1304,0-12.911-4.3353-12.911-9.6831,0-5.3479,5.7804-9.6831,12.911-9.6831,7.1304,0,12.911,4.3352,12.911,9.6831z" fill-rule="evenodd" transform="translate(10, 2967.2401601) matrix(1.000000,0.000000,0.000000,1.051282,36.43560,-2449.567)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.60000002" fill="#F90"/>
- <path id="basic-f14-zh_TW.svgpath1131" d="m142.61,2347.1c0,4.2135-5.2549,7.6291-11.737,7.6291-6.4822,0-11.737-3.4156-11.737-7.6291,0-4.2134,5.2549-7.6291,11.737-7.6291,6.4822,0,11.737,3.4157,11.737,7.6291z" fill-rule="evenodd" transform="translate(10, 2967.2401601) matrix(1.000000,0.000000,0.000000,1.051282,37.63150,-2444.872)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.60000002" fill="#F90"/>
- <path id="basic-f14-zh_TW.svgpath1132" d="m150.23,2347.4c0,3.079-3.2843,5.5751-7.3357,5.5751s-7.3357-2.4961-7.3357-5.5751c0-3.0791,3.2843-5.5751,7.3357-5.5751s7.3357,2.496,7.3357,5.5751z" fill-rule="evenodd" transform="translate(10, 2967.2401601) matrix(1.000000,0.000000,0.000000,1.051282,37.04460,-2450.214)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.60000002" fill="#F90"/>
- <rect id="d0e716" display="none" height="1000px" width="288" y="3032" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <path id="basic-f14-zh_TW.svgpath1127" d="m70.423 2348c0 7.6166-10.51 13.791-23.474 13.791s-23.474-6.1744-23.474-13.791 10.51-13.791 23.474-13.791 23.474 6.1745 23.474 13.791z" fill-rule="evenodd" transform="translate(10 2946.5) matrix(1.3625 0 0 1.7447 16.798 -4067.1)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".39901" fill="#f90"/>
+ <path id="basic-f14-zh_TW.svgpath1128" d="m100.94 2351.2c0 9.7234-11.429 17.606-25.528 17.606s-25.528-7.8823-25.528-17.606c0-9.7233 11.429-17.606 25.528-17.606s25.528 7.8823 25.528 17.606z" fill-rule="evenodd" transform="translate(10 2946.5) matrix(1 0 0 1.0513 31.763 -2451.9)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/>
+ <path id="basic-f14-zh_TW.svgpath1129" d="m119.72 2349.5c0 7.4546-9.7215 13.498-21.714 13.498s-21.714-6.0431-21.714-13.498c0-7.4545 9.7215-13.498 21.714-13.498s21.714 6.0431 21.714 13.498z" fill-rule="evenodd" transform="translate(10 2946.5) matrix(1 0 0 1.0513 34.11 -2439.6)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/>
+ <path id="basic-f14-zh_TW.svgpath1130" d="m129.69 2348c0 5.3478-5.7804 9.6831-12.911 9.6831-7.1304 0-12.911-4.3353-12.911-9.6831 0-5.3479 5.7804-9.6831 12.911-9.6831 7.1304 0 12.911 4.3352 12.911 9.6831z" fill-rule="evenodd" transform="translate(10 2946.5) matrix(1 0 0 1.0513 36.436 -2449.6)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/>
+ <path id="basic-f14-zh_TW.svgpath1131" d="m142.61 2347.1c0 4.2135-5.2549 7.6291-11.737 7.6291-6.4822 0-11.737-3.4156-11.737-7.6291 0-4.2134 5.2549-7.6291 11.737-7.6291 6.4822 0 11.737 3.4157 11.737 7.6291z" fill-rule="evenodd" transform="translate(10 2946.5) matrix(1 0 0 1.0513 37.632 -2444.9)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/>
+ <path id="basic-f14-zh_TW.svgpath1132" d="m150.23 2347.4c0 3.079-3.2843 5.5751-7.3357 5.5751s-7.3357-2.4961-7.3357-5.5751c0-3.0791 3.2843-5.5751 7.3357-5.5751s7.3357 2.496 7.3357 5.5751z" fill-rule="evenodd" transform="translate(10 2946.5) matrix(1 0 0 1.0513 37.045 -2450.2)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.6" fill="#f90"/>
+ <rect id="d0e716" display="none" height="1e3px" width="288" y="3011.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e716"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Tab</flowSpan> 鍵是非常有用的選取快捷鍵。如果沒有任何選取,那麼它會選取最下層的物件;不然它會選取排列順序中<flowSpan font-style="italic">選取物件上面</flowSpan>的一個物件。<flowSpan font-weight="bold">Shift+Tab</flowSpan> 則反之,從最上層物件開始且向下進行。你建立的物件新增至堆疊的最上層,於沒有任何選取情形下按下 <flowSpan font-weight="bold">Shift+Tab</flowSpan> 可簡便地選取你<flowSpan font-style="italic">最後</flowSpan>建立的物件。於上面堆疊在一起的橢圓形上練習 <flowSpan font-weight="bold">Tab</flowSpan> 和 <flowSpan font-weight="bold">Shift+Tab</flowSpan> 鍵。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="3108.1541651000002" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="3108.1541651000002" x="10">選取下方物件和拖曳選取物件</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3086.2472316999992" x="10" font-family="Sans" fill="#000000">
+ <tspan y="3086.2472316999992" x="10">選取下方物件和拖曳選取物件</tspan>
</text>
- <rect id="d0e745" display="none" height="1000px" width="288" y="3113.4" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e745" display="none" height="1e3px" width="288" y="3091.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e745"/>
</flowRegion>
<flowDiv xml:space="preserve">如果你需要的物件隱藏在其他物件背後,該怎麼辦?如果上層物件 (可能) 是透明的,你仍然可看見底層的物件,但是在它上面點擊會選取到上層的物件 (你不需要的那個)。</flowDiv>
</flowRoot>
- <rect id="d0e748" display="none" height="1000px" width="288" y="3154.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e748" display="none" height="1e3px" width="288" y="3132.1" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e748"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+點擊</flowSpan> 就是針對這種情況。首先用 <flowSpan font-weight="bold">Alt+點擊</flowSpan> 選取上層的物件就像普通的點選。然而,再次 <flowSpan font-weight="bold">Alt+點擊</flowSpan> 同一個點會選取上層物件<flowSpan font-style="italic">下面</flowSpan>的那個物件;再做一次會選取更下面的物件,等等。因此,連續 <flowSpan font-weight="bold">Alt+點擊</flowSpan> 幾次會從上層到下層循環,經由點擊位置上的物件群整個堆疊順序。當達到最下層物件時,再 <flowSpan font-weight="bold">Alt+點擊</flowSpan> 一次自然會再一次選取最上層物件。 </flowDiv>
</flowRoot>
- <rect id="d0e768" display="none" height="1000px" width="288" y="3218.9" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e768" display="none" height="1e3px" width="288" y="3195.1" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e768"/>
</flowRegion>
<flowDiv xml:space="preserve">[如果你在 Linux 下,你會發現 <flowSpan font-weight="bold">Alt+點擊</flowSpan> 可能沒有作用。相反地,可能會變成拖動整個 Inkscape 視窗。這是因為你的視窗管理程式已經預定 Alt+點擊 為不同的動作。修正這個問題方法為找到視窗管理程式的視窗行為配置並關閉它,或者將它對應到使用 Meta 鍵 (亦稱 Windows 鍵),如此一來 Inkscape 和其他應用程式便可自由使用 Alt 鍵。]</flowDiv>
</flowRoot>
- <rect id="d0e774" display="none" height="1000px" width="288" y="3281.9" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e774" display="none" height="1e3px" width="288" y="3257.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e774"/>
</flowRegion>
<flowDiv xml:space="preserve">這樣不錯,但是你選取一個表面下的物件可以做些什麼?可以用按鍵改變它和拖曳選取控制點。然而拖動物件本身會再次變回選取最上層物件(這是點擊和拖曳設計為如何工作 — 它會先選取游標下的(最上層)物件,然後拖曳選取)。使用 <flowSpan font-weight="bold">Alt+拖曳</flowSpan> 來告訴 Inkscape <flowSpan font-style="italic">現在什麼被選取</flowSpan>要進行拖動而不要選取任何別的東西。這將會移動目前的選取而不管你的滑鼠拖曳到哪裡。</flowDiv>
</flowRoot>
- <rect id="d0e783" display="none" height="1000px" width="288" y="3345.2" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e783" display="none" height="1e3px" width="288" y="3319.6" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e783"/>
</flowRegion>
<flowDiv xml:space="preserve">在綠色透明矩形下面的兩個褐色形狀上練習 <flowSpan font-weight="bold">Alt+點擊</flowSpan> 和 <flowSpan font-weight="bold">Alt+拖曳</flowSpan>:</flowDiv>
</flowRoot>
- <path id="basic-f15-zh_TW.svgpath2575" style="marker-end:none;color:#000000;marker-start:none;marker-mid:none;" sodipodi:type="star" d="M126.89,3940.5c-1.71,2.8-13.23-2-15.92-0.2-2.69,1.7-2.72,13.9-5.86,14.5-3.14,0.5-6.349-10.3-9.539-11.1s-13.307,5.7-15.627,3.5,6.076-11.8,4.656-14.7c-1.419-3-12.432-3.1-12.315-6.3s12.009-3.8,13.505-6.6c1.495-2.7-2.945-13.2-0.399-15.1,2.547-1.8,10.874,5.7,14.077,5.1,3.202-0.6,7.302-9.5,10.362-8.7,3.07,0.9,0.25,11.3,2.78,13.4,2.53,2,12.65-0.8,13.8,2.2,1.16,3.1-8.72,9.8-8.76,13-0.04,3.1,10.95,8.3,9.24,11z" fill-rule="nonzero" fill="#ac7335" sodipodi:r1="28.739008" inkscape:flatsided="false" transform="translate(10, 3371.0611191000003) matrix(0.395123,0.684370,-0.684370,0.395123,2780.015,-1592.865)" sodipodi:arg2="0.97023339" sodipodi:arg1="0.52143444" inkscape:randomized="0.047000000" sodipodi:cy="3927.1016" sodipodi:cx="100.73942" inkscape:rounded="0.21000000" sodipodi:r2="16.983238" sodipodi:sides="7"/>
- <path id="basic-f15-zh_TW.svgpath2574" style="marker-end:none;color:#000000;marker-start:none;marker-mid:none;" sodipodi:type="star" d="M107.62,3941.6c-0.53,2.1-9.076-3.5-10.951-2.4-2.497,1.5-1.972,11.9-4.862,12.6-2.17,0.6-1.585-8.5-3.563-9.5-2.636-1.2-11.029,4.1-13.221,2.2-1.646-1.5,6.95-5.7,6.894-8-0.075-3-9.644-9.8-9.082-12.7,0.421-2.2,9.473,5.2,11.397,4,2.564-1.5,2.337-12.6,5.229-13.2,2.17-0.5,1.693,9,3.66,10.1,2.621,1.3,12.059-3.4,14.219-1.4,1.61,1.6-7.377,4.8-7.27,7,0.15,3,8.25,8.5,7.55,11.3z" fill-rule="nonzero" fill="#ff9400" sodipodi:r1="19.212250" inkscape:flatsided="false" transform="translate(10, 3371.0611191000003) matrix(0.832600,0.480703,-0.480703,0.832600,1947.479,-3288.386)" sodipodi:arg2="0.77161843" sodipodi:arg1="0.48833395" inkscape:randomized="0.047000000" sodipodi:cy="3933.4641" sodipodi:cx="90.665482" inkscape:rounded="0.21000000" sodipodi:r2="9.3934679" sodipodi:sides="6"/>
- <rect id="basic-f15-zh_TW.svgrect3197" ry="10.424" style="marker-end:none;color:#000000;marker-start:none;marker-mid:none;" fill-rule="nonzero" fill-opacity="0.29609" rx="10.424" transform="translate(10, 3371.0611191000003) " height="56.564" width="171.79" y="-0.21458" x="44.416" fill="#2dd268"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="3452.4252821000005" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="3452.4252821000005" x="10">結論</tspan>
+ <path id="basic-f15-zh_TW.svgpath2575" sodipodi:sides="7" inkscape:flatsided="false" fill="#ac7335" style="color:#000000" transform="translate(10 3345.3) matrix(.39512 .68437 -.68437 .39512 2780 -1592.9)" inkscape:rounded="0.21000000" sodipodi:r1="28.739008" sodipodi:r2="16.983238" sodipodi:arg1="0.52143444" sodipodi:arg2="0.97023339" sodipodi:type="star" d="m126.89 3940.5c-1.71 2.8-13.23-2-15.92-0.2-2.69 1.7-2.72 13.9-5.86 14.5-3.14 0.5-6.349-10.3-9.539-11.1s-13.307 5.7-15.627 3.5 6.076-11.8 4.656-14.7c-1.419-3-12.432-3.1-12.315-6.3s12.009-3.8 13.505-6.6c1.495-2.7-2.945-13.2-0.399-15.1 2.547-1.8 10.874 5.7 14.077 5.1 3.202-0.6 7.302-9.5 10.362-8.7 3.07 0.9 0.25 11.3 2.78 13.4 2.53 2 12.65-0.8 13.8 2.2 1.16 3.1-8.72 9.8-8.76 13-0.04 3.1 10.95 8.3 9.24 11z" inkscape:randomized="0.047000000" sodipodi:cy="3927.1016" sodipodi:cx="100.73942"/>
+ <path id="basic-f15-zh_TW.svgpath2574" sodipodi:sides="6" inkscape:flatsided="false" fill="#ff9400" style="color:#000000" transform="translate(10 3345.3) matrix(.83260 .48070 -.48070 .83260 1947.5 -3288.4)" inkscape:rounded="0.21000000" sodipodi:r1="19.212250" sodipodi:r2="9.3934679" sodipodi:arg1="0.48833395" sodipodi:arg2="0.77161843" sodipodi:type="star" d="m107.62 3941.6c-0.53 2.1-9.076-3.5-10.951-2.4-2.497 1.5-1.972 11.9-4.862 12.6-2.17 0.6-1.585-8.5-3.563-9.5-2.636-1.2-11.029 4.1-13.221 2.2-1.646-1.5 6.95-5.7 6.894-8-0.075-3-9.644-9.8-9.082-12.7 0.421-2.2 9.473 5.2 11.397 4 2.564-1.5 2.337-12.6 5.229-13.2 2.17-0.5 1.693 9 3.66 10.1 2.621 1.3 12.059-3.4 14.219-1.4 1.61 1.6-7.377 4.8-7.27 7 0.15 3 8.25 8.5 7.55 11.3z" inkscape:randomized="0.047000000" sodipodi:cy="3933.4641" sodipodi:cx="90.665482"/>
+ <rect id="basic-f15-zh_TW.svgrect3197" ry="10.424" style="color:#000000" fill-opacity=".29609" rx="10.424" transform="translate(10 3345.3)" height="56.564" width="171.79" y="-.21458" x="44.416" fill="#2dd268"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3426.7132191999995" x="10" font-family="Sans" fill="#000000">
+ <tspan y="3426.7132191999995" x="10">結論</tspan>
</text>
- <rect id="d0e808" display="none" height="1000px" width="288" y="3457.6" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e808" display="none" height="1e3px" width="288" y="3431.9" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e808"/>
</flowRegion>
<flowDiv xml:space="preserve">對基本教學作一個總結。Inkscape 遠不止這些,但經由這裡介紹的技巧,你已經可以製作簡單而有用的圖形。閱讀 <flowSpan font-family="Sans">說明 &gt; 指導手冊</flowSpan> 中的進階和其他教學了解更複雜的東西。</flowDiv>
</flowRoot>
- <g transform="translate(0, 3497.6265351)">
+ <g transform="translate(0 3472.3)">
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
- <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.149642,0.000000,0.000000,0.465194,-0.130153,3495.428)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
- <filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom">
- <feFlood id="feFlood60" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/>
+ <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
+ <filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
+ <feFlood id="feFlood60" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/>
<feComposite id="feComposite62" operator="in" result="composite1" in2="SourceGraphic" in="flood"/>
<feGaussianBlur id="feGaussianBlur64" result="blur" stdDeviation="20" in="composite1"/>
<feOffset id="feOffset66" result="offset" dx="0" dy="0"/>
@@ -681,19 +679,19 @@ also create ellipses, stars, and spirals:</flowDiv>
</rdf:RDF>
</metadata>
<g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer">
- <rect id="rect1494" transform="scale(1.000000,-1.000000)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-0.11217" fill="url(#linearGradient2465)"/>
- <path id="path1508" stroke-width="1pt" fill="#FFF" d="m80.493,57.976-4.9567,0,0,0.3171,0.14846,0c0.66805,0,0.74228,0.0338,0.74228,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74228,0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722,0.4723-0.29691,0.8907-0.49485,1.0864-0.25566,0.2699-0.72577,0.3981-1.4186,0.3981h-0.54433c-0.24742,0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031,0,0.70928,0.0404,0.87423,0.1821,0.21443,0.1754,0.2969,0.3914,0.31341,0.7895h0.38763v-2.2133h-0.38763c-0.04124,0.6612-0.37114,0.9244-1.1546,0.9244h-0.19794v-1.5385c0-0.2901,0.07423-0.3374,0.51959-0.3374h0.42887c0.72578,0,1.0804,0.0608,1.3608,0.2497,0.27217,0.1754,0.47011,0.5533,0.59382,1.1606h0.35463l-0.11546-1.7274zm-10.944,2.7059,0.93196,0c0.74227,0,1.1299-0.0472,1.4598-0.1755,0.58558-0.2294,0.91547-0.6612,0.91547-1.1943,0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07422,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172,0-1.7274c0-0.3104,0.04948-0.3442,0.5031-0.3442h0.52784c0.85774,0,1.2619,0.3307,1.2619,1.046,0,0.695-0.42062,1.0256-1.2948,1.0256h-0.99794zm-7.1753-2.4832-0.34639,0-1.8969,3.9341c-0.16495,0.3508-0.19793,0.398-0.32164,0.506-0.13196,0.1281-0.36289,0.2092-0.58557,0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536,0-0.66804-0.1282-0.66804-0.3846,0-0.081,0.02474-0.1755,0.07422-0.2835l0.27217-0.5938h2.1856l0.44536,0.9042c0.04948,0.1012,0.06598,0.1485,0.06598,0.1823,0,0.1079-0.20619,0.1754-0.51134,0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238,0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413,1.1067,0.93196,1.9164-1.8474,0,0.91547-1.9164zm-5.6907-1.0594-0.3134,0-0.3299,0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001,0-1.4598,0.2632-2.0206,0.8097-0.52784,0.5129-0.77526,1.0797-0.77526,1.7747,0,1.4508,1.1629,2.4899,2.7876,2.4899,1.3196,0,2.1608-0.6342,2.3505-1.7678l-0.38763-0.054c-0.08248,0.3576-0.18145,0.6005-0.3299,0.803-0.33815,0.4655-0.86599,0.7017-1.534,0.7017-1.2206,0-1.798-0.695-1.798-2.1457,0-0.7626,0.12371-1.2754,0.40413-1.6804,0.25567-0.3778,0.76701-0.614,1.2949-0.614,0.57732,0,1.0887,0.2497,1.4021,0.6816,0.1567,0.2226,0.28041,0.4858,0.47011,1.0053h0.36288l-0.12371-1.95zm-8.2557,0.0067-0.30515,0-0.3299,0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804,0-1.8062,0.5668-1.8062,1.4102,0,0.7356,0.44536,1.1,1.6577,1.3564l0.7835,0.1619c0.61031,0.1283,0.66804,0.1418,0.84124,0.2496,0.24742,0.1553,0.37938,0.3779,0.37938,0.6411,0,0.2699-0.12371,0.4926-0.37113,0.6749-0.27217,0.1956-0.54434,0.2699-0.99795,0.2699-0.61031,0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299,1.9231h0.32165l0.37113-0.4588c0.55258,0.371,1.0144,0.506,1.732,0.506,1.2124,0,1.9876-0.5802,1.9876-1.4845,0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83,0-0.4724,0.47011-0.7963,1.1711-0.7963,0.57732,0,1.0474,0.2026,1.3773,0.5871,0.23918,0.2767,0.38763,0.5601,0.49484,0.9042h0.35464l-0.09897-1.7544zm-11.151,2.7059,0-1.8355,0-0.1956c0-0.2834,0.07423-0.3172,0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894,1.4351,1.7206c0.13196,0.1619,0.16495,0.216,0.16495,0.2834,0,0.108-0.1567,0.1552-0.56083,0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361,0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551,1.2289-1.0054c0.39588-0.3442,0.89898-0.5399,1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938,0,0.53609,0.0608,0.53609,0.2025,0,0.0944-0.16495,0.2901-0.40413,0.4858l-2.0206,1.66zm-9.2207-2.6654-1.699,0,0,0.3171,0.20618,0c0.42062,0,0.61032,0.054,0.75877,0.2227v2.8679c0,0.9245-0.16495,1.1201-0.9567,1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784,4.0622h0.3464v-3.5021c0-0.9245,0.16495-1.1202,0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351,0.027,0.94846,0.2227,0.94846,1.1472v2.1189l-3.2908-3.5832zm-5.3609,0.8299,0-0.1956c0-0.2834,0.07423-0.3172,0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979,0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/>
- <path id="path1517" stroke-width="1.0000000pt" fill="#FFF" d="M305.97,58.204h1.35v2.817c0,0.532-0.02,0.862-0.05,0.989-0.13,0.485-0.42,0.819-0.87,1.003-0.31,0.127-0.77,0.19-1.38,0.19-1.43,0-2.15-0.428-2.15-1.285l1.43-0.007c0.1,0.268,0.36,0.402,0.81,0.402,0.32,0,0.55-0.101,0.68-0.303,0.1-0.155,0.15-0.41,0.15-0.763v-0.12c-0.43,0.344-0.9,0.516-1.41,0.516-0.56,0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37,0-0.485,0.19-0.889,0.57-1.214,0.36-0.301,0.79-0.452,1.29-0.452,0.64,0,1.12,0.209,1.42,0.628v-0.501zm-0.07,1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25,0-0.46,0.073-0.63,0.219-0.16,0.146-0.24,0.343-0.24,0.593,0,0.207,0.08,0.386,0.25,0.536,0.08,0.071,0.17,0.125,0.26,0.163,0.1,0.037,0.2,0.056,0.3,0.056,0.28,0,0.5-0.068,0.66-0.205,0.19-0.15,0.28-0.357,0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452,0.6-0.678,1.06-0.678l0.43,0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6,0-0.9,0.356-0.9,1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62,0,1.14,0.165,1.56,0.494,0.43,0.353,0.65,0.84,0.65,1.462,0,0.607-0.21,1.09-0.64,1.447-0.41,0.33-0.92,0.495-1.54,0.495-0.68,0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504,0-0.622,0.23-1.109,0.7-1.462,0.42-0.315,0.96-0.473,1.6-0.473zm-0.04,2.867c0.24,0,0.44-0.09,0.59-0.269s0.22-0.393,0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46,0.087-0.61,0.261c-0.08,0.09-0.13,0.186-0.17,0.29-0.04,0.099-0.06,0.219-0.06,0.36,0,0.259,0.07,0.475,0.21,0.649,0.14,0.175,0.35,0.262,0.61,0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15,0.377,0.4,0.565,0.74,0.565,0.36,0,0.58-0.099,0.68-0.297,0.08,0,0.3,0.015,0.63,0.043,0.34,0.028,0.64,0.042,0.89,0.042-0.24,0.466-0.54,0.791-0.91,0.975-0.33,0.16-0.77,0.24-1.32,0.24-0.65,0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483,0-0.607,0.23-1.087,0.69-1.44,0.41-0.311,0.93-0.466,1.57-0.466,0.63,0,1.14,0.16,1.54,0.48,0.4,0.316,0.63,0.782,0.69,1.398l0.01,0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16,0-0.33,0.045-0.5,0.135-0.17,0.089-0.26,0.209-0.28,0.36h1.49zm-7.76-1.349h1.44l-0.01,0.459c0.4-0.381,0.84-0.572,1.34-0.572,0.56,0,1,0.174,1.32,0.523,0.33,0.343,0.5,0.795,0.5,1.355,0,0.579-0.16,1.052-0.48,1.419-0.34,0.391-0.79,0.587-1.35,0.587-0.31,0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27,2.747c0.26,0,0.47-0.09,0.63-0.269,0.16-0.183,0.24-0.404,0.24-0.663,0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24,0-0.44,0.085-0.62,0.254-0.17,0.17-0.26,0.377-0.26,0.621,0,0.255,0.08,0.478,0.23,0.671,0.16,0.189,0.36,0.283,0.61,0.283zm-6.81-1.646c0.11-0.475,0.38-0.812,0.78-1.009,0.3-0.141,0.73-0.212,1.29-0.212,0.53,0,0.96,0.104,1.28,0.311,0.39,0.249,0.59,0.623,0.59,1.122v1.688c0,0.108,0.01,0.207,0.03,0.296,0.01,0.09,0.05,0.208,0.11,0.354h-1.49l-0.05-0.424c-0.34,0.353-0.76,0.529-1.24,0.529-0.39,0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89,0-0.409,0.13-0.713,0.4-0.911,0.2-0.141,0.5-0.244,0.93-0.31l1.02-0.12c0.22-0.038,0.33-0.097,0.33-0.177,0-0.183-0.14-0.275-0.41-0.275-0.16,0-0.29,0.019-0.39,0.056-0.1,0.033-0.18,0.116-0.23,0.247h-1.47zm1.27,1.356c0,0.198,0.17,0.297,0.5,0.297,0.21,0,0.39-0.066,0.55-0.198s0.25-0.297,0.25-0.494l-0.96,0.12c-0.06,0.005-0.14,0.035-0.22,0.092-0.08,0.051-0.12,0.113-0.12,0.183zm-1.58-1.038l-1.44,0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27,0-0.47,0.094-0.62,0.282-0.14,0.184-0.21,0.412-0.21,0.685,0,0.236,0.08,0.436,0.24,0.601,0.16,0.16,0.36,0.24,0.59,0.24,0.38,0,0.62-0.21,0.74-0.629l1.45,0.064c-0.24,1.068-0.97,1.603-2.2,1.603-0.66,0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468,0-0.64,0.25-1.135,0.74-1.483,0.43-0.311,0.98-0.466,1.64-0.466,0.53,0,0.97,0.132,1.34,0.395,0.36,0.259,0.61,0.643,0.72,1.151zm-7.4,1.038c0.1,0.165,0.22,0.273,0.38,0.325,0.11,0.033,0.27,0.049,0.5,0.049,0.06,0,0.1-0.002,0.13-0.007,0.03-0.009,0.07-0.026,0.12-0.049,0.1-0.042,0.15-0.106,0.15-0.191,0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925,0-0.475,0.23-0.821,0.68-1.038,0.35-0.165,0.78-0.247,1.32-0.247,1.11,0,1.75,0.379,1.94,1.137l-1.37,0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36,0-0.54,0.084-0.54,0.254,0,0.056,0.06,0.106,0.18,0.148,0.13,0.043,0.44,0.094,0.94,0.156,0.5,0.061,0.85,0.15,1.04,0.268,0.3,0.169,0.45,0.447,0.45,0.833,0,0.443-0.21,0.786-0.61,1.031-0.33,0.198-0.74,0.297-1.23,0.297-0.6,0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75,1.37,1.76,2.288h-1.7l-1.08-1.49-0.4,0.289v1.194h-1.44v-4.978zm-4.85,1.32h1.45v0.48c0.37-0.386,0.83-0.579,1.36-0.579,0.43,0,0.78,0.12,1.04,0.36,0.27,0.236,0.4,0.57,0.4,1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24,0-0.42,0.092-0.55,0.276-0.13,0.183-0.19,0.398-0.19,0.642v1.759h-1.45v-3.658zm-1.98,0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12,3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62,2.274c0.04-0.273,0.13-0.652,0.28-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.05-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.55-2.098-0.6,2.098h-1.56l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.05-0.273,0.14-0.652,0.29-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.04-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.04-0.273,0.14-0.652,0.28-1.137,0.07-0.217,0.12-0.438,0.18-0.664,0.04-0.16,0.08-0.318,0.11-0.473l1.49,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.05-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.11-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.29-3.658h1.51z"/>
- <g id="g1515" filter="url(#filter58)" fill-rule="evenodd" transform="matrix(0.0294185,0,0,0.0294185,0.1569075,53.985559)">
- <path id="path1516" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/>
- <path id="path1518" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" stroke-width="1pt" fill="#000"/>
- <path id="path1519" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" stroke-width="1pt" fill="#000"/>
- <path id="path1520" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" stroke-width="1pt" fill="#000"/>
- <path id="path1521" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt" fill="#000"/>
+ <rect id="rect1494" transform="scale(1 -1)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-.11217" fill="url(#linearGradient2465)"/>
+ <path id="path1508" stroke-width="1pt" fill="#fff" d="m80.493 57.976h-4.9567v0.3171h0.14846c0.66805 0 0.74228 0.0338 0.74228 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74228 0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722 0.4723-0.29691 0.8907-0.49485 1.0864-0.25566 0.2699-0.72577 0.3981-1.4186 0.3981h-0.54433c-0.24742 0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031 0 0.70928 0.0404 0.87423 0.1821 0.21443 0.1754 0.2969 0.3914 0.31341 0.7895h0.38763v-2.2133h-0.38763c-0.04124 0.6612-0.37114 0.9244-1.1546 0.9244h-0.19794v-1.5385c0-0.2901 0.07423-0.3374 0.51959-0.3374h0.42887c0.72578 0 1.0804 0.0608 1.3608 0.2497 0.27217 0.1754 0.47011 0.5533 0.59382 1.1606h0.35463l-0.11546-1.7274zm-10.944 2.7059h0.93196c0.74227 0 1.1299-0.0472 1.4598-0.1755 0.58558-0.2294 0.91547-0.6612 0.91547-1.1943 0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07422 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172v-1.7274c0-0.3104 0.04948-0.3442 0.5031-0.3442h0.52784c0.85774 0 1.2619 0.3307 1.2619 1.046 0 0.695-0.42062 1.0256-1.2948 1.0256h-0.99794zm-7.1753-2.4832h-0.34639l-1.8969 3.9341c-0.16495 0.3508-0.19793 0.398-0.32164 0.506-0.13196 0.1281-0.36289 0.2092-0.58557 0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536 0-0.66804-0.1282-0.66804-0.3846 0-0.081 0.02474-0.1755 0.07422-0.2835l0.27217-0.5938h2.1856l0.44536 0.9042c0.04948 0.1012 0.06598 0.1485 0.06598 0.1823 0 0.1079-0.20619 0.1754-0.51134 0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238 0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413 1.1067 0.93196 1.9164h-1.8474l0.91547-1.9164zm-5.6907-1.0594h-0.3134l-0.3299 0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001 0-1.4598 0.2632-2.0206 0.8097-0.52784 0.5129-0.77526 1.0797-0.77526 1.7747 0 1.4508 1.1629 2.4899 2.7876 2.4899 1.3196 0 2.1608-0.6342 2.3505-1.7678l-0.38763-0.054c-0.08248 0.3576-0.18145 0.6005-0.3299 0.803-0.33815 0.4655-0.86599 0.7017-1.534 0.7017-1.2206 0-1.798-0.695-1.798-2.1457 0-0.7626 0.12371-1.2754 0.40413-1.6804 0.25567-0.3778 0.76701-0.614 1.2949-0.614 0.57732 0 1.0887 0.2497 1.4021 0.6816 0.1567 0.2226 0.28041 0.4858 0.47011 1.0053h0.36288l-0.12371-1.95zm-8.2557 0.0067h-0.30515l-0.3299 0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804 0-1.8062 0.5668-1.8062 1.4102 0 0.7356 0.44536 1.1 1.6577 1.3564l0.7835 0.1619c0.61031 0.1283 0.66804 0.1418 0.84124 0.2496 0.24742 0.1553 0.37938 0.3779 0.37938 0.6411 0 0.2699-0.12371 0.4926-0.37113 0.6749-0.27217 0.1956-0.54434 0.2699-0.99795 0.2699-0.61031 0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299 1.9231h0.32165l0.37113-0.4588c0.55258 0.371 1.0144 0.506 1.732 0.506 1.2124 0 1.9876-0.5802 1.9876-1.4845 0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83 0-0.4724 0.47011-0.7963 1.1711-0.7963 0.57732 0 1.0474 0.2026 1.3773 0.5871 0.23918 0.2767 0.38763 0.5601 0.49484 0.9042h0.35464l-0.09897-1.7544zm-11.151 2.7059v-1.8355-0.1956c0-0.2834 0.07423-0.3172 0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894 1.4351 1.7206c0.13196 0.1619 0.16495 0.216 0.16495 0.2834 0 0.108-0.1567 0.1552-0.56083 0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361 0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551 1.2289-1.0054c0.39588-0.3442 0.89898-0.5399 1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938 0 0.53609 0.0608 0.53609 0.2025 0 0.0944-0.16495 0.2901-0.40413 0.4858l-2.0206 1.66zm-9.2207-2.6654h-1.699v0.3171h0.20618c0.42062 0 0.61032 0.054 0.75877 0.2227v2.8679c0 0.9245-0.16495 1.1201-0.9567 1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784 4.0622h0.3464v-3.5021c0-0.9245 0.16495-1.1202 0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351 0.027 0.94846 0.2227 0.94846 1.1472v2.1189l-3.2908-3.5832zm-5.3609 0.8299v-0.1956c0-0.2834 0.07423-0.3172 0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979 0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/>
+ <path id="path1517" stroke-width="1pt" fill="#fff" d="m305.97 58.204h1.35v2.817c0 0.532-0.02 0.862-0.05 0.989-0.13 0.485-0.42 0.819-0.87 1.003-0.31 0.127-0.77 0.19-1.38 0.19-1.43 0-2.15-0.428-2.15-1.285l1.43-0.007c0.1 0.268 0.36 0.402 0.81 0.402 0.32 0 0.55-0.101 0.68-0.303 0.1-0.155 0.15-0.41 0.15-0.763v-0.12c-0.43 0.344-0.9 0.516-1.41 0.516-0.56 0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37 0-0.485 0.19-0.889 0.57-1.214 0.36-0.301 0.79-0.452 1.29-0.452 0.64 0 1.12 0.209 1.42 0.628v-0.501zm-0.07 1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25 0-0.46 0.073-0.63 0.219-0.16 0.146-0.24 0.343-0.24 0.593 0 0.207 0.08 0.386 0.25 0.536 0.08 0.071 0.17 0.125 0.26 0.163 0.1 0.037 0.2 0.056 0.3 0.056 0.28 0 0.5-0.068 0.66-0.205 0.19-0.15 0.28-0.357 0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452 0.6-0.678 1.06-0.678l0.43 0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6 0-0.9 0.356-0.9 1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62 0 1.14 0.165 1.56 0.494 0.43 0.353 0.65 0.84 0.65 1.462 0 0.607-0.21 1.09-0.64 1.447-0.41 0.33-0.92 0.495-1.54 0.495-0.68 0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504 0-0.622 0.23-1.109 0.7-1.462 0.42-0.315 0.96-0.473 1.6-0.473zm-0.04 2.867c0.24 0 0.44-0.09 0.59-0.269s0.22-0.393 0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46 0.087-0.61 0.261c-0.08 0.09-0.13 0.186-0.17 0.29-0.04 0.099-0.06 0.219-0.06 0.36 0 0.259 0.07 0.475 0.21 0.649 0.14 0.175 0.35 0.262 0.61 0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15 0.377 0.4 0.565 0.74 0.565 0.36 0 0.58-0.099 0.68-0.297 0.08 0 0.3 0.015 0.63 0.043 0.34 0.028 0.64 0.042 0.89 0.042-0.24 0.466-0.54 0.791-0.91 0.975-0.33 0.16-0.77 0.24-1.32 0.24-0.65 0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483 0-0.607 0.23-1.087 0.69-1.44 0.41-0.311 0.93-0.466 1.57-0.466 0.63 0 1.14 0.16 1.54 0.48 0.4 0.316 0.63 0.782 0.69 1.398l0.01 0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16 0-0.33 0.045-0.5 0.135-0.17 0.089-0.26 0.209-0.28 0.36h1.49zm-7.76-1.349h1.44l-0.01 0.459c0.4-0.381 0.84-0.572 1.34-0.572 0.56 0 1 0.174 1.32 0.523 0.33 0.343 0.5 0.795 0.5 1.355 0 0.579-0.16 1.052-0.48 1.419-0.34 0.391-0.79 0.587-1.35 0.587-0.31 0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27 2.747c0.26 0 0.47-0.09 0.63-0.269 0.16-0.183 0.24-0.404 0.24-0.663 0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24 0-0.44 0.085-0.62 0.254-0.17 0.17-0.26 0.377-0.26 0.621 0 0.255 0.08 0.478 0.23 0.671 0.16 0.189 0.36 0.283 0.61 0.283zm-6.81-1.646c0.11-0.475 0.38-0.812 0.78-1.009 0.3-0.141 0.73-0.212 1.29-0.212 0.53 0 0.96 0.104 1.28 0.311 0.39 0.249 0.59 0.623 0.59 1.122v1.688c0 0.108 0.01 0.207 0.03 0.296 0.01 0.09 0.05 0.208 0.11 0.354h-1.49l-0.05-0.424c-0.34 0.353-0.76 0.529-1.24 0.529-0.39 0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89 0-0.409 0.13-0.713 0.4-0.911 0.2-0.141 0.5-0.244 0.93-0.31l1.02-0.12c0.22-0.038 0.33-0.097 0.33-0.177 0-0.183-0.14-0.275-0.41-0.275-0.16 0-0.29 0.019-0.39 0.056-0.1 0.033-0.18 0.116-0.23 0.247h-1.47zm1.27 1.356c0 0.198 0.17 0.297 0.5 0.297 0.21 0 0.39-0.066 0.55-0.198s0.25-0.297 0.25-0.494l-0.96 0.12c-0.06 0.005-0.14 0.035-0.22 0.092-0.08 0.051-0.12 0.113-0.12 0.183zm-1.58-1.038l-1.44 0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27 0-0.47 0.094-0.62 0.282-0.14 0.184-0.21 0.412-0.21 0.685 0 0.236 0.08 0.436 0.24 0.601 0.16 0.16 0.36 0.24 0.59 0.24 0.38 0 0.62-0.21 0.74-0.629l1.45 0.064c-0.24 1.068-0.97 1.603-2.2 1.603-0.66 0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468 0-0.64 0.25-1.135 0.74-1.483 0.43-0.311 0.98-0.466 1.64-0.466 0.53 0 0.97 0.132 1.34 0.395 0.36 0.259 0.61 0.643 0.72 1.151zm-7.4 1.038c0.1 0.165 0.22 0.273 0.38 0.325 0.11 0.033 0.27 0.049 0.5 0.049 0.06 0 0.1-0.002 0.13-0.007 0.03-0.009 0.07-0.026 0.12-0.049 0.1-0.042 0.15-0.106 0.15-0.191 0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925 0-0.475 0.23-0.821 0.68-1.038 0.35-0.165 0.78-0.247 1.32-0.247 1.11 0 1.75 0.379 1.94 1.137l-1.37 0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36 0-0.54 0.084-0.54 0.254 0 0.056 0.06 0.106 0.18 0.148 0.13 0.043 0.44 0.094 0.94 0.156 0.5 0.061 0.85 0.15 1.04 0.268 0.3 0.169 0.45 0.447 0.45 0.833 0 0.443-0.21 0.786-0.61 1.031-0.33 0.198-0.74 0.297-1.23 0.297-0.6 0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75 1.37 1.76 2.288h-1.7l-1.08-1.49-0.4 0.289v1.194h-1.44v-4.978zm-4.85 1.32h1.45v0.48c0.37-0.386 0.83-0.579 1.36-0.579 0.43 0 0.78 0.12 1.04 0.36 0.27 0.236 0.4 0.57 0.4 1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24 0-0.42 0.092-0.55 0.276-0.13 0.183-0.19 0.398-0.19 0.642v1.759h-1.45v-3.658zm-1.98 0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12 3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62 2.274c0.04-0.273 0.13-0.652 0.28-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.05-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.55-2.098-0.6 2.098h-1.56l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.05-0.273 0.14-0.652 0.29-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.04-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.04-0.273 0.14-0.652 0.28-1.137 0.07-0.217 0.12-0.438 0.18-0.664 0.04-0.16 0.08-0.318 0.11-0.473l1.49 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.05-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.11-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.29-3.658h1.51z"/>
+ <g id="g1515" filter="url(#filter58)" fill-rule="evenodd" transform="matrix(.029418 0 0 .029418 .15691 53.986)">
+ <path id="path1516" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/>
+ <path id="path1518" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/>
+ <path id="path1519" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/>
+ <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/>
+ <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/>
</g>
- <use id="use1328" style="color:#000000;" fill-rule="nonzero" xlink:href="#path1508" transform="matrix(5.176729,0,0,5.176729,-102.7023,-256.6246)" height="1052.3622" fill-opacity="0.06461535" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/>
- <text id="text7519" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,-1,1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-6.5672836" x="-70.83046" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="-70.83046" style="letter-spacing:0.29056421;" y="-6.5672836">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↑</tspan> 向上捲動頁面</tspan></text>
- <path id="path7527" opacity="0.5" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(-0.614962,-4.549602e-2,-6.191898e-2,0.451855,207.28878,-98.1536)" fill="#000"/>
+ <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/>
+ <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.5672836" x="-70.83046" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="-70.83046" style="letter-spacing:.29056" y="-6.5672836">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↑</tspan> 向上捲動頁面</tspan></text>
+ <path id="path7527" opacity=".5" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.29 -98.154)"/>
</g>
</g>
</svg>
diff --git a/share/tutorials/tutorial-calligraphy.zh_TW.svg b/share/tutorials/tutorial-calligraphy.zh_TW.svg
index 1dbca842e..7ad53ae44 100644
--- a/share/tutorials/tutorial-calligraphy.zh_TW.svg
+++ b/share/tutorials/tutorial-calligraphy.zh_TW.svg
@@ -5,11 +5,11 @@
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
<linearGradient id="linearGradient841">
<stop id="stop842" stop-color="#0082ab" offset="0"/>
- <stop id="stop843" stop-color="#FFF" stop-opacity="0" offset="1"/>
+ <stop id="stop843" stop-color="#fff" stop-opacity="0" offset="1"/>
</linearGradient>
- <linearGradient id="linearGradient1657" y2="0.91667" xlink:href="#linearGradient841" y1="0.16666" x2="0.51619" x1="0.51619"/>
- <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom">
- <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/>
+ <linearGradient id="linearGradient1657" y2=".91667" xlink:href="#linearGradient841" y1=".16666" x2=".51619" x1=".51619"/>
+ <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
+ <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/>
<feComposite id="feComposite53" operator="in" result="composite1" in2="SourceGraphic" in="flood"/>
<feGaussianBlur id="feGaussianBlur55" result="blur" stdDeviation="20" in="composite1"/>
<feOffset id="feOffset57" result="offset" dx="0" dy="0"/>
@@ -25,778 +25,763 @@
</rdf:RDF>
</metadata>
<g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer">
- <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y="0.27753" x="0.18215" fill="url(#linearGradient1657)"/>
- <path id="path93" stroke-width="1.0000000pt" fill="#FFF" d="M150.97,4.9606h-9.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2,0.913-0.57,1.722-0.95,2.1-0.5,0.522-1.41,0.769-2.74,0.769h-1.06c-0.48,0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98,0,1.37,0.0783,1.69,0.3521,0.42,0.339,0.58,0.756,0.61,1.526h0.75v-4.2776h-0.75c-0.08,1.278-0.72,1.7866-2.23,1.7866h-0.38v-2.9734c0-0.5607,0.14-0.652,1-0.652h0.83c1.4,0,2.09,0.1173,2.63,0.4825,0.52,0.3391,0.91,1.0694,1.15,2.243h0.68l-0.22-3.3385zm-21.15,5.2294h1.8c1.43,0,2.18-0.091,2.82-0.339,1.13-0.4434,1.77-1.278,1.77-2.3082,0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29,0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999,0.09-0.6651,0.97-0.6651h1.02c1.66,0,2.44,0.639,2.44,2.0213,0,1.3433-0.81,1.9823-2.5,1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67,7.6029c-0.31,0.678-0.38,0.769-0.62,0.978-0.25,0.248-0.7,0.404-1.13,0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86,0-1.29-0.247-1.29-0.743,0-0.156,0.05-0.339,0.14-0.548l0.53-1.147h4.22l0.87,1.747c0.09,0.196,0.12,0.287,0.12,0.352,0,0.209-0.4,0.339-0.99,0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79,0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78,2.1387l1.8,3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63,0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55,0-2.825,0.5086-3.909,1.565-1.02,0.9911-1.498,2.0865-1.498,3.4297,0,2.8043,2.247,4.8123,5.387,4.8123,2.55,0,4.18-1.226,4.54-3.417l-0.75-0.104c-0.16,0.691-0.35,1.16-0.63,1.552-0.66,0.9-1.68,1.356-2.97,1.356-2.358,0-3.473-1.343-3.473-4.1471,0-1.4736,0.239-2.4647,0.781-3.2472,0.494-0.7303,1.482-1.1867,2.502-1.1867,1.12,0,2.1,0.4825,2.71,1.3171,0.3,0.4304,0.54,0.939,0.91,1.9431h0.7l-0.24-3.7688zm-15.955,0.013h-0.589l-0.638,0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088,0-3.491,1.0955-3.491,2.7256,0,1.4215,0.861,2.1257,3.204,2.6214l1.514,0.313c1.18,0.248,1.291,0.274,1.626,0.482,0.478,0.3,0.733,0.731,0.733,1.239,0,0.522-0.239,0.952-0.717,1.304-0.526,0.379-1.052,0.522-1.928,0.522-1.18,0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064,3.717h0.622l0.717-0.887c1.068,0.717,1.961,0.978,3.347,0.978,2.343,0,3.842-1.122,3.842-2.869,0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041,0-0.9128,0.908-1.5388,2.263-1.5388,1.116,0,2.024,0.3912,2.662,1.1346,0.462,0.5347,0.749,1.0824,0.956,1.7475h0.686l-0.192-3.3907zm-21.55,5.2296v-3.5473-0.3782c0-0.5477,0.144-0.6129,1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291,0,1.434,0.0652,1.434,0.6129v0.3782,6.2073,0.378c0,0.548-0.143,0.613-1.434,0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291,0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258,2.774,3.3258c0.255,0.313,0.319,0.417,0.319,0.547,0,0.209-0.303,0.3-1.084,0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877,0-1.1-0.091-1.562-0.652l-3.857-4.551,2.375-1.9431c0.765-0.6651,1.737-1.0433,2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733,0,1.036,0.1173,1.036,0.3912,0,0.1826-0.319,0.5608-0.781,0.939l-3.906,3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813,0,1.18,0.1043,1.467,0.4303v5.5421c0,1.787-0.319,2.165-1.849,2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109,7.8509h0.67v-6.7685c0-1.7866,0.319-2.1648,1.849-2.2169v-0.613h-4.543v0.613c1.514,0.0521,1.833,0.4303,1.833,2.2169v4.0945l-6.36-6.9244zm-10.36,1.6041v-0.3782c0-0.5477,0.143-0.6129,1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291,0,1.435,0.0652,1.435,0.6129v0.3782,6.2073,0.378c0,0.548-0.144,0.613-1.435,0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275,0-1.418-0.065-1.418-0.613v-0.378-6.2073z"/>
- <use id="use1325" opacity="0.0786517" xlink:href="#path93" transform="matrix(2.39436,0,0,2.331219,-82.96365,-14.49494)" height="1052.3622" width="320" y="0" x="0"/>
- <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(0.058837,0,0,0.058837,-4.7689003,-3.296641)">
- <path id="path805" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/>
- <path id="path1791" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" stroke-width="1pt" fill="#000"/>
- <path id="path1792" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" stroke-width="1pt" fill="#000"/>
- <path id="path1793" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" stroke-width="1pt" fill="#000"/>
- <path id="path831" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt" fill="#000"/>
+ <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y=".27753" x=".18215" fill="url(#linearGradient1657)"/>
+ <path id="path93" d="m150.97 4.9606h-9.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2 0.913-0.57 1.722-0.95 2.1-0.5 0.522-1.41 0.769-2.74 0.769h-1.06c-0.48 0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98 0 1.37 0.0783 1.69 0.3521 0.42 0.339 0.58 0.756 0.61 1.526h0.75v-4.2776h-0.75c-0.08 1.278-0.72 1.7866-2.23 1.7866h-0.38v-2.9734c0-0.5607 0.14-0.652 1-0.652h0.83c1.4 0 2.09 0.1173 2.63 0.4825 0.52 0.3391 0.91 1.0694 1.15 2.243h0.68l-0.22-3.3385zm-21.15 5.2294h1.8c1.43 0 2.18-0.091 2.82-0.339 1.13-0.4434 1.77-1.278 1.77-2.3082 0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29 0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999 0.09-0.6651 0.97-0.6651h1.02c1.66 0 2.44 0.639 2.44 2.0213 0 1.3433-0.81 1.9823-2.5 1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67 7.6029c-0.31 0.678-0.38 0.769-0.62 0.978-0.25 0.248-0.7 0.404-1.13 0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86 0-1.29-0.247-1.29-0.743 0-0.156 0.05-0.339 0.14-0.548l0.53-1.147h4.22l0.87 1.747c0.09 0.196 0.12 0.287 0.12 0.352 0 0.209-0.4 0.339-0.99 0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79 0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78 2.1387l1.8 3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63 0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55 0-2.825 0.5086-3.909 1.565-1.02 0.9911-1.498 2.0865-1.498 3.4297 0 2.8043 2.247 4.8123 5.387 4.8123 2.55 0 4.18-1.226 4.54-3.417l-0.75-0.104c-0.16 0.691-0.35 1.16-0.63 1.552-0.66 0.9-1.68 1.356-2.97 1.356-2.358 0-3.473-1.343-3.473-4.1471 0-1.4736 0.239-2.4647 0.781-3.2472 0.494-0.7303 1.482-1.1867 2.502-1.1867 1.12 0 2.1 0.4825 2.71 1.3171 0.3 0.4304 0.54 0.939 0.91 1.9431h0.7l-0.24-3.7688zm-15.955 0.013h-0.589l-0.638 0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088 0-3.491 1.0955-3.491 2.7256 0 1.4215 0.861 2.1257 3.204 2.6214l1.514 0.313c1.18 0.248 1.291 0.274 1.626 0.482 0.478 0.3 0.733 0.731 0.733 1.239 0 0.522-0.239 0.952-0.717 1.304-0.526 0.379-1.052 0.522-1.928 0.522-1.18 0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064 3.717h0.622l0.717-0.887c1.068 0.717 1.961 0.978 3.347 0.978 2.343 0 3.842-1.122 3.842-2.869 0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041 0-0.9128 0.908-1.5388 2.263-1.5388 1.116 0 2.024 0.3912 2.662 1.1346 0.462 0.5347 0.749 1.0824 0.956 1.7475h0.686l-0.192-3.3907zm-21.55 5.2296v-3.5473-0.3782c0-0.5477 0.144-0.6129 1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291 0 1.434 0.0652 1.434 0.6129v0.3782 6.2073 0.378c0 0.548-0.143 0.613-1.434 0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291 0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258 2.774 3.3258c0.255 0.313 0.319 0.417 0.319 0.547 0 0.209-0.303 0.3-1.084 0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877 0-1.1-0.091-1.562-0.652l-3.857-4.551 2.375-1.9431c0.765-0.6651 1.737-1.0433 2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733 0 1.036 0.1173 1.036 0.3912 0 0.1826-0.319 0.5608-0.781 0.939l-3.906 3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813 0 1.18 0.1043 1.467 0.4303v5.5421c0 1.787-0.319 2.165-1.849 2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109 7.8509h0.67v-6.7685c0-1.7866 0.319-2.1648 1.849-2.2169v-0.613h-4.543v0.613c1.514 0.0521 1.833 0.4303 1.833 2.2169v4.0945l-6.36-6.9244zm-10.36 1.6041v-0.3782c0-0.5477 0.143-0.6129 1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291 0 1.435 0.0652 1.435 0.6129v0.3782 6.2073 0.378c0 0.548-0.144 0.613-1.435 0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275 0-1.418-0.065-1.418-0.613v-0.378-6.2073z" stroke-width="1pt" fill="#fff"/>
+ <use id="use1325" opacity=".078652" xlink:href="#path93" transform="matrix(2.3944 0 0 2.3312 -82.964 -14.495)" height="1052.3622" width="320" y="0" x="0"/>
+ <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(.058837 0 0 .058837 -4.7689 -3.2966)">
+ <path id="path805" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/>
+ <path id="path1791" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/>
+ <path id="path1792" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/>
+ <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/>
+ <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/>
</g>
- <path id="use2086" stroke-linejoin="miter" style="marker-end:none;marker-start:none;stroke-dasharray:none;marker-mid:none;" d="M100.21,10.827h5.7l-3.5,11.473h6.43l-0.57,1.871h-6.43l-1.54,4.72c-1.307,4.014-2.69,8.869-4.155,14.565-1.464,5.641-2.197,8.923-2.197,9.845,0,1.248,0.57,1.872,1.709,1.872,2.007,0,4.423-2.767,7.243-8.3,0.27-0.597,0.68-1.329,1.22-2.197l1.63,0.814c-2.12,4.394-3.69,7.214-4.72,8.462-2.227,2.658-4.586,3.987-7.082,3.987-1.681,0-3.037-0.515-4.068-1.546-1.031-1.085-1.546-2.468-1.546-4.15,0-1.519,0.244-3.227,0.732-5.126,0.543-2.115,2.279-8.191,5.208-18.226l1.383-4.72h-6.509l0.651-1.871h6.509l3.902-11.473zm40.91,10.822h6.1c-5.16,16.436-7.73,26.851-7.73,31.245,0,1.628,0.43,2.441,1.3,2.441,1.03,0,2.25-0.976,3.66-2.929,1.47-2.007,2.74-4.475,3.83-7.404l1.79,0.732c-2.88,8.137-6.46,12.205-10.75,12.205-3.68,0-5.53-2.061-5.53-6.184,0-1.085,0.14-2.848,0.41-5.289-2.12,3.255-3.83,5.615-5.13,7.079-2.6,2.929-5.56,4.394-8.87,4.394-1.95,0-3.58-0.678-4.88-2.034s-1.95-3.038-1.95-5.045c0-0.976,0.81-4.258,2.44-9.845l1.46-5.045c1.63-5.588,2.45-9.032,2.45-10.334,0-1.031-0.36-1.546-1.06-1.546-2.28,0-5.29,3.58-9.03,10.741l-1.79-0.896c4.12-8.462,8.27-12.693,12.44-12.693,1.52,0,2.74,0.57,3.67,1.709,0.97,1.139,1.46,2.631,1.46,4.475,0,2.278-0.54,5.126-1.63,8.544l-2.19,6.916c-1.79,5.642-2.69,8.923-2.69,9.846,0,1.898,0.98,2.847,2.93,2.847,1.74,0,3.64-1.057,5.7-3.173,2.11-2.116,4.01-4.909,5.69-8.381,2.55-5.262,5.18-12.72,7.9-22.376zm24.05-10.822h5.7l-3.5,11.473h6.43l-0.57,1.871h-6.43l-1.55,4.72c-1.3,4.014-2.68,8.869-4.15,14.565-1.46,5.641-2.19,8.923-2.19,9.845,0,1.248,0.57,1.872,1.71,1.872,2,0,4.42-2.767,7.24-8.3,0.27-0.597,0.68-1.329,1.22-2.197l1.63,0.814c-2.12,4.394-3.69,7.214-4.72,8.462-2.23,2.658-4.59,3.987-7.08,3.987-1.68,0-3.04-0.515-4.07-1.546-1.03-1.085-1.55-2.468-1.55-4.15,0-1.519,0.25-3.227,0.74-5.126,0.54-2.115,2.27-8.191,5.2-18.226l1.39-4.72h-6.51l0.65-1.871h6.51l3.9-11.473zm28.16,12.287c-3.91-0.217-7.38,3.688-10.42,11.717-2.11,5.587-3.17,10.605-3.17,15.053,0,4.122,1.82,6.184,5.45,6.184,2.93,0,5.48-1.872,7.65-5.615,1.41-2.387,2.63-5.533,3.66-9.438,1.03-3.96,1.63-7.676,1.79-11.148,0.22-4.285-1.44-6.536-4.96-6.753zm-0.08-1.872c3.2,0,5.8,1.275,7.81,3.824,2,2.496,3.01,5.75,3.01,9.765,0,4.936-1.77,9.926-5.29,14.971-3.8,5.425-8.41,8.137-13.83,8.137-3.31,0-6.03-1.139-8.14-3.417-2.12-2.333-3.17-5.289-3.17-8.87,0-6.075,2.22-11.825,6.67-17.25,3.9-4.773,8.22-7.16,12.94-7.16zm15.86,12.856l-1.71-0.732c1.41-3.472,3.12-6.347,5.13-8.625,2.01-2.333,3.8-3.499,5.37-3.499,3.53,0,5.29,2.577,5.29,7.73,0,0.922-0.16,2.767-0.49,5.533,3.74-8.842,7.73-13.263,11.96-13.263,1.2,0,2.2,0.38,3.01,1.139,0.87,0.705,1.3,1.573,1.3,2.604,0,0.868-0.29,1.6-0.89,2.197s-1.33,0.895-2.2,0.895c-1.84,0-2.76-1.058-2.76-3.173,0-0.597-0.19-0.895-0.57-0.895-0.55,0-1.31,0.488-2.28,1.464-0.98,0.977-1.82,2.116-2.52,3.418-2.17,3.905-5.7,13.236-10.58,27.99h-6.1c2.54-7.648,4.2-13.236,4.96-16.762,1.19-5.533,1.79-9.547,1.79-12.042,0-2.658-0.44-3.987-1.3-3.987-0.76,0-1.87,0.976-3.34,2.929-1.41,1.953-2.77,4.313-4.07,7.079zm45.98-31.245c1.03,0,1.89,0.3797,2.6,1.1391,0.76,0.7052,1.14,1.5731,1.14,2.6038s-0.38,1.9257-1.14,2.6852c-0.71,0.759-1.57,1.139-2.6,1.139-1.04,0-1.93-0.38-2.69-1.139-0.76-0.7595-1.14-1.6545-1.14-2.6852s0.38-1.8986,1.14-2.6038c0.76-0.7594,1.65-1.1391,2.69-1.1391zm1.22,42.718l1.62,0.814c-3.63,7.703-7.59,11.554-11.88,11.554-1.52,0-2.76-0.542-3.74-1.627-0.98-1.139-1.46-2.577-1.46-4.313,0-1.193,0.16-2.305,0.48-3.336,0.33-1.031,1.22-3.336,2.69-6.916l3.09-7.405c1.85-4.394,2.77-7.35,2.77-8.869,0-1.085-0.46-1.627-1.39-1.627-1.89,0-4.5,2.983-7.81,8.95l-1.62-0.976c3.85-7.052,7.54-10.578,11.06-10.578,1.47,0,2.66,0.543,3.58,1.627,0.92,1.085,1.39,2.496,1.39,4.232,0,2.061-1.12,5.885-3.34,11.472l-3.42,8.544c-1.41,3.526-2.11,5.832-2.11,6.916,0,0.977,0.43,1.465,1.3,1.465,1.03,0,2.36-0.922,3.99-2.766,1.68-1.899,3.28-4.286,4.8-7.161zm27.58-22.295c-1.63-0.108-3.53,0.841-5.7,2.848-2.11,1.953-4.09,4.584-5.94,7.893-3.68,6.564-5.53,12.069-5.53,16.518,0,3.471,1.36,5.207,4.07,5.207,4.39,0,8.54-4.312,12.45-12.937,2.66-5.859,4.15-10.714,4.47-14.565,0.11-1.411-0.19-2.577-0.89-3.499-0.71-0.922-1.68-1.41-2.93-1.465zm6.83-0.976h5.78c-1.35,3.634-3.2,8.95-5.53,15.948-2.5,7.54-3.74,12.666-3.74,15.379,0,1.139,0.43,1.708,1.3,1.708,1.9,0,4.55-3.688,7.97-11.066l1.79,0.733c-2.28,4.936-4.23,8.326-5.86,10.171-1.62,1.844-3.47,2.766-5.53,2.766-3.36,0-5.04-1.519-5.04-4.557,0-0.813,0.24-2.468,0.73-4.963-3.85,6.401-7.98,9.601-12.37,9.601-2.77,0-5.02-0.922-6.75-2.766-1.74-1.844-2.61-4.258-2.61-7.242,0-6.184,2.44-12.178,7.33-17.982,4.88-5.859,9.9-8.788,15.05-8.788,2.71,0,4.77,1.492,6.18,4.475l1.3-3.417zm16.71-17.82l0.49-1.8714c4.07-0.1628,8.68-0.434,13.83-0.8137-0.43,1.4646-0.76,2.5224-0.97,3.1733-0.6,1.6816-1.44,4.2312-2.53,7.6486l-6.59,21.481c-3.14,10.253-4.72,16.545-4.72,18.878,0,1.681,0.49,2.522,1.47,2.522,1.36,0,3.04-1.465,5.04-4.394,1.03-1.519,2.2-3.526,3.5-6.021l1.87,0.895c-1.62,2.983-2.84,5.099-3.66,6.347-2.49,3.743-5.34,5.614-8.54,5.614-1.63,0-2.96-0.597-3.99-1.79s-1.54-2.712-1.54-4.557c0-2.278,0.92-6.428,2.76-12.449l7.16-23.353c1.58-5.153,2.36-8.055,2.36-8.706,0-0.9764-0.38-1.6273-1.14-1.9528-0.76-0.3797-2.36-0.5967-4.8-0.651z" fill-rule="nonzero" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill-opacity="0.110769" stroke-dashoffset="0" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="1pt" fill="#FFF"/>
- <text id="text7519" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,1,-1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-326.81229" x="3.6203015" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203015" style="letter-spacing:0.29056421;" y="-326.81229">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↓</tspan> 向下捲動頁面</tspan></text>
- <path id="path7527" opacity="0.5" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(0.614962,4.549602e-2,6.191898e-2,-0.451855,112.95622,172.17069)" fill="#000"/>
- <path id="text2413" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M147.73,15.782c0.19,0.019,0.4,0.126,0.61,0.322,0.22,0.196,0.31,0.364,0.28,0.504-0.02,0.094-0.12,0.14-0.31,0.14-0.03,0-0.1-0.004-0.19-0.014-0.1-0.018-0.17-0.028-0.23-0.028-0.05,0-0.09,0.005-0.12,0.014,0.01,0-0.12,0.042-0.38,0.126s-0.58,0.182-0.97,0.294c-0.38,0.103-0.85,0.22-1.42,0.35-0.56,0.131-1.11,0.234-1.63,0.308l-0.1,0.112-0.22,0.952,0.03,0.294c0.04,0.14,0.2,0.238,0.5,0.294s0.77,0.084,1.4,0.084h0.23c0.49,0,0.85-0.004,1.09-0.014,0.24-0.018,0.4-0.032,0.47-0.042,0.09-0.018,0.21-0.051,0.37-0.098,0.12-0.037,0.21-0.084,0.26-0.14l0.19-0.21c0.08-0.093,0.16-0.242,0.23-0.448,0.09-0.205,0.16-0.387,0.21-0.546,0.06-0.168,0.13-0.298,0.2-0.392,0.07-0.093,0.15-0.107,0.24-0.042,0.04,0.028,0.02,0.243-0.06,0.644-0.11,0.542-0.16,0.845-0.15,0.91l0.26,0.294c0.03,0.056,0.04,0.112,0.03,0.168-0.08,0.411-1.08,0.616-2.98,0.616h-0.94c-0.27-0.009-0.52-0.023-0.75-0.042-0.24-0.018-0.43-0.032-0.59-0.042-0.16-0.018-0.3-0.046-0.42-0.084-0.12-0.046-0.23-0.079-0.31-0.098-0.07-0.028-0.14-0.079-0.18-0.154-0.04-0.074-0.07-0.13-0.09-0.168-0.01-0.046-0.02-0.121-0.02-0.224,0.01-0.112,0.01-0.2,0.02-0.266,0.02-0.065,0.05-0.168,0.07-0.308,0.04-0.158,0.09-0.42,0.16-0.784s0.13-0.662,0.18-0.896c0.17-0.849,0.28-1.516,0.35-2.002,0.06-0.056,0.14-0.084,0.24-0.084,0.06,0,0.14,0.014,0.24,0.042,0.1,0.019,0.17,0.028,0.22,0.028l0.55,0.154c0.01,0.01,0.03,0.014,0.04,0.014,0.03,0.056,0.04,0.112,0.03,0.168-0.01,0.075-0.13,0.173-0.35,0.294-0.22,0.112-0.34,0.192-0.37,0.238l-0.28,1.274c0,0.028,0.02,0.052,0.06,0.07l2.14-0.602c0.84-0.27,1.56-0.597,2.16-0.98m-0.07,5.95c-0.02,0.075-0.12,0.178-0.3,0.308-0.17,0.122-0.26,0.215-0.28,0.28-0.03,0.084-0.06,0.243-0.11,0.476-0.05,0.234-0.1,0.542-0.17,0.924l-0.04,0.168c-0.27,1.447-0.48,2.539-0.63,3.276-0.04,0.196-0.2,0.294-0.49,0.294l-0.18-0.014c-0.06-0.065-0.07-0.219-0.03-0.462,0.03-0.149,0.02-0.261-0.03-0.336-1.99,0-3.12,0.005-3.41,0.014l-0.4,0.028c-0.05,0.047-0.11,0.192-0.18,0.434l-0.1,0.224c-0.08,0.103-0.22,0.145-0.4,0.126-0.19-0.009-0.28-0.06-0.28-0.154,0-0.037,0.03-0.186,0.08-0.448,0.1-0.513,0.29-1.362,0.56-2.548l0.06-0.252,0.46-2.506,0.13-0.462c0.01-0.093,0.06-0.149,0.12-0.168,0.06,0.01,0.17,0.08,0.34,0.21,0.18,0.122,0.27,0.187,0.29,0.196,0.37,0.019,0.83,0.028,1.4,0.028,0.38,0,0.79-0.004,1.25-0.014h0.17l0.89,0.014c0.03-0.009,0.05-0.014,0.07-0.014,0.04-0.009,0.15-0.07,0.32-0.182,0.19-0.121,0.32-0.158,0.4-0.112,0.18,0.094,0.31,0.21,0.39,0.35,0.08,0.131,0.11,0.238,0.1,0.322m-9.3-3.206c-0.16,0-0.37,0.01-0.63,0.028-0.26,0.01-0.4,0.014-0.41,0.014-0.16-0.186-0.21-0.41-0.14-0.672,0.01-0.009,0.21,0.01,0.59,0.056,0.39,0.038,0.73,0.056,1,0.056,0.29,0,0.46-0.037,0.49-0.112,0.05-0.14,0.12-0.401,0.21-0.784,0.05-0.298,0.11-0.676,0.18-1.134,0.07-0.466,0.11-0.709,0.12-0.728,0.02-0.13,0.07-0.205,0.16-0.224,0.79,0.14,1.17,0.308,1.13,0.504-0.02,0.075-0.12,0.154-0.31,0.238-0.17,0.084-0.29,0.164-0.33,0.238-0.06,0.103-0.14,0.402-0.24,0.896-0.05,0.252-0.1,0.565-0.17,0.938-0.03,0.131,0.05,0.196,0.24,0.196,0.21,0,0.39-0.042,0.53-0.126l0.38-0.392c0.22-0.14,0.47,0.042,0.74,0.546l0.09,0.154c0.01,0.028,0.01,0.056,0,0.084-0.02,0.112-0.13,0.182-0.34,0.21l-0.67,0.028-0.84,0.014c-0.15,0.019-0.25,0.056-0.3,0.112l-0.54,2.408v0.028l0.01,0.014,1.96-0.784c0.07-0.009,0.12,0.061,0.16,0.21-0.05,0.112-0.42,0.336-1.12,0.672s-1.09,0.556-1.15,0.658c-0.02,0.094-0.09,0.416-0.2,0.966-0.1,0.542-0.25,1.312-0.46,2.31l-0.03,0.168c-0.04,0.196-0.07,0.369-0.11,0.518-0.02,0.122-0.04,0.234-0.07,0.336-0.02,0.103-0.03,0.164-0.03,0.182-0.05,0.271-0.14,0.476-0.25,0.616s-0.29,0.276-0.53,0.406c-0.19,0.103-0.33,0.154-0.44,0.154-0.07,0-0.15-0.079-0.22-0.238-0.07-0.158-0.12-0.247-0.17-0.266l-0.92-0.28c-0.07,0-0.09-0.056-0.06-0.168,0.02-0.121,0.17-0.191,0.44-0.21l1.24,0.028c0.09,0,0.19-0.247,0.31-0.742,0.13-0.504,0.36-1.577,0.7-3.22l0.06-0.28-0.05-0.014c-0.01,0.01-0.18,0.089-0.51,0.238-0.33,0.15-0.55,0.276-0.66,0.378l-0.13,0.406c-0.05,0.094-0.11,0.14-0.18,0.14-0.13,0-0.26-0.154-0.38-0.462-0.12-0.317-0.17-0.546-0.14-0.686,0.05-0.037,0.38-0.154,0.98-0.35,0.62-0.205,0.97-0.331,1.07-0.378,0.09-0.037,0.15-0.14,0.19-0.308,0.09-0.28,0.18-0.672,0.28-1.176,0.05-0.242,0.1-0.518,0.14-0.826,0.06-0.261,0.08-0.41,0.07-0.448,0-0.093-0.25-0.14-0.74-0.14m8.08,3.5c0-0.084-0.07-0.135-0.2-0.154-0.13-0.018-0.45-0.028-0.95-0.028-0.54,0-1.28,0.01-2.23,0.028h-0.4c-0.05,0-0.1,0.024-0.14,0.07-0.1,0.346-0.23,0.859-0.37,1.54l0.07,0.098c1.95,0.028,3.21,0.038,3.77,0.028,0.07-0.018,0.11-0.06,0.14-0.126l0.31-1.456m-4.79,3.962c0.08,0.103,0.6,0.154,1.55,0.154,1.07,0,1.73-0.014,1.98-0.042,0.25-0.018,0.4-0.07,0.45-0.154l0.29-1.414,0.04-0.238c0.02-0.056-0.01-0.102-0.1-0.14h-3.66c-0.1,0-0.16,0.033-0.2,0.098l-0.35,1.736m12.25-3.976c-0.14-0.009-0.22-0.056-0.24-0.14s-0.01-0.228,0.03-0.434c0.05-0.224,0.12-0.546,0.24-0.966l0.53-2.758c0.02-0.084,0.06-0.144,0.14-0.182,0.06,0.01,0.13,0.047,0.19,0.112,0.08,0.056,0.18,0.112,0.31,0.168,0.13,0.047,0.32,0.07,0.55,0.07,0.16,0,0.33-0.009,0.52-0.028l0.32-0.028c0.09-0.112,0.16-0.261,0.19-0.448,0.02-0.093,0.04-0.172,0.05-0.238-0.03-0.009-0.06-0.023-0.1-0.042-0.07-0.018-0.21-0.028-0.42-0.028-0.31,0-0.78,0.019-1.42,0.056l-0.86,0.014c-0.17,0-0.27-0.074-0.3-0.224-0.03-0.158-0.01-0.266,0.04-0.322,0.06-0.009,0.28,0,0.66,0.028,0.39,0.028,0.73,0.042,1.04,0.042,0.29,0,0.47-0.028,0.54-0.084,0-0.13-0.03-0.261-0.11-0.392-0.06-0.14-0.14-0.266-0.24-0.378-0.08-0.112-0.13-0.182-0.14-0.21,0-0.13,0.06-0.21,0.19-0.238,0.28,0.094,0.5,0.201,0.65,0.322,0.16,0.122,0.26,0.229,0.28,0.322,0.03,0.094,0.05,0.187,0.06,0.28,0.01,0.094,0.01,0.168-0.01,0.224-0.02,0.103-0.04,0.159-0.05,0.168l1.43-0.014c0.05-0.009,0.09-0.014,0.13-0.014,0.11-0.056,0.3-0.275,0.56-0.658,0.26-0.392,0.4-0.592,0.42-0.602,0.04-0.046,0.09-0.07,0.15-0.07,0.11,0,0.24,0.056,0.41,0.168,0.18,0.103,0.28,0.187,0.32,0.252-0.01,0.131-0.11,0.215-0.31,0.252l-0.26,0.056c-0.27,0.159-0.5,0.36-0.68,0.602,0.05,0.038,0.31,0.056,0.79,0.056,0.42,0,0.67-0.009,0.75-0.028,0.09-0.018,0.21-0.112,0.38-0.28,0.13-0.14,0.25-0.21,0.34-0.21,0.03,0,0.05,0.005,0.07,0.014,0.05,0.038,0.1,0.089,0.15,0.154,0.07,0.066,0.13,0.14,0.2,0.224s0.12,0.164,0.15,0.238c0.04,0.075,0.04,0.145,0.02,0.21-0.03,0.056-0.1,0.094-0.2,0.112-0.09,0.01-0.23,0.014-0.41,0.014h-0.36c-0.2-0.009-0.55-0.014-1.05-0.014-0.49-0.009-1.14-0.014-1.93-0.014-0.12,0.056-0.27,0.196-0.45,0.42l-0.14,0.21c0.01,0.075,0.03,0.112,0.06,0.112,0.21,0.028,0.48,0.042,0.81,0.042,0.58,0,0.96-0.014,1.13-0.042,0.19-0.037,0.35-0.107,0.48-0.21,0.06-0.037,0.12-0.056,0.18-0.056,0.11,0,0.22,0.07,0.32,0.21,0.11,0.131,0.16,0.262,0.14,0.392l-0.01,0.084c-0.23,0.178-0.36,0.392-0.41,0.644-0.09,0.458-0.17,0.938-0.24,1.442-0.05,0.504-0.09,0.808-0.12,0.91-0.05,0.252-0.11,0.425-0.18,0.518-0.08,0.094-0.2,0.145-0.37,0.154l-0.21-0.042h-0.01c-0.09-0.177-0.18-0.266-0.3-0.266l-2.82-0.014c-0.55,0-0.87,0.005-0.94,0.014-0.08,0.01-0.17,0.075-0.3,0.196-0.1,0.112-0.21,0.168-0.33,0.168m-1-5.138c-0.14-0.27-0.38-0.574-0.74-0.91-0.35-0.336-0.59-0.522-0.7-0.56-0.01-0.084,0.02-0.154,0.07-0.21,0.06-0.065,0.13-0.098,0.23-0.098,0.16,0,0.37,0.066,0.63,0.196,0.27,0.122,0.51,0.308,0.72,0.56,0.23,0.243,0.31,0.49,0.24,0.742l-0.1,0.21-0.09,0.084-0.17,0.014c-0.03,0-0.06-0.009-0.09-0.028m-1.75,0.238c0.14,0,0.35,0.052,0.62,0.154,0.27,0.103,0.52,0.252,0.74,0.448,0.24,0.196,0.33,0.397,0.3,0.602-0.06,0.252-0.16,0.378-0.31,0.378s-0.33-0.135-0.55-0.406l-0.1-0.126c-0.06-0.074-0.33-0.266-0.81-0.574l-0.11-0.098c-0.05-0.056-0.06-0.13-0.03-0.224,0.01-0.018,0.03-0.042,0.04-0.07,0.05-0.056,0.12-0.084,0.21-0.084m5.07,7.028c0.27,0,0.45-0.014,0.53-0.042,0.09-0.028,0.15-0.093,0.19-0.196,0.01-0.056,0.04-0.312,0.09-0.77l-0.07-0.056-2.43-0.056c-1.32-0.093-2.21-0.522-2.68-1.288h-0.09l-1.12,0.854c-0.21,0.168-0.34,0.299-0.41,0.392l-0.18,0.322c-0.03,0.028-0.06,0.052-0.09,0.07-0.14,0.028-0.26-0.074-0.37-0.308-0.11-0.242-0.14-0.429-0.12-0.56,0.01-0.037,0.02-0.065,0.03-0.084l0.87-0.336c0.59-0.242,0.99-0.485,1.22-0.728,0.08-0.196,0.15-0.41,0.19-0.644,0.05-0.242,0.07-0.434,0.07-0.574,0-0.084-0.16-0.126-0.47-0.126-0.09,0-0.21,0.01-0.37,0.028-0.15,0.019-0.28,0.028-0.39,0.028-0.1,0-0.21-0.004-0.32-0.014-0.11-0.018-0.19-0.065-0.22-0.14-0.04-0.074-0.05-0.177-0.03-0.308,0.03-0.102,0.1-0.163,0.21-0.182,0.39,0.075,0.78,0.112,1.17,0.112h0.17,0.2c0.05-0.028,0.12-0.074,0.18-0.14,0.08-0.065,0.13-0.112,0.17-0.14,0.04-0.037,0.09-0.065,0.17-0.084,0.07-0.028,0.14-0.018,0.21,0.028,0.23,0.187,0.37,0.346,0.43,0.476,0.06,0.131,0.05,0.224-0.03,0.28-0.06,0.056-0.15,0.126-0.25,0.21-0.1,0.075-0.17,0.145-0.2,0.21l-0.18,0.826c-0.04,0.327,0.03,0.532,0.23,0.616,0.65,0.364,1.39,0.56,2.21,0.588h0.1c0.28,0.01,0.56,0.014,0.85,0.014,1.04,0,2.03-0.032,2.98-0.098l1.78-0.182h0.06c0.03-0.018,0.07,0.01,0.11,0.084-0.02,0.103-0.12,0.229-0.3,0.378-0.16,0.14-0.27,0.243-0.3,0.308-0.08,0.038-0.42,0.075-1.03,0.112-0.6,0.038-1.03,0.056-1.28,0.056-0.06,0-0.1,0.028-0.12,0.084,0,0.01,0.06,0.028,0.17,0.056,0.12,0.028,0.21,0.075,0.27,0.14,0.06,0.056,0.06,0.14-0.02,0.252-0.19,0.122-0.29,0.182-0.3,0.182-0.08,0.066-0.12,0.14-0.12,0.224l0.1,0.098c0.15,0.01,0.29,0.014,0.42,0.014,0.27,0,0.49-0.028,0.65-0.084,0.16-0.065,0.27-0.13,0.3-0.196,0.05-0.074,0.11-0.14,0.17-0.196,0.07-0.065,0.14-0.098,0.23-0.098,0.1,0,0.24,0.112,0.43,0.336,0.2,0.224,0.29,0.397,0.27,0.518-0.02,0.084-0.08,0.136-0.19,0.154-0.09,0.019-0.31,0.028-0.67,0.028-0.23,0-0.52-0.004-0.87-0.014-0.39,0-0.69,0.014-0.89,0.042l-0.1,0.098c-0.08,0.308-0.16,0.644-0.24,1.008l-0.12,0.798c-0.09,0.28-0.26,0.486-0.51,0.616-0.24,0.14-0.45,0.21-0.61,0.21-0.07,0-0.13-0.009-0.19-0.028-0.14-0.317-0.37-0.485-0.7-0.504l-0.56-0.056-0.16-0.07c-0.07-0.018-0.1-0.06-0.1-0.126,0.01-0.065,0.04-0.112,0.08-0.14,0.04-0.037,0.25-0.056,0.65-0.056,0.33,0,0.62,0.005,0.86,0.014,0.25,0.019,0.41,0.024,0.49,0.014l0.13-0.14c0.09-0.289,0.17-0.574,0.22-0.854,0.07-0.326,0.1-0.546,0.09-0.658,0-0.121-0.04-0.182-0.11-0.182-0.08-0.009-0.22-0.014-0.44-0.014-0.2,0-0.48,0.005-0.84,0.014h-0.17l-2.96,0.042-2.83,0.014h-0.11c-0.09,0-0.15-0.051-0.2-0.154-0.04-0.112-0.04-0.224-0.01-0.336,0.02-0.112,0.06-0.168,0.14-0.168s0.28,0.028,0.58,0.084c0.32,0.047,0.52,0.07,0.61,0.07,0.3,0.019,1.19,0.024,2.67,0.014h2.56c0.23,0.01,0.41,0.014,0.56,0.014m-4.18,0.588c0.3,0.028,0.59,0.206,0.89,0.532,0.3,0.327,0.42,0.621,0.37,0.882-0.02,0.094-0.07,0.182-0.16,0.266l-0.18,0.14-0.1,0.042c-0.14,0-0.24-0.065-0.32-0.196-0.07-0.13-0.13-0.28-0.15-0.448-0.03-0.158-0.05-0.252-0.07-0.28l-0.44-0.644c-0.01-0.018-0.01-0.032,0-0.042-0.01-0.028-0.01-0.051,0-0.07,0.01-0.065,0.06-0.126,0.16-0.182m2.94-6.16c0,0.028-0.01,0.066-0.02,0.112-0.03,0.103,0.01,0.164,0.1,0.182,0.1,0.019,0.33,0.028,0.67,0.028,1.7,0,2.76,0.014,3.18,0.042,0.13-0.056,0.21-0.154,0.24-0.294,0.04-0.158,0.01-0.266-0.07-0.322-0.59-0.018-1.9-0.028-3.92-0.028-0.09,0.038-0.16,0.131-0.18,0.28m0.08,0.784c-0.09,0.019-0.16,0.047-0.21,0.084-0.04,0.038-0.07,0.122-0.1,0.252-0.03,0.159-0.01,0.271,0.04,0.336,1.04,0.038,2.05,0.056,3.04,0.056h0.34c0.1-0.009,0.19-0.009,0.26,0,0.08,0,0.14-0.004,0.2-0.014,0.06-0.009,0.1-0.018,0.14-0.028,0.04-0.018,0.07-0.037,0.08-0.056,0.03-0.028,0.05-0.056,0.06-0.084s0.02-0.065,0.03-0.112c0.04-0.186,0.01-0.308-0.09-0.364-1.1-0.065-2.01-0.098-2.73-0.098-0.36,0-0.67,0.01-0.93,0.028h-0.13m3.6,1.736c0.08-0.308,0.09-0.494,0.03-0.56-0.42-0.046-1.06-0.07-1.91-0.07-0.36,0-0.76,0.005-1.2,0.014l-0.9,0.056h-0.03c-0.06,0.066-0.11,0.159-0.14,0.28,0,0.056-0.01,0.117-0.01,0.182l0.03,0.154c0.07,0.047,0.39,0.07,0.94,0.07,0.48,0,1.14-0.014,1.98-0.042h0.44l0.52,0.014c0.09-0.009,0.17-0.042,0.25-0.098m14.87-1.764c-0.03,0.159-0.22,0.238-0.56,0.238-0.89-0.009-1.62-0.014-2.19-0.014-0.53,0-0.91,0.005-1.15,0.014-0.23,0-0.42,0.01-0.57,0.028-0.15,0.019-0.23,0.038-0.25,0.056-0.02,0.019-0.03,0.056-0.04,0.112-0.23,1.148-0.35,1.858-0.38,2.128l0.08,0.084h2.69c0.31,0,0.61-0.004,0.91-0.014,0.01,0,0.14-0.116,0.38-0.35,0.25-0.233,0.42-0.35,0.52-0.35,0.08,0,0.21,0.112,0.37,0.336,0.18,0.215,0.34,0.439,0.47,0.672-0.03,0.094-0.09,0.159-0.19,0.196-0.08,0.028-0.23,0.042-0.46,0.042h-0.24c-0.15-0.009-0.36-0.014-0.64-0.014h-3.09l-0.79,0.014c-0.02,0-0.04,0.005-0.05,0.014-0.02,0-0.06,0.038-0.12,0.112l-0.61,3.318c-0.06,0.243-0.11,0.416-0.16,0.518-0.03,0.112-0.11,0.243-0.22,0.392-0.11,0.159-0.27,0.28-0.46,0.364-0.19,0.094-0.44,0.173-0.76,0.238-0.04-0.018-0.1-0.112-0.17-0.28-0.05-0.168-0.13-0.27-0.23-0.308l-1.4-0.28c-0.08-0.056-0.1-0.13-0.06-0.224,0.02-0.112,0.1-0.186,0.24-0.224,0.6,0.103,1.12,0.154,1.54,0.154,0.17,0,0.32-0.009,0.45-0.028,0.17,0,0.29-0.074,0.36-0.224,0.21-0.886,0.37-1.647,0.5-2.282,0.12-0.569,0.17-0.919,0.17-1.05,0.01-0.13-0.04-0.196-0.15-0.196l-3-0.014c-0.74,0.028-1.41,0.089-1.99,0.182-0.05-0.056-0.1-0.168-0.15-0.336s-0.07-0.289-0.06-0.364c0.02-0.065,0.06-0.102,0.12-0.112,0.07,0,0.54,0.033,1.4,0.098,0.02,0,0.18,0.01,0.47,0.028,0.3,0.01,0.74,0.014,1.32,0.014,0.34,0,0.7-0.004,1.06-0.014l1.04-0.028c0.07-0.065,0.11-0.107,0.11-0.126l0.43-2.114c0-0.102-0.04-0.154-0.14-0.154l-3.5,0.028-0.61,0.098-0.14-0.056c-0.04-0.046-0.07-0.154-0.1-0.322s-0.03-0.294,0-0.378l0.1-0.056c0.56,0.112,1.34,0.168,2.35,0.168,0.74,0,1.43-0.018,2.09-0.056,0.09-0.074,0.23-0.588,0.42-1.54,0.05-0.27,0.09-0.452,0.12-0.546l-0.05-0.07c-1.51,0.243-2.73,0.364-3.69,0.364h-0.39c-0.1-0.009-0.18-0.014-0.22-0.014-0.04-0.009-0.06-0.014-0.07-0.014-0.16-0.028-0.23-0.126-0.2-0.294,0.03-0.102,0.08-0.158,0.16-0.168l0.78-0.028c2.34-0.121,4.71-0.541,7.11-1.26l0.69-0.336c0.04-0.009,0.07-0.014,0.11-0.014,0.09,0,0.24,0.07,0.43,0.21,0.21,0.131,0.36,0.266,0.45,0.406,0,0.178-0.11,0.29-0.33,0.336-0.22,0.038-0.38,0.042-0.48,0.014h-0.14l-3.35,0.728c-0.09,0.075-0.23,0.607-0.42,1.596l-0.07,0.532c0,0.094,0.06,0.14,0.19,0.14l2.32,0.042c0.26-0.009,0.45-0.056,0.57-0.14,0.13-0.084,0.23-0.191,0.31-0.322,0.1-0.13,0.22-0.233,0.37-0.308,0.13,0.075,0.3,0.229,0.53,0.462,0.23,0.234,0.33,0.416,0.31,0.546m11.99,1.008c0.05-0.018,0.17-0.116,0.37-0.294,0.19-0.177,0.33-0.266,0.42-0.266,0.08,0,0.22,0.122,0.42,0.364,0.2,0.243,0.29,0.42,0.26,0.532-0.01,0.066-0.05,0.112-0.14,0.14l-0.38,0.056-1.05,0.028c-0.07,0.038-0.11,0.08-0.12,0.126-0.04,0.122-0.13,0.514-0.27,1.176l-0.63,3.458-0.15,0.602c-0.04,0.159-0.12,0.294-0.25,0.406-0.13,0.122-0.27,0.206-0.42,0.252-0.15,0.047-0.27,0.08-0.37,0.098-0.09,0.028-0.15,0.042-0.17,0.042-0.05,0-0.1-0.014-0.14-0.042-0.08-0.308-0.28-0.49-0.58-0.546l-0.55-0.07c-0.06-0.065-0.07-0.163-0.01-0.294,0.02-0.037,0.19-0.056,0.49-0.056,0.12,0,0.28,0.005,0.47,0.014,0.2,0.01,0.32,0.014,0.37,0.014,0.22,0,0.37-0.037,0.46-0.112,0.08-0.074,0.15-0.228,0.19-0.462l0.9-4.438c0.01-0.046,0-0.084-0.03-0.112-0.02-0.028-0.07-0.046-0.17-0.056-0.09-0.018-0.17-0.028-0.25-0.028h-0.39c-0.69,0-1.06,0.01-1.11,0.028-0.08,0-0.14,0.042-0.18,0.126l-0.45,1.47c-0.66,1.951-1.54,3.444-2.66,4.48-0.09,0.084-0.17,0.098-0.25,0.042-0.06-0.046-0.03-0.158,0.1-0.336,0.13-0.177,0.36-0.508,0.69-0.994,0.33-0.494,0.63-1.036,0.89-1.624,0.39-0.877,0.74-1.899,1.05-3.066l-0.08-0.14-1.37,0.042c-0.12,0.038-0.19,0.117-0.21,0.238-0.12,0.336-0.25,0.887-0.4,1.652-0.11,0.542-0.2,1.055-0.28,1.54l-0.12,0.7-0.23,1.162c-0.05,0.206-0.22,0.406-0.5,0.602s-0.53,0.294-0.76,0.294c-0.07,0-0.13-0.06-0.16-0.182-0.04-0.121-0.06-0.186-0.07-0.196-0.02-0.009-0.21-0.065-0.56-0.168-0.35-0.102-0.51-0.205-0.49-0.308,0-0.084,0.05-0.154,0.16-0.21l1.14,0.07c0.26,0,0.44-0.046,0.53-0.14,0.1-0.084,0.18-0.266,0.22-0.546l0.65-3.22c0.07-0.373,0.13-0.653,0.17-0.84,0.03-0.186,0.05-0.303,0.04-0.35,0-0.056-0.02-0.084-0.07-0.084-0.12-0.028-0.43-0.042-0.93-0.042-0.43,0-0.71,0.014-0.84,0.042-0.12,0.019-0.18,0.08-0.19,0.182-0.33,1.167-0.67,2.17-1.04,3.01-0.36,0.84-0.81,1.582-1.36,2.226-0.24,0.318-0.43,0.532-0.58,0.644-0.06,0.066-0.14,0.066-0.26,0-0.04-0.046-0.02-0.14,0.06-0.28,0.08-0.13,0.28-0.387,0.57-0.77,0.7-0.896,1.36-2.552,1.96-4.97l-0.07-0.098-1.38,0.056c-0.06-0.037-0.1-0.102-0.13-0.196-0.03-0.102-0.03-0.191-0.03-0.266,0.02-0.065,0.06-0.107,0.1-0.126l1.11,0.084c0.15,0,0.29-0.014,0.43-0.042,0.12-0.13,0.29-0.709,0.49-1.736,0.25-1.185,0.42-2.179,0.52-2.982,0.04-0.056,0.09-0.084,0.15-0.084,0.08,0,0.14,0.019,0.2,0.056,0.06,0.028,0.1,0.066,0.14,0.112,0.05,0.038,0.15,0.075,0.31,0.112,0.16,0.038,0.37,0.056,0.64,0.056,0.73,0,1.13-0.028,1.21-0.084,0.06-0.046,0.13-0.102,0.19-0.168,0.07-0.065,0.11-0.107,0.14-0.126,0.04-0.018,0.08-0.028,0.13-0.028,0.14,0,0.32,0.182,0.54,0.546l0.07,0.21c0.01,0.075-0.07,0.173-0.25,0.294-0.17,0.122-0.26,0.215-0.29,0.28-0.06,0.159-0.17,0.672-0.35,1.54-0.09,0.439-0.18,0.962-0.3,1.568l-0.04,0.224c-0.03,0.112-0.02,0.187,0.03,0.224,0.06,0.038,0.18,0.056,0.36,0.056,0.4,0,0.76-0.023,1.1-0.07,0.14-0.112,0.3-0.616,0.47-1.512,0.09-0.41,0.18-0.928,0.27-1.554,0.1-0.625,0.18-1.068,0.22-1.33,0.04-0.149,0.07-0.252,0.09-0.308s0.07-0.084,0.12-0.084c0.1,0,0.17,0.019,0.23,0.056,0.05,0.028,0.1,0.066,0.14,0.112,0.03,0.038,0.13,0.075,0.29,0.112,0.17,0.038,0.39,0.056,0.67,0.056h0.65c0.13-0.009,0.25-0.028,0.36-0.056,0.11-0.037,0.18-0.065,0.2-0.084,0.02-0.018,0.09-0.079,0.21-0.182,0.11-0.084,0.2-0.126,0.28-0.126,0.09,0,0.22,0.098,0.39,0.294s0.24,0.346,0.22,0.448c-0.02,0.084-0.11,0.187-0.29,0.308-0.18,0.122-0.27,0.21-0.28,0.266l-0.58,2.842-0.09,0.56c-0.02,0.084,0,0.136,0.05,0.154m-0.8-0.084c0.08-0.177,0.2-0.69,0.37-1.54,0.24-1.222,0.37-1.95,0.38-2.184,0.02-0.093-0.01-0.149-0.09-0.168h-1.72c-0.07,0-0.13,0.08-0.18,0.238-0.33,1.671-0.59,2.922-0.8,3.752l0.04,0.056c1.24,0,1.91-0.051,2-0.154m-5.93-3.92c-0.07,0-0.12,0.014-0.16,0.042-0.03,0.028-0.07,0.075-0.11,0.14-0.03,0.066-0.07,0.154-0.1,0.266-0.02,0.112-0.06,0.252-0.09,0.42s-0.07,0.369-0.12,0.602c-0.33,1.708-0.49,2.576-0.47,2.604l1.37,0.056c0.22-0.009,0.36-0.028,0.45-0.056,0.08-0.028,0.14-0.093,0.18-0.196,0.22-0.98,0.38-1.768,0.5-2.366,0.09-0.429,0.14-0.709,0.17-0.84,0.03-0.14,0.04-0.275,0.03-0.406,0-0.14-0.03-0.219-0.08-0.238l-1.57-0.028" stroke="#FFF" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.4" fill="#FFF"/>
+ <path id="use2086" d="m100.21 10.827h5.7l-3.5 11.473h6.43l-0.57 1.871h-6.43l-1.54 4.72c-1.307 4.014-2.69 8.869-4.155 14.565-1.464 5.641-2.197 8.923-2.197 9.845 0 1.248 0.57 1.872 1.709 1.872 2.007 0 4.423-2.767 7.243-8.3 0.27-0.597 0.68-1.329 1.22-2.197l1.63 0.814c-2.12 4.394-3.69 7.214-4.72 8.462-2.227 2.658-4.586 3.987-7.082 3.987-1.681 0-3.037-0.515-4.068-1.546-1.031-1.085-1.546-2.468-1.546-4.15 0-1.519 0.244-3.227 0.732-5.126 0.543-2.115 2.279-8.191 5.208-18.226l1.383-4.72h-6.509l0.651-1.871h6.509l3.902-11.473zm40.91 10.822h6.1c-5.16 16.436-7.73 26.851-7.73 31.245 0 1.628 0.43 2.441 1.3 2.441 1.03 0 2.25-0.976 3.66-2.929 1.47-2.007 2.74-4.475 3.83-7.404l1.79 0.732c-2.88 8.137-6.46 12.205-10.75 12.205-3.68 0-5.53-2.061-5.53-6.184 0-1.085 0.14-2.848 0.41-5.289-2.12 3.255-3.83 5.615-5.13 7.079-2.6 2.929-5.56 4.394-8.87 4.394-1.95 0-3.58-0.678-4.88-2.034s-1.95-3.038-1.95-5.045c0-0.976 0.81-4.258 2.44-9.845l1.46-5.045c1.63-5.588 2.45-9.032 2.45-10.334 0-1.031-0.36-1.546-1.06-1.546-2.28 0-5.29 3.58-9.03 10.741l-1.79-0.896c4.12-8.462 8.27-12.693 12.44-12.693 1.52 0 2.74 0.57 3.67 1.709 0.97 1.139 1.46 2.631 1.46 4.475 0 2.278-0.54 5.126-1.63 8.544l-2.19 6.916c-1.79 5.642-2.69 8.923-2.69 9.846 0 1.898 0.98 2.847 2.93 2.847 1.74 0 3.64-1.057 5.7-3.173 2.11-2.116 4.01-4.909 5.69-8.381 2.55-5.262 5.18-12.72 7.9-22.376zm24.05-10.822h5.7l-3.5 11.473h6.43l-0.57 1.871h-6.43l-1.55 4.72c-1.3 4.014-2.68 8.869-4.15 14.565-1.46 5.641-2.19 8.923-2.19 9.845 0 1.248 0.57 1.872 1.71 1.872 2 0 4.42-2.767 7.24-8.3 0.27-0.597 0.68-1.329 1.22-2.197l1.63 0.814c-2.12 4.394-3.69 7.214-4.72 8.462-2.23 2.658-4.59 3.987-7.08 3.987-1.68 0-3.04-0.515-4.07-1.546-1.03-1.085-1.55-2.468-1.55-4.15 0-1.519 0.25-3.227 0.74-5.126 0.54-2.115 2.27-8.191 5.2-18.226l1.39-4.72h-6.51l0.65-1.871h6.51l3.9-11.473zm28.16 12.287c-3.91-0.217-7.38 3.688-10.42 11.717-2.11 5.587-3.17 10.605-3.17 15.053 0 4.122 1.82 6.184 5.45 6.184 2.93 0 5.48-1.872 7.65-5.615 1.41-2.387 2.63-5.533 3.66-9.438 1.03-3.96 1.63-7.676 1.79-11.148 0.22-4.285-1.44-6.536-4.96-6.753zm-0.08-1.872c3.2 0 5.8 1.275 7.81 3.824 2 2.496 3.01 5.75 3.01 9.765 0 4.936-1.77 9.926-5.29 14.971-3.8 5.425-8.41 8.137-13.83 8.137-3.31 0-6.03-1.139-8.14-3.417-2.12-2.333-3.17-5.289-3.17-8.87 0-6.075 2.22-11.825 6.67-17.25 3.9-4.773 8.22-7.16 12.94-7.16zm15.86 12.856l-1.71-0.732c1.41-3.472 3.12-6.347 5.13-8.625 2.01-2.333 3.8-3.499 5.37-3.499 3.53 0 5.29 2.577 5.29 7.73 0 0.922-0.16 2.767-0.49 5.533 3.74-8.842 7.73-13.263 11.96-13.263 1.2 0 2.2 0.38 3.01 1.139 0.87 0.705 1.3 1.573 1.3 2.604 0 0.868-0.29 1.6-0.89 2.197s-1.33 0.895-2.2 0.895c-1.84 0-2.76-1.058-2.76-3.173 0-0.597-0.19-0.895-0.57-0.895-0.55 0-1.31 0.488-2.28 1.464-0.98 0.977-1.82 2.116-2.52 3.418-2.17 3.905-5.7 13.236-10.58 27.99h-6.1c2.54-7.648 4.2-13.236 4.96-16.762 1.19-5.533 1.79-9.547 1.79-12.042 0-2.658-0.44-3.987-1.3-3.987-0.76 0-1.87 0.976-3.34 2.929-1.41 1.953-2.77 4.313-4.07 7.079zm45.98-31.245c1.03 0 1.89 0.3797 2.6 1.1391 0.76 0.7052 1.14 1.5731 1.14 2.6038s-0.38 1.9257-1.14 2.6852c-0.71 0.759-1.57 1.139-2.6 1.139-1.04 0-1.93-0.38-2.69-1.139-0.76-0.7595-1.14-1.6545-1.14-2.6852s0.38-1.8986 1.14-2.6038c0.76-0.7594 1.65-1.1391 2.69-1.1391zm1.22 42.718l1.62 0.814c-3.63 7.703-7.59 11.554-11.88 11.554-1.52 0-2.76-0.542-3.74-1.627-0.98-1.139-1.46-2.577-1.46-4.313 0-1.193 0.16-2.305 0.48-3.336 0.33-1.031 1.22-3.336 2.69-6.916l3.09-7.405c1.85-4.394 2.77-7.35 2.77-8.869 0-1.085-0.46-1.627-1.39-1.627-1.89 0-4.5 2.983-7.81 8.95l-1.62-0.976c3.85-7.052 7.54-10.578 11.06-10.578 1.47 0 2.66 0.543 3.58 1.627 0.92 1.085 1.39 2.496 1.39 4.232 0 2.061-1.12 5.885-3.34 11.472l-3.42 8.544c-1.41 3.526-2.11 5.832-2.11 6.916 0 0.977 0.43 1.465 1.3 1.465 1.03 0 2.36-0.922 3.99-2.766 1.68-1.899 3.28-4.286 4.8-7.161zm27.58-22.295c-1.63-0.108-3.53 0.841-5.7 2.848-2.11 1.953-4.09 4.584-5.94 7.893-3.68 6.564-5.53 12.069-5.53 16.518 0 3.471 1.36 5.207 4.07 5.207 4.39 0 8.54-4.312 12.45-12.937 2.66-5.859 4.15-10.714 4.47-14.565 0.11-1.411-0.19-2.577-0.89-3.499-0.71-0.922-1.68-1.41-2.93-1.465zm6.83-0.976h5.78c-1.35 3.634-3.2 8.95-5.53 15.948-2.5 7.54-3.74 12.666-3.74 15.379 0 1.139 0.43 1.708 1.3 1.708 1.9 0 4.55-3.688 7.97-11.066l1.79 0.733c-2.28 4.936-4.23 8.326-5.86 10.171-1.62 1.844-3.47 2.766-5.53 2.766-3.36 0-5.04-1.519-5.04-4.557 0-0.813 0.24-2.468 0.73-4.963-3.85 6.401-7.98 9.601-12.37 9.601-2.77 0-5.02-0.922-6.75-2.766-1.74-1.844-2.61-4.258-2.61-7.242 0-6.184 2.44-12.178 7.33-17.982 4.88-5.859 9.9-8.788 15.05-8.788 2.71 0 4.77 1.492 6.18 4.475l1.3-3.417zm16.71-17.82l0.49-1.8714c4.07-0.1628 8.68-0.434 13.83-0.8137-0.43 1.4646-0.76 2.5224-0.97 3.1733-0.6 1.6816-1.44 4.2312-2.53 7.6486l-6.59 21.481c-3.14 10.253-4.72 16.545-4.72 18.878 0 1.681 0.49 2.522 1.47 2.522 1.36 0 3.04-1.465 5.04-4.394 1.03-1.519 2.2-3.526 3.5-6.021l1.87 0.895c-1.62 2.983-2.84 5.099-3.66 6.347-2.49 3.743-5.34 5.614-8.54 5.614-1.63 0-2.96-0.597-3.99-1.79s-1.54-2.712-1.54-4.557c0-2.278 0.92-6.428 2.76-12.449l7.16-23.353c1.58-5.153 2.36-8.055 2.36-8.706 0-0.9764-0.38-1.6273-1.14-1.9528-0.76-0.3797-2.36-0.5967-4.8-0.651z" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill-opacity=".11077" stroke-width="1pt" fill="#fff"/>
+ <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203015" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203015" style="letter-spacing:.29056" y="-326.81229">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↓</tspan> 向下捲動頁面</tspan></text>
+ <path id="path7527" opacity=".5" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.96 172.17)"/>
+ <path id="text2413" d="m147.73 15.782c0.19 0.019 0.4 0.126 0.61 0.322 0.22 0.196 0.31 0.364 0.28 0.504-0.02 0.094-0.12 0.14-0.31 0.14-0.03 0-0.1-0.004-0.19-0.014-0.1-0.018-0.17-0.028-0.23-0.028-0.05 0-0.09 0.005-0.12 0.014 0.01 0-0.12 0.042-0.38 0.126s-0.58 0.182-0.97 0.294c-0.38 0.103-0.85 0.22-1.42 0.35-0.56 0.131-1.11 0.234-1.63 0.308l-0.1 0.112-0.22 0.952 0.03 0.294c0.04 0.14 0.2 0.238 0.5 0.294s0.77 0.084 1.4 0.084h0.23c0.49 0 0.85-0.004 1.09-0.014 0.24-0.018 0.4-0.032 0.47-0.042 0.09-0.018 0.21-0.051 0.37-0.098 0.12-0.037 0.21-0.084 0.26-0.14l0.19-0.21c0.08-0.093 0.16-0.242 0.23-0.448 0.09-0.205 0.16-0.387 0.21-0.546 0.06-0.168 0.13-0.298 0.2-0.392 0.07-0.093 0.15-0.107 0.24-0.042 0.04 0.028 0.02 0.243-0.06 0.644-0.11 0.542-0.16 0.845-0.15 0.91l0.26 0.294c0.03 0.056 0.04 0.112 0.03 0.168-0.08 0.411-1.08 0.616-2.98 0.616h-0.94c-0.27-0.009-0.52-0.023-0.75-0.042-0.24-0.018-0.43-0.032-0.59-0.042-0.16-0.018-0.3-0.046-0.42-0.084-0.12-0.046-0.23-0.079-0.31-0.098-0.07-0.028-0.14-0.079-0.18-0.154-0.04-0.074-0.07-0.13-0.09-0.168-0.01-0.046-0.02-0.121-0.02-0.224 0.01-0.112 0.01-0.2 0.02-0.266 0.02-0.065 0.05-0.168 0.07-0.308 0.04-0.158 0.09-0.42 0.16-0.784s0.13-0.662 0.18-0.896c0.17-0.849 0.28-1.516 0.35-2.002 0.06-0.056 0.14-0.084 0.24-0.084 0.06 0 0.14 0.014 0.24 0.042 0.1 0.019 0.17 0.028 0.22 0.028l0.55 0.154c0.01 0.01 0.03 0.014 0.04 0.014 0.03 0.056 0.04 0.112 0.03 0.168-0.01 0.075-0.13 0.173-0.35 0.294-0.22 0.112-0.34 0.192-0.37 0.238l-0.28 1.274c0 0.028 0.02 0.052 0.06 0.07l2.14-0.602c0.84-0.27 1.56-0.597 2.16-0.98m-0.07 5.95c-0.02 0.075-0.12 0.178-0.3 0.308-0.17 0.122-0.26 0.215-0.28 0.28-0.03 0.084-0.06 0.243-0.11 0.476-0.05 0.234-0.1 0.542-0.17 0.924l-0.04 0.168c-0.27 1.447-0.48 2.539-0.63 3.276-0.04 0.196-0.2 0.294-0.49 0.294l-0.18-0.014c-0.06-0.065-0.07-0.219-0.03-0.462 0.03-0.149 0.02-0.261-0.03-0.336-1.99 0-3.12 0.005-3.41 0.014l-0.4 0.028c-0.05 0.047-0.11 0.192-0.18 0.434l-0.1 0.224c-0.08 0.103-0.22 0.145-0.4 0.126-0.19-0.009-0.28-0.06-0.28-0.154 0-0.037 0.03-0.186 0.08-0.448 0.1-0.513 0.29-1.362 0.56-2.548l0.06-0.252 0.46-2.506 0.13-0.462c0.01-0.093 0.06-0.149 0.12-0.168 0.06 0.01 0.17 0.08 0.34 0.21 0.18 0.122 0.27 0.187 0.29 0.196 0.37 0.019 0.83 0.028 1.4 0.028 0.38 0 0.79-0.004 1.25-0.014h0.17l0.89 0.014c0.03-0.009 0.05-0.014 0.07-0.014 0.04-0.009 0.15-0.07 0.32-0.182 0.19-0.121 0.32-0.158 0.4-0.112 0.18 0.094 0.31 0.21 0.39 0.35 0.08 0.131 0.11 0.238 0.1 0.322m-9.3-3.206c-0.16 0-0.37 0.01-0.63 0.028-0.26 0.01-0.4 0.014-0.41 0.014-0.16-0.186-0.21-0.41-0.14-0.672 0.01-0.009 0.21 0.01 0.59 0.056 0.39 0.038 0.73 0.056 1 0.056 0.29 0 0.46-0.037 0.49-0.112 0.05-0.14 0.12-0.401 0.21-0.784 0.05-0.298 0.11-0.676 0.18-1.134 0.07-0.466 0.11-0.709 0.12-0.728 0.02-0.13 0.07-0.205 0.16-0.224 0.79 0.14 1.17 0.308 1.13 0.504-0.02 0.075-0.12 0.154-0.31 0.238-0.17 0.084-0.29 0.164-0.33 0.238-0.06 0.103-0.14 0.402-0.24 0.896-0.05 0.252-0.1 0.565-0.17 0.938-0.03 0.131 0.05 0.196 0.24 0.196 0.21 0 0.39-0.042 0.53-0.126l0.38-0.392c0.22-0.14 0.47 0.042 0.74 0.546l0.09 0.154c0.01 0.028 0.01 0.056 0 0.084-0.02 0.112-0.13 0.182-0.34 0.21l-0.67 0.028-0.84 0.014c-0.15 0.019-0.25 0.056-0.3 0.112l-0.54 2.408v0.028l0.01 0.014 1.96-0.784c0.07-0.009 0.12 0.061 0.16 0.21-0.05 0.112-0.42 0.336-1.12 0.672s-1.09 0.556-1.15 0.658c-0.02 0.094-0.09 0.416-0.2 0.966-0.1 0.542-0.25 1.312-0.46 2.31l-0.03 0.168c-0.04 0.196-0.07 0.369-0.11 0.518-0.02 0.122-0.04 0.234-0.07 0.336-0.02 0.103-0.03 0.164-0.03 0.182-0.05 0.271-0.14 0.476-0.25 0.616s-0.29 0.276-0.53 0.406c-0.19 0.103-0.33 0.154-0.44 0.154-0.07 0-0.15-0.079-0.22-0.238-0.07-0.158-0.12-0.247-0.17-0.266l-0.92-0.28c-0.07 0-0.09-0.056-0.06-0.168 0.02-0.121 0.17-0.191 0.44-0.21l1.24 0.028c0.09 0 0.19-0.247 0.31-0.742 0.13-0.504 0.36-1.577 0.7-3.22l0.06-0.28-0.05-0.014c-0.01 0.01-0.18 0.089-0.51 0.238-0.33 0.15-0.55 0.276-0.66 0.378l-0.13 0.406c-0.05 0.094-0.11 0.14-0.18 0.14-0.13 0-0.26-0.154-0.38-0.462-0.12-0.317-0.17-0.546-0.14-0.686 0.05-0.037 0.38-0.154 0.98-0.35 0.62-0.205 0.97-0.331 1.07-0.378 0.09-0.037 0.15-0.14 0.19-0.308 0.09-0.28 0.18-0.672 0.28-1.176 0.05-0.242 0.1-0.518 0.14-0.826 0.06-0.261 0.08-0.41 0.07-0.448 0-0.093-0.25-0.14-0.74-0.14m8.08 3.5c0-0.084-0.07-0.135-0.2-0.154-0.13-0.018-0.45-0.028-0.95-0.028-0.54 0-1.28 0.01-2.23 0.028h-0.4c-0.05 0-0.1 0.024-0.14 0.07-0.1 0.346-0.23 0.859-0.37 1.54l0.07 0.098c1.95 0.028 3.21 0.038 3.77 0.028 0.07-0.018 0.11-0.06 0.14-0.126l0.31-1.456m-4.79 3.962c0.08 0.103 0.6 0.154 1.55 0.154 1.07 0 1.73-0.014 1.98-0.042 0.25-0.018 0.4-0.07 0.45-0.154l0.29-1.414 0.04-0.238c0.02-0.056-0.01-0.102-0.1-0.14h-3.66c-0.1 0-0.16 0.033-0.2 0.098l-0.35 1.736m12.25-3.976c-0.14-0.009-0.22-0.056-0.24-0.14s-0.01-0.228 0.03-0.434c0.05-0.224 0.12-0.546 0.24-0.966l0.53-2.758c0.02-0.084 0.06-0.144 0.14-0.182 0.06 0.01 0.13 0.047 0.19 0.112 0.08 0.056 0.18 0.112 0.31 0.168 0.13 0.047 0.32 0.07 0.55 0.07 0.16 0 0.33-0.009 0.52-0.028l0.32-0.028c0.09-0.112 0.16-0.261 0.19-0.448 0.02-0.093 0.04-0.172 0.05-0.238-0.03-0.009-0.06-0.023-0.1-0.042-0.07-0.018-0.21-0.028-0.42-0.028-0.31 0-0.78 0.019-1.42 0.056l-0.86 0.014c-0.17 0-0.27-0.074-0.3-0.224-0.03-0.158-0.01-0.266 0.04-0.322 0.06-0.009 0.28 0 0.66 0.028 0.39 0.028 0.73 0.042 1.04 0.042 0.29 0 0.47-0.028 0.54-0.084 0-0.13-0.03-0.261-0.11-0.392-0.06-0.14-0.14-0.266-0.24-0.378-0.08-0.112-0.13-0.182-0.14-0.21 0-0.13 0.06-0.21 0.19-0.238 0.28 0.094 0.5 0.201 0.65 0.322 0.16 0.122 0.26 0.229 0.28 0.322 0.03 0.094 0.05 0.187 0.06 0.28 0.01 0.094 0.01 0.168-0.01 0.224-0.02 0.103-0.04 0.159-0.05 0.168l1.43-0.014c0.05-0.009 0.09-0.014 0.13-0.014 0.11-0.056 0.3-0.275 0.56-0.658 0.26-0.392 0.4-0.592 0.42-0.602 0.04-0.046 0.09-0.07 0.15-0.07 0.11 0 0.24 0.056 0.41 0.168 0.18 0.103 0.28 0.187 0.32 0.252-0.01 0.131-0.11 0.215-0.31 0.252l-0.26 0.056c-0.27 0.159-0.5 0.36-0.68 0.602 0.05 0.038 0.31 0.056 0.79 0.056 0.42 0 0.67-0.009 0.75-0.028 0.09-0.018 0.21-0.112 0.38-0.28 0.13-0.14 0.25-0.21 0.34-0.21 0.03 0 0.05 0.005 0.07 0.014 0.05 0.038 0.1 0.089 0.15 0.154 0.07 0.066 0.13 0.14 0.2 0.224s0.12 0.164 0.15 0.238c0.04 0.075 0.04 0.145 0.02 0.21-0.03 0.056-0.1 0.094-0.2 0.112-0.09 0.01-0.23 0.014-0.41 0.014h-0.36c-0.2-0.009-0.55-0.014-1.05-0.014-0.49-0.009-1.14-0.014-1.93-0.014-0.12 0.056-0.27 0.196-0.45 0.42l-0.14 0.21c0.01 0.075 0.03 0.112 0.06 0.112 0.21 0.028 0.48 0.042 0.81 0.042 0.58 0 0.96-0.014 1.13-0.042 0.19-0.037 0.35-0.107 0.48-0.21 0.06-0.037 0.12-0.056 0.18-0.056 0.11 0 0.22 0.07 0.32 0.21 0.11 0.131 0.16 0.262 0.14 0.392l-0.01 0.084c-0.23 0.178-0.36 0.392-0.41 0.644-0.09 0.458-0.17 0.938-0.24 1.442-0.05 0.504-0.09 0.808-0.12 0.91-0.05 0.252-0.11 0.425-0.18 0.518-0.08 0.094-0.2 0.145-0.37 0.154l-0.21-0.042h-0.01c-0.09-0.177-0.18-0.266-0.3-0.266l-2.82-0.014c-0.55 0-0.87 0.005-0.94 0.014-0.08 0.01-0.17 0.075-0.3 0.196-0.1 0.112-0.21 0.168-0.33 0.168m-1-5.138c-0.14-0.27-0.38-0.574-0.74-0.91-0.35-0.336-0.59-0.522-0.7-0.56-0.01-0.084 0.02-0.154 0.07-0.21 0.06-0.065 0.13-0.098 0.23-0.098 0.16 0 0.37 0.066 0.63 0.196 0.27 0.122 0.51 0.308 0.72 0.56 0.23 0.243 0.31 0.49 0.24 0.742l-0.1 0.21-0.09 0.084-0.17 0.014c-0.03 0-0.06-0.009-0.09-0.028m-1.75 0.238c0.14 0 0.35 0.052 0.62 0.154 0.27 0.103 0.52 0.252 0.74 0.448 0.24 0.196 0.33 0.397 0.3 0.602-0.06 0.252-0.16 0.378-0.31 0.378s-0.33-0.135-0.55-0.406l-0.1-0.126c-0.06-0.074-0.33-0.266-0.81-0.574l-0.11-0.098c-0.05-0.056-0.06-0.13-0.03-0.224 0.01-0.018 0.03-0.042 0.04-0.07 0.05-0.056 0.12-0.084 0.21-0.084m5.07 7.028c0.27 0 0.45-0.014 0.53-0.042 0.09-0.028 0.15-0.093 0.19-0.196 0.01-0.056 0.04-0.312 0.09-0.77l-0.07-0.056-2.43-0.056c-1.32-0.093-2.21-0.522-2.68-1.288h-0.09l-1.12 0.854c-0.21 0.168-0.34 0.299-0.41 0.392l-0.18 0.322c-0.03 0.028-0.06 0.052-0.09 0.07-0.14 0.028-0.26-0.074-0.37-0.308-0.11-0.242-0.14-0.429-0.12-0.56 0.01-0.037 0.02-0.065 0.03-0.084l0.87-0.336c0.59-0.242 0.99-0.485 1.22-0.728 0.08-0.196 0.15-0.41 0.19-0.644 0.05-0.242 0.07-0.434 0.07-0.574 0-0.084-0.16-0.126-0.47-0.126-0.09 0-0.21 0.01-0.37 0.028-0.15 0.019-0.28 0.028-0.39 0.028-0.1 0-0.21-0.004-0.32-0.014-0.11-0.018-0.19-0.065-0.22-0.14-0.04-0.074-0.05-0.177-0.03-0.308 0.03-0.102 0.1-0.163 0.21-0.182 0.39 0.075 0.78 0.112 1.17 0.112h0.17 0.2c0.05-0.028 0.12-0.074 0.18-0.14 0.08-0.065 0.13-0.112 0.17-0.14 0.04-0.037 0.09-0.065 0.17-0.084 0.07-0.028 0.14-0.018 0.21 0.028 0.23 0.187 0.37 0.346 0.43 0.476 0.06 0.131 0.05 0.224-0.03 0.28-0.06 0.056-0.15 0.126-0.25 0.21-0.1 0.075-0.17 0.145-0.2 0.21l-0.18 0.826c-0.04 0.327 0.03 0.532 0.23 0.616 0.65 0.364 1.39 0.56 2.21 0.588h0.1c0.28 0.01 0.56 0.014 0.85 0.014 1.04 0 2.03-0.032 2.98-0.098l1.78-0.182h0.06c0.03-0.018 0.07 0.01 0.11 0.084-0.02 0.103-0.12 0.229-0.3 0.378-0.16 0.14-0.27 0.243-0.3 0.308-0.08 0.038-0.42 0.075-1.03 0.112-0.6 0.038-1.03 0.056-1.28 0.056-0.06 0-0.1 0.028-0.12 0.084 0 0.01 0.06 0.028 0.17 0.056 0.12 0.028 0.21 0.075 0.27 0.14 0.06 0.056 0.06 0.14-0.02 0.252-0.19 0.122-0.29 0.182-0.3 0.182-0.08 0.066-0.12 0.14-0.12 0.224l0.1 0.098c0.15 0.01 0.29 0.014 0.42 0.014 0.27 0 0.49-0.028 0.65-0.084 0.16-0.065 0.27-0.13 0.3-0.196 0.05-0.074 0.11-0.14 0.17-0.196 0.07-0.065 0.14-0.098 0.23-0.098 0.1 0 0.24 0.112 0.43 0.336 0.2 0.224 0.29 0.397 0.27 0.518-0.02 0.084-0.08 0.136-0.19 0.154-0.09 0.019-0.31 0.028-0.67 0.028-0.23 0-0.52-0.004-0.87-0.014-0.39 0-0.69 0.014-0.89 0.042l-0.1 0.098c-0.08 0.308-0.16 0.644-0.24 1.008l-0.12 0.798c-0.09 0.28-0.26 0.486-0.51 0.616-0.24 0.14-0.45 0.21-0.61 0.21-0.07 0-0.13-0.009-0.19-0.028-0.14-0.317-0.37-0.485-0.7-0.504l-0.56-0.056-0.16-0.07c-0.07-0.018-0.1-0.06-0.1-0.126 0.01-0.065 0.04-0.112 0.08-0.14 0.04-0.037 0.25-0.056 0.65-0.056 0.33 0 0.62 0.005 0.86 0.014 0.25 0.019 0.41 0.024 0.49 0.014l0.13-0.14c0.09-0.289 0.17-0.574 0.22-0.854 0.07-0.326 0.1-0.546 0.09-0.658 0-0.121-0.04-0.182-0.11-0.182-0.08-0.009-0.22-0.014-0.44-0.014-0.2 0-0.48 0.005-0.84 0.014h-0.17l-2.96 0.042-2.83 0.014h-0.11c-0.09 0-0.15-0.051-0.2-0.154-0.04-0.112-0.04-0.224-0.01-0.336 0.02-0.112 0.06-0.168 0.14-0.168s0.28 0.028 0.58 0.084c0.32 0.047 0.52 0.07 0.61 0.07 0.3 0.019 1.19 0.024 2.67 0.014h2.56c0.23 0.01 0.41 0.014 0.56 0.014m-4.18 0.588c0.3 0.028 0.59 0.206 0.89 0.532 0.3 0.327 0.42 0.621 0.37 0.882-0.02 0.094-0.07 0.182-0.16 0.266l-0.18 0.14-0.1 0.042c-0.14 0-0.24-0.065-0.32-0.196-0.07-0.13-0.13-0.28-0.15-0.448-0.03-0.158-0.05-0.252-0.07-0.28l-0.44-0.644c-0.01-0.018-0.01-0.032 0-0.042-0.01-0.028-0.01-0.051 0-0.07 0.01-0.065 0.06-0.126 0.16-0.182m2.94-6.16c0 0.028-0.01 0.066-0.02 0.112-0.03 0.103 0.01 0.164 0.1 0.182 0.1 0.019 0.33 0.028 0.67 0.028 1.7 0 2.76 0.014 3.18 0.042 0.13-0.056 0.21-0.154 0.24-0.294 0.04-0.158 0.01-0.266-0.07-0.322-0.59-0.018-1.9-0.028-3.92-0.028-0.09 0.038-0.16 0.131-0.18 0.28m0.08 0.784c-0.09 0.019-0.16 0.047-0.21 0.084-0.04 0.038-0.07 0.122-0.1 0.252-0.03 0.159-0.01 0.271 0.04 0.336 1.04 0.038 2.05 0.056 3.04 0.056h0.34c0.1-0.009 0.19-0.009 0.26 0 0.08 0 0.14-0.004 0.2-0.014 0.06-0.009 0.1-0.018 0.14-0.028 0.04-0.018 0.07-0.037 0.08-0.056 0.03-0.028 0.05-0.056 0.06-0.084s0.02-0.065 0.03-0.112c0.04-0.186 0.01-0.308-0.09-0.364-1.1-0.065-2.01-0.098-2.73-0.098-0.36 0-0.67 0.01-0.93 0.028h-0.13m3.6 1.736c0.08-0.308 0.09-0.494 0.03-0.56-0.42-0.046-1.06-0.07-1.91-0.07-0.36 0-0.76 0.005-1.2 0.014l-0.9 0.056h-0.03c-0.06 0.066-0.11 0.159-0.14 0.28 0 0.056-0.01 0.117-0.01 0.182l0.03 0.154c0.07 0.047 0.39 0.07 0.94 0.07 0.48 0 1.14-0.014 1.98-0.042h0.44l0.52 0.014c0.09-0.009 0.17-0.042 0.25-0.098m14.87-1.764c-0.03 0.159-0.22 0.238-0.56 0.238-0.89-0.009-1.62-0.014-2.19-0.014-0.53 0-0.91 0.005-1.15 0.014-0.23 0-0.42 0.01-0.57 0.028-0.15 0.019-0.23 0.038-0.25 0.056-0.02 0.019-0.03 0.056-0.04 0.112-0.23 1.148-0.35 1.858-0.38 2.128l0.08 0.084h2.69c0.31 0 0.61-0.004 0.91-0.014 0.01 0 0.14-0.116 0.38-0.35 0.25-0.233 0.42-0.35 0.52-0.35 0.08 0 0.21 0.112 0.37 0.336 0.18 0.215 0.34 0.439 0.47 0.672-0.03 0.094-0.09 0.159-0.19 0.196-0.08 0.028-0.23 0.042-0.46 0.042h-0.24c-0.15-0.009-0.36-0.014-0.64-0.014h-3.09l-0.79 0.014c-0.02 0-0.04 0.005-0.05 0.014-0.02 0-0.06 0.038-0.12 0.112l-0.61 3.318c-0.06 0.243-0.11 0.416-0.16 0.518-0.03 0.112-0.11 0.243-0.22 0.392-0.11 0.159-0.27 0.28-0.46 0.364-0.19 0.094-0.44 0.173-0.76 0.238-0.04-0.018-0.1-0.112-0.17-0.28-0.05-0.168-0.13-0.27-0.23-0.308l-1.4-0.28c-0.08-0.056-0.1-0.13-0.06-0.224 0.02-0.112 0.1-0.186 0.24-0.224 0.6 0.103 1.12 0.154 1.54 0.154 0.17 0 0.32-0.009 0.45-0.028 0.17 0 0.29-0.074 0.36-0.224 0.21-0.886 0.37-1.647 0.5-2.282 0.12-0.569 0.17-0.919 0.17-1.05 0.01-0.13-0.04-0.196-0.15-0.196l-3-0.014c-0.74 0.028-1.41 0.089-1.99 0.182-0.05-0.056-0.1-0.168-0.15-0.336s-0.07-0.289-0.06-0.364c0.02-0.065 0.06-0.102 0.12-0.112 0.07 0 0.54 0.033 1.4 0.098 0.02 0 0.18 0.01 0.47 0.028 0.3 0.01 0.74 0.014 1.32 0.014 0.34 0 0.7-0.004 1.06-0.014l1.04-0.028c0.07-0.065 0.11-0.107 0.11-0.126l0.43-2.114c0-0.102-0.04-0.154-0.14-0.154l-3.5 0.028-0.61 0.098-0.14-0.056c-0.04-0.046-0.07-0.154-0.1-0.322s-0.03-0.294 0-0.378l0.1-0.056c0.56 0.112 1.34 0.168 2.35 0.168 0.74 0 1.43-0.018 2.09-0.056 0.09-0.074 0.23-0.588 0.42-1.54 0.05-0.27 0.09-0.452 0.12-0.546l-0.05-0.07c-1.51 0.243-2.73 0.364-3.69 0.364h-0.39c-0.1-0.009-0.18-0.014-0.22-0.014-0.04-0.009-0.06-0.014-0.07-0.014-0.16-0.028-0.23-0.126-0.2-0.294 0.03-0.102 0.08-0.158 0.16-0.168l0.78-0.028c2.34-0.121 4.71-0.541 7.11-1.26l0.69-0.336c0.04-0.009 0.07-0.014 0.11-0.014 0.09 0 0.24 0.07 0.43 0.21 0.21 0.131 0.36 0.266 0.45 0.406 0 0.178-0.11 0.29-0.33 0.336-0.22 0.038-0.38 0.042-0.48 0.014h-0.14l-3.35 0.728c-0.09 0.075-0.23 0.607-0.42 1.596l-0.07 0.532c0 0.094 0.06 0.14 0.19 0.14l2.32 0.042c0.26-0.009 0.45-0.056 0.57-0.14 0.13-0.084 0.23-0.191 0.31-0.322 0.1-0.13 0.22-0.233 0.37-0.308 0.13 0.075 0.3 0.229 0.53 0.462 0.23 0.234 0.33 0.416 0.31 0.546m11.99 1.008c0.05-0.018 0.17-0.116 0.37-0.294 0.19-0.177 0.33-0.266 0.42-0.266 0.08 0 0.22 0.122 0.42 0.364 0.2 0.243 0.29 0.42 0.26 0.532-0.01 0.066-0.05 0.112-0.14 0.14l-0.38 0.056-1.05 0.028c-0.07 0.038-0.11 0.08-0.12 0.126-0.04 0.122-0.13 0.514-0.27 1.176l-0.63 3.458-0.15 0.602c-0.04 0.159-0.12 0.294-0.25 0.406-0.13 0.122-0.27 0.206-0.42 0.252-0.15 0.047-0.27 0.08-0.37 0.098-0.09 0.028-0.15 0.042-0.17 0.042-0.05 0-0.1-0.014-0.14-0.042-0.08-0.308-0.28-0.49-0.58-0.546l-0.55-0.07c-0.06-0.065-0.07-0.163-0.01-0.294 0.02-0.037 0.19-0.056 0.49-0.056 0.12 0 0.28 0.005 0.47 0.014 0.2 0.01 0.32 0.014 0.37 0.014 0.22 0 0.37-0.037 0.46-0.112 0.08-0.074 0.15-0.228 0.19-0.462l0.9-4.438c0.01-0.046 0-0.084-0.03-0.112-0.02-0.028-0.07-0.046-0.17-0.056-0.09-0.018-0.17-0.028-0.25-0.028h-0.39c-0.69 0-1.06 0.01-1.11 0.028-0.08 0-0.14 0.042-0.18 0.126l-0.45 1.47c-0.66 1.951-1.54 3.444-2.66 4.48-0.09 0.084-0.17 0.098-0.25 0.042-0.06-0.046-0.03-0.158 0.1-0.336 0.13-0.177 0.36-0.508 0.69-0.994 0.33-0.494 0.63-1.036 0.89-1.624 0.39-0.877 0.74-1.899 1.05-3.066l-0.08-0.14-1.37 0.042c-0.12 0.038-0.19 0.117-0.21 0.238-0.12 0.336-0.25 0.887-0.4 1.652-0.11 0.542-0.2 1.055-0.28 1.54l-0.12 0.7-0.23 1.162c-0.05 0.206-0.22 0.406-0.5 0.602s-0.53 0.294-0.76 0.294c-0.07 0-0.13-0.06-0.16-0.182-0.04-0.121-0.06-0.186-0.07-0.196-0.02-0.009-0.21-0.065-0.56-0.168-0.35-0.102-0.51-0.205-0.49-0.308 0-0.084 0.05-0.154 0.16-0.21l1.14 0.07c0.26 0 0.44-0.046 0.53-0.14 0.1-0.084 0.18-0.266 0.22-0.546l0.65-3.22c0.07-0.373 0.13-0.653 0.17-0.84 0.03-0.186 0.05-0.303 0.04-0.35 0-0.056-0.02-0.084-0.07-0.084-0.12-0.028-0.43-0.042-0.93-0.042-0.43 0-0.71 0.014-0.84 0.042-0.12 0.019-0.18 0.08-0.19 0.182-0.33 1.167-0.67 2.17-1.04 3.01-0.36 0.84-0.81 1.582-1.36 2.226-0.24 0.318-0.43 0.532-0.58 0.644-0.06 0.066-0.14 0.066-0.26 0-0.04-0.046-0.02-0.14 0.06-0.28 0.08-0.13 0.28-0.387 0.57-0.77 0.7-0.896 1.36-2.552 1.96-4.97l-0.07-0.098-1.38 0.056c-0.06-0.037-0.1-0.102-0.13-0.196-0.03-0.102-0.03-0.191-0.03-0.266 0.02-0.065 0.06-0.107 0.1-0.126l1.11 0.084c0.15 0 0.29-0.014 0.43-0.042 0.12-0.13 0.29-0.709 0.49-1.736 0.25-1.185 0.42-2.179 0.52-2.982 0.04-0.056 0.09-0.084 0.15-0.084 0.08 0 0.14 0.019 0.2 0.056 0.06 0.028 0.1 0.066 0.14 0.112 0.05 0.038 0.15 0.075 0.31 0.112 0.16 0.038 0.37 0.056 0.64 0.056 0.73 0 1.13-0.028 1.21-0.084 0.06-0.046 0.13-0.102 0.19-0.168 0.07-0.065 0.11-0.107 0.14-0.126 0.04-0.018 0.08-0.028 0.13-0.028 0.14 0 0.32 0.182 0.54 0.546l0.07 0.21c0.01 0.075-0.07 0.173-0.25 0.294-0.17 0.122-0.26 0.215-0.29 0.28-0.06 0.159-0.17 0.672-0.35 1.54-0.09 0.439-0.18 0.962-0.3 1.568l-0.04 0.224c-0.03 0.112-0.02 0.187 0.03 0.224 0.06 0.038 0.18 0.056 0.36 0.056 0.4 0 0.76-0.023 1.1-0.07 0.14-0.112 0.3-0.616 0.47-1.512 0.09-0.41 0.18-0.928 0.27-1.554 0.1-0.625 0.18-1.068 0.22-1.33 0.04-0.149 0.07-0.252 0.09-0.308s0.07-0.084 0.12-0.084c0.1 0 0.17 0.019 0.23 0.056 0.05 0.028 0.1 0.066 0.14 0.112 0.03 0.038 0.13 0.075 0.29 0.112 0.17 0.038 0.39 0.056 0.67 0.056h0.65c0.13-0.009 0.25-0.028 0.36-0.056 0.11-0.037 0.18-0.065 0.2-0.084 0.02-0.018 0.09-0.079 0.21-0.182 0.11-0.084 0.2-0.126 0.28-0.126 0.09 0 0.22 0.098 0.39 0.294s0.24 0.346 0.22 0.448c-0.02 0.084-0.11 0.187-0.29 0.308-0.18 0.122-0.27 0.21-0.28 0.266l-0.58 2.842-0.09 0.56c-0.02 0.084 0 0.136 0.05 0.154m-0.8-0.084c0.08-0.177 0.2-0.69 0.37-1.54 0.24-1.222 0.37-1.95 0.38-2.184 0.02-0.093-0.01-0.149-0.09-0.168h-1.72c-0.07 0-0.13 0.08-0.18 0.238-0.33 1.671-0.59 2.922-0.8 3.752l0.04 0.056c1.24 0 1.91-0.051 2-0.154m-5.93-3.92c-0.07 0-0.12 0.014-0.16 0.042-0.03 0.028-0.07 0.075-0.11 0.14-0.03 0.066-0.07 0.154-0.1 0.266-0.02 0.112-0.06 0.252-0.09 0.42s-0.07 0.369-0.12 0.602c-0.33 1.708-0.49 2.576-0.47 2.604l1.37 0.056c0.22-0.009 0.36-0.028 0.45-0.056 0.08-0.028 0.14-0.093 0.18-0.196 0.22-0.98 0.38-1.768 0.5-2.366 0.09-0.429 0.14-0.709 0.17-0.84 0.03-0.14 0.04-0.275 0.03-0.406 0-0.14-0.03-0.219-0.08-0.238l-1.57-0.028" stroke="#fff" stroke-width=".4" fill="#fff"/>
</g>
- <text id="text1920" style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.0000000" font-style="normal" transform="scale(1.130730,1.130730)" font-stretch="normal" font-variant="normal" y="18.25828" x="176.24451" font-weight="normal" fill="#ffffff">
- <tspan id="tspan1668" style="letter-spacing:2.1813099;" dx="0 -0.57057059 0 0 0 0 0" fill="#ffffff">::書法</tspan>
+ <text id="text1920" font-family="Sans" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff">
+ <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::書法</tspan>
</text>
bulia byak, buliabyak@users.sf.net and josh andler, scislac@users.sf.net
- <rect id="d0e15" display="none" height="1000px" width="264" y="36" x="35"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.2" line-height="150%" font-weight="normal" font-style="italic" fill="#000000">
+ <rect id="d0e15" display="none" height="1e3px" width="264" y="36" x="35"/>
+ <flowRoot font-size="7.2" font-style="italic" font-family="Sans" line-height="150%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e15"/>
</flowRegion>
<flowDiv xml:space="preserve">書法工具是 Inkscape 眾多優秀工具的其中之一。這篇教學會幫助你熟悉這個工具的使用方法,示範書法藝術的一些基本技巧。</flowDiv>
</flowRoot>
- <rect id="d0e18" display="none" height="1000px" width="264" y="59.945" x="35"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.2" line-height="150%" font-weight="normal" font-style="italic" fill="#000000">
+ <rect id="d0e18" display="none" height="1e3px" width="264" y="60.378" x="35"/>
+ <flowRoot font-size="7.2" font-style="italic" font-family="Sans" line-height="150%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e18"/>
</flowRegion>
<flowDiv xml:space="preserve">使用 <flowSpan font-weight="bold">Ctrl+方向鍵</flowSpan>、<flowSpan font-weight="bold">滑鼠滾輪</flowSpan> 或 <flowSpan font-weight="bold">按著滑鼠中鍵拖曳</flowSpan> 可向下捲動頁面。關於建立、選取和改變物件的基本方法,請閱讀 <flowSpan font-family="Sans">說明 &gt; 指導手冊</flowSpan> 中的基本教學。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="103.67262299999999" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="103.67262299999999" x="10">歷史與書法風格</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="103.737218" x="10" font-family="Sans" fill="#000000">
+ <tspan y="103.737218" x="10">歷史與書法風格</tspan>
</text>
- <rect id="d0e39" display="none" height="1000px" width="288" y="108.87" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e39" display="none" height="1e3px" width="288" y="108.94" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e39"/>
</flowRegion>
<flowDiv xml:space="preserve">依照字典中的定義,<flowSpan font-style="italic">書法</flowSpan>是指「優美的書寫」或「工整或優雅的筆跡」。基本上,書法是創造美麗或優雅的手寫藝術。這樣聽起來感覺很困難,但是經過一點練習,任何人都能掌握這種藝術的基本原則。</flowDiv>
</flowRoot>
- <rect id="d0e45" display="none" height="1000px" width="288" y="148.23" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e45" display="none" height="1e3px" width="288" y="147.77" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e45"/>
</flowRegion>
<flowDiv xml:space="preserve">書法最簡單的形式可追溯到山頂洞人的壁畫。直到西元 1440 年左右,在印刷機發明以前,書籍與其他出版物都用手書寫而成。繕寫員用手寫出了每本書或出版物的獨特複製品。繕寫員用羽毛筆和墨水在羊皮紙或犢皮紙等材料上完成書寫工作。從古至今流傳使用的文字風格包括有粗俗體、卡洛林王朝體、古黑體等。或許現今一般人最常在喜帖上見到書法。</flowDiv>
</flowRoot>
- <rect id="d0e48" display="none" height="1000px" width="288" y="208.81" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e48" display="none" height="1e3px" width="288" y="208.77" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e48"/>
</flowRegion>
<flowDiv xml:space="preserve">有三種主要的書法風格:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 232.681375)"/>
- <rect id="d0e54" display="none" height="1000px" width="258" y="226.68" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 232.4)"/>
+ <rect id="d0e54" display="none" height="1e3px" width="258" y="226.4" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e54"/>
</flowRegion>
<flowDiv xml:space="preserve">西方或羅馬</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 250.5097367)"/>
- <rect id="d0e58" display="none" height="1000px" width="258" y="244.51" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 249.95)"/>
+ <rect id="d0e58" display="none" height="1e3px" width="258" y="243.95" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e58"/>
</flowRegion>
<flowDiv xml:space="preserve">阿拉伯</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 268.06510349999996)"/>
- <rect id="d0e62" display="none" height="1000px" width="258" y="262.07" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 267.4)"/>
+ <rect id="d0e62" display="none" height="1e3px" width="258" y="261.4" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e62"/>
</flowRegion>
<flowDiv xml:space="preserve">中國或東方</flowDiv>
</flowRoot>
- <rect id="d0e66" display="none" height="1000px" width="288" y="279.85" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e66" display="none" height="1e3px" width="288" y="278.96" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e66"/>
</flowRegion>
<flowDiv xml:space="preserve">這個教學主要著重於西方書法,而另外兩種風格傾向於使用筆刷 (而非鋼筆的筆尖),這不是我們的書法工具目前的功能。</flowDiv>
</flowRoot>
- <rect id="d0e69" display="none" height="1000px" width="288" y="309.47" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e69" display="none" height="1e3px" width="288" y="308.26" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e69"/>
</flowRegion>
<flowDiv xml:space="preserve">我們有一個以前繕寫員所沒有的極大優勢,那就是<flowSpan font-family="Sans">復原</flowSpan>指令:如果你寫錯了,不必毀去整張紙。Inkscape 的書法工具也能夠實現一些傳統筆墨無法做到的技巧。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="352.2594849999999" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="352.2594849999999" x="10">硬體設備</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="350.055844" x="10" font-family="Sans" fill="#000000">
+ <tspan y="350.055844" x="10">硬體設備</tspan>
</text>
- <rect id="d0e81" display="none" height="1000px" width="288" y="357.46" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e81" display="none" height="1e3px" width="288" y="355.26" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e81"/>
</flowRegion>
<flowDiv xml:space="preserve">如果你使用 <flowSpan font-style="italic">繪圖板</flowSpan> (例如 Wacom) 會得到最佳的效果。所幸我們的工具極具靈活性,即使只使用滑鼠也能創造一些相當複雜的書法,雖然快速製作連綿彎曲的畫筆會有些困難。</flowDiv>
</flowRoot>
- <rect id="d0e87" display="none" height="1000px" width="288" y="396.51" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e87" display="none" height="1e3px" width="288" y="394.79" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e87"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 能支援繪圖筆的<flowSpan font-style="italic">壓力感應</flowSpan>和<flowSpan font-style="italic">傾斜感應</flowSpan>特性。感應功能因為需要設定,所以預設是停用的。另外,記住一點用羽毛筆或鋼筆寫的書法對壓力變化的感應也不會很靈敏,與筆刷不同。</flowDiv>
</flowRoot>
- <rect id="d0e96" display="none" height="1000px" width="288" y="435.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e96" display="none" height="1e3px" width="288" y="434.54" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e96"/>
</flowRegion>
<flowDiv xml:space="preserve">如果你有繪圖板並且想使用感壓功能,需要設定一下你的裝置。只需要設置一次並儲存設定。要啟用這項支援你必須再啟動 inkscape 之前插上繪圖板然後開啟<flowSpan font-style="italic">檔案</flowSpan>選單中的<flowSpan font-style="italic">輸入裝置...</flowSpan>對話窗。你可以在開啟的對話窗中選擇偏好的裝置和設定你的繪圖筆。完成這些設定後,切換到書法工具並且按下工具列上壓力和傾斜開關按鈕。從此之後 Inkscape 在啟動時會記住這些設定值。</flowDiv>
</flowRoot>
- <rect id="d0e105" display="none" height="1000px" width="288" y="499.48" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e105" display="none" height="1e3px" width="288" y="496.97" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e105"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 的美工筆能感應畫筆的<flowSpan font-style="italic">速度</flowSpan> (詳見下面“細化”小節),所以如果你正在使用滑鼠,你可能會想讓這個參數值為零。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="540.9957439999998" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="540.9957439999998" x="10">書法工具選項</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="538.8137669999999" x="10" font-family="Sans" fill="#000000">
+ <tspan y="538.8137669999999" x="10">書法工具選項</tspan>
</text>
- <rect id="d0e117" display="none" height="1000px" width="288" y="546.2" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e117" display="none" height="1e3px" width="288" y="544.01" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e117"/>
</flowRegion>
<flowDiv xml:space="preserve">按 <flowSpan font-weight="bold">Ctrl+F6</flowSpan>、<flowSpan font-weight="bold">C</flowSpan> 按鍵或點擊工具列上的按鈕來切換到書法工具。你會注意到在上方工具列有 8 個選項:寬度和細化;角度和固定;端點;顫抖;擺動和質量。也有兩個按鈕可開關繪圖板的壓力和傾斜感應功能 (繪圖板)。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="600.0776259999998" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="600.0776259999998" x="10">寬度和細化</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="597.3646699999998" x="10" font-family="Sans" fill="#000000">
+ <tspan y="597.3646699999998" x="10">寬度和細化</tspan>
</text>
- <rect id="d0e132" display="none" height="1000px" width="288" y="605.28" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e132" display="none" height="1e3px" width="288" y="602.56" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e132"/>
</flowRegion>
<flowDiv xml:space="preserve">這組選項控制你的畫筆<flowSpan font-style="italic">寬度</flowSpan>。寬度可從 1 變化到 100 而且 (預設) 測量的單位相對於你的編輯視窗大小,但與畫面縮放無關。這樣設計是有原因的,因為在書法中的自然“測量單位”是你手移動的範圍,因而方便你的筆尖寬度使用“繪圖板”大小的固定比例,而不是用真實單位,這樣可以使其取決於畫面大小。這種運作方式不是強制的,所以可轉而使用不管畫面縮放的絕對單位。勾選於工具的偏好設定頁面上的勾選方格來切換為這種模式 (點擊兩次此工具按鈕可開啟偏好設定頁面)。</flowDiv>
</flowRoot>
- <rect id="d0e138" display="none" height="1000px" width="288" y="678.34" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e138" display="none" height="1e3px" width="288" y="675.7" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e138"/>
</flowRegion>
<flowDiv xml:space="preserve">由於會時常改變筆尖寬度,所以你不必到工具列調整寬度,直接使用<flowSpan font-weight="bold">左</flowSpan>和<flowSpan font-weight="bold">右</flowSpan>方向鍵或繪圖板的感壓功能。最棒的是你能一邊繪畫一邊使用這些快捷鍵,所以你能逐漸改變筆畫中間的寬度。</flowDiv>
</flowRoot>
- <text id="calligraphy-f01-zh_TW.svgtext1944" font-weight="normal" xml:space="preserve" transform="translate(10, 725.6454449999999) " display="block" font-size="6.0000000" font-style="normal" y="4.5585475" x="9.8966846" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f01-zh_TW.svgtspan1945" y="4.5585475" x="9.8966846" role="line">寬度=1, 逐漸變寬.... 達到 47, 逐漸變細... 回到 0</tspan></text>
- <path id="calligraphy-f01-zh_TW.svgpath1924" d="M9.1204,35.709c0.9316-5.078,2.4816-14.745,9.0106-14.719,8.84,10.556-4.057,43.768,0.144,55.285,4.081-15.495,6.504-31.801,12.562-46.852,1.701-4.225,2.12-7.102,6.588-4.823,2.384,13.632,0.485,27.841-0.403,41.587-0.149,2.306,1.754,8.157-0.204,6.93-4.417-2.767-1.946-5.807-0.97-10.514,1.185-5.918,1.144-6.374,2.904-12.326,2.564-8.67,7.108-28.554,19.933-24.974,2.61,0.729,2.735,7.73,2.787,9.311,0.103,3.157-0.175,7.64-0.323,10.756-1.515,4.677,1.194,25.395-8.709,19.83-1.952-1.097,7.698-31.492,8.782-34.309,25.586-40.898,19.203,22.846,17.852,33.492-0.811,5.04,0.818,6.097-8.483,3.447-0.089-0.026,0.254-1.921,0.829-5.253,1.617-9.37,6.806-35.786,16.39-39.72,3.576,0.224,7.235-0.118,10.73,0.674,3.73,0.844,2.23,28.887,1.92,32.641-0.24,2.994-0.621,5.978-0.775,8.978-0.063,1.237,1.325,3.64,0.091,3.716-11.032,0.678-10.754,2.466-9.444-2.619,3.503-10.893,14.008-46.878,28.408-47.33,11.54-0.362,13.54-2.424,18.48,4.878,3.11,4.429,3.93,45.038,1.63,45.159-15.69,0.819-13.99,1.101-12.27-9.844,0.36-1.724,0.69-3.453,1.07-5.173,1.98-9.024,5.09-20.499,11.92-27.237,1.01-0.996,2.27-1.987,3.79-1.949,18.75,0.47,17.95-0.942,19.94,14.835,0.44,2.118,0.35,27.483-0.63,27.546-4.71,0.301-9.48,0.4-14.15-0.235-1.99-0.27,5.17-25.894,5.61-27.281,1.36-8.593,19.71-40.437,32.41-21.138,6.69,10.167,3.21,27.718,1.99,38.921-1.75,10.527,0.23,15.659-14.68,10.814-0.01-0.002,0.83-4.26,1.56-6.809,3.13-11.027,6.89-23.077,15.06-31.463,26.22-13.783,24.19,31.328,20.53,44.478-3.37-0.135-7.02,0.942-10.12-0.404-0.21-0.092,0.81-4.992,2.03-9.691,2.68-10.355,5.75-20.792,10.24-30.524,2.25-4.856,5.13-11.172,9.27-14.831,7.17-6.351,14.29-1.959,16.19,5.334,0.85,5.409,1.13,6.225,1.38,11.963,0.41,9.122,0.32,18.425-0.16,27.543-0.2,3.763-0.58,5.542-0.49,9.075,0.02,0.581,0.76,1.959,0.22,1.73-2.11-0.909-5.07-1.801-5.6-4.043-0.67-2.85,12.45-27.717,14.53-31.722,2.06-3.558,4.07-7.516,6.81-10.656,3.56-4.067,12.74-6.465,14.43,0.713,3.36,14.212-0.3,31.173-2,45.454-0.48,2.491-0.19,3.545-5.29,1.152-1.02-0.478,1.34-10.519,1.37-10.67,1.76-8.363,9.58-38.515,18.93-41.057,1.59,0.313,3.37,0.116,4.77,0.941,2.25,1.332-1.17,30.392-1.62,34.351-0.21,1.859-0.46,6.587-0.94,6.758-3.28,1.164-2.09-0.65-1.69-1.846,4.08-13.812,6.71-30.096,16.16-41.568,4.61-5.589,6.27,0.264,6.42,4.665,2.19,11.71-4.29,25.935-2.39,37.33,0.09,0.553,0.51-1.001,0.69-1.531,1.23-3.624,2.55-7.183,3.96-10.745,2.94-4.381,9.38-25.422,10.47-8.378-1.09-17.044-7.53,3.997-10.47,8.378-1.41,3.562-2.73,7.121-3.96,10.745-0.18,0.53-0.6,2.084-0.69,1.531-1.82-10.95,3.73-25.953,1.73-37.33-0.26-2.091-0.58-6.88-1.22-7.073-2.02-0.614-4.83,4.713-5.34,5.563-7.01,11.669-10.21,25.33-13.36,38.413-0.2,1.558,0.17,2.846-2.65,1.846-1.06-0.377,0.12-2.248,0.22-3.369,0.93-10.706,2.69-21.446,2.19-32.228-0.16-3.486-2.79-5.505,1.39-6.453-8.84,2.405-16.81,33.016-18.26,41.057-0.47,2.592-0.8,10.549-1.04,10.67-5.64,2.8-4.81,1.053-4.38-1.152,1.57-13.192,3.25-27.488,1.88-40.738-0.16-1.591-0.45-3.175-0.88-4.716-0.3-1.051-1.91-2.124-1.28-3.017,0.83-1.181,2.77-0.861,4.19-1.12,0.81-0.147-1.66,0.319-2.34,0.784-4.48,3.071-6.62,9.015-9.47,13.296-2.16,4.536-11.63,29.999-13.52,31.722-2.53,2.298-6.1,3.246-9.42,4.043-1.75,0.418-0.18-3.583-0.15-5.375,0.25-14.98,1.18-30.1-1.48-44.936-1.48-4.337-7.05-9.614,3.52-6.853,0.6,0.157-1.28-0.676-5.22,4.918-2.71,3.843-4.15,7.08-6.06,11.432-4.31,9.831-7.72,20.012-9.91,30.524-0.42,1.977-0.74,3.971-1.09,5.961-0.22,1.241,0.57,3.269-0.61,3.73-3.07,1.21-6.6,0.269-9.9,0.404,3.11-11.191,1.28-26.437-1.66-37.429-0.67-2.528-1.31-4.502-2.98-6.518-0.48-0.582-2.47-1.298-1.73-1.454,15.54-3.293,10.91-1.03,7.53,0.923-8.01,8.227-11.69,20.567-14.39,31.463-0.34,1.364-0.68,2.726-1,4.095-0.2,0.901,0.32,2.457-0.56,2.714-17.57,5.079-11.8-0.307-10.68-10.814,1.1-10.155,1.84-20.686-0.01-30.799-0.44-2.372-1.13-6.011-2.66-8.122-0.55-0.763-3.1-1.619-2.18-1.795,3.8-0.725,7.81-0.778,11.6-0.003,1.07,0.219-1.94,1.068-2.73,1.817-5.89,5.539-8.39,13.912-11.39,21.119-1.91,6.034-3.62,11.968-4.68,18.217-0.37,2.153-0.76,5.113-0.91,7.381-0.04,0.56,0.53,1.607-0.02,1.683-4.59,0.633-9.27,0.545-13.89,0.235-0.39-0.027,0.16-0.765,0.21-1.153,0.2-1.645,0.41-4.598,0.5-6.08,0.41-6.763,0.52-13.556-0.08-20.313-2.06-16.343-10.31-14.05,8.43-14.835,0.31-0.013-2.91-0.005-6.34,4.624-6.38,8.615-9.19,19.431-11.43,29.735-1.7,10.783,1.57,10.724-14.11,9.844-0.38-0.021,0.21-0.723,0.3-1.09,0.68-2.886,0.63-2.834,0.96-6.202,1.23-12.529,2.25-25.777-1.89-37.867-2.99-5.317-9.35-6.15,5.22-4.878,1.01,0.089-1.99,0.447-2.91,0.877-2.66,1.247-4.66,3.005-6.65,5.159-10.5,11.399-15.28,26.842-19.85,41.294-2.143,5.174-0.59,3.239-11.582,2.619-0.217-0.012,1.877-22.305,2.005-24.42,0.305-5.044,0.527-10.541-0.195-15.57-0.162-1.128-0.426-2.251-0.833-3.315-0.281-0.736-1.938-1.724-1.211-2.03,2.352-0.992,5.085-0.45,7.628-0.674-9.309,3.821-14.089,26.213-16.251,35.056-0.642,2.623-1.842,9.882-1.969,9.917-10.392,2.798-7.845,1.476-7.205-3.447,1.345-10.599,3.084-21.334,2.768-32.056-0.081-2.72-0.448-5.859-1.278-8.495-0.274-0.869-1.785-1.883-1.112-2.497,1.268-1.157,3.355-0.728,5.034-1.083,0.66-0.139-1.386,0.109-1.975,0.438-3.754,2.09-5.327,6.718-7.27,10.201-4.063,9.155-6.833,18.644-8.693,28.49-0.363,1.922,0.974,4.907-0.756,5.819-1.626,0.857-3.623,0.728-5.46,0.762-0.238,0.004,0.199-0.437,0.257-0.668,0.434-1.714,0.823-3.442,1.156-5.179,0.932-4.873,1.455-9.826,2.074-14.745,0.543-5.065,1.02-10.012,0.285-15.094-0.156-1.074-0.297-2.175-0.716-3.177-0.29-0.694-1.73-1.138-1.366-1.796,0.412-0.742,2.387-1.139,2.529-0.302,0.15,0.88-1.676,0.688-2.367,1.254-0.94,0.769-1.726,1.721-2.454,2.693-7.293,9.734-9.769,22.189-12.867,33.655-1.079,5.2-0.223,8.27-5.372,10.514-2.125,0.926,0.306-4.625,0.537-6.93,1.383-13.762,2.927-27.79,1.405-41.587,2.349-3.502-1.549,0.93-1.69,1.172-1.82,3.131-2.554,5.08-3.802,8.617-3.587,10.168-6.046,20.605-8.594,31.065-0.761,3.126-0.984,9.093-4.062,10.821-4.201-11.517,8.695-44.729-0.145-55.285-5.398,2.099-7.155,9.443-8.0088,14.719h-0.3338z" fill-rule="nonzero" transform="translate(10, 725.6454449999999) " display="block" fill="#000"/>
- <rect id="d0e157" display="none" height="1000px" width="288" y="815.16" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <text id="calligraphy-f01-zh_TW.svgtext1944" xml:space="preserve" transform="translate(10 722.68)" display="block" font-size="6" y="4.5585475" x="9.8966846" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f01-zh_TW.svgtspan1945" y="4.5585475" x="9.8966846" role="line">寬度=1, 逐漸變寬.... 達到 47, 逐漸變細... 回到 0</tspan></text>
+ <path id="calligraphy-f01-zh_TW.svgpath1924" d="m9.1204 35.709c0.9316-5.078 2.4816-14.745 9.0106-14.719 8.84 10.556-4.057 43.768 0.144 55.285 4.081-15.495 6.504-31.801 12.562-46.852 1.701-4.225 2.12-7.102 6.588-4.823 2.384 13.632 0.485 27.841-0.403 41.587-0.149 2.306 1.754 8.157-0.204 6.93-4.417-2.767-1.946-5.807-0.97-10.514 1.185-5.918 1.144-6.374 2.904-12.326 2.564-8.67 7.108-28.554 19.933-24.974 2.61 0.729 2.735 7.73 2.787 9.311 0.103 3.157-0.175 7.64-0.323 10.756-1.515 4.677 1.194 25.395-8.709 19.83-1.952-1.097 7.698-31.492 8.782-34.309 25.586-40.898 19.203 22.846 17.852 33.492-0.811 5.04 0.818 6.097-8.483 3.447-0.089-0.026 0.254-1.921 0.829-5.253 1.617-9.37 6.806-35.786 16.39-39.72 3.576 0.224 7.235-0.118 10.73 0.674 3.73 0.844 2.23 28.887 1.92 32.641-0.24 2.994-0.621 5.978-0.775 8.978-0.063 1.237 1.325 3.64 0.091 3.716-11.032 0.678-10.754 2.466-9.444-2.619 3.503-10.893 14.008-46.878 28.408-47.33 11.54-0.362 13.54-2.424 18.48 4.878 3.11 4.429 3.93 45.038 1.63 45.159-15.69 0.819-13.99 1.101-12.27-9.844 0.36-1.724 0.69-3.453 1.07-5.173 1.98-9.024 5.09-20.499 11.92-27.237 1.01-0.996 2.27-1.987 3.79-1.949 18.75 0.47 17.95-0.942 19.94 14.835 0.44 2.118 0.35 27.483-0.63 27.546-4.71 0.301-9.48 0.4-14.15-0.235-1.99-0.27 5.17-25.894 5.61-27.281 1.36-8.593 19.71-40.437 32.41-21.138 6.69 10.167 3.21 27.718 1.99 38.921-1.75 10.527 0.23 15.659-14.68 10.814-0.01-0.002 0.83-4.26 1.56-6.809 3.13-11.027 6.89-23.077 15.06-31.463 26.22-13.783 24.19 31.328 20.53 44.478-3.37-0.135-7.02 0.942-10.12-0.404-0.21-0.092 0.81-4.992 2.03-9.691 2.68-10.355 5.75-20.792 10.24-30.524 2.25-4.856 5.13-11.172 9.27-14.831 7.17-6.351 14.29-1.959 16.19 5.334 0.85 5.409 1.13 6.225 1.38 11.963 0.41 9.122 0.32 18.425-0.16 27.543-0.2 3.763-0.58 5.542-0.49 9.075 0.02 0.581 0.76 1.959 0.22 1.73-2.11-0.909-5.07-1.801-5.6-4.043-0.67-2.85 12.45-27.717 14.53-31.722 2.06-3.558 4.07-7.516 6.81-10.656 3.56-4.067 12.74-6.465 14.43 0.713 3.36 14.212-0.3 31.173-2 45.454-0.48 2.491-0.19 3.545-5.29 1.152-1.02-0.478 1.34-10.519 1.37-10.67 1.76-8.363 9.58-38.515 18.93-41.057 1.59 0.313 3.37 0.116 4.77 0.941 2.25 1.332-1.17 30.392-1.62 34.351-0.21 1.859-0.46 6.587-0.94 6.758-3.28 1.164-2.09-0.65-1.69-1.846 4.08-13.812 6.71-30.096 16.16-41.568 4.61-5.589 6.27 0.264 6.42 4.665 2.19 11.71-4.29 25.935-2.39 37.33 0.09 0.553 0.51-1.001 0.69-1.531 1.23-3.624 2.55-7.183 3.96-10.745 2.94-4.381 9.38-25.422 10.47-8.378-1.09-17.044-7.53 3.997-10.47 8.378-1.41 3.562-2.73 7.121-3.96 10.745-0.18 0.53-0.6 2.084-0.69 1.531-1.82-10.95 3.73-25.953 1.73-37.33-0.26-2.091-0.58-6.88-1.22-7.073-2.02-0.614-4.83 4.713-5.34 5.563-7.01 11.669-10.21 25.33-13.36 38.413-0.2 1.558 0.17 2.846-2.65 1.846-1.06-0.377 0.12-2.248 0.22-3.369 0.93-10.706 2.69-21.446 2.19-32.228-0.16-3.486-2.79-5.505 1.39-6.453-8.84 2.405-16.81 33.016-18.26 41.057-0.47 2.592-0.8 10.549-1.04 10.67-5.64 2.8-4.81 1.053-4.38-1.152 1.57-13.192 3.25-27.488 1.88-40.738-0.16-1.591-0.45-3.175-0.88-4.716-0.3-1.051-1.91-2.124-1.28-3.017 0.83-1.181 2.77-0.861 4.19-1.12 0.81-0.147-1.66 0.319-2.34 0.784-4.48 3.071-6.62 9.015-9.47 13.296-2.16 4.536-11.63 29.999-13.52 31.722-2.53 2.298-6.1 3.246-9.42 4.043-1.75 0.418-0.18-3.583-0.15-5.375 0.25-14.98 1.18-30.1-1.48-44.936-1.48-4.337-7.05-9.614 3.52-6.853 0.6 0.157-1.28-0.676-5.22 4.918-2.71 3.843-4.15 7.08-6.06 11.432-4.31 9.831-7.72 20.012-9.91 30.524-0.42 1.977-0.74 3.971-1.09 5.961-0.22 1.241 0.57 3.269-0.61 3.73-3.07 1.21-6.6 0.269-9.9 0.404 3.11-11.191 1.28-26.437-1.66-37.429-0.67-2.528-1.31-4.502-2.98-6.518-0.48-0.582-2.47-1.298-1.73-1.454 15.54-3.293 10.91-1.03 7.53 0.923-8.01 8.227-11.69 20.567-14.39 31.463-0.34 1.364-0.68 2.726-1 4.095-0.2 0.901 0.32 2.457-0.56 2.714-17.57 5.079-11.8-0.307-10.68-10.814 1.1-10.155 1.84-20.686-0.01-30.799-0.44-2.372-1.13-6.011-2.66-8.122-0.55-0.763-3.1-1.619-2.18-1.795 3.8-0.725 7.81-0.778 11.6-0.003 1.07 0.219-1.94 1.068-2.73 1.817-5.89 5.539-8.39 13.912-11.39 21.119-1.91 6.034-3.62 11.968-4.68 18.217-0.37 2.153-0.76 5.113-0.91 7.381-0.04 0.56 0.53 1.607-0.02 1.683-4.59 0.633-9.27 0.545-13.89 0.235-0.39-0.027 0.16-0.765 0.21-1.153 0.2-1.645 0.41-4.598 0.5-6.08 0.41-6.763 0.52-13.556-0.08-20.313-2.06-16.343-10.31-14.05 8.43-14.835 0.31-0.013-2.91-0.005-6.34 4.624-6.38 8.615-9.19 19.431-11.43 29.735-1.7 10.783 1.57 10.724-14.11 9.844-0.38-0.021 0.21-0.723 0.3-1.09 0.68-2.886 0.63-2.834 0.96-6.202 1.23-12.529 2.25-25.777-1.89-37.867-2.99-5.317-9.35-6.15 5.22-4.878 1.01 0.089-1.99 0.447-2.91 0.877-2.66 1.247-4.66 3.005-6.65 5.159-10.5 11.399-15.28 26.842-19.85 41.294-2.143 5.174-0.59 3.239-11.582 2.619-0.217-0.012 1.877-22.305 2.005-24.42 0.305-5.044 0.527-10.541-0.195-15.57-0.162-1.128-0.426-2.251-0.833-3.315-0.281-0.736-1.938-1.724-1.211-2.03 2.352-0.992 5.085-0.45 7.628-0.674-9.309 3.821-14.089 26.213-16.251 35.056-0.642 2.623-1.842 9.882-1.969 9.917-10.392 2.798-7.845 1.476-7.205-3.447 1.345-10.599 3.084-21.334 2.768-32.056-0.081-2.72-0.448-5.859-1.278-8.495-0.274-0.869-1.785-1.883-1.112-2.497 1.268-1.157 3.355-0.728 5.034-1.083 0.66-0.139-1.386 0.109-1.975 0.438-3.754 2.09-5.327 6.718-7.27 10.201-4.063 9.155-6.833 18.644-8.693 28.49-0.363 1.922 0.974 4.907-0.756 5.819-1.626 0.857-3.623 0.728-5.46 0.762-0.238 0.004 0.199-0.437 0.257-0.668 0.434-1.714 0.823-3.442 1.156-5.179 0.932-4.873 1.455-9.826 2.074-14.745 0.543-5.065 1.02-10.012 0.285-15.094-0.156-1.074-0.297-2.175-0.716-3.177-0.29-0.694-1.73-1.138-1.366-1.796 0.412-0.742 2.387-1.139 2.529-0.302 0.15 0.88-1.676 0.688-2.367 1.254-0.94 0.769-1.726 1.721-2.454 2.693-7.293 9.734-9.769 22.189-12.867 33.655-1.079 5.2-0.223 8.27-5.372 10.514-2.125 0.926 0.306-4.625 0.537-6.93 1.383-13.762 2.927-27.79 1.405-41.587 2.349-3.502-1.549 0.93-1.69 1.172-1.82 3.131-2.554 5.08-3.802 8.617-3.587 10.168-6.046 20.605-8.594 31.065-0.761 3.126-0.984 9.093-4.062 10.821-4.201-11.517 8.695-44.729-0.145-55.285-5.398 2.099-7.155 9.443-8.0088 14.719h-0.3338z" transform="translate(10 722.68)" display="block"/>
+ <rect id="d0e157" display="none" height="1e3px" width="288" y="812.08" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e157"/>
</flowRegion>
<flowDiv xml:space="preserve">筆尖寬度也可以取決於速度,由<flowSpan font-style="italic">細化</flowSpan>參數進行控制。這項參數可設定的數值為 -100 到 100;零表示筆寬與速度無關,數值為正表示速度越快筆畫越細,數值為負則越快筆畫越寬。預設值 0.1 表示快速的筆畫會有中等程度的細化。這裡有一些例子,全部以寬度=20 且角度=90:</flowDiv>
</flowRoot>
- <text id="calligraphy-f02-zh_TW.svgtext1987" font-weight="normal" xml:space="preserve" transform="translate(10, 875.6380519999999) " display="block" font-size="6.0000000" font-style="normal" y="4.5588474" x="39.896687" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-zh_TW.svgtspan1988" y="4.5588474" x="39.896687" role="line">細化 = 0 (等寬) </tspan></text>
- <text id="calligraphy-f02-zh_TW.svgtext1990" font-weight="normal" xml:space="preserve" transform="translate(10, 875.6380519999999) " display="block" font-size="6.0000000" font-style="normal" y="74.558846" x="62.396687" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-zh_TW.svgtspan1991" y="74.558846" x="62.396687" role="line">細化 = 10</tspan></text>
- <text id="calligraphy-f02-zh_TW.svgtext1993" font-weight="normal" xml:space="preserve" transform="translate(10, 875.6380519999999) " display="block" font-size="6.0000000" font-style="normal" y="139.55885" x="60.851486" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-zh_TW.svgtspan1994" y="139.55885" x="60.851486" role="line">細化 = 40</tspan></text>
- <text id="calligraphy-f02-zh_TW.svgtext1996" font-weight="normal" xml:space="preserve" transform="translate(10, 875.6380519999999) " display="block" font-size="6.0000000" font-style="normal" y="4.5588474" x="212.39668" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-zh_TW.svgtspan1997" y="4.5588474" x="212.39668" role="line">細化 = -20</tspan></text>
- <text id="calligraphy-f02-zh_TW.svgtext1999" font-weight="normal" xml:space="preserve" transform="translate(10, 875.6380519999999) " display="block" font-size="6.0000000" font-style="normal" y="84.558846" x="212.39668" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-zh_TW.svgtspan2000" y="84.558846" x="212.39668" role="line">細化 = -60</tspan></text>
- <path id="calligraphy-f02-zh_TW.svgpath1948" d="M16.131,33.033c8.337-0.13,16.662,0.161,24.989,0.528,13.402,0.426,26.816,0.692,40.226,0.587,16.433-0.562,32.824-0.034,49.214,1.077,6.03,0.438,3.02,0.219,9.01,0.658v5.583c-5.99-0.439-2.98-0.22-9.01-0.657-16.39-1.111-32.781-1.639-49.214-1.077-13.41,0.104-26.824-0.162-40.226-0.588-8.327-0.366-16.652-0.658-24.989-0.527v-5.584z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1949" d="M23.278,91.5c0.014-1.878-0.022-3.758,0.044-5.635,0.023-0.672,23.428-1.148,24.344-1.161,21.837-0.012,43.599-2.002,65.414-2.705,8.77-0.16,17.54-0.064,26.31-0.069v4.355c-8.77-0.177-17.54-0.387-26.31-0.317-21.833,0.54-43.566,2.964-65.414,3.099-6.062,0.206-12.107,0.539-18.136,1.217-1.724,0.194-3.456,0.418-5.151,0.792-0.362,0.08-1.043,0.715-1.057,0.344-0.068-1.826-0.03-3.656-0.044-5.484v5.564z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1950" d="M22.674,93.072c10.861,0.324,21.731,0.214,32.598,0.577,26.23,0.718,52.498,0.983,78.728-0.078,1.19-0.058,2.38-0.117,3.57-0.175v4.438c-1.19-0.012-2.38-0.024-3.57-0.035-26.24-0.183-52.487,0.311-78.728-0.072-10.875-0.096-21.754-0.02-32.598,0.911v-5.566z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1951" d="M26.302,102.21c15.41-0.4,30.843-0.14,46.266,0.23,24.153,0.53,48.332,0.03,72.442-1.43v4.44c-24.14-0.82-48.292,0.04-72.442,0.11-15.448,0.09-30.935,0.1-46.266,2.22v-5.57z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1952" d="M29.272,112.49c15.339-0.52,30.656-2.18,46.017-2.76,21.807-0.5,43.611,0.91,65.341,2.61v3.91c-21.65-2.73-43.519-4.2-65.341-3.42-15.442,0.92-30.73,2.96-46.017,5.23v-5.57z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1953" d="M16.881,27.194c0.015-1.861-0.032-3.723,0.044-5.583,0.016-0.377,0.756,0.015,1.134,0,1.085-0.042,2.164-0.186,3.239-0.327,6.213-0.809,12.412-1.705,18.637-2.423,26.492-3.019,53.136-3.546,79.725-1.737,9.03,0.687,18.03,1.728,27,2.982v5.583c-8.97-1.253-17.97-2.295-27-2.982-26.589-1.809-53.233-1.282-79.725,1.737-0.955,0.11-22.995,3.122-23.01,2.75-0.076-1.859-0.029-3.722-0.044-5.583v5.583z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1956" d="M20.308,51.181c-0.078,0.052-0.088-0.046-0.125-0.065,0.029-1.874-0.022-3.75,0.085-5.622,0.047-0.831,23.328-1.616,24.382-1.618,32.108,2.596,64.05-1.154,95.97-4.231,1.7-0.174,3.39-0.349,5.09-0.523v5.583c-1.7,0.175-3.39,0.349-5.09,0.523-31.92,3.078-63.862,6.828-95.97,4.231-5.454,0.013-10.849,0.205-16.281,0.7-2.254,0.205-4.522,0.377-6.771,0.628-0.451,0.051-1.303,0.744-1.33,0.291-0.11-1.846-0.056-3.697-0.085-5.545,0.042,0.021,0.038,0.112,0.125,0.065v5.583z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1957" d="M27.7,26.408c13.391-0.763,26.775-0.158,40.166,0.291,25.412,0.587,50.814-0.713,76.224-0.557v5.583c-25.41-0.156-50.812,1.144-76.224,0.557-13.391-0.448-26.775-1.054-40.166-0.29v-5.584z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1971" d="M37.391,148.58c14.488,1.39,29.225,0.53,43.793,0.42,16.499,0.53,32.996-0.06,49.486-0.21,0.71-0.02,1.42-0.04,2.12-0.06v2.87c-0.7-0.06-1.41-0.13-2.12-0.19-16.46-1.33-32.953-2.41-49.486-2.3-14.333,0.11-30.148,0.05-43.793,4.63v-5.16z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1972" d="M28.867,162.61c9.62,1.25,19.65,0.06,29.358-0.24,18.741-0.41,37.482-0.37,56.215-1.12,7.98-0.73,15.98-0.8,23.97-1.18v3.58c-8-0.15-15.97-0.98-23.97-0.96-18.739,0.01-37.5-1.47-56.215,0.19-9.901,0.89-19.958,1.84-29.358,5.27v-5.54z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1973" d="M30.091,172.91c16.011,0.6,32.03-0.67,48.019-1.54,18.84-1.15,37.73-0.6,56.47-3.18,1.51-0.22,3.02-0.5,4.52-0.79v3.91c-1.51-0.02-3.02-0.01-4.52-0.04-18.83-0.81-37.643-1.38-56.47,0.21-15.79,0.86-33.543-0.42-48.019,6.87v-5.44z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1974" d="M33.517,180.71c11.863,1.62,24.051,1.83,36.033,1.73,22.542-0.69,45.39,0.63,67.59-4,1.89-0.33,3.75-0.81,5.61-1.32v3.52c-1.87,0.12-3.74,0.24-5.61,0.15-22.52-0.33-45.036,2.39-67.59,1.77-12.017,0.09-24.399,0.19-36.033,3.59v-5.44z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1975" d="M178.56,19.701c15.99-3.047,32.46-3.33,48.69-4.245,18.7-1.383,37.33,0.705,55.57,4.748v6.993c-18.49-1.496-36.99-3.527-55.57-2.44-16.22,0.515-32.47,1.009-48.69,0.668v-5.724z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1976" d="M180.36,33.236c16.02-2.031,32.13-3.111,48.26-3.687,22.39-0.874,44.84,0.411,67.22-0.708v6.786c-21.96,5.31-44.91,1.805-67.22,3.309-16.06,0.267-32.25,1.384-48.26,0.005v-5.705z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1977" d="M178.51,42.174c16.73-1.346,33.65-0.612,50.43-0.367,21.43,0.357,42.84,1.282,64.28,1.488v7.196c-21.32,2.711-42.87,0.851-64.28,0.833-16.84-0.434-33.73-1.123-50.43-3.462v-5.688z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1978" d="M179.08,60.04c11.1-3.337,22.79-3.401,34.27-3.92,24.68-1.345,49.59-2.321,74.17,0.971,0.76,0.115,1.53,0.231,2.29,0.346v7.057c-0.76,0-1.53-0.001-2.29-0.001-24.73,0.142-49.44-0.168-74.17,0.495-11.42-0.054-22.88-0.218-34.27,0.67v-5.618z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1983" d="M182.45,102.28c11.01-3.884,23.27-5.112,34.87-6.153,20.94-1.692,41.99-2.943,62.89-0.147v12.92c-20.96,0.43-41.91,1.83-62.89,1.19-11.62-0.12-23.37-0.33-34.87-2.03v-5.78z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1984" d="M175.22,121.72c14.62-4.78,29.97-6.5,45.17-8.28,20.17-2.57,40.39-0.93,60.33,2.5v12.32c-20.07,1.74-40.16,3.37-60.33,2.62-14.77-0.37-30.92,0.63-45.17-3.52v-5.64z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1985" d="M178.48,142.94c19.03-4.93,38.58-7.02,58.19-7.97,19.95-0.96,39.5,2.62,58.33,8.92v11.38c-19.44,0.4-38.87-1.86-58.33-1.07-18.63-0.1-40.59,1.38-58.19-5.52v-5.74z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <path id="calligraphy-f02-zh_TW.svgpath1986" d="M188.88,163.8c-1.44-1.26-0.08-3.83,0.01-5.73,0.09-2.1,29.27-4.73,31.07-4.81,24.15-1.1,48.35-0.08,72.21,3.88v13.63c-24.02,2.72-48.3,1.43-72.21-1.81-1.96-0.27-31.01-3.75-31.07-5.21-0.09-1.89-0.04-3.77-0.06-5.66,0.01,0.03,0,0.07,0.05,0.08v5.63z" fill-rule="nonzero" transform="translate(10, 875.6380519999999) " display="block" fill="#000"/>
- <rect id="d0e173" display="none" height="1000px" width="288" y="1074.3" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <text id="calligraphy-f02-zh_TW.svgtext1987" xml:space="preserve" transform="translate(10 871.64)" display="block" font-size="6" y="4.5588474" x="39.896687" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-zh_TW.svgtspan1988" y="4.5588474" x="39.896687" role="line">細化 = 0 (等寬) </tspan></text>
+ <text id="calligraphy-f02-zh_TW.svgtext1990" xml:space="preserve" transform="translate(10 871.64)" display="block" font-size="6" y="74.558846" x="62.396687" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-zh_TW.svgtspan1991" y="74.558846" x="62.396687" role="line">細化 = 10</tspan></text>
+ <text id="calligraphy-f02-zh_TW.svgtext1993" xml:space="preserve" transform="translate(10 871.64)" display="block" font-size="6" y="139.55885" x="60.851486" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-zh_TW.svgtspan1994" y="139.55885" x="60.851486" role="line">細化 = 40</tspan></text>
+ <text id="calligraphy-f02-zh_TW.svgtext1996" xml:space="preserve" transform="translate(10 871.64)" display="block" font-size="6" y="4.5588474" x="212.39668" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-zh_TW.svgtspan1997" y="4.5588474" x="212.39668" role="line">細化 = -20</tspan></text>
+ <text id="calligraphy-f02-zh_TW.svgtext1999" xml:space="preserve" transform="translate(10 871.64)" display="block" font-size="6" y="84.558846" x="212.39668" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f02-zh_TW.svgtspan2000" y="84.558846" x="212.39668" role="line">細化 = -60</tspan></text>
+ <path id="calligraphy-f02-zh_TW.svgpath1948" d="m16.131 33.033c8.337-0.13 16.662 0.161 24.989 0.528 13.402 0.426 26.816 0.692 40.226 0.587 16.433-0.562 32.824-0.034 49.214 1.077 6.03 0.438 3.02 0.219 9.01 0.658v5.583c-5.99-0.439-2.98-0.22-9.01-0.657-16.39-1.111-32.781-1.639-49.214-1.077-13.41 0.104-26.824-0.162-40.226-0.588-8.327-0.366-16.652-0.658-24.989-0.527v-5.584z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1949" d="m23.278 91.5c0.014-1.878-0.022-3.758 0.044-5.635 0.023-0.672 23.428-1.148 24.344-1.161 21.837-0.012 43.599-2.002 65.414-2.705 8.77-0.16 17.54-0.064 26.31-0.069v4.355c-8.77-0.177-17.54-0.387-26.31-0.317-21.833 0.54-43.566 2.964-65.414 3.099-6.062 0.206-12.107 0.539-18.136 1.217-1.724 0.194-3.456 0.418-5.151 0.792-0.362 0.08-1.043 0.715-1.057 0.344-0.068-1.826-0.03-3.656-0.044-5.484v5.564z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1950" d="m22.674 93.072c10.861 0.324 21.731 0.214 32.598 0.577 26.23 0.718 52.498 0.983 78.728-0.078 1.19-0.058 2.38-0.117 3.57-0.175v4.438c-1.19-0.012-2.38-0.024-3.57-0.035-26.24-0.183-52.487 0.311-78.728-0.072-10.875-0.096-21.754-0.02-32.598 0.911v-5.566z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1951" d="m26.302 102.21c15.41-0.4 30.843-0.14 46.266 0.23 24.153 0.53 48.332 0.03 72.442-1.43v4.44c-24.14-0.82-48.292 0.04-72.442 0.11-15.448 0.09-30.935 0.1-46.266 2.22v-5.57z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1952" d="m29.272 112.49c15.339-0.52 30.656-2.18 46.017-2.76 21.807-0.5 43.611 0.91 65.341 2.61v3.91c-21.65-2.73-43.519-4.2-65.341-3.42-15.442 0.92-30.73 2.96-46.017 5.23v-5.57z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1953" d="m16.881 27.194c0.015-1.861-0.032-3.723 0.044-5.583 0.016-0.377 0.756 0.015 1.134 0 1.085-0.042 2.164-0.186 3.239-0.327 6.213-0.809 12.412-1.705 18.637-2.423 26.492-3.019 53.136-3.546 79.725-1.737 9.03 0.687 18.03 1.728 27 2.982v5.583c-8.97-1.253-17.97-2.295-27-2.982-26.589-1.809-53.233-1.282-79.725 1.737-0.955 0.11-22.995 3.122-23.01 2.75-0.076-1.859-0.029-3.722-0.044-5.583v5.583z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1956" d="m20.308 51.181c-0.078 0.052-0.088-0.046-0.125-0.065 0.029-1.874-0.022-3.75 0.085-5.622 0.047-0.831 23.328-1.616 24.382-1.618 32.108 2.596 64.05-1.154 95.97-4.231 1.7-0.174 3.39-0.349 5.09-0.523v5.583c-1.7 0.175-3.39 0.349-5.09 0.523-31.92 3.078-63.862 6.828-95.97 4.231-5.454 0.013-10.849 0.205-16.281 0.7-2.254 0.205-4.522 0.377-6.771 0.628-0.451 0.051-1.303 0.744-1.33 0.291-0.11-1.846-0.056-3.697-0.085-5.545 0.042 0.021 0.038 0.112 0.125 0.065v5.583z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1957" d="m27.7 26.408c13.391-0.763 26.775-0.158 40.166 0.291 25.412 0.587 50.814-0.713 76.224-0.557v5.583c-25.41-0.156-50.812 1.144-76.224 0.557-13.391-0.448-26.775-1.054-40.166-0.29v-5.584z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1971" d="m37.391 148.58c14.488 1.39 29.225 0.53 43.793 0.42 16.499 0.53 32.996-0.06 49.486-0.21 0.71-0.02 1.42-0.04 2.12-0.06v2.87c-0.7-0.06-1.41-0.13-2.12-0.19-16.46-1.33-32.953-2.41-49.486-2.3-14.333 0.11-30.148 0.05-43.793 4.63v-5.16z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1972" d="m28.867 162.61c9.62 1.25 19.65 0.06 29.358-0.24 18.741-0.41 37.482-0.37 56.215-1.12 7.98-0.73 15.98-0.8 23.97-1.18v3.58c-8-0.15-15.97-0.98-23.97-0.96-18.739 0.01-37.5-1.47-56.215 0.19-9.901 0.89-19.958 1.84-29.358 5.27v-5.54z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1973" d="m30.091 172.91c16.011 0.6 32.03-0.67 48.019-1.54 18.84-1.15 37.73-0.6 56.47-3.18 1.51-0.22 3.02-0.5 4.52-0.79v3.91c-1.51-0.02-3.02-0.01-4.52-0.04-18.83-0.81-37.643-1.38-56.47 0.21-15.79 0.86-33.543-0.42-48.019 6.87v-5.44z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1974" d="m33.517 180.71c11.863 1.62 24.051 1.83 36.033 1.73 22.542-0.69 45.39 0.63 67.59-4 1.89-0.33 3.75-0.81 5.61-1.32v3.52c-1.87 0.12-3.74 0.24-5.61 0.15-22.52-0.33-45.036 2.39-67.59 1.77-12.017 0.09-24.399 0.19-36.033 3.59v-5.44z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1975" d="m178.56 19.701c15.99-3.047 32.46-3.33 48.69-4.245 18.7-1.383 37.33 0.705 55.57 4.748v6.993c-18.49-1.496-36.99-3.527-55.57-2.44-16.22 0.515-32.47 1.009-48.69 0.668v-5.724z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1976" d="m180.36 33.236c16.02-2.031 32.13-3.111 48.26-3.687 22.39-0.874 44.84 0.411 67.22-0.708v6.786c-21.96 5.31-44.91 1.805-67.22 3.309-16.06 0.267-32.25 1.384-48.26 0.005v-5.705z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1977" d="m178.51 42.174c16.73-1.346 33.65-0.612 50.43-0.367 21.43 0.357 42.84 1.282 64.28 1.488v7.196c-21.32 2.711-42.87 0.851-64.28 0.833-16.84-0.434-33.73-1.123-50.43-3.462v-5.688z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1978" d="m179.08 60.04c11.1-3.337 22.79-3.401 34.27-3.92 24.68-1.345 49.59-2.321 74.17 0.971 0.76 0.115 1.53 0.231 2.29 0.346v7.057c-0.76 0-1.53-0.001-2.29-0.001-24.73 0.142-49.44-0.168-74.17 0.495-11.42-0.054-22.88-0.218-34.27 0.67v-5.618z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1983" d="m182.45 102.28c11.01-3.884 23.27-5.112 34.87-6.153 20.94-1.692 41.99-2.943 62.89-0.147v12.92c-20.96 0.43-41.91 1.83-62.89 1.19-11.62-0.12-23.37-0.33-34.87-2.03v-5.78z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1984" d="m175.22 121.72c14.62-4.78 29.97-6.5 45.17-8.28 20.17-2.57 40.39-0.93 60.33 2.5v12.32c-20.07 1.74-40.16 3.37-60.33 2.62-14.77-0.37-30.92 0.63-45.17-3.52v-5.64z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1985" d="m178.48 142.94c19.03-4.93 38.58-7.02 58.19-7.97 19.95-0.96 39.5 2.62 58.33 8.92v11.38c-19.44 0.4-38.87-1.86-58.33-1.07-18.63-0.1-40.59 1.38-58.19-5.52v-5.74z" transform="translate(10 871.64)" display="block"/>
+ <path id="calligraphy-f02-zh_TW.svgpath1986" d="m188.88 163.8c-1.44-1.26-0.08-3.83 0.01-5.73 0.09-2.1 29.27-4.73 31.07-4.81 24.15-1.1 48.35-0.08 72.21 3.88v13.63c-24.02 2.72-48.3 1.43-72.21-1.81-1.96-0.27-31.01-3.75-31.07-5.21-0.09-1.89-0.04-3.77-0.06-5.66 0.01 0.03 0 0.07 0.05 0.08v5.63z" transform="translate(10 871.64)" display="block"/>
+ <rect id="d0e173" display="none" height="1e3px" width="288" y="1070.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e173"/>
</flowRegion>
<flowDiv xml:space="preserve">來做一件好玩的事,將寬度和細化都設定為 100 (最大值) 並用抖動方式移動繪畫會產生奇妙自然的類似神經細胞的形狀:</flowDiv>
</flowRoot>
- <path id="calligraphy-f03-zh_TW.svgpath2071" d="M14.819,30.652c3.651,1.489,5.049,5.35,8.089,7.445,2.387,1.646,4.678-0.283,6.647-1.134,7.724-3.339,15.76-6.203,23.832-8.692,2.147-0.663,6.16-0.877,8.115-1.845,4.005-1.982-0.378-1.878,3.845-1.505,2.971,6.215,7.843,14.981,14.207,18.869,2.216,1.353,4.445-0.746,7.149,0.935,1.269,0.432,1.063,0.613,2.388-0.009,2.54-1.194,0.856-2.293,0.834-2.213-0.541,1.985,0.494,5.501,3.207,5.884,1.185,0.167,1.954-1.315,2.937-1.963,1.414-0.932,2.82-1.875,4.251-2.778,10.97-6.906,22.55-12.878,33.91-19.18,1.13-1.657,10.57-4.683,10.48-7.709-0.04-1.252-0.95-4.114-1.94-3.278-2.65,2.258-4.56,9.54-1.04,10.092,4.22,0.663,11.35,3.104,12.81-0.705,1.73-4.51-4.39-8.805-7.8-12.356-1.28-1.3311-0.12,3.878,1.04,5.306,0.94,1.164,19.97,2.807,22.84,3.115,3.63,3.75,8.48-12.367,10.79-7.835,2.61,5.096,0.14,11.325,0.27,16.986,0.01,0.628,0.35-1.312,0.07-1.882-1.13-2.32-1.85-5.296-4.19-6.555-1.3-0.696-0.77,2.962-0.13,4.237,0.54,1.064,2.11,1.259,3.19,1.843,7.64,4.12,15.73,7.458,23.6,11.156,0.62,0.316,1.16,1.023,1.86,0.948,1.09-0.116,2.58-2.339,4.06-1.951,1.55,0.406,1.97,9.563,8.72,7.78,6.11-1.612-1.03-7.983,2.11-6.085,0.82,0.353,4.38,2.062,5.45,1.848,6.43-1.283,19.87-23.683,27.52-28.6,2.43-1.0916,3.07-1.5393,5.7-2.0985,11.16-2.3748,19.18,12.874,27.07,9.0455,0.39-0.479,0.79-0.958,1.18-1.437l0.91,3.291c-0.64-0.054-1.28-0.108-1.92-0.162-12.15-1.929-19.58-15.478-32.72-8.1-7.85,5.087-11.59,13.639-17.92,20.174-2.19,2.259-8.33,5.664-9.53,8.402-0.79,1.794,0.05,5.007,0.36,6.749-0.14,1.518,0.37,3.911-2.46,3.881-3.85-0.041-3.34-4.717-5.84-6.334-0.86-0.558-5.11-1.696-6.14-1.751-1.24-0.067-5.03,2.357-5.94,0.985-0.97-1.449,0.1-3.595-0.8-5.084-0.34-0.578-1.23-0.63-1.85-0.945-3.84-1.806-25.24-12.888-26.86-13.027-1.43-0.121-2.98,2.088-4.09,1.236-2.84-2.171-4.33-5.633-5.8-8.798-0.49-1.049,0.04-4.578,0.12-3.435,0.35,5.307-2.02,11.292,0.71,15.938,1.8,3.062,11.11-12.124,2.46-9.842-3.41-0.365-21.19-3.779-22.92-3.123-1.76,0.67-2.5,4.87-4.04,3.816-4.69-3.206-11.08-8.037-10.02-13.425,0.79-4.0179,8.62-1.7649,12.89-1.1339,5.61,0.8317,1.32,11.999,1.24,12.154-0.42,0.78-1.83-0.823-2.7-0.542-3.18,1.023-6.47,8.289-10.6,7.759-5.78,3.207-38.921,19.804-41.079,23.915-2.072,3.945,0.975,6.044-3.026,9.272-3.213,2.593-4.551-5.141-6.611-5.927-3.757-2.239-2.234-4.933-4.453-7.975-1.312-1.799-12.874-14.709-13.8-14.784-0.625-0.051-1.161,0.45-1.741,0.675-0.734-1.056-1.016-2.554-2.172-3.185-2.133-1.163-10.398,2.579-12.238,3.194-5.092,1.7-10.15,3.514-15.132,5.486-10.281,4.069-12.706,6.125-5.27,16.65l-14.089-21.683z" fill-rule="nonzero" transform="translate(10, 1111.110295) " display="block" fill="#000"/>
- <path id="calligraphy-f03-zh_TW.svgpath2072" d="M32.6,78.132c-1.229-4.078,0.099-10.602-3.557-13.811-1.529-1.341-7.807,1.273-7.959,0.908-1.559-3.741-2.69-7.955-1.975-11.919,0.646-3.589,9.444,2.774,12.407,1.429,3.295-1.704,0.301,0.271,2.926-3.623,1.054-1.565,2.429-2.91,4.636-2.441,7.034,1.496,2.511,8.956,3.657,12.58,0.579,1.833,1.813,1.943,3.379,2.566,1.269,0.131,4.688,1.931,5.991,1.113,1.932-1.214,1.966-7.031,4.609-7.143,3.629-0.153,3.721,6.3,6.413,7.806,1.789,1.001,5.075,1.285,7.088,1.915,4.959,1.175,11.366,9.218,16.51,5.012,2.081-1.701,1.532-4.669,4.315-5.48,1.653-0.496,2.805,1.23,4.302,1.216,0.75-0.007,3.366-2.194,3.725-2.499,8.173-6.949,7.973-16.009,11.583-25.153,0.49-3.596,4.56-5.995,5.78-9.137,0.86-2.199-1.72-9.962,2.96-9.895,4.83,0.069,3.82,6.228,5.37,8.732,0.87,1.406,5.52,3.447,6.95,4.458,2.28,1.495,4.1,3.457,6.07,5.268,3.13,2.88,5.57-4.281,8.23-1.827,0.21,0.187-2.01,4.142-2.17,6.47-0.27,4.141,2.76,5.099,5.92,7.181,1.42,3.67,5.51-2.64,6.86,0.119,1.39,2.832-0.69,2.75,1.54,5.421,0.2,0.238,13.83,9.271,14.63,9.624,2.05,0.914,3.38-1.026,4.75-2.03,1.96-2.025-1.25,2.771,0.98,5.405,0.45,0.531,27.81-1.372,28.74-2.509,1.46-1.791-2.84-7.468-4.12-5.555-5.95,8.923,4.81,7.172,0.08,7.788-0.49-4.296-4.26-9.474-1.46-12.889,1.94-2.371,4.86,3.932,7.69,5.277,1.27,0.605,7.69-0.566,8.3-0.663,8.25-1.318,18.04-2.648,24.82-7.736,3.3-2.479,3.06-7.196,6.34-8.68,10.53-4.454,23.34-5.79,29.65-16.16,2.18-3.588,3.14-7.676,5.25-11.305l0.38,0.453c-2.08,3.646-3.07,7.748-5.28,11.328-6.4,10.344-19.14,11.752-29.72,16.2-8.27,14.64-20.48,13.621-36.18,17.176-1.1,0.249-3.34,0.048-3.19,1.11,0.37,2.489,3.31,8.689,4.29,6.353,1.52-3.648-1.39-7.739-2.08-11.609-0.08,3.823,3.24,7.571,2.23,11.273-0.62,2.275-5.81-1.721-6.89-1.791-2.21-0.144-4.31,1.052-6.51,1.315-6.34,0.759-12.81,1.097-19.21,1.213-1.05,0.019-2.31-0.591-3.17-0.01-1.24,0.839-3.02,6.534-6.51,5.132-0.76-0.305-0.27-1.541-0.41-2.312,0.72-2.047,2.2-4.072,0.95-6.255-1.71-2.993-11.14-8.957-14.57-9.602-3.52-0.661-1.46,1.336-4.69,1.347-2.62,0.008,0.05-7.377-3.72-6.89-11.13-7.325-5.01-0.738-13.92-1.349-2.69-0.184,2.77-8.159,2.87-8.928,0.31-2.433-5.85-5.247-7.01-6.819-0.96-0.679-5.59-4.686-6.89-4.438-0.43,0.081-5.99,5.319-3.04,5.605,1.77,0.172-1.23-3.552-2.83-4.308-3.65-1.728-6.33,6.962-7.64,8.867-2.44,6.269-2.58,13.59-6.34,19.333-2.11,3.236-7.418,5.693-8.955,8.873-0.764,1.581-0.167,3.552-1.109,5.11-4.71,7.135-19.34-4.526-24.573-6.262-2.536-0.796-6.834-3.009-9.27-1.034-1.553,1.26-1.455,5.015-3.486,4.783-2.072-0.236-3.624-5.316-5.255-6.316-1.412-0.865-4.824,0.374-6.119-1.129-3.63-1.436-10.059,2.408-12.124-1.599-1.218-2.362,2.998-2.077,1.347-5.563-1.337-2.822-1.227-2.32-3.5-1.926-8.695,3.971,9.759,19.23-0.534-2.039-2.765-5.713-2.652,6.504-0.595,7.793,4.115,2.579,6.945-4.602,7.291-7.115l-5.248,24.197z" fill-rule="nonzero" transform="translate(10, 1111.110295) " display="block" fill="#000"/>
- <path id="calligraphy-f03-zh_TW.svgpath2073" d="M24.067,97.773c5.208-7.575,18.839-32.899,32.069-26.448,5.169,6.538,6.374,15.078,10.397,22.298,0.662,1.189,0.789,3.491,2.206,3.447,2.075-0.065,6.109-3.936,7.254-5.56-3.769-5.695-4.985,0.12,0.487,4.392,2.441,1.906,3.576,1.503,5.875-0.123,8.54-7.974,16.078-17.599,22.155-27.422,0.23-0.367,1.92-4.48,2.06-4.499,1.95-0.268,3.17,2.272,4.98,3.009,5.91-0.552,12.56,3.445,18.36,2.623,3.14-0.443,2.95-4.898,6.52-4.516,3.24,0.346,2.07,7.043,2.29,8.987-0.28,2.344,3.62,2.043,4.23,3.473,0.3,0.696-0.84,2.723-0.29,4.012,3.2,7.47,7.28-4.302,8.02-6.22,3.93-0.537,8.47-2.786,7.91,4.593-1.51,19.866-1.27,6.201-7.22,8.494-0.5,0.192,2.63,9.838,3.74,10.094,0.65,0.152,6-2.491,6.26-1.729,6.83,19.612-0.63,6.302-2.9,14.032,8.82,1.28,8.38,2.29,0.42-17.106-2.23-5.436-4.51,8.716,0.62,9.656,8.96,1.63,24.85-2.05,33.71-3.493,2.89-1.614,23.48-2.694,24.85-4.511,1.17-1.573,0.58-5.362,3.31-6.261,4.43-1.459,2.4,7.807,2.75,8.683,0.2,0.527,5.04,1.824,5.1,1.842,20.1,3.93,17.56-6.262,27.07-16.41,2.03-0.396,2.36-3.852,3.72-4.695,1.15-0.719,2.8-0.208,4.07-0.733,6.62-2.75,17.37-7.124,21.75-12.735l0.75,2.344c-5.41-0.43-24.54,12.867-29.98,16.318-9.56,10.291-7.18,20.461-27.49,16.481-4.74-1.396-6.87-2.468-10.14,2.33-1.74,2.56,4.37-7.515-2.74-6.297-7.67,1.314-15.28,2.957-22.96,4.217-3.22,0.53-35.02,3.34-36.01,4.46-2.37,2.72-5.42,11.16-7.24,8.08-11.18-18.948-9.06-17.88-0.07-18.479,1.93,0.884-0.53-0.445-0.62,0.854-0.23,3.271-1.05,6.925,0.58,9.815,1.28,2.27,4.58-3.65,4.8-6.21,0.02-0.259-6.19-15.39-7.31-15.011-7.04,2.377-2.83,14.844,3.44,9.098-1.72-17.839-18.37,4.354-16.18-11.167,0.19-1.374-0.06-1.64-0.51-2.866-1.22-0.882-3.15-0.679-4.05-1.262-0.76-0.494,1.26-1.414,1.37-2.283,0.22-1.782,0.3-4.194-1.64-5.302-4.91-2.816-13.08-0.481-18.33-2.621-3.15,0.658-2.02-0.202-3.35,2.609-3.87,0.947,0.57-3.769-3.31-1.212-6.122,4.036-13.519,23.235-22.255,27.469-5.785,4.068-2.336,16.628-11.004,15.728-2.424-0.25-4.455-0.87-5.482-3.18-0.238-3.94,2.272-7.5,2.274-11.318,0.001-1.148-3.014-4.856-3.539-5.926-2.49-5.077-3.889-10.526-6.205-15.658-1.143-2.533-1.015-2.131-2.688-4.08-11.307-5.855-34.036,23.431-12.157,8.251l-19.727,17.644z" fill-rule="nonzero" transform="translate(10, 1111.110295) " display="block" fill="#000"/>
- <path id="calligraphy-f03-zh_TW.svgpath2074" d="M29.654,2.3471c1.311,3.4234,2.285,10.077,5.934,12.149,0.993,0.563,2.229-0.59,3.341-0.894,7.004-1.909,13.934-4.0584,20.951-5.9266,3.595-0.9573,8.107-1.1798,11.57-2.3687,6.34-2.1768,1.37-8.2767,9.1-3.5631-0.325,1.7841,1.443,11.469-3.688,9.8464-0.728-0.23-1.295-1.588-1.933-1.184-0.728,0.46-0.299,1.673-0.126,2.486,1.664,7.842,17.874,24.172,24.051,30.016,2.816,1.051,8.856,10.763,12.336,9.919,5.33-1.291,4.11-5.907,9.04-2.706,1.34,0.708,3.58,1.575,4.04,3.146,0.78,2.661-2.49,10.129-2.98,10.732-0.64,0.788-2.25-0.69-3.14-0.157-0.62,0.377-3.56,25.868-3.79,28.211,1.25,4.473-2.8,10.837-1.28,15.177,1.69,4.83,2.51,1.75,3.18,6.55,0.39,2.79-3.18,4.8-2.18,7.36,0.39,0.99,3.25,3.56,4.25,0.26,1.74-5.66,1.63-11.69,2.44-17.54-11.33-9.597-8.22,1.74-5.49,8.45l-0.03,0.58c-4.48,7.64-7.31,15.73-16.773,6.78,0.8-5.96,0.653-12.1,2.403-17.87,2.03-6.714,8.27,6.45,11.71,5.07,0.05-0.01,1.21-13.904,1.28-15.163,0.83-8.667,1.89-17.335,3.39-25.923,0.18-1.042,1.83-6.87-2.1-6.092-4.64,0.918-2.39,8.065-1.71,5.745-5.85-4.304-1.14-5.073-2.78-11.483-1.1-4.29-10.49-6.272-12.107-10.535-8.671-8.19-17.2-17.43-23.005-27.724-1.656-2.936-3.161-5.414-4.751-8.4817-0.483-0.9308-1.02-3.6294-1.57-2.7325-1.383,2.257-0.984,5.1357-1.475,7.7032,8.347,1.85,6.589-5.5959,3.736-6.2988-1.79-0.441-35.685,9.0068-35.809,9.1828-2.776,3.946-0.551,9.778-1.632,14.097l-4.403-26.818z" fill-rule="nonzero" transform="translate(10, 1111.110295) " display="block" fill="#000"/>
- <path id="calligraphy-f03-zh_TW.svgpath2076" d="M164.9,34.629c7.56-1.214,6.63,7.145,11.54,10.087,3.95,2.361,15.55-9.023,17.67-11.691,2.87-1.98,1.2-5.211,2.68-7.662,1.74-2.885,5.93-0.615,8.07-3.329,1.88-2.367,1.48-7.852,5.64-6.325,2.22,1.324,3.23,3.845,5.35,5.258,1.68,1.115,4.18,1.145,6.07,1.78,1.75,0.585,5.85,3.415,7.61,3.195,2.51-0.314,4.18-3.734,5.37-5.454,2.9,0.582,3.7,4.127,4.93,6.327,1.48,2.66,3.86,4.481,5.35,7.049,3.65,6.273,3.96,14.768,5.43,21.675,0.05,6.787,5.18,12.425,4.45,18.856-0.38,3.4-2.87,5.927-2.96,9.574,0.33-0.779,0.76,5.132,1.81,4.05,1.15-1.195,0.77-3.171,1.45-4.655,0.73-1.596,1.36,2.552-1.39,7.013-3.14,5.08-1.17,8.827,4.82,10.323,7.88,0.4,14.49-4.344,21.09-7.79l0.19,0.552c-6.69,3.494-13.39,8.258-21.38,7.818-7.62-1.91-4.28-4.713-7.57-7.14-1.56-1.157-3.75,0.28-5.34-0.198-1.55-0.468-0.64-12.676,3.92-12.187,3.94-4.63,2.33-19.349,0.45-25.839-0.97-4.519-1.98-25.198-9.8-25.03-3.13,0.067-4.13,3.162-6.61,3.732-2.52-2.302-2.21-5.763-4.37-8.116-0.87-0.944-2.4-1.049-3.6-1.576-5.75-2.532-11.26-4.378-14.14,2.644-1.39,2.098-3.69-2.464-5.88-2.769-3.63-0.505-3.43,4.208-5.74,5.457-4.34,2.339,2.52-1.867-3.22,0.345-0.43,0.165-2.2,2.713-2.34,2.907-2.56,3.194-5.36,6.115-8.89,8.38-2.05,1.314-7.55,2.523-8.81,4.483-2.29,3.537-4.66,12.911,2.05,12.659l-13.9-24.403z" fill-rule="nonzero" transform="translate(10, 1111.110295) " display="block" fill="#000"/>
- <path id="calligraphy-f03-zh_TW.svgpath2079" d="M178.84,99.8c-0.1,2.88-3.47,1.04-1.85,4.69,0.84,1.9,3.93,6.45,6.45,6.56,2.76,0.13,16.62-18.126,18.61-20.892,5.53-3.226-0.42-9.547,3.2-13.305,0.39-0.403,7.86-2.334,5.89-3.693-1.83-1.259-3.74,0.682-1.88,2.233,3.86,2.771,5.3-1.616,8.56-2.713,2.95-0.996,5.19,1.605,7.14-1.725,4.35-2.406,10.07,3.599,13.46-2.542,0.91-1.648,0.7-3.858,2.08-5.209,2.72-1.206,6.32,1.078,8.81-0.949,1.13-0.917,1.47-4.062,3.15-4.232,2.32-0.235,3.27,3.47,4.36,4.042,1.49,0.783,8.5-2.995,9.62-3.49,8.17-3.877,13.98-10.407,19.71-16.923l0.32,0.494c-5.76,6.556-11.64,13.099-19.87,16.987-1.19,0.529-8.96,2.529-9.68,3.511-1.2,1.618-0.21,4.499-1.91,5.645-1.87,1.264-5.3-4.585-9.11,6.589-7.17,4.366-5.95-9.051-14.25,6.688-0.67,1.27-1.56,1.865-3.01,2.12-5.22-0.243-11.93,1.859-12.25,7.051-0.42,2.793-4.22,7.009-7.14,3.542-2.18-2.599,3.05-3.875-1.98-7.095-2.98-1.906-3.44,1.901-4.87,3.448-2.97,4.14-6.02,8.223-9.41,12.078-2.06,2.34-8.16,6.19-9.31,8.88-1.64,3.83,1.21,10.59-1.54,14.01-3.85,4.78-2.87,0.23-3.3,2.76v-28.56z" fill-rule="nonzero" transform="translate(10, 1111.110295) " display="block" fill="#000"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1264.269445" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1264.269445" x="10">角度和固定</tspan>
+ <path id="calligraphy-f03-zh_TW.svgpath2071" d="m14.819 30.652c3.651 1.489 5.049 5.35 8.089 7.445 2.387 1.646 4.678-0.283 6.647-1.134 7.724-3.339 15.76-6.203 23.832-8.692 2.147-0.663 6.16-0.877 8.115-1.845 4.005-1.982-0.378-1.878 3.845-1.505 2.971 6.215 7.843 14.981 14.207 18.869 2.216 1.353 4.445-0.746 7.149 0.935 1.269 0.432 1.063 0.613 2.388-0.009 2.54-1.194 0.856-2.293 0.834-2.213-0.541 1.985 0.494 5.501 3.207 5.884 1.185 0.167 1.954-1.315 2.937-1.963 1.414-0.932 2.82-1.875 4.251-2.778 10.97-6.906 22.55-12.878 33.91-19.18 1.13-1.657 10.57-4.683 10.48-7.709-0.04-1.252-0.95-4.114-1.94-3.278-2.65 2.258-4.56 9.54-1.04 10.092 4.22 0.663 11.35 3.104 12.81-0.705 1.73-4.51-4.39-8.805-7.8-12.356-1.28-1.3311-0.12 3.878 1.04 5.306 0.94 1.164 19.97 2.807 22.84 3.115 3.63 3.75 8.48-12.367 10.79-7.835 2.61 5.096 0.14 11.325 0.27 16.986 0.01 0.628 0.35-1.312 0.07-1.882-1.13-2.32-1.85-5.296-4.19-6.555-1.3-0.696-0.77 2.962-0.13 4.237 0.54 1.064 2.11 1.259 3.19 1.843 7.64 4.12 15.73 7.458 23.6 11.156 0.62 0.316 1.16 1.023 1.86 0.948 1.09-0.116 2.58-2.339 4.06-1.951 1.55 0.406 1.97 9.563 8.72 7.78 6.11-1.612-1.03-7.983 2.11-6.085 0.82 0.353 4.38 2.062 5.45 1.848 6.43-1.283 19.87-23.683 27.52-28.6 2.43-1.0916 3.07-1.5393 5.7-2.0985 11.16-2.3748 19.18 12.874 27.07 9.0455 0.39-0.479 0.79-0.958 1.18-1.437l0.91 3.291-1.92-0.162c-12.15-1.929-19.58-15.478-32.72-8.1-7.85 5.087-11.59 13.639-17.92 20.174-2.19 2.259-8.33 5.664-9.53 8.402-0.79 1.794 0.05 5.007 0.36 6.749-0.14 1.518 0.37 3.911-2.46 3.881-3.85-0.041-3.34-4.717-5.84-6.334-0.86-0.558-5.11-1.696-6.14-1.751-1.24-0.067-5.03 2.357-5.94 0.985-0.97-1.449 0.1-3.595-0.8-5.084-0.34-0.578-1.23-0.63-1.85-0.945-3.84-1.806-25.24-12.888-26.86-13.027-1.43-0.121-2.98 2.088-4.09 1.236-2.84-2.171-4.33-5.633-5.8-8.798-0.49-1.049 0.04-4.578 0.12-3.435 0.35 5.307-2.02 11.292 0.71 15.938 1.8 3.062 11.11-12.124 2.46-9.842-3.41-0.365-21.19-3.779-22.92-3.123-1.76 0.67-2.5 4.87-4.04 3.816-4.69-3.206-11.08-8.037-10.02-13.425 0.79-4.0178 8.62-1.7648 12.89-1.1338 5.61 0.8317 1.32 11.999 1.24 12.154-0.42 0.78-1.83-0.823-2.7-0.542-3.18 1.023-6.47 8.289-10.6 7.759-5.78 3.207-38.921 19.804-41.079 23.915-2.072 3.945 0.975 6.044-3.026 9.272-3.213 2.593-4.551-5.141-6.611-5.927-3.757-2.239-2.234-4.933-4.453-7.975-1.312-1.799-12.874-14.709-13.8-14.784-0.625-0.051-1.161 0.45-1.741 0.675-0.734-1.056-1.016-2.554-2.172-3.185-2.133-1.163-10.398 2.579-12.238 3.194-5.092 1.7-10.15 3.514-15.132 5.486-10.281 4.069-12.706 6.125-5.27 16.65l-14.089-21.683z" transform="translate(10 1107.4)" display="block"/>
+ <path id="calligraphy-f03-zh_TW.svgpath2072" d="m32.6 78.132c-1.229-4.078 0.099-10.602-3.557-13.811-1.529-1.341-7.807 1.273-7.959 0.908-1.559-3.741-2.69-7.955-1.975-11.919 0.646-3.589 9.444 2.774 12.407 1.429 3.295-1.704 0.301 0.271 2.926-3.623 1.054-1.565 2.429-2.91 4.636-2.441 7.034 1.496 2.511 8.956 3.657 12.58 0.579 1.833 1.813 1.943 3.379 2.566 1.269 0.131 4.688 1.931 5.991 1.113 1.932-1.214 1.966-7.031 4.609-7.143 3.629-0.153 3.721 6.3 6.413 7.806 1.789 1.001 5.075 1.285 7.088 1.915 4.959 1.175 11.366 9.218 16.51 5.012 2.081-1.701 1.532-4.669 4.315-5.48 1.653-0.496 2.805 1.23 4.302 1.216 0.75-0.007 3.366-2.194 3.725-2.499 8.173-6.949 7.973-16.009 11.583-25.153 0.49-3.596 4.56-5.995 5.78-9.137 0.86-2.199-1.72-9.962 2.96-9.895 4.83 0.069 3.82 6.228 5.37 8.732 0.87 1.406 5.52 3.447 6.95 4.458 2.28 1.495 4.1 3.457 6.07 5.268 3.13 2.88 5.57-4.281 8.23-1.827 0.21 0.187-2.01 4.142-2.17 6.47-0.27 4.141 2.76 5.099 5.92 7.181 1.42 3.67 5.51-2.64 6.86 0.119 1.39 2.832-0.69 2.75 1.54 5.421 0.2 0.238 13.83 9.271 14.63 9.624 2.05 0.914 3.38-1.026 4.75-2.03 1.96-2.025-1.25 2.771 0.98 5.405 0.45 0.531 27.81-1.372 28.74-2.509 1.46-1.791-2.84-7.468-4.12-5.555-5.95 8.923 4.81 7.172 0.08 7.788-0.49-4.296-4.26-9.474-1.46-12.889 1.94-2.371 4.86 3.932 7.69 5.277 1.27 0.605 7.69-0.566 8.3-0.663 8.25-1.318 18.04-2.648 24.82-7.736 3.3-2.479 3.06-7.196 6.34-8.68 10.53-4.454 23.34-5.79 29.65-16.16 2.18-3.588 3.14-7.676 5.25-11.305l0.38 0.453c-2.08 3.646-3.07 7.748-5.28 11.328-6.4 10.344-19.14 11.752-29.72 16.2-8.27 14.64-20.48 13.621-36.18 17.176-1.1 0.249-3.34 0.048-3.19 1.11 0.37 2.489 3.31 8.689 4.29 6.353 1.52-3.648-1.39-7.739-2.08-11.609-0.08 3.823 3.24 7.571 2.23 11.273-0.62 2.275-5.81-1.721-6.89-1.791-2.21-0.144-4.31 1.052-6.51 1.315-6.34 0.759-12.81 1.097-19.21 1.213-1.05 0.019-2.31-0.591-3.17-0.01-1.24 0.839-3.02 6.534-6.51 5.132-0.76-0.305-0.27-1.541-0.41-2.312 0.72-2.047 2.2-4.072 0.95-6.255-1.71-2.993-11.14-8.957-14.57-9.602-3.52-0.661-1.46 1.336-4.69 1.347-2.62 0.008 0.05-7.377-3.72-6.89-11.13-7.325-5.01-0.738-13.92-1.349-2.69-0.184 2.77-8.159 2.87-8.928 0.31-2.433-5.85-5.247-7.01-6.819-0.96-0.679-5.59-4.686-6.89-4.438-0.43 0.081-5.99 5.319-3.04 5.605 1.77 0.172-1.23-3.552-2.83-4.308-3.65-1.728-6.33 6.962-7.64 8.867-2.44 6.269-2.58 13.59-6.34 19.333-2.11 3.236-7.418 5.693-8.955 8.873-0.764 1.581-0.167 3.552-1.109 5.11-4.71 7.135-19.34-4.526-24.573-6.262-2.536-0.796-6.834-3.009-9.27-1.034-1.553 1.26-1.455 5.015-3.486 4.783-2.072-0.236-3.624-5.316-5.255-6.316-1.412-0.865-4.824 0.374-6.119-1.129-3.63-1.436-10.059 2.408-12.124-1.599-1.218-2.362 2.998-2.077 1.347-5.563-1.337-2.822-1.227-2.32-3.5-1.926-8.695 3.971 9.759 19.23-0.534-2.039-2.765-5.713-2.652 6.504-0.595 7.793 4.115 2.579 6.945-4.602 7.291-7.115l-5.248 24.197z" transform="translate(10 1107.4)" display="block"/>
+ <path id="calligraphy-f03-zh_TW.svgpath2073" d="m24.067 97.773c5.208-7.575 18.839-32.899 32.069-26.448 5.169 6.538 6.374 15.078 10.397 22.298 0.662 1.189 0.789 3.491 2.206 3.447 2.075-0.065 6.109-3.936 7.254-5.56-3.769-5.695-4.985 0.12 0.487 4.392 2.441 1.906 3.576 1.503 5.875-0.123 8.54-7.974 16.078-17.599 22.155-27.422 0.23-0.367 1.92-4.48 2.06-4.499 1.95-0.268 3.17 2.272 4.98 3.009 5.91-0.552 12.56 3.445 18.36 2.623 3.14-0.443 2.95-4.898 6.52-4.516 3.24 0.346 2.07 7.043 2.29 8.987-0.28 2.344 3.62 2.043 4.23 3.473 0.3 0.696-0.84 2.723-0.29 4.012 3.2 7.47 7.28-4.302 8.02-6.22 3.93-0.537 8.47-2.786 7.91 4.593-1.51 19.866-1.27 6.201-7.22 8.494-0.5 0.192 2.63 9.838 3.74 10.094 0.65 0.152 6-2.491 6.26-1.729 6.83 19.612-0.63 6.302-2.9 14.032 8.82 1.28 8.38 2.29 0.42-17.106-2.23-5.436-4.51 8.716 0.62 9.656 8.96 1.63 24.85-2.05 33.71-3.493 2.89-1.614 23.48-2.694 24.85-4.511 1.17-1.573 0.58-5.362 3.31-6.261 4.43-1.459 2.4 7.807 2.75 8.683 0.2 0.527 5.04 1.824 5.1 1.842 20.1 3.93 17.56-6.262 27.07-16.41 2.03-0.396 2.36-3.852 3.72-4.695 1.15-0.719 2.8-0.208 4.07-0.733 6.62-2.75 17.37-7.124 21.75-12.735l0.75 2.344c-5.41-0.43-24.54 12.867-29.98 16.318-9.56 10.291-7.18 20.461-27.49 16.481-4.74-1.396-6.87-2.468-10.14 2.33-1.74 2.56 4.37-7.515-2.74-6.297-7.67 1.314-15.28 2.957-22.96 4.217-3.22 0.53-35.02 3.34-36.01 4.46-2.37 2.72-5.42 11.16-7.24 8.08-11.18-18.948-9.06-17.88-0.07-18.479 1.93 0.884-0.53-0.445-0.62 0.854-0.23 3.271-1.05 6.925 0.58 9.815 1.28 2.27 4.58-3.65 4.8-6.21 0.02-0.259-6.19-15.39-7.31-15.011-7.04 2.377-2.83 14.844 3.44 9.098-1.72-17.839-18.37 4.354-16.18-11.167 0.19-1.374-0.06-1.64-0.51-2.866-1.22-0.882-3.15-0.679-4.05-1.262-0.76-0.494 1.26-1.414 1.37-2.283 0.22-1.782 0.3-4.194-1.64-5.302-4.91-2.816-13.08-0.481-18.33-2.621-3.15 0.658-2.02-0.202-3.35 2.609-3.87 0.947 0.57-3.769-3.31-1.212-6.122 4.036-13.519 23.235-22.255 27.469-5.785 4.068-2.336 16.628-11.004 15.728-2.424-0.25-4.455-0.87-5.482-3.18-0.238-3.94 2.272-7.5 2.274-11.318 0.001-1.148-3.014-4.856-3.539-5.926-2.49-5.077-3.889-10.526-6.205-15.658-1.143-2.533-1.015-2.131-2.688-4.08-11.307-5.855-34.036 23.431-12.157 8.251l-19.727 17.644z" transform="translate(10 1107.4)" display="block"/>
+ <path id="calligraphy-f03-zh_TW.svgpath2074" d="m29.654 2.3471c1.311 3.4234 2.285 10.077 5.934 12.149 0.993 0.563 2.229-0.59 3.341-0.894 7.004-1.909 13.934-4.0584 20.951-5.9266 3.595-0.9573 8.107-1.1798 11.57-2.3687 6.34-2.1768 1.37-8.2767 9.1-3.5631-0.325 1.7841 1.443 11.469-3.688 9.8464-0.728-0.23-1.295-1.588-1.933-1.184-0.728 0.46-0.299 1.673-0.126 2.486 1.664 7.842 17.874 24.172 24.051 30.016 2.816 1.051 8.856 10.763 12.336 9.919 5.33-1.291 4.11-5.907 9.04-2.706 1.34 0.708 3.58 1.575 4.04 3.146 0.78 2.661-2.49 10.129-2.98 10.732-0.64 0.788-2.25-0.69-3.14-0.157-0.62 0.377-3.56 25.868-3.79 28.211 1.25 4.473-2.8 10.837-1.28 15.177 1.69 4.83 2.51 1.75 3.18 6.55 0.39 2.79-3.18 4.8-2.18 7.36 0.39 0.99 3.25 3.56 4.25 0.26 1.74-5.66 1.63-11.69 2.44-17.54-11.33-9.597-8.22 1.74-5.49 8.45l-0.03 0.58c-4.48 7.64-7.31 15.73-16.773 6.78 0.8-5.96 0.653-12.1 2.403-17.87 2.03-6.714 8.27 6.45 11.71 5.07 0.05-0.01 1.21-13.904 1.28-15.163 0.83-8.667 1.89-17.335 3.39-25.923 0.18-1.042 1.83-6.87-2.1-6.092-4.64 0.918-2.39 8.065-1.71 5.745-5.85-4.304-1.14-5.073-2.78-11.483-1.1-4.29-10.49-6.272-12.107-10.535-8.671-8.19-17.2-17.43-23.005-27.724-1.656-2.936-3.161-5.414-4.751-8.4817-0.483-0.9308-1.02-3.6294-1.57-2.7325-1.383 2.257-0.984 5.1357-1.475 7.7032 8.347 1.85 6.589-5.5959 3.736-6.2988-1.79-0.441-35.685 9.0068-35.809 9.1828-2.776 3.946-0.551 9.778-1.632 14.097l-4.403-26.818z" transform="translate(10 1107.4)" display="block"/>
+ <path id="calligraphy-f03-zh_TW.svgpath2076" d="m164.9 34.629c7.56-1.214 6.63 7.145 11.54 10.087 3.95 2.361 15.55-9.023 17.67-11.691 2.87-1.98 1.2-5.211 2.68-7.662 1.74-2.885 5.93-0.615 8.07-3.329 1.88-2.367 1.48-7.852 5.64-6.325 2.22 1.324 3.23 3.845 5.35 5.258 1.68 1.115 4.18 1.145 6.07 1.78 1.75 0.585 5.85 3.415 7.61 3.195 2.51-0.314 4.18-3.734 5.37-5.454 2.9 0.582 3.7 4.127 4.93 6.327 1.48 2.66 3.86 4.481 5.35 7.049 3.65 6.273 3.96 14.768 5.43 21.675 0.05 6.787 5.18 12.425 4.45 18.856-0.38 3.4-2.87 5.927-2.96 9.574 0.33-0.779 0.76 5.132 1.81 4.05 1.15-1.195 0.77-3.171 1.45-4.655 0.73-1.596 1.36 2.552-1.39 7.013-3.14 5.08-1.17 8.827 4.82 10.323 7.88 0.4 14.49-4.344 21.09-7.79l0.19 0.552c-6.69 3.494-13.39 8.258-21.38 7.818-7.62-1.91-4.28-4.713-7.57-7.14-1.56-1.157-3.75 0.28-5.34-0.198-1.55-0.468-0.64-12.676 3.92-12.187 3.94-4.63 2.33-19.349 0.45-25.839-0.97-4.519-1.98-25.198-9.8-25.03-3.13 0.067-4.13 3.162-6.61 3.732-2.52-2.302-2.21-5.763-4.37-8.116-0.87-0.944-2.4-1.049-3.6-1.576-5.75-2.532-11.26-4.378-14.14 2.644-1.39 2.098-3.69-2.464-5.88-2.769-3.63-0.505-3.43 4.208-5.74 5.457-4.34 2.339 2.52-1.867-3.22 0.345-0.43 0.165-2.2 2.713-2.34 2.907-2.56 3.194-5.36 6.115-8.89 8.38-2.05 1.314-7.55 2.523-8.81 4.483-2.29 3.537-4.66 12.911 2.05 12.659l-13.9-24.403z" transform="translate(10 1107.4)" display="block"/>
+ <path id="calligraphy-f03-zh_TW.svgpath2079" d="m178.84 99.8c-0.1 2.88-3.47 1.04-1.85 4.69 0.84 1.9 3.93 6.45 6.45 6.56 2.76 0.13 16.62-18.126 18.61-20.892 5.53-3.226-0.42-9.547 3.2-13.305 0.39-0.403 7.86-2.334 5.89-3.693-1.83-1.259-3.74 0.682-1.88 2.233 3.86 2.771 5.3-1.616 8.56-2.713 2.95-0.996 5.19 1.605 7.14-1.725 4.35-2.406 10.07 3.599 13.46-2.542 0.91-1.648 0.7-3.858 2.08-5.209 2.72-1.206 6.32 1.078 8.81-0.949 1.13-0.917 1.47-4.062 3.15-4.232 2.32-0.235 3.27 3.47 4.36 4.042 1.49 0.783 8.5-2.995 9.62-3.49 8.17-3.877 13.98-10.407 19.71-16.923l0.32 0.494c-5.76 6.556-11.64 13.099-19.87 16.987-1.19 0.529-8.96 2.529-9.68 3.511-1.2 1.618-0.21 4.499-1.91 5.645-1.87 1.264-5.3-4.585-9.11 6.589-7.17 4.366-5.95-9.051-14.25 6.688-0.67 1.27-1.56 1.865-3.01 2.12-5.22-0.243-11.93 1.859-12.25 7.051-0.42 2.793-4.22 7.009-7.14 3.542-2.18-2.599 3.05-3.875-1.98-7.095-2.98-1.906-3.44 1.901-4.87 3.448-2.97 4.14-6.02 8.223-9.41 12.078-2.06 2.34-8.16 6.19-9.31 8.88-1.64 3.83 1.21 10.59-1.54 14.01-3.85 4.78-2.87 0.23-3.3 2.76v-28.56z" transform="translate(10 1107.4)" display="block"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1260.559444" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1260.559444" x="10">角度和固定</tspan>
</text>
- <rect id="d0e192" display="none" height="1000px" width="288" y="1269.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e192" display="none" height="1e3px" width="288" y="1265.8" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e192"/>
</flowRegion>
<flowDiv xml:space="preserve">除了寬度以外,書法最重要的參數便是<flowSpan font-style="italic">角度</flowSpan>。筆尖角度以度為單位,數值可從 0 (水平) 到 90 (逆時針垂直) 或 -90 (順時針垂直)。注意如果你開啟繪圖板的傾斜感應功能,那麼角度參數會變成灰色而角度會由繪圖筆的傾斜程度決定。</flowDiv>
</flowRoot>
<defs id="calligraphy-f04-zh_TW.svgdefs3">
- <marker id="calligraphy-f04-zh_TW.svgTriangleOutS" refY="0.0" refX="0.0" orient="auto" inkscape:stockid="TriangleOutS">
- <path id="calligraphy-f04-zh_TW.svgpath1051" style="marker-start:none;" d="M5.77,0l-8.65,5v-10l8.65,5z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="scale(0.2)" stroke="#000" stroke-width="1.0pt"/>
+ <marker id="calligraphy-f04-zh_TW.svgTriangleOutS" refY="0.0" refX="0.0" orient="auto" inkscape:stockid="TriangleOutS" overflow="visible">
+ <path id="calligraphy-f04-zh_TW.svgpath1051" d="m5.77 0l-8.65 5v-10l8.65 5z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="scale(.2)" stroke="#000" stroke-width="1pt"/>
</marker>
- <marker id="calligraphy-f04-zh_TW.svgTriangleInS" refY="0.0" refX="0.0" orient="auto" inkscape:stockid="TriangleInS">
- <path id="calligraphy-f04-zh_TW.svgpath4777" style="marker-start:none;" d="M5.77,0l-8.65,5v-10l8.65,5z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="scale(-0.2)" stroke="#000" stroke-width="1.0pt"/>
+ <marker id="calligraphy-f04-zh_TW.svgTriangleInS" refY="0.0" refX="0.0" orient="auto" inkscape:stockid="TriangleInS" overflow="visible">
+ <path id="calligraphy-f04-zh_TW.svgpath4777" d="m5.77 0l-8.65 5v-10l8.65 5z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="scale(-.2)" stroke="#000" stroke-width="1pt"/>
</marker>
</defs>
- <path id="calligraphy-f04-zh_TW.svgpath2832" stroke-linejoin="miter" style="stroke-dasharray:0.65013618 1.9504085;" d="M111.33,102.81h92.82" display="block" transform="translate(10, 1317.7050729999999) " stroke-dashoffset="0.0000000" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.65013617" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f04-zh_TW.svgpath2834" stroke-linejoin="miter" style="stroke-dasharray:0.68750000 2.0625000;" d="M111.36,103.08l88.17-50.902" display="block" transform="translate(10, 1317.7050729999999) " stroke-dashoffset="0.0000000" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.68750000" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f04-zh_TW.svgpath2838" stroke-linejoin="miter" style="marker-end:none;color:#000000;marker-start:none;stroke-dasharray:0.68750000 2.0625000;marker-mid:none;" d="M111.47,130.33v-118.78" display="block" sodipodi:nodetypes="cc" transform="translate(10, 1317.7050729999999) " stroke-dashoffset="0.0000000" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.68750000" sodipodi:insensitive="true" fill="none"/>
- <text id="calligraphy-f04-zh_TW.svgtext4096" font-weight="normal" xml:space="preserve" transform="translate(10, 1317.7050729999999) " display="block" font-size="6.0000000" font-style="normal" y="4.5585475" x="88.336723" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-zh_TW.svgtspan4097" y="4.5585475" x="88.336723" role="line">角度 = 90 度</tspan></text>
- <text id="calligraphy-f04-zh_TW.svgtext4099" font-weight="normal" xml:space="preserve" transform="translate(10, 1317.7050729999999) " display="block" font-size="6.0000000" font-style="normal" y="52.500549" x="202.46759" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-zh_TW.svgtspan4100" y="52.500549" x="202.46759" role="line">角度 = 30 (預設)</tspan></text>
- <text id="calligraphy-f04-zh_TW.svgtext4102" font-weight="normal" xml:space="preserve" transform="translate(10, 1317.7050729999999) " display="block" font-size="6.0000000" font-style="normal" y="104.26855" x="207.52388" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-zh_TW.svgtspan4103" y="104.26855" x="207.52388" role="line">角度 = 0</tspan></text>
- <text id="calligraphy-f04-zh_TW.svgtext4105" font-weight="normal" xml:space="preserve" transform="translate(10, 1317.7050729999999) " display="block" font-size="6.0000000" font-style="normal" y="139.26855" x="87.677307" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-zh_TW.svgtspan4106" y="139.26855" x="87.677307" role="line">角度 = -90 度</tspan></text>
- <path id="calligraphy-f04-zh_TW.svgpath4108" stroke-linejoin="miter" style="marker-end:url(#calligraphy-f04-zh_TW.svgTriangleOutS);color:#000000;marker-start:url(#calligraphy-f04-zh_TW.svgTriangleInS);" d="m144.5,1564.1c2.0412,4.3309,3.2095,9.0215,3.4381,13.804" display="block" transform="translate(10, 1317.7050729999999) translate(0.000000,-1477.330)" stroke-dashoffset="0" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.6875" fill="none"/>
- <g id="calligraphy-f04-zh_TW.svgg2827" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1317.7050729999999) matrix(0.362447,-0.209258,0.209258,0.362447,-207.7803,-450.1500)">
- <use id="calligraphy-f04-zh_TW.svguse2837" xlink:href="#calligraphy-f04-zh_TW.svgpath2835" transform="matrix(-1.000000,1.554114e-6,1.554114e-6,1.000000,279.9908,-2.175686e-4)" height="2515.0000" width="320.00000" y="0.0000000" x="0.0000000"/>
- <path id="calligraphy-f04-zh_TW.svgpath2835" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f04-zh_TW.svgpath2836" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f04-zh_TW.svgpath2202" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <use id="calligraphy-f04-zh_TW.svguse2203" xlink:href="#calligraphy-f04-zh_TW.svgpath2202" transform="matrix(-1.000000,0.000000,0.000000,1.000000,279.5397,0.000000)" height="2515.0000" width="320.00000" y="0.0000000" x="0.0000000"/>
- <path id="calligraphy-f04-zh_TW.svgpath2204" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f04-zh_TW.svgpath2205" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <path id="calligraphy-f04-zh_TW.svgpath2832" d="m111.33 102.81h92.82" display="block" transform="translate(10 1314.2)" stroke="#000" stroke-dasharray="0.65013618 1.9504085" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".65014" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f04-zh_TW.svgpath2834" d="m111.36 103.08l88.17-50.902" display="block" transform="translate(10 1314.2)" stroke="#000" stroke-dasharray="0.68750000 2.0625000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".6875" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f04-zh_TW.svgpath2838" sodipodi:nodetypes="cc" stroke="#000" stroke-width=".6875" fill="none" style="color:#000000" transform="translate(10 1314.2)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" d="m111.47 130.33v-118.78" stroke-dasharray="0.68750000 2.0625000" display="block"/>
+ <text id="calligraphy-f04-zh_TW.svgtext4096" xml:space="preserve" transform="translate(10 1314.2)" display="block" font-size="6" y="4.5585475" x="88.336723" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-zh_TW.svgtspan4097" y="4.5585475" x="88.336723" role="line">角度 = 90 度</tspan></text>
+ <text id="calligraphy-f04-zh_TW.svgtext4099" xml:space="preserve" transform="translate(10 1314.2)" display="block" font-size="6" y="52.500549" x="202.46759" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-zh_TW.svgtspan4100" y="52.500549" x="202.46759" role="line">角度 = 30 (預設)</tspan></text>
+ <text id="calligraphy-f04-zh_TW.svgtext4102" xml:space="preserve" transform="translate(10 1314.2)" display="block" font-size="6" y="104.26855" x="207.52388" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-zh_TW.svgtspan4103" y="104.26855" x="207.52388" role="line">角度 = 0</tspan></text>
+ <text id="calligraphy-f04-zh_TW.svgtext4105" xml:space="preserve" transform="translate(10 1314.2)" display="block" font-size="6" y="139.26855" x="87.677307" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f04-zh_TW.svgtspan4106" y="139.26855" x="87.677307" role="line">角度 = -90 度</tspan></text>
+ <path id="calligraphy-f04-zh_TW.svgpath4108" style="color:#000000" marker-end="url(#calligraphy-f04-zh_TW.svgTriangleOutS)" d="m144.5 1564.1c2.0412 4.3309 3.2095 9.0215 3.4381 13.804" display="block" marker-start="url(#calligraphy-f04-zh_TW.svgTriangleInS)" transform="translate(10 -163.1)" stroke="#000" marker="none" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.6875" fill="none"/>
+ <g id="calligraphy-f04-zh_TW.svgg2827" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1314.2) matrix(.36245 -.20926 .20926 .36245 -207.78 -450.15)">
+ <use id="calligraphy-f04-zh_TW.svguse2837" xlink:href="#calligraphy-f04-zh_TW.svgpath2835" transform="matrix(-1 .0000015541 .0000015541 1 279.99 -.00021757)" height="2515.0000" width="320.00000" y="0.0000000" x="0.0000000"/>
+ <path id="calligraphy-f04-zh_TW.svgpath2835" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f04-zh_TW.svgpath2836" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f04-zh_TW.svgpath2202" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <use id="calligraphy-f04-zh_TW.svguse2203" xlink:href="#calligraphy-f04-zh_TW.svgpath2202" transform="matrix(-1 0 0 1 279.54 0)" height="2515.0000" width="320.00000" y="0.0000000" x="0.0000000"/>
+ <path id="calligraphy-f04-zh_TW.svgpath2204" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f04-zh_TW.svgpath2205" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <path id="calligraphy-f04-zh_TW.svgpath2853" d="M156.54,76.72c-5.31-7.767-14.75-11.811-23.75-13.131-18.92-1.651-34.885,12.692-53.777,11.114-4.414-0.852-6.386-3.82-5.414-8.228,3.432-15.575,26.471-25.039,39.211-29.804,9.87-3.425,20.2-4.911,30.54-5.903l-10.88,6.284c-10.35,0.992-20.67,2.476-30.54,5.902-1.86,0.698-3.757,1.329-5.597,2.093-1.703,0.707-6.339,3.611-5.023,2.319,1.79-1.758,4.183-2.839,6.51-3.778,0.3-0.122-3.126,1.734-6.726,5.389-3.478,3.533-8.572,10.426-6.527,15.827,0.885,2.336,3.108,3.108,5.328,3.615,18.895,1.579,34.855-12.764,53.775-11.113,9.01,1.32,18.44,5.363,23.75,13.13l-10.88,6.284z" fill-rule="nonzero" transform="translate(10, 1317.7050729999999) " display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#d2d2d2"/>
- <rect id="d0e208" display="none" height="1000px" width="288" y="1470.3" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <path id="calligraphy-f04-zh_TW.svgpath2853" d="m156.54 76.72c-5.31-7.767-14.75-11.811-23.75-13.131-18.92-1.651-34.885 12.692-53.777 11.114-4.414-0.852-6.386-3.82-5.414-8.228 3.432-15.575 26.471-25.039 39.211-29.804 9.87-3.425 20.2-4.911 30.54-5.903l-10.88 6.284c-10.35 0.992-20.67 2.476-30.54 5.902-1.86 0.698-3.757 1.329-5.597 2.093-1.703 0.707-6.339 3.611-5.023 2.319 1.79-1.758 4.183-2.839 6.51-3.778 0.3-0.122-3.126 1.734-6.726 5.389-3.478 3.533-8.572 10.426-6.527 15.827 0.885 2.336 3.108 3.108 5.328 3.615 18.895 1.579 34.855-12.764 53.775-11.113 9.01 1.32 18.44 5.363 23.75 13.13l-10.88 6.284z" transform="translate(10 1314.2)" display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#d2d2d2"/>
+ <rect id="d0e208" display="none" height="1e3px" width="288" y="1466.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e208"/>
</flowRegion>
- <flowDiv xml:space="preserve">Each traditional calligraphy style has its own prevalent pen angle. For example, the
-Uncial hand uses the angle of 25 degrees. More complex hands and more experienced
-calligraphers will often vary the angle while drawing, and Inkscape makes this possible
-by pressing <flowSpan font-weight="bold">up</flowSpan> and <flowSpan font-weight="bold">down</flowSpan> arrow keys or with a tablet that
-supports the tilt sensitivity feature. For beginning calligraphy lessons, however,
-keeping the angle constant will work best. Here are examples of strokes drawn at
-different angles (fixation = 100):
-</flowDiv>
- </flowRoot>
- <text id="calligraphy-f05-zh_TW.svgtext4984" font-weight="normal" xml:space="preserve" transform="translate(10, 1570.6521259999997) " display="block" font-size="6.0000000" font-style="normal" y="4.5585475" x="27.677305" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-zh_TW.svgtspan4985" y="4.5585475" x="27.677305" role="line">角度 = 30</tspan></text>
- <text id="calligraphy-f05-zh_TW.svgtext4987" font-weight="normal" xml:space="preserve" transform="translate(10, 1570.6521259999997) " display="block" font-size="6.0000000" font-style="normal" y="4.5585475" x="84.742744" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-zh_TW.svgtspan4988" y="4.5585475" x="84.742744" role="line">角度 = 60</tspan></text>
- <text id="calligraphy-f05-zh_TW.svgtext4990" font-weight="normal" xml:space="preserve" transform="translate(10, 1570.6521259999997) " display="block" font-size="6.0000000" font-style="normal" y="4.5585475" x="147.24278" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-zh_TW.svgtspan4991" y="4.5585475" x="147.24278" role="line">角度 = 90</tspan></text>
- <text id="calligraphy-f05-zh_TW.svgtext4993" font-weight="normal" xml:space="preserve" transform="translate(10, 1570.6521259999997) " display="block" font-size="6.0000000" font-style="normal" y="4.5585475" x="232.24278" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-zh_TW.svgtspan4994" y="4.5585475" x="232.24278" role="line">角度 = 0</tspan></text>
- <text id="calligraphy-f05-zh_TW.svgtext4996" font-weight="normal" xml:space="preserve" transform="translate(10, 1570.6521259999997) " display="block" font-size="6.0000000" font-style="normal" y="92.058548" x="267.2428" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-zh_TW.svgtspan4997" y="92.058548" x="267.24280" role="line">角度 = 15</tspan></text>
- <text id="calligraphy-f05-zh_TW.svgtext4999" font-weight="normal" xml:space="preserve" transform="translate(10, 1570.6521259999997) " display="block" font-size="6.0000000" font-style="normal" y="134.55855" x="39.742786" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-zh_TW.svgtspan5000" y="134.55855" x="39.742786" role="line">角度 = -45</tspan></text>
- <path id="calligraphy-f05-zh_TW.svgpath4901" d="M45.448,18.016c3.5-0.314,14.489-6.113,14.025,0.4-5.461,10.157-10.585,20.538-15.402,31.033-1.488,3.587-14.036,28.168-3.499,25.42,9.088-3.824,17.5-8.081,27.499-8.489,2.124-0.12,4.202,0.173,6.269,0.607l-22.113,12.767c-2.067-0.434-4.145-0.727-6.269-0.607-9.999,0.407-18.411,4.665-27.499,8.489-10.537,2.748,2.011-21.833,3.499-25.42,4.817-10.495,9.941-20.876,15.402-31.033,0.464-6.513-10.525-0.714-14.024-0.4l22.112-12.767z" fill-rule="nonzero" transform="translate(10, 1570.6521259999997) " display="block" fill="#000"/>
- <path id="calligraphy-f05-zh_TW.svgpath4917" d="M148.1,20.769c4.28-11.918,20.14-2.827,26.34,2.18,21.24,25.454,17.89,66.509,15.98,97.261,0-6.98-0.07-13.96,0.01-20.943,0-0.271,33.3-18.644,36.53-20.376v22.159c-9.58,5.14-19.54,9.73-28.69,15.62-0.61,0.39-6.71,5.71-7.61,5.26-0.17-0.08-0.16-0.34-0.23-0.51-0.01-7.79-0.01-15.58-0.01-23.368,0.49-7.968,0.32-24.258,0.71,9.248,0.07,6.31,0.2-4-0.27-11.545-1.1-17.731-3.87-37.184-16.42-50.652-6.2-5.007-22.06-14.098-26.34-2.18v-22.154z" fill-rule="nonzero" transform="translate(10, 1570.6521259999997) " display="block" fill="#000"/>
- <path id="calligraphy-f05-zh_TW.svgpath4927" d="M220.36,12.834c-59.48-0.882,23.45-0.134,36.62,1.963,15.65,3.042,8.53,21.8,5.58,32.443-0.75,4.642-3.89,10.297-2.28,15.112,0.4,1.171,4.16,2.238,2.93,2.279-6.32,0.208-12.67,0.377-18.97-0.17-0.85-0.074,0.57,0.523,10.53-3.033,7.34-2.619,14.44-5.759,21.54-8.948h22.16c-15.18,6.819-72.39,32.651-58.07-5.24,2.96-10.643,10.07-29.401-5.58-32.443-6.57-1.046-13.18-1.481-19.82-1.826-3.37-0.175-13.5-0.338-10.13-0.352,6.66-0.029,13.32-0.019,19.98-0.008,1.4,0.002-2.79,0.181-4.19,0.186-7.48,0.028-14.97,0.024-22.45,0.037h22.15z" fill-rule="nonzero" transform="translate(10, 1570.6521259999997) " display="block" fill="#000"/>
- <path id="calligraphy-f05-zh_TW.svgpath4942" d="M20.12,106.67c8.492-5.41,17.954-6.958,27.898-6.27,19.875,1.69,29.405,15.47,42.96,29.18,0.731,0.74,2.886,3,2.149,2.26-25.227-25.09-13.515-12.66-5.887-8.01,16.19,9.76,30.39,1.41,44.82-7.24l15.67,15.67c-14.43,8.64-28.63,16.99-44.82,7.23-10.031-6.1-16.97-14.81-25.449-23.31-0.734-0.74-2.891-2.99-2.148-2.26,4.53,4.43,9.01,8.92,13.511,13.38,1.501,1.49-3.004-2.99-4.699-4.25-5.923-4.41-13.222-6.17-20.442-6.99-9.943-0.68-19.406,0.86-27.898,6.28l-15.665-15.67z" fill-rule="nonzero" transform="translate(10, 1570.6521259999997) " display="block" fill="#000"/>
- <path id="calligraphy-f05-zh_TW.svgpath4945" d="M83.624,25.219c5.169-6.605,10.672-13.197,19.206-15.209,20.89-0.1537,14.03,32.098,12.63,44.706,0.19,7.561-8.83,47.624,10.14,33.551,13.21-10.672,8.5-10.954,18.61-2.432,5.31,2.929,11.25,0.339,16.38-1.749l-11.08,19.184c-5.13,2.09-11.07,4.68-16.37,1.75-10.12-8.521-5.4-8.239-18.62,2.43-18.966,14.08-9.94-25.987-10.14-33.548,1.4-12.608,8.26-44.86-12.624-44.706-8.537,2.012-14.041,8.604-19.209,15.209l11.077-19.186z" fill-rule="nonzero" transform="translate(10, 1570.6521259999997) " display="block" fill="#000"/>
- <path id="calligraphy-f05-zh_TW.svgpath4983" d="M176.46,143.11c16.1-12.64,38.58-16.96,58.6-18.04,14.69-1.24,29,4.13,43.62,3.7,2.8-0.08,5.39-0.38,8.14-0.97,1.4-0.3,5.54-1.43,4.15-1.1-5.78,1.38-11.55,2.83-17.32,4.24,20.66-9.48,17.77-24.9-4.56-26.51-9.85-1.31-42.27,8.01-3.99-2.14l-21.4,5.73c15.39-4.15,30.65-9.713,46.79-9.32,22.33,1.61,25.22,17.02,4.56,26.5-8.47,2.41-22.91,7.72-33.73,9.02-15.95,1.91-31.67-4.9-47.66-3.42-9.4,0.51-29.91,5.9,4.12-3.5,1.22-0.34-2.44,0.67-3.64,1.06-5.88,1.93-11.72,4.77-16.28,9.02l-21.4,5.73z" fill-rule="nonzero" transform="translate(10, 1570.6521259999997) " display="block" fill="#000"/>
- <rect id="d0e227" display="none" height="1000px" width="288" y="1727.1" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <flowDiv xml:space="preserve">每一種傳統書法風格都有自己普遍的運筆角度。例如,安瑟爾字體 (Uncial hand) 書寫時使用 25 度角。更複雜的手法及富有經驗的書法家時常會在書寫時改變角度,而 Inkscape 能按<flowSpan font-weight="bold">上</flowSpan>和<flowSpan font-weight="bold">下</flowSpan>方向鍵或藉由繪圖板的傾斜感應功能達成這種效果。不過書法訓練課程剛開始時,保持固定角度是最好的練習方式。這有幾個用不同角度書寫的筆畫範例 (固定 = 100):</flowDiv>
+ </flowRoot>
+ <text id="calligraphy-f05-zh_TW.svgtext4984" xml:space="preserve" transform="translate(10 1536.9)" display="block" font-size="6" y="4.5585475" x="27.677305" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-zh_TW.svgtspan4985" y="4.5585475" x="27.677305" role="line">角度 = 30</tspan></text>
+ <text id="calligraphy-f05-zh_TW.svgtext4987" xml:space="preserve" transform="translate(10 1536.9)" display="block" font-size="6" y="4.5585475" x="84.742744" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-zh_TW.svgtspan4988" y="4.5585475" x="84.742744" role="line">角度 = 60</tspan></text>
+ <text id="calligraphy-f05-zh_TW.svgtext4990" xml:space="preserve" transform="translate(10 1536.9)" display="block" font-size="6" y="4.5585475" x="147.24278" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-zh_TW.svgtspan4991" y="4.5585475" x="147.24278" role="line">角度 = 90</tspan></text>
+ <text id="calligraphy-f05-zh_TW.svgtext4993" xml:space="preserve" transform="translate(10 1536.9)" display="block" font-size="6" y="4.5585475" x="232.24278" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-zh_TW.svgtspan4994" y="4.5585475" x="232.24278" role="line">角度 = 0</tspan></text>
+ <text id="calligraphy-f05-zh_TW.svgtext4996" xml:space="preserve" transform="translate(10 1536.9)" display="block" font-size="6" y="92.058548" x="267.2428" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-zh_TW.svgtspan4997" y="92.058548" x="267.24280" role="line">角度 = 15</tspan></text>
+ <text id="calligraphy-f05-zh_TW.svgtext4999" xml:space="preserve" transform="translate(10 1536.9)" display="block" font-size="6" y="134.55855" x="39.742786" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f05-zh_TW.svgtspan5000" y="134.55855" x="39.742786" role="line">角度 = -45</tspan></text>
+ <path id="calligraphy-f05-zh_TW.svgpath4901" d="m45.448 18.016c3.5-0.314 14.489-6.113 14.025 0.4-5.461 10.157-10.585 20.538-15.402 31.033-1.488 3.587-14.036 28.168-3.499 25.42 9.088-3.824 17.5-8.081 27.499-8.489 2.124-0.12 4.202 0.173 6.269 0.607l-22.113 12.767c-2.067-0.434-4.145-0.727-6.269-0.607-9.999 0.407-18.411 4.665-27.499 8.489-10.537 2.748 2.011-21.833 3.499-25.42 4.817-10.495 9.941-20.876 15.402-31.033 0.464-6.513-10.525-0.714-14.024-0.4l22.112-12.767z" transform="translate(10 1536.9)" display="block"/>
+ <path id="calligraphy-f05-zh_TW.svgpath4917" d="m148.1 20.769c4.28-11.918 20.14-2.827 26.34 2.18 21.24 25.454 17.89 66.509 15.98 97.261 0-6.98-0.07-13.96 0.01-20.943 0-0.271 33.3-18.644 36.53-20.376v22.159c-9.58 5.14-19.54 9.73-28.69 15.62-0.61 0.39-6.71 5.71-7.61 5.26-0.17-0.08-0.16-0.34-0.23-0.51-0.01-7.79-0.01-15.58-0.01-23.368 0.49-7.968 0.32-24.258 0.71 9.248 0.07 6.31 0.2-4-0.27-11.545-1.1-17.731-3.87-37.184-16.42-50.652-6.2-5.007-22.06-14.098-26.34-2.18v-22.154z" transform="translate(10 1536.9)" display="block"/>
+ <path id="calligraphy-f05-zh_TW.svgpath4927" d="m220.36 12.834c-59.48-0.882 23.45-0.134 36.62 1.963 15.65 3.042 8.53 21.8 5.58 32.443-0.75 4.642-3.89 10.297-2.28 15.112 0.4 1.171 4.16 2.238 2.93 2.279-6.32 0.208-12.67 0.377-18.97-0.17-0.85-0.074 0.57 0.523 10.53-3.033 7.34-2.619 14.44-5.759 21.54-8.948h22.16c-15.18 6.819-72.39 32.651-58.07-5.24 2.96-10.643 10.07-29.401-5.58-32.443-6.57-1.046-13.18-1.481-19.82-1.826-3.37-0.175-13.5-0.338-10.13-0.352 6.66-0.029 13.32-0.019 19.98-0.008 1.4 0.002-2.79 0.181-4.19 0.186-7.48 0.028-14.97 0.024-22.45 0.037h22.15z" transform="translate(10 1536.9)" display="block"/>
+ <path id="calligraphy-f05-zh_TW.svgpath4942" d="m20.12 106.67c8.492-5.41 17.954-6.958 27.898-6.27 19.875 1.69 29.405 15.47 42.96 29.18 0.731 0.74 2.886 3 2.149 2.26-25.227-25.09-13.515-12.66-5.887-8.01 16.19 9.76 30.39 1.41 44.82-7.24l15.67 15.67c-14.43 8.64-28.63 16.99-44.82 7.23-10.031-6.1-16.97-14.81-25.449-23.31-0.734-0.74-2.891-2.99-2.148-2.26 4.53 4.43 9.01 8.92 13.511 13.38 1.501 1.49-3.004-2.99-4.699-4.25-5.923-4.41-13.222-6.17-20.442-6.99-9.943-0.68-19.406 0.86-27.898 6.28l-15.665-15.67z" transform="translate(10 1536.9)" display="block"/>
+ <path id="calligraphy-f05-zh_TW.svgpath4945" d="m83.624 25.219c5.169-6.605 10.672-13.197 19.206-15.209 20.89-0.1537 14.03 32.098 12.63 44.706 0.19 7.561-8.83 47.624 10.14 33.551 13.21-10.672 8.5-10.954 18.61-2.432 5.31 2.929 11.25 0.339 16.38-1.749l-11.08 19.184c-5.13 2.09-11.07 4.68-16.37 1.75-10.12-8.521-5.4-8.239-18.62 2.43-18.966 14.08-9.94-25.987-10.14-33.548 1.4-12.608 8.26-44.86-12.624-44.706-8.537 2.012-14.041 8.604-19.209 15.209l11.077-19.186z" transform="translate(10 1536.9)" display="block"/>
+ <path id="calligraphy-f05-zh_TW.svgpath4983" d="m176.46 143.11c16.1-12.64 38.58-16.96 58.6-18.04 14.69-1.24 29 4.13 43.62 3.7 2.8-0.08 5.39-0.38 8.14-0.97 1.4-0.3 5.54-1.43 4.15-1.1-5.78 1.38-11.55 2.83-17.32 4.24 20.66-9.48 17.77-24.9-4.56-26.51-9.85-1.31-42.27 8.01-3.99-2.14l-21.4 5.73c15.39-4.15 30.65-9.713 46.79-9.32 22.33 1.61 25.22 17.02 4.56 26.5-8.47 2.41-22.91 7.72-33.73 9.02-15.95 1.91-31.67-4.9-47.66-3.42-9.4 0.51-29.91 5.9 4.12-3.5 1.22-0.34-2.44 0.67-3.64 1.06-5.88 1.93-11.72 4.77-16.28 9.02l-21.4 5.73z" transform="translate(10 1536.9)" display="block"/>
+ <rect id="d0e227" display="none" height="1e3px" width="288" y="1693.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e227"/>
</flowRegion>
<flowDiv xml:space="preserve">正如所見,書寫與筆尖角度平行時筆畫最細,而垂直書寫則最寬。角度為正是最自然和傳統的右手書法。</flowDiv>
</flowRoot>
- <rect id="d0e230" display="none" height="1000px" width="288" y="1755.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e230" display="none" height="1e3px" width="288" y="1721.6" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e230"/>
</flowRegion>
- <flowDiv xml:space="preserve">The level of contrast between the thinnest and the thickest is controlled by the
-<flowSpan font-style="italic">fixation</flowSpan> parameter. The value of 100 means that the angle is always
-constant, as set in the Angle field. Decreasing fixation lets the pen turn a little
-against the direction of the stroke. With fixation=0, pen rotates freely to be always
-perpendicular to the stroke, and Angle has no effect anymore:
-</flowDiv>
+ <flowDiv xml:space="preserve"><flowSpan font-style="italic">固定</flowSpan>參數可控制最細和最粗之間的對比程度。固定的值為 100 表示角度依照設定的值維持不變。減少固定值會使筆尖稍微朝筆畫的反方向轉動。若固定=0,則筆尖可任意旋轉使其永遠與筆畫保持垂直,而角度不再有任何影響:</flowDiv>
</flowRoot>
<defs id="calligraphy-f06-zh_TW.svgdefs3">
- <marker id="calligraphy-f06-zh_TW.svgTriangleInL" refY="0.0" refX="0.0" orient="auto" inkscape:stockid="TriangleInL">
- <path id="calligraphy-f06-zh_TW.svgpath4781" style="marker-start:none;" d="M5.77,0l-8.65,5v-10l8.65,5z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="scale(-0.8)" stroke="#000" stroke-width="1.0pt"/>
+ <marker id="calligraphy-f06-zh_TW.svgTriangleInL" refY="0.0" refX="0.0" orient="auto" inkscape:stockid="TriangleInL" overflow="visible">
+ <path id="calligraphy-f06-zh_TW.svgpath4781" d="m5.77 0l-8.65 5v-10l8.65 5z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="scale(-.8)" stroke="#000" stroke-width="1pt"/>
</marker>
</defs>
- <text id="calligraphy-f06-zh_TW.svgtext6476" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" display="block" sodipodi:linespacing="120.00000%" transform="translate(10, 1834.8884859999998) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="120.00000%" font-size="6.0000000" font-variant="normal" y="4.5585475" x="19.524405" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f06-zh_TW.svgtspan6477" y="4.5585475" x="19.524405" role="line">角度 = 30</tspan><tspan id="calligraphy-f06-zh_TW.svgtspan6479" y="11.758548" x="19.524405" role="line">固定 = 100</tspan></text>
- <text id="calligraphy-f06-zh_TW.svgtext6481" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" display="block" sodipodi:linespacing="120.00000%" transform="translate(10, 1834.8884859999998) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="120.00000%" font-size="6.0000000" font-variant="normal" y="4.5585475" x="119.52438" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f06-zh_TW.svgtspan6482" y="4.5585475" x="119.52438" role="line">角度 = 30</tspan><tspan id="calligraphy-f06-zh_TW.svgtspan6484" y="11.758548" x="119.52438" role="line">固定 = 80</tspan></text>
- <text id="calligraphy-f06-zh_TW.svgtext6486" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" display="block" sodipodi:linespacing="120.00000%" transform="translate(10, 1834.8884859999998) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="120.00000%" font-size="6.0000000" font-variant="normal" y="4.5585475" x="219.52438" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f06-zh_TW.svgtspan6487" y="4.5585475" x="219.52438" role="line">角度 = 30</tspan><tspan id="calligraphy-f06-zh_TW.svgtspan6489" y="11.758548" x="219.52438" role="line">固定 = 0</tspan></text>
- <path id="calligraphy-f06-zh_TW.svgpath5108" d="M213.97,69.663c-3.43-6.136-2.82-13.35-0.61-19.796,4.01-9.569,12.54-16.2,22.15-19.527,9.27-2.977,18.97-2.32,28.35-0.279,11.24,2.823,19.58,11.481,22.96,22.414,2.37,12.142,2.25,25.093-0.77,37.116-2.96,10.262-9.6,19.689-19.1,24.829-9.72,4.67-21.09,4.1-30.08-1.92-10.03-7.65-14.84-18.238-15.78-30.571-0.56-11.353,5.78-20.748,15.72-25.636,11.77-5.564,23.9-2.212,31.84,7.875,6.88,10.553,4.86,24.51-4.37,32.895-5.16,4.227-11.13,5.027-17.3,2.803l2.79-7.126c3.31,1.536,6.59,0.809,9.43-1.399,6.41-5.485,7.77-15.324,3.4-22.5-5.55-7.416-14.04-9.612-22.43-5.674-7.15,3.465-11.82,9.966-11.45,18.187,0.75,10.05,4.33,18.46,12.47,24.836,6.49,4.57,15.04,4.75,22.15,1.49,7.64-4.03,12.87-11.851,15.29-19.968,2.74-10.683,2.75-22.195,0.87-33.016-2.46-8.308-8.81-14.962-17.28-17.161-7.99-1.771-16.29-2.438-24.21,0.037-7.41,2.537-14.16,7.5-17.42,14.81-1.48,4.163-2.07,9.223-0.25,13.037l-6.37,4.244z" fill-rule="nonzero" transform="translate(10, 1834.8884859999998) " display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#cbcbcb"/>
- <path id="calligraphy-f06-zh_TW.svgpath5116" d="M14.48,65.761c-3.008-10.389,3.114-21.31,11.13-27.601,16.202-11.213,36.073-15.13,52.851-3.22,13.738,11.479,21.929,29.308,22.069,47.188-0.904,16.803-17.18,27.632-31.896,32.402-12.429,2.51-28.614,0.51-36.966-10-7.732-12.115-0.566-25.626,8.256-34.878,10.488-10.422,22.548-13.268,34.841-5.28,8.181,6.27,9.589,15.534,2.904,23.325-6.655,6.029-20.559,14.873-27.767,5.049-1.207-1.742-1.271-3.421-0.91-5.431l6.626-3.825c-0.361,2.006-0.297,3.687,0.91,5.43,3.103,4.233,7.325,5.312,12.375,3.857,1.362-0.391,5.139-2.336,3.959-1.552-1.546,1.031-3.161,1.969-4.827,2.792-1.167,0.575,4.261-2.816,3.008-2.495,6.685-7.791,5.277-17.056-2.904-23.325-4.349-2.825-9.49-5.179-14.797-5.096-2.013,0.032-7.482,2.525-5.904,1.275,1.455-1.15,3.156-1.954,4.747-2.91,2.037-1.222-7.967,4.807-5.635,4.359-8.822,9.252-15.988,22.765-8.256,34.875,8.352,10.51,24.537,12.51,36.966,10,1.81-0.59,6.715-3.32,5.34-2.01-1.124,1.07-2.633,1.65-3.987,2.41-1.778,1,3.459-2.17,5.076-3.41,7.054-5.41,12.028-12.609,12.216-21.735-0.137-17.883-8.332-35.711-22.07-47.189-7.307-5.186-14.715-7.789-23.759-7.376-3.5,0.158-7.046,0.627-10.452,1.458-2.18,0.532-7.399,4.145-6.378,2.15,0.041-0.081,8.248-5.219,0.99-0.666-8.015,6.292-14.138,17.211-11.13,27.605l-6.626,3.824z" fill-rule="nonzero" transform="translate(10, 1834.8884859999998) " display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#cbcbcb"/>
- <path id="calligraphy-f06-zh_TW.svgpath5131" d="M113.93,55.575c0.1-7.929,4.48-14.883,10.09-20.161,14.87-12.804,31.29-11.471,47.09-2.026,15.97,10.213,26.09,29.324,22.8,48.338-5,18.464-23.93,31.854-42.46,34.334-14.6,0.87-26.99-12.79-28.9-26.622,0.01-16.139,14.93-29.526,30.29-31.885,13.66-0.565,25.64,8.648,24.07,22.885-4.49,15.177-22.31,20.572-34.76,11.488-0.51-0.514-1.02-1.026-1.53-1.54l6.41-4.175c0.47,0.444,0.93,0.891,1.39,1.336,2.69,1.861,5.56,3.419,8.81,4.109,4.02,0.856,7.45-1.048,6.86-0.388-1.07,1.218-2.8,1.648-4.08,2.657-3.74,2.969,14.53-10.097,9.84-10.56,2.07-13.369-9.87-21.765-22.51-20.488-3.55,0.771-17.14,5.862-17.88,23.275,1.48,13.262,13.66,26.118,27.52,24.618,12.78-2.21,23.08-7.51,29.83-26.192,3.69-18.385-6.39-36.974-21.9-46.706-6.89-4.028-14.08-7.391-22.26-7.013-2.79,0.128-5.63,0.619-8.3,1.471-0.84,0.267-3.09,1.569-2.48,0.928,1.06-1.134,2.68-1.569,3.94-2.484,1.39-1.015-5.91,3.426-4.38,2.735-5.68,4.893-10.02,11.292-10.51,18.953l-6.99,3.113z" fill-rule="nonzero" transform="translate(10, 1834.8884859999998) " display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#cbcbcb"/>
- <path id="calligraphy-f06-zh_TW.svgpath5132" sodipodi:rx="36.461613" sodipodi:ry="36.461613" stroke="#000" stroke-linecap="butt" stroke-width="0.37500000" sodipodi:end="6.5569837" fill="none" style="marker-end:none;color:#000000;marker-start:url(#calligraphy-f06-zh_TW.svgTriangleInL);marker-mid:none;" sodipodi:start="5.8427480" transform="translate(10, 1834.8884859999998) matrix(-6.218852e-2,-0.930976,-0.930976,6.218852e-2,1532.867,59.39100)" stroke-miterlimit="4.0000000" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="M144.5,1564.1a36.462,36.462,0,0,1,2.12,25.4" sodipodi:open="true" stroke-linejoin="miter" stroke-dashoffset="0.0000000" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/>
- <path id="calligraphy-f06-zh_TW.svgpath5788" sodipodi:rx="36.461613" sodipodi:ry="36.461613" stroke="#000" stroke-linecap="butt" stroke-width="0.37500000" sodipodi:end="6.5569837" fill="none" style="marker-end:none;color:#000000;marker-start:url(#calligraphy-f06-zh_TW.svgTriangleInL);marker-mid:none;" sodipodi:start="5.8427480" transform="translate(10, 1834.8884859999998) matrix(-0.411629,0.837343,0.837343,0.411629,-1225.743,-653.0310)" stroke-miterlimit="4.0000000" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="M144.5,1564.1a36.462,36.462,0,0,1,2.12,25.4" sodipodi:open="true" stroke-linejoin="miter" stroke-dashoffset="0.0000000" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/>
- <path id="calligraphy-f06-zh_TW.svgpath5789" sodipodi:rx="36.461613" sodipodi:ry="36.461613" stroke="#000" stroke-linecap="butt" stroke-width="0.37500000" sodipodi:end="6.5569837" fill="none" style="marker-end:none;color:#000000;marker-start:url(#calligraphy-f06-zh_TW.svgTriangleInL);marker-mid:none;" sodipodi:start="5.8427480" transform="translate(10, 1834.8884859999998) matrix(-6.218852e-2,-0.930976,-0.930976,6.218852e-2,1627.644,57.76100)" stroke-miterlimit="4.0000000" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="M144.5,1564.1a36.462,36.462,0,0,1,2.12,25.4" sodipodi:open="true" stroke-linejoin="miter" stroke-dashoffset="0.0000000" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/>
- <path id="calligraphy-f06-zh_TW.svgpath5790" sodipodi:rx="36.461613" sodipodi:ry="36.461613" stroke="#000" stroke-linecap="butt" stroke-width="0.37500000" sodipodi:end="6.5569837" fill="none" style="marker-end:none;color:#000000;marker-start:url(#calligraphy-f06-zh_TW.svgTriangleInL);marker-mid:none;" sodipodi:start="5.8427480" transform="translate(10, 1834.8884859999998) matrix(-0.411629,0.837343,0.837343,0.411629,-1127.066,-651.0020)" stroke-miterlimit="4.0000000" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="M144.5,1564.1a36.462,36.462,0,0,1,2.12,25.4" sodipodi:open="true" stroke-linejoin="miter" stroke-dashoffset="0.0000000" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/>
- <path id="calligraphy-f06-zh_TW.svgpath5791" sodipodi:rx="36.461613" sodipodi:ry="36.461613" stroke="#000" stroke-linecap="butt" stroke-width="0.37500000" sodipodi:end="6.5569837" fill="none" style="marker-end:none;color:#000000;marker-start:url(#calligraphy-f06-zh_TW.svgTriangleInL);marker-mid:none;" sodipodi:start="5.8427480" transform="translate(10, 1834.8884859999998) matrix(-6.218852e-2,-0.930976,-0.930976,6.218852e-2,1727.566,56.84200)" stroke-miterlimit="4.0000000" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="M144.5,1564.1a36.462,36.462,0,0,1,2.12,25.4" sodipodi:open="true" stroke-linejoin="miter" stroke-dashoffset="0.0000000" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/>
- <path id="calligraphy-f06-zh_TW.svgpath5792" sodipodi:rx="36.461613" sodipodi:ry="36.461613" stroke="#000" stroke-linecap="butt" stroke-width="0.37500000" sodipodi:end="6.5569837" fill="none" style="marker-end:none;color:#000000;marker-start:url(#calligraphy-f06-zh_TW.svgTriangleInL);marker-mid:none;" sodipodi:start="5.8427480" transform="translate(10, 1834.8884859999998) matrix(-0.411629,0.837343,0.837343,0.411629,-1024.434,-648.5020)" stroke-miterlimit="4.0000000" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="M144.5,1564.1a36.462,36.462,0,0,1,2.12,25.4" sodipodi:open="true" stroke-linejoin="miter" stroke-dashoffset="0.0000000" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/>
- <g id="calligraphy-f06-zh_TW.svguse5793" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(0.221170,-0.127691,9.762401e-2,0.169090,-162.1618,-176.7080)">
- <path id="calligraphy-f06-zh_TW.svguse4227" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4228" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4229" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4230" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4231" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4232" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4233" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <text id="calligraphy-f06-zh_TW.svgtext6476" sodipodi:linespacing="120.00000%" display="block" transform="translate(10 1769.8)" xml:space="preserve" line-height="120.00000%" font-size="6" y="4.5585475" x="19.524405" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f06-zh_TW.svgtspan6477" y="4.5585475" x="19.524405" role="line">角度 = 30</tspan><tspan id="calligraphy-f06-zh_TW.svgtspan6479" y="11.758548" x="19.524405" role="line">固定 = 100</tspan></text>
+ <text id="calligraphy-f06-zh_TW.svgtext6481" sodipodi:linespacing="120.00000%" display="block" transform="translate(10 1769.8)" xml:space="preserve" line-height="120.00000%" font-size="6" y="4.5585475" x="119.52438" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f06-zh_TW.svgtspan6482" y="4.5585475" x="119.52438" role="line">角度 = 30</tspan><tspan id="calligraphy-f06-zh_TW.svgtspan6484" y="11.758548" x="119.52438" role="line">固定 = 80</tspan></text>
+ <text id="calligraphy-f06-zh_TW.svgtext6486" sodipodi:linespacing="120.00000%" display="block" transform="translate(10 1769.8)" xml:space="preserve" line-height="120.00000%" font-size="6" y="4.5585475" x="219.52438" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f06-zh_TW.svgtspan6487" y="4.5585475" x="219.52438" role="line">角度 = 30</tspan><tspan id="calligraphy-f06-zh_TW.svgtspan6489" y="11.758548" x="219.52438" role="line">固定 = 0</tspan></text>
+ <path id="calligraphy-f06-zh_TW.svgpath5108" d="m213.97 69.663c-3.43-6.136-2.82-13.35-0.61-19.796 4.01-9.569 12.54-16.2 22.15-19.527 9.27-2.977 18.97-2.32 28.35-0.279 11.24 2.823 19.58 11.481 22.96 22.414 2.37 12.142 2.25 25.093-0.77 37.116-2.96 10.262-9.6 19.689-19.1 24.829-9.72 4.67-21.09 4.1-30.08-1.92-10.03-7.65-14.84-18.238-15.78-30.571-0.56-11.353 5.78-20.748 15.72-25.636 11.77-5.564 23.9-2.212 31.84 7.875 6.88 10.553 4.86 24.51-4.37 32.895-5.16 4.227-11.13 5.027-17.3 2.803l2.79-7.126c3.31 1.536 6.59 0.809 9.43-1.399 6.41-5.485 7.77-15.324 3.4-22.5-5.55-7.416-14.04-9.612-22.43-5.674-7.15 3.465-11.82 9.966-11.45 18.187 0.75 10.05 4.33 18.46 12.47 24.836 6.49 4.57 15.04 4.75 22.15 1.49 7.64-4.03 12.87-11.851 15.29-19.968 2.74-10.683 2.75-22.195 0.87-33.016-2.46-8.308-8.81-14.962-17.28-17.161-7.99-1.771-16.29-2.438-24.21 0.037-7.41 2.537-14.16 7.5-17.42 14.81-1.48 4.163-2.07 9.223-0.25 13.037l-6.37 4.244z" transform="translate(10 1769.8)" display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#cbcbcb"/>
+ <path id="calligraphy-f06-zh_TW.svgpath5116" d="m14.48 65.761c-3.008-10.389 3.114-21.31 11.13-27.601 16.202-11.213 36.073-15.13 52.851-3.22 13.738 11.479 21.929 29.308 22.069 47.188-0.904 16.803-17.18 27.632-31.896 32.402-12.429 2.51-28.614 0.51-36.966-10-7.732-12.115-0.566-25.626 8.256-34.878 10.488-10.422 22.548-13.268 34.841-5.28 8.181 6.27 9.589 15.534 2.904 23.325-6.655 6.029-20.559 14.873-27.767 5.049-1.207-1.742-1.271-3.421-0.91-5.431l6.626-3.825c-0.361 2.006-0.297 3.687 0.91 5.43 3.103 4.233 7.325 5.312 12.375 3.857 1.362-0.391 5.139-2.336 3.959-1.552-1.546 1.031-3.161 1.969-4.827 2.792-1.167 0.575 4.261-2.816 3.008-2.495 6.685-7.791 5.277-17.056-2.904-23.325-4.349-2.825-9.49-5.179-14.797-5.096-2.013 0.032-7.482 2.525-5.904 1.275 1.455-1.15 3.156-1.954 4.747-2.91 2.037-1.222-7.967 4.807-5.635 4.359-8.822 9.252-15.988 22.765-8.256 34.875 8.352 10.51 24.537 12.51 36.966 10 1.81-0.59 6.715-3.32 5.34-2.01-1.124 1.07-2.633 1.65-3.987 2.41-1.778 1 3.459-2.17 5.076-3.41 7.054-5.41 12.028-12.609 12.216-21.735-0.137-17.883-8.332-35.711-22.07-47.189-7.307-5.186-14.715-7.789-23.759-7.376-3.5 0.158-7.046 0.627-10.452 1.458-2.18 0.532-7.399 4.145-6.378 2.15 0.041-0.081 8.248-5.219 0.99-0.666-8.015 6.292-14.138 17.211-11.13 27.605l-6.626 3.824z" transform="translate(10 1769.8)" display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#cbcbcb"/>
+ <path id="calligraphy-f06-zh_TW.svgpath5131" d="m113.93 55.575c0.1-7.929 4.48-14.883 10.09-20.161 14.87-12.804 31.29-11.471 47.09-2.026 15.97 10.213 26.09 29.324 22.8 48.338-5 18.464-23.93 31.854-42.46 34.334-14.6 0.87-26.99-12.79-28.9-26.622 0.01-16.139 14.93-29.526 30.29-31.885 13.66-0.565 25.64 8.648 24.07 22.885-4.49 15.177-22.31 20.572-34.76 11.488-0.51-0.514-1.02-1.026-1.53-1.54l6.41-4.175c0.47 0.444 0.93 0.891 1.39 1.336 2.69 1.861 5.56 3.419 8.81 4.109 4.02 0.856 7.45-1.048 6.86-0.388-1.07 1.218-2.8 1.648-4.08 2.657-3.74 2.969 14.53-10.097 9.84-10.56 2.07-13.369-9.87-21.765-22.51-20.488-3.55 0.771-17.14 5.862-17.88 23.275 1.48 13.262 13.66 26.118 27.52 24.618 12.78-2.21 23.08-7.51 29.83-26.192 3.69-18.385-6.39-36.974-21.9-46.706-6.89-4.028-14.08-7.391-22.26-7.013-2.79 0.128-5.63 0.619-8.3 1.471-0.84 0.267-3.09 1.569-2.48 0.928 1.06-1.134 2.68-1.569 3.94-2.484 1.39-1.015-5.91 3.426-4.38 2.735-5.68 4.893-10.02 11.292-10.51 18.953l-6.99 3.113z" transform="translate(10 1769.8)" display="block" xmlns:cc="http://creativecommons.org/ns#" fill="#cbcbcb"/>
+ <path id="calligraphy-f06-zh_TW.svgpath5132" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-zh_TW.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 1769.8) matrix(-.062189 -.93098 -.93098 .062189 1532.9 59.391)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/>
+ <path id="calligraphy-f06-zh_TW.svgpath5788" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-zh_TW.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 1769.8) matrix(-.41163 .83734 .83734 .41163 -1225.7 -653.03)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/>
+ <path id="calligraphy-f06-zh_TW.svgpath5789" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-zh_TW.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 1769.8) matrix(-.062189 -.93098 -.93098 .062189 1627.6 57.761)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/>
+ <path id="calligraphy-f06-zh_TW.svgpath5790" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-zh_TW.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 1769.8) matrix(-.41163 .83734 .83734 .41163 -1127.1 -651)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/>
+ <path id="calligraphy-f06-zh_TW.svgpath5791" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-zh_TW.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 1769.8) matrix(-.062189 -.93098 -.93098 .062189 1727.6 56.842)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/>
+ <path id="calligraphy-f06-zh_TW.svgpath5792" sodipodi:rx="36.461613" sodipodi:ry="36.461613" marker-start="url(#calligraphy-f06-zh_TW.svgTriangleInL)" stroke="#000" marker="none" stroke-width=".375" sodipodi:end="6.5569837" fill="none" style="color:#000000" sodipodi:start="5.8427480" transform="translate(10 1769.8) matrix(-.41163 .83734 .83734 .41163 -1024.4 -648.5)" xmlns:cc="http://creativecommons.org/ns#" sodipodi:insensitive="true" sodipodi:type="arc" d="m144.5 1564.1a36.462 36.462 0 0 1 2.12 25.4" sodipodi:open="true" sodipodi:cy="1579.6672" sodipodi:cx="111.51856" display="block"/>
+ <g id="calligraphy-f06-zh_TW.svguse5793" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.22117 -.12769 .097624 .16909 -162.16 -176.71)">
+ <path id="calligraphy-f06-zh_TW.svguse4227" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4228" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4229" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4230" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4231" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4232" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4233" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse5794" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(0.221170,-0.127691,9.762401e-2,0.169090,-148.5715,-205.1030)">
- <path id="calligraphy-f06-zh_TW.svguse4235" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4236" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4237" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4238" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4239" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4240" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4241" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse5794" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.22117 -.12769 .097624 .16909 -148.57 -205.1)">
+ <path id="calligraphy-f06-zh_TW.svguse4235" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4236" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4237" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4238" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4239" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4240" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4241" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse5795" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(0.221170,-0.127691,9.762401e-2,0.169090,-96.44287,-194.9610)">
- <path id="calligraphy-f06-zh_TW.svguse4243" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4244" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4245" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4246" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4247" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4248" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4249" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse5795" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.22117 -.12769 .097624 .16909 -96.443 -194.96)">
+ <path id="calligraphy-f06-zh_TW.svguse4243" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4244" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4245" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4246" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4247" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4248" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4249" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse5796" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(0.221170,-0.127691,9.762401e-2,0.169090,-100.7026,-130.4630)">
- <path id="calligraphy-f06-zh_TW.svguse4251" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4252" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4253" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4254" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4255" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4256" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4257" sodipodi:rx="9.4238768" sodipodi:ry="18.847754" style="marker-end:none;color:#000000;marker-start:none;marker-mid:none;" sodipodi:type="arc" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" sodipodi:cy="1610.5809" sodipodi:cx="145.72865" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse5796" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.22117 -.12769 .097624 .16909 -100.7 -130.46)">
+ <path id="calligraphy-f06-zh_TW.svguse4251" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4252" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4253" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4254" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4255" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4256" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4257" sodipodi:rx="9.4238768" sodipodi:ry="18.847754" style="color:#000000" sodipodi:type="arc" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block" sodipodi:cy="1610.5809" sodipodi:cx="145.72865"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse5797" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(0.221170,-0.127691,9.762401e-2,0.169090,-131.8377,-176.3050)">
- <path id="calligraphy-f06-zh_TW.svguse4259" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4260" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4261" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4262" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4263" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4264" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4265" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse5797" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.22117 -.12769 .097624 .16909 -131.84 -176.3)">
+ <path id="calligraphy-f06-zh_TW.svguse4259" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4260" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4261" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4262" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4263" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4264" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4265" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse6461" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(0.235542,-9.870109e-2,7.545923e-2,0.180077,-30.75973,-207.0980)">
- <path id="calligraphy-f06-zh_TW.svguse4267" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4268" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4269" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4270" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4271" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4272" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4273" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse6461" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.23554 -.098701 .075459 .18008 -30.76 -207.1)">
+ <path id="calligraphy-f06-zh_TW.svguse4267" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4268" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4269" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4270" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4271" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4272" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4273" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse6462" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(0.127692,-0.221169,0.169090,9.762466e-2,-145.8976,-85.06700)">
- <path id="calligraphy-f06-zh_TW.svguse4275" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4276" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4277" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4278" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4279" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4280" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4281" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse6462" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.12769 -.22117 .16909 .097625 -145.9 -85.067)">
+ <path id="calligraphy-f06-zh_TW.svguse4275" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4276" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4277" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4278" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4279" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4280" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4281" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse6463" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(0.180585,-0.180585,0.138062,0.138063,-57.93601,-141.1250)">
- <path id="calligraphy-f06-zh_TW.svguse4283" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4284" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4285" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4286" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4287" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4288" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4289" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse6463" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.18058 -.18058 .13806 .13806 -57.936 -141.12)">
+ <path id="calligraphy-f06-zh_TW.svguse4283" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4284" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4285" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4286" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4287" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4288" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4289" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse6464" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(0.242248,-8.085345e-2,6.181697e-2,0.185204,50.75426,-169.9270)">
- <path id="calligraphy-f06-zh_TW.svguse4291" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4292" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4293" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4294" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4295" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4296" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4297" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse6464" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.24225 -.080853 .061817 .18520 50.754 -169.93)">
+ <path id="calligraphy-f06-zh_TW.svguse4291" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4292" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4293" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4294" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4295" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4296" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4297" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse6465" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(0.213067,-0.140797,0.107643,0.162896,-63.89388,-129.5220)">
- <path id="calligraphy-f06-zh_TW.svguse4299" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4300" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4301" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4302" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4303" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4304" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4305" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse6465" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.21307 -.14080 .10764 .16290 -63.894 -129.52)">
+ <path id="calligraphy-f06-zh_TW.svguse4299" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4300" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4301" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4302" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4303" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4304" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4305" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse6466" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(0.114122,-0.228469,0.174669,8.724938e-2,-144.3182,-35.77900)">
- <path id="calligraphy-f06-zh_TW.svguse4307" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4308" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4309" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4310" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4311" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4312" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4313" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse6466" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.11412 -.22847 .17467 .087249 -144.32 -35.779)">
+ <path id="calligraphy-f06-zh_TW.svguse4307" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4308" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4309" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4310" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4311" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4312" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4313" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse6470" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(-0.210403,0.144746,-0.110663,-0.160858,415.5136,292.3330)">
- <path id="calligraphy-f06-zh_TW.svguse4315" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4316" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4317" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4318" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4319" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4320" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4321" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse6470" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(-.21040 .14475 -.11066 -.16086 415.51 292.33)">
+ <path id="calligraphy-f06-zh_TW.svguse4315" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4316" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4317" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4318" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4319" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4320" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4321" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse6471" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(-0.144746,-0.210403,0.160858,-0.110663,2.148406,237.0070)">
- <path id="calligraphy-f06-zh_TW.svguse4323" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4324" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4325" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4326" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4327" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4328" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4329" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse6471" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(-.14475 -.21040 .16086 -.11066 2.1484 237.01)">
+ <path id="calligraphy-f06-zh_TW.svguse4323" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4324" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4325" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4326" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4327" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4328" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4329" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse6472" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(0.254588,-2.015512e-2,1.540841e-2,0.194641,224.8408,-236.8270)">
- <path id="calligraphy-f06-zh_TW.svguse4331" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4332" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4333" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4334" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4335" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4336" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4337" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse6472" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.25459 -.020155 .015408 .19464 224.84 -236.83)">
+ <path id="calligraphy-f06-zh_TW.svguse4331" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4332" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4333" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4334" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4335" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4336" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4337" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse6473" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(2.015455e-2,0.254588,-0.194641,1.540877e-2,550.5455,54.65500)">
- <path id="calligraphy-f06-zh_TW.svguse4339" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4340" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4341" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4342" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4343" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4344" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4345" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse6473" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.020155 .25459 -.19464 .015409 550.55 54.655)">
+ <path id="calligraphy-f06-zh_TW.svguse4339" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4340" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4341" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4342" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4343" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4344" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4345" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse6474" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(0.254588,-2.015512e-2,1.540841e-2,0.194641,209.3269,-220.3120)">
- <path id="calligraphy-f06-zh_TW.svguse4347" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4348" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4349" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4350" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4351" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4352" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4353" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse6474" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(.25459 -.020155 .015408 .19464 209.33 -220.31)">
+ <path id="calligraphy-f06-zh_TW.svguse4347" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4348" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4349" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4350" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4351" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4352" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4353" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <g id="calligraphy-f06-zh_TW.svguse6475" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10, 1834.8884859999998) matrix(-9.749433e-2,0.236041,-0.180461,-7.453626e-2,537.4568,177.1060)">
- <path id="calligraphy-f06-zh_TW.svguse4355" d="M139.04,1527.7h14.52s-0.02,51.9,15.34,51.9c-8.74,47.3-10.02,37-10.84,46.8-8.77,5.4-16.35,6.4-19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4356" d="M140.95,1527.7h-14.52s0.02,51.9-15.34,51.9c8.74,47.3,10.02,37,10.84,46.8,8.78,5.4,16.36,6.4,19.73,6" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4357" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,10.02,36.9,10.84,46.7,10.62-5,18.57-6.1,19.39,3.7" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#FFF"/>
- <path id="calligraphy-f06-zh_TW.svgpath4358" stroke-linejoin="round" d="M140.95,1527.3h-14.52s0.02,51.9-15.34,51.9c8.74,47.2,9.56,38.8,10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svguse4359" stroke-linejoin="round" d="M138.59,1527.3h14.52s-0.02,51.9,15.34,51.9c-8.74,47.2-9.56,38.8-10.38,48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4360" stroke-linejoin="miter" d="M140.13,1527.6v52.9" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="3.3250000" fill="none"/>
- <path id="calligraphy-f06-zh_TW.svgpath4361" style="color:#000000;" d="m155.15,1610.6c0,10.409-4.2192,18.848-9.4239,18.848s-9.4239-8.4384-9.4239-18.848c0-10.409,4.2192-18.848,9.4239-18.848s9.4239,8.4384,9.4239,18.848z" fill-rule="nonzero" transform="matrix(1.065958,5.034507e-2,-3.429285e-2,0.726085,40.01797,415.8423)" display="block" fill="#000"/>
+ <g id="calligraphy-f06-zh_TW.svguse6475" xmlns:cc="http://creativecommons.org/ns#" display="block" transform="translate(10 1769.8) matrix(-.097494 .23604 -.18046 -.074536 537.46 177.11)">
+ <path id="calligraphy-f06-zh_TW.svguse4355" d="m139.04 1527.7h14.52s-0.02 51.9 15.34 51.9c-8.74 47.3-10.02 37-10.84 46.8-8.77 5.4-16.35 6.4-19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4356" d="m140.95 1527.7h-14.52s0.02 51.9-15.34 51.9c8.74 47.3 10.02 37 10.84 46.8 8.78 5.4 16.36 6.4 19.73 6" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4357" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 10.02 36.9 10.84 46.7 10.62-5 18.57-6.1 19.39 3.7" sodipodi:nodetypes="ccccc" fill-rule="evenodd" fill="#fff"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4358" stroke-linejoin="round" d="m140.95 1527.3h-14.52s0.02 51.9-15.34 51.9c8.74 47.2 9.56 38.8 10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svguse4359" stroke-linejoin="round" d="m138.59 1527.3h14.52s-0.02 51.9 15.34 51.9c-8.74 47.2-9.56 38.8-10.38 48.6" sodipodi:nodetypes="cccc" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4360" d="m140.13 1527.6v52.9" stroke="#000" stroke-width="3.325" fill="none"/>
+ <path id="calligraphy-f06-zh_TW.svgpath4361" style="color:#000000" d="m155.15 1610.6c0 10.409-4.2192 18.848-9.4239 18.848s-9.4239-8.4384-9.4239-18.848c0-10.409 4.2192-18.848 9.4239-18.848s9.4239 8.4384 9.4239 18.848z" transform="matrix(1.066 .050345 -.034293 .72608 40.018 415.84)" display="block"/>
</g>
- <rect id="d0e246" display="none" height="1000px" width="288" y="1977.1" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e245" display="none" height="1e3px" width="288" y="1911.9" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
- <use y="0" x="0" xlink:href="#d0e246"/>
+ <use y="0" x="0" xlink:href="#d0e245"/>
</flowRegion>
<flowDiv xml:space="preserve">以印刷方面來說,最大固定值形成最大程度的筆畫寬度對比 (左上圖) 便是古羅馬襯線字型的特色,諸如 Times 或 Bodoni (因為這些字型從歷史角度來看是在模仿固定筆尖的書寫方式)。固定值和寬度對比皆為零 (右上圖),用於其他的書寫方式,使人聯想到無襯線字形,例如 Helvetica。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2042.578748" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2042.578748" x="10">顫抖</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1976.4366799999998" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1976.4366799999998" x="10">顫抖</tspan>
</text>
- <rect id="d0e255" display="none" height="1000px" width="288" y="2047.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e254" display="none" height="1e3px" width="288" y="1981.6" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
- <use y="0" x="0" xlink:href="#d0e255"/>
+ <use y="0" x="0" xlink:href="#d0e254"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-style="italic">顫抖</flowSpan>是為了使書寫筆畫有更自然的外觀。在控制列上可調整顫抖的數值範圍從 0.0 到 1.0。它會使你的筆畫有可能產生從些微不均勻到不受控制的斑點和汙點不同的情形。這項功能可有效擴大書法工具的創作幅度。</flowDiv>
</flowRoot>
- <g id="calligraphy-f07-zh_TW.svgg3123" sodipodi:insensitive="true" transform="translate(10, 2096.061251) translate(0,30)">
- <text id="calligraphy-f07-zh_TW.svgtext3115" font-weight="normal" xml:space="preserve" font-size="6px" display="block" font-style="normal" y="12.058847" x="0.87408441" font-family="Sans" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan3117" y="12.058847" x="0.87408441" role="line">慢</tspan></text>
- <text id="calligraphy-f07-zh_TW.svgtext3119" font-weight="normal" xml:space="preserve" font-size="6px" display="block" font-style="normal" y="21.308847" x="0.87408441" font-family="Sans" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan3121" y="21.308847" x="0.87408441" role="line">中</tspan></text>
- <text id="calligraphy-f07-zh_TW.svgtext1987" font-weight="normal" xml:space="preserve" font-size="6px" display="block" font-style="normal" y="30.558847" x="0.87408441" font-family="Sans" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan1988" y="30.558847" x="0.87408441" role="line">快</tspan></text>
+ <g id="calligraphy-f07-zh_TW.svgg3123" font-size="6px" transform="translate(10 2060)" font-family="Sans" sodipodi:insensitive="true" fill="black">
+ <text id="calligraphy-f07-zh_TW.svgtext3115" xml:space="preserve" display="block" y="12.058847" x="0.87408441"><tspan id="calligraphy-f07-zh_TW.svgtspan3117" y="12.058847" x="0.87408441" role="line">慢</tspan></text>
+ <text id="calligraphy-f07-zh_TW.svgtext3119" xml:space="preserve" display="block" y="21.308847" x="0.87408441"><tspan id="calligraphy-f07-zh_TW.svgtspan3121" y="21.308847" x="0.87408441" role="line">中</tspan></text>
+ <text id="calligraphy-f07-zh_TW.svgtext1987" xml:space="preserve" display="block" y="30.558847" x="0.87408441"><tspan id="calligraphy-f07-zh_TW.svgtspan1988" y="30.558847" x="0.87408441" role="line">快</tspan></text>
</g>
- <use id="calligraphy-f07-zh_TW.svguse3165" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(10, 2096.061251) translate(158,186) translate(-10, -2096.061251)" height="1052.3622" width="744.09448" y="0" x="0"/>
- <use id="calligraphy-f07-zh_TW.svguse3163" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(10, 2096.061251) translate(0,186) translate(-10, -2096.061251)" height="1052.3622" width="744.09448" y="0" x="0"/>
- <use id="calligraphy-f07-zh_TW.svguse3161" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(10, 2096.061251) translate(158,139.5) translate(-10, -2096.061251)" height="1052.3622" width="744.09448" y="0" x="0"/>
- <use id="calligraphy-f07-zh_TW.svguse3159" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(10, 2096.061251) translate(0,139.5) translate(-10, -2096.061251)" height="1052.3622" width="744.09448" y="0" x="0"/>
- <use id="calligraphy-f07-zh_TW.svguse3157" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(10, 2096.061251) translate(158,93) translate(-10, -2096.061251)" height="1052.3622" width="744.09448" y="0" x="0"/>
- <use id="calligraphy-f07-zh_TW.svguse3155" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(10, 2096.061251) translate(0,93) translate(-10, -2096.061251)" height="1052.3622" width="744.09448" y="0" x="0"/>
- <use id="calligraphy-f07-zh_TW.svguse3153" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(10, 2096.061251) translate(158,46.5) translate(-10, -2096.061251)" height="1052.3622" width="744.09448" y="0" x="0"/>
- <use id="calligraphy-f07-zh_TW.svguse3151" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(10, 2096.061251) translate(0,46.5) translate(-10, -2096.061251)" height="1052.3622" width="744.09448" y="0" x="0"/>
- <use id="calligraphy-f07-zh_TW.svguse3149" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(10, 2096.061251) translate(158,0) translate(-10, -2096.061251)" height="1052.3622" width="744.09448" y="0" x="0"/>
- <text id="calligraphy-f07-zh_TW.svgtext3177" font-weight="normal" xml:space="preserve" transform="translate(10, 2096.061251) " display="block" font-size="6px" font-style="normal" y="5.0588455" x="132.37408" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan3179" y="5.0588455" x="132.37408" role="line">顫抖 = 0</tspan></text>
- <text id="calligraphy-f07-zh_TW.svgtext3111" font-weight="normal" xml:space="preserve" transform="translate(10, 2096.061251) " display="block" font-size="6px" font-style="normal" y="35.058846" x="62.374077" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan3113" y="35.058846" x="62.374077" role="line">顫抖 = 10</tspan></text>
- <text id="calligraphy-f07-zh_TW.svgtext1990" font-weight="normal" xml:space="preserve" transform="translate(10, 2096.061251) " display="block" font-size="6px" font-style="normal" y="80.021095" x="62.337463" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan1991" y="80.021095" x="62.337463" role="line">顫抖 = 30</tspan></text>
- <text id="calligraphy-f07-zh_TW.svgtext2991" font-weight="normal" xml:space="preserve" transform="translate(10, 2096.061251) " display="block" font-size="6px" font-style="normal" y="125.48337" x="62.359436" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan2993" y="125.48337" x="62.359436" role="line">顫抖 = 50</tspan></text>
- <text id="calligraphy-f07-zh_TW.svgtext2995" font-weight="normal" xml:space="preserve" transform="translate(10, 2096.061251) " display="block" font-size="6px" font-style="normal" y="170.94562" x="62.353577" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan2997" y="170.94562" x="62.353577" role="line">顫抖 = 70</tspan></text>
- <text id="calligraphy-f07-zh_TW.svgtext1993" font-weight="normal" xml:space="preserve" transform="translate(10, 2096.061251) " display="block" font-size="6px" font-style="normal" y="216.40787" x="62.308167" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan1994" y="216.40787" x="62.308167" role="line">顫抖 = 90</tspan></text>
- <text id="calligraphy-f07-zh_TW.svgtext1996" font-weight="normal" xml:space="preserve" transform="translate(10, 2096.061251) " display="block" font-size="6px" font-style="normal" y="34.558846" x="212.52852" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan1997" y="34.558846" x="212.52852" role="line">顫抖 = 20</tspan></text>
- <text id="calligraphy-f07-zh_TW.svgtext2999" font-weight="normal" xml:space="preserve" transform="translate(10, 2096.061251) " display="block" font-size="6px" font-style="normal" y="80.021095" x="212.39668" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan3001" y="80.021095" x="212.39668" role="line">顫抖 = 40</tspan></text>
- <text id="calligraphy-f07-zh_TW.svgtext3003" font-weight="normal" xml:space="preserve" transform="translate(10, 2096.061251) " display="block" font-size="6px" font-style="normal" y="125.48337" x="212.41719" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan3005" y="125.48337" x="212.41719" role="line">顫抖 = 60</tspan></text>
- <text id="calligraphy-f07-zh_TW.svgtext3007" font-weight="normal" xml:space="preserve" transform="translate(10, 2096.061251) " display="block" font-size="6px" font-style="normal" y="170.94562" x="212.4333" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan3009" y="170.94562" x="212.4333" role="line">顫抖 = 80</tspan></text>
- <text id="calligraphy-f07-zh_TW.svgtext1999" font-weight="normal" xml:space="preserve" transform="translate(10, 2096.061251) " display="block" font-size="6px" font-style="normal" y="216.40787" x="212.42744" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan2000" y="216.40787" x="212.42744" role="line">顫抖 = 100</tspan></text>
- <path id="calligraphy-f07-zh_TW.svgpath2977" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M194.8,36.948c1.29-0.601,0.52,0.12,1.45,0.334,2.52-1.549,1.81,0.053,4.27-0.637,1.28-0.353,2.32-0.038,3.05,0.498,1.8-0.453,2.87-0.127,5.81,1.097,2.18-0.635,4.16-0.293,6.51-0.5,0.47,0.614,2.73,0.499,3.68,0.565,2.15-0.487,4.27-0.787,6.4-0.947,0.09,0.904,2.65,0.428,3.16,0.371,0.97-0.199,1.99,0.119,2.95,0.353,3.23-0.916,1.37,0.381,4.37-0.736-1.4,1.416,2.09,0.494,2.79,0.471,1.79-0.518,2.38-0.587,3.64-0.103,1.98-0.245,3.54,0.196,5.01,0.846,2.31-0.853,4.52-1.043,6.89-1.084,2.98,0.261,4.09,0.374,7.43-0.322,2.95-1.036,2.53,0.415,5.43-0.677,0.54,0.998,3.39,0.209,4.83-0.366,0.6,0.226,1.92,0.846,2.29,0.951,2.08-0.124,2.09-0.087,4.66-0.851-0.42,0.435-1.05,0.738-1.26,1.306-0.44,1.218,2.55-0.475,3.84-0.646,3.72-1.462,2.08,0.493,4.02-0.398,1.03,0.606,2.48,0.244,3.79,0.032l-6.76,4.912c-0.98,0.178-2.68,0.636-3.41-0.307-1.5,0.136-1.43-0.769-3.76,0.205-0.39-0.003-2.47,0.179-2.31-0.854-1.96,0.96-2.76-0.059-4.91,1.033-0.92-0.204-1.81-0.565-2.74-0.626-1.53,0.202-3.24,0.498-4.71,0.32-1.39,0.241-2.82-0.298-4.47,0.06-2.95,1.367-5.38,0.149-8.62,1.069-1.86-0.304-3.62-0.397-5.45,0.035-2.69-0.374-3.59-0.573-5.9-0.195-1.06,0.196-4.39,1.037-2.47-0.752-2.06,0.611-2.64-0.038-5.16,1.252-0.38-0.158-1.16-1.143-2.83-0.38-0.74-0.22-2.25-0.119-2.96-0.353-1.29,0.117-2.93,0.676-4.12,0.329-0.78,0.139-3.32,0.012-5.05-0.026-1.39-0.302-2.92-0.125-4.75,0.205-1.79-0.35-4.33,0.555-5.31-0.411-2.58-0.158-4.44-1.312-7-0.339-0.9-0.3-1.85-0.634-2.8-0.538-0.56,0.109-3.54,0.497-2.55-0.61-3.06,0.929-0.72-0.19-3.1,0.872l6.13-4.458z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath2979" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M191.44,45.785c0.85-0.474,1.35-0.514,3.24-0.714,2.47,0.162,6.67,0.512,10.06,1.743,12.81-0.778,25.78,1.534,38.22-0.166,10.12,1.116,20.05,1.409,30.45,0.476,2.99-0.579,5.63,0.081,8.53-0.262,1.81-0.607,3.98,0.525,4.73,0.775,0.58-0.186,1.16-0.371,1.74-0.556l-5.99,4.353c-0.21-0.086-0.42-0.171-0.62-0.257-1.94,0.04-3.98-0.145-5.78-0.01-2.6,0.167-5.31-0.094-8.03-0.112-10.12-1.252-20.06,0.842-30.26-0.622-12.6,0.741-24.81-0.501-37.34-0.484-4.02-0.442-8.51,0.434-11.8-0.455-1.25-0.141-1.67-0.24-3.07,0.596l5.92-4.305z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath2981" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M192.55,54.078c-1.33,0.624,3.92,0.871,4.86,0.859,10.59,0.589,20.64,1.961,31.08,1.747,10.55,0.419,21.58-1.876,32.01-0.449,5.62-0.57,11.28,0.465,16.7,0.442,2.26-0.493,3.21,0.593,5.87-0.231,1.85,0.112,3.71,0.066,5.56,0.099l-5.39,3.917c-2.84,0.507-4.5,0.397-6.7,0.729-1.47,0.036-3.04-0.185-4.29-0.939-5.62-0.086-11.24,0.999-16.8-0.346-10.77,0.83-21.03-0.616-31.9,0.352-10.5-0.125-20.86-1.101-31.15-1.742-0.89,0.107-7.04,1.778-5.85-0.078l6-4.36z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath2985" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M35.08,38.403c0.886-0.358,1.917-0.172,2.754-0.277,2.607,0.256,4.942,0.268,7.572,0.412,3.225,0.229,6.356,0.231,9.589,0.267,2.04,0.749,4.189,0.52,6.404,0.483,2.484,0.06,5.022,0.028,7.484-0.054,1.779,0.139,3.525,0.185,5.295,0.05,1.709-0.295,3.307,0.132,4.972,0.329,1.49-0.433,2.816,0.162,4.174,0.332,1.234-0.464,2.543-0.181,3.757-0.136,1.729-0.381,1.722,0.333,3.593-0.088,1.27-0.025,2.457,0.197,3.896,0.009,1.531-0.27,2.792,0.134,4.328-0.095,1.172,0.101,1.912,0.416,2.972,0.577,1.62-0.544,1.72,0.248,3.09,0.491,1.29,0.089,2.63-0.095,3.92-0.134,1.06,0.245,1.85,0.25,3.02,0.308,1.47-0.004,2.77-0.196,4.18-0.116,1.25,0.153,2.21,0.199,3.43,0.033,1.43-0.084,2.77-0.011,4.24-0.111,1.12,0.086,2.79,0.126,3.88,0.208,1.44-0.005,2.88-0.138,4.3-0.221,0.33,0.31,2.46,0.061,3.49-0.056,1.05,0.286,2.22,0.181,3.33,0.07,0.8,0.297,1.1,0.027,1.96,0.048l-5.82,4.228c-0.99,0.09-1.13,0.54-1.84-0.13-1.66,0.452-2.18-0.047-3.95,0.374-0.87-0.089-2.16-0.062-3.04-0.273-1.55,0.34-2.72,0.321-4.25,0.194-1.43,0.062-2.71-0.253-4.17,0.001-1.5,0.123-2.81-0.253-4.24,0.104-1-0.031-2.23-0.348-3.37-0.074-1.04-0.009-2.49-0.136-3.73-0.21-1.27,0.048-2.47,0.196-3.72,0.176-1.12-0.187-2.1-0.101-3.108-0.56-1.425,0.083-2.343-0.123-3.658-0.039-1.705-0.084-1.931-0.614-3.021-0.453-1.172-0.053-2.824-0.168-4.167-0.022-1.3,0.039-2.492,0.007-3.917,0.007-1.219,0.15-2.226,0.103-3.458-0.009-1.141-0.077-2.264,0.185-3.426-0.117-1.829,0.272-2.797-0.024-4.633-0.074-1.593-0.07-3.125-0.388-4.724-0.422-1.963,0.186-3.817,0.333-5.762,0.29-2.296-0.164-4.564-0.249-6.86-0.407-2.27,0.468-4.646-0.046-6.95-0.148-2.935,0.031-6.019-0.295-8.961-0.699-2.754-0.205-5.592,0.459-8.134,0.04-0.985,0.19-1.957,0.275-2.41,0.027l5.689-4.133z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath2987" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M33.526,48.165c0.829,0.287,1.929-0.108,2.914-0.105,3.657,0.013,7.31,0.812,10.998,0.753,4.922,0.693,9.874-0.276,14.801,0.057,4.247,0.47,8.268,0.488,12.575,0.147,4.828,0.995,9.8,0.017,14.792,0.591,4.882,0.467,9.572-1.713,14.414-0.86,3.94-0.9,8-0.02,11.87-0.606,4.03,0.708,8.11,0.547,12.16,1.208,2.77-0.064,5.34,0.293,8.05-0.161,1.13-0.049,2.92,0.447,3.54,0.47,1.41-0.824,2.36-0.242,3.16-0.183l-5.48,3.98c-1.12,0.125-2.28,0.444-3.4,0.365-1.27,0.011-2.61-0.099-4.03-0.133-2.3-0.228-4.9-0.033-7.37-0.367-4.16-0.705-8.3-0.369-12.48-0.954-3.77,0.556-7.46,0.12-11.216,0.192-4.947,0.864-10.144,0.541-15.137,1.348-4.876-0.953-9.767-0.183-14.649-0.719-4.215,0.544-8.459-0.126-12.716-0.025-4.764,0.178-9.602-0.534-14.428-0.351-3.713-0.57-7.905,0.353-11.297-0.507-0.988,0.124-2.338,0.425-3.234,0.338l6.163-4.478z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath2989" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M26.426,62.007c1.763-1.881,5.862-5.061,9.257-4.321,7.252,0.625,14.596,0.199,21.912,0.035,14.612,0.201,29.327-1.609,43.885-0.14,11.75-0.217,23.6,0.38,35.31,1.253,4.25-0.171,2.3-0.16,5.86-0.094l-6.12,4.405c-2.99-0.572-1.29-0.358-5.11-0.45-11.3-0.723-22.59-1.494-33.896-2.255-14.855-0.384-29.698,0.096-44.538,0.657-7.759-0.009-15.492,1.094-23.238,0.889l-3.322,0.021z" fill-rule="nonzero" sodipodi:nodetypes="cccccccccccc" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3011" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M33.461,83.415c-1.31,2.484,5.61-3.81,2.313-0.253-1.291,1.663,3.907-0.478,4.236-0.632-0.293,1.592,4.092,0.455,5.697,0.885,1.587,0.366,4.504,0.542,6.327,0.054,0.663,0.753,3.266,0.482,4.581,0.296,3.021-0.57,1.517,1.058,4.486,0.562,1.725-0.572,2.828,0.078,3.425,0.16,6.01-2.452-2.493,1.702,3.3,0.121,1.689-0.852,3.013-0.432,4.586-0.803-0.715,1.618,2.974,0.029,4.523-0.272-0.271,1.009,2.02,0.807,3.058,0.691,6.659-2.697-1.221,0.446,2.867,0.472,1.791-1.045,2.68-0.351,4.362-0.641-1.784,1.695,2.983,0.208,4.192,0.156,1.098,0.072,2.187,0.389,3.285,0.321,4.382-1.528,1.48,1.779,5.901-0.217,1.83-0.08,2.16,0.453,3.98,0.502,6.26-1.925,0.38,2.159,5.28-0.456,0.67,0.085,1.05,0.919,2.45,0.947,2.78-1.301,2.38-0.329,3.69-0.238,3.38-1.463-0.06-0.076,3.08,0.257,2.52-0.209,0.27-0.946,4.73-0.632,3.54-0.829,0.63,0.977,5.94-0.596,1.02-0.08,2.35,0.992,3.23,1.536,5.22-2.555,1.74,0.418,6.3-1.552,0.19,1.716-0.1,1.202,2.76,0.551l-5.24,3.802c-0.96,0.498-5.2,1.276-3.88,0.269-1.65,0.378-2.76,0.579-3.78-0.282-3.43,1.739-2.92-0.724-6.8,1.06-1.4-0.115-2.77-0.53-4.17-0.687-4.37,1.711-2.09-0.537-3.79-0.055-1.29,0.264-2.41-0.248-3.93,0.362-0.85,0.259-3.08,0.194-2.6-0.55-3.66,1.428-2.05,0.039-5.05,0.934,1.73-2.092-2.71,0.711-4.072-0.428-0.615-0.068-3.472,0.36-4.197-0.396-1.828,0.326-6.925,2.098-4.727-0.575-3.694,1.651-0.439-0.699-4.362,0.462-0.658,0.094-3.941,0.56-4.219-0.136-2.309,0.473-2.563,0.009-3.781,0.218-1.138,0.111-4.174,0.808-3.431-0.062-1.432,0.046-2.147-0.035-4.227,0.158-0.99-0.012-2.101-0.839-4.338,0.139-1.026,0.205-2.084-0.195-3.129-0.257-1.391-0.05-2.344,0.239-3.775,0.226-3.896,1.324,1.438-2.093-3.888,0.163-0.661-0.115-3.286-0.23-3.061-1.655-2.447,0.819-4.191,0.034-5.66,0.539-2.348-0.106-3.539,0.588-5.972-0.346-1.93,0.304-5.984,0.511-6.631-0.153-0.412,0.103-2.293,0.421-3.348-0.013-3.961,0.884,3.494-2.784-2.896,0.676l6.375-4.632z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3021" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M33.458,94.024c2.933-1.819,1.772-0.698,5.947,0.083,8.524-0.15,17.163,0.365,25.984-0.571,4.573,1.527,9.157,0.557,13.798,0.532,3.168-0.096,6.077,0.139,9.052,0.048,3.278,0.435,6.616-0.839,9.725-0.244,3.196,0.638,5.196,0.302,8.476-0.084,2.59,0.576,5.4,0.371,7.83-0.451,3.44,1.794,8.43-0.094,12.52,1.022,3.41-1.339,6.88-0.894,10.42-0.531,1.35,0.371,1.31-0.226,2.68,0.049l-5.44,3.952c-3.07,1.402-0.35-0.2-2.97,0.163-3.12-0.702-6.55,1.228-9.54-0.105-4.93,0.274-9.6-0.338-14.49,0.411-0.92-0.272-4.21-0.232-6.18-0.754-2.563,0.128-7.327,1.502-8.133-0.164-3.18,0.905-6.895,0.857-10.152,0.553-2.889,0.37-6.269,0.348-9.495,0.274-5.869,1.281-7.706-2.561-14.538,0.006-8.429-1.855-16.913-1.212-25.309,0.079-1.733-0.628-7.075,0.667-5.288-0.56l5.103-3.708z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3023" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M32.767,104.9c1.044,0.29,5.146,0.46,7.748,0.27,16.106,2.01,32.482,0.07,48.676,1.05,16.089,0.14,31.409,0.36,47.059-1.64,2.78,1.82,5.81,0.1,8.67-0.72l-7.49,5.5c-2.64-0.18-5.18,0.46-7.84,0.09-14.78-2.49-30.074,0.79-45.002,0.11-16.755-0.13-33.246-1.29-49.913-0.17-4.666-0.95-8.09-0.33-7.39-0.5l5.482-3.99z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3025" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M195.21,82.699c-3.35,3.447-1.05,1.432,2.04,0.087-1.56,1.739-1.27,2.186,0.92,1.606,2.4-0.45,4.77-2.558,4.15,0.908,1.99-1.32,4.75-0.504,5.53-0.394,2.11,0.771,9.03-3.405,7.3-0.669,2.41-0.613,4.07-0.637,5.57-0.543-0.43,4.082,4.83-3.024,1.92,1.797,4-0.984,7.83-3.662,3.12,0.577,2.83-2.21,5.35-1.471,7.41-0.996,0.35,1.18,5.31,0.198,5.69,0.179,3.47-0.968,0.65,0.752,3.13,0.518,1.27-0.599,4.6-1.225,4.22,0.129,2.34-0.412,5.11-0.523,7.49-0.347,1.17,0.485,5.7-1.441,4.4,0.123,2.3-1.014,1.63-0.086,3.41,0.047,2.07,0.269,6.28-3.431,3.6-0.332,1.65-0.923,3.74-1.015,5.23-1.72-0.75,0.347,1.34,1.113,2.16,1.199-0.33,1.346,3.3-0.621,4.87-1.392-0.48,0.432-2.07,1.353-1.43,1.294,4.33-0.401,1.48-0.57,3.75-1.205,2.08-0.754,2.97,0.182,4.48-0.328,1.42-1.019,2.56,0.463,3.49,0.599,3.95-2.108,1.51-0.271,4.38-1.042l-6.91,5.023c-0.61,0.188-2.02-0.393-1.68-0.929-2.87,1.581-2.71,0.713-4.51,0.152-1.84,0.299-4.89,0.694-6.89,2.161,3.03-3.345-1.84-0.328-2.66,0.493,4.13-4.599-1.58,2.084-1.05-1.805-2.28,1.027-3.52,0.542-5.55,1.381,2.61-2.76-2.18,0.628-3.35,0.421-0.07-0.013-1.13-1.958-3.91,0.371-1.41,0.004-0.79-1.887-3.88,0.297-0.61-1.136-0.85-1.103-2.28-1.666-3.44,1.621-4.94-0.128-8.87,1.353-1.92-1.331-3.81,0.408-4.62,0.162-5.2,1.123,1.19-2.283-3.58-0.203-1.85,0.062-3.98,0.646-4.22-1.284-2.65,0.803-4.22,1.331-6.63,0.458-0.78,0.371-2.99-0.644-4.1,0.041-1.56-0.428-3.31-0.104-4.83,0.434,3.04-3.743-1.92,1.06-2.24-1.875-5.67,2.623-3.19-0.488-8.52,1.552-1.83-0.36-1.32-2.374-4.52-0.336-0.67-0.009-3.55,0.241-4.1-1.03-3.3,1.635-0.94-1.024-3.7,0.361-0.43,0-0.66-1.382-0.26-1.246l6.03-4.381z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3033" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M196.24,101.77c2.85-1.29,6.99-0.49,10.23,1.14,14.46-1.35,28.78,1.11,43.44,0.58,8.29,3.28,16.99-1.59,25.02-1.26,1.28,0.05,1.79,2.39,3.07,2.55,3.76,0.49,7.5-1.29,11.28-1.38,1.17-0.05,2.34-0.11,3.51-0.17l-5.22,4.16c-1.1,0-2.19-0.01-3.28-0.01-12.75,0.28-25.26,0.75-37.91-1.09-14.95,1.33-29.71-1.02-44.58,0.32-6.44-2.14-10.97,0.61-12.51,0.18l6.95-5.02z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3039" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M194.76,95.461c2.04-0.272,4.02-1.406,6.57-1.698,6.35-0.954,14.15-1.585,21.65-1.52,8.18,1.795,5.42,0.845,15.47-1.263,4.38-0.916,5.68,1.657,10.73,0.517,3.54,2.778,7.34-0.138,11.48,1.431,3.43,1.543,8.09,1.261,13.67,1.335,4.92-1.05,8.99-0.967,13.86-0.541,0.96,1.397,3.31,1.058,5,0.951l-4.82,3.505c-1.63-0.062-3.37-0.276-4.76-1.132-5.03,1.27-10.34,0.8-15.05,1.382-3.29-0.259-12.1-1.153-12.55-2.178-4.83,0.593-9.32-0.322-14.08,0.487-8.84,0.939-15.04-3.582-24.4-0.491-6.44-2.044-17.67,4.934-21.79,1.708-2.55,0.428-5.7,2.506-6.25,1.336l5.27-3.829z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3041" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M33.23,133.02c9.323-6.44-0.804-0.11,3.574-1.21,1.919-0.76,4.042-0.83,6.079-1.14,1.832,0.91,3.358,0.62,5.142-0.24,2.092-0.26,2.081,0.61,3.142,1.27,0.295,0.75,2.066,0.8,5.784-0.62-0.748,1.03,3.154-0.24,4.3-0.2-1.013,0.82,2.736,0.65,3.911,0.08-0.678,0.64-2.939,1.7-2.034,1.91,2.811,0.66,3.819-1.49,4.737-1.28,3.573-1.55,0.501-0.26,2.548,0.6,1.274-0.56,2.754-0.42,4.142-0.52,5.074-2.09-0.063,0.21,3.506-0.04,3.999-1.45-3.021,2.91,3.269,0.25,4.183-1.99,4.168-0.07,5.91-0.72,2.509-0.32,2.58-0.11,2.451,1.07,1.909,0.24,6.129-2.97,5.109,0.5,2.622-0.96,3.119,0.39,5.48-0.72-1.449,0.5,2.81-0.94,3.69,0.43,2.33-0.26,5.02-1.78,4.29,0.35,0.34-0.58,5.19-1.71,2.72,0.81,2.66-1.83,4.81-1.34,6.37-2.12-3.23,2.55,3.12,0.21,4.24-0.2,3.92-1.62,2.86,1,1.04,2.73,3.92-3.15,3.43-0.73,6.55-2.11,2.22-0.26,3.76-0.58,2.65,0.61,1.82-0.59,2.01,0.75,2.05,0.76,3.33-2.2,1.61-0.05,4.6-0.86,4.97-2.1-0.78,1.59,2.52,0.71,0.35-0.12,0.7-0.24,1.04-0.37l-5.7,4.15c0.39-0.41,0.77-0.82,1.16-1.23-4.72,2.78-2.03-0.22-6.17,1.93-8.12,2.67,4.98-4.29-3.39-0.04-0.69-0.1-0.34-1.65-3.34-0.01-0.94-0.33,0.66-2.18-2.47-0.53-4.83,0.84,3.34-3.84-2.45-0.87-1.64,0.3-7.56,3.1-4.42-0.27-5.61,2.29-0.68-0.06-5.06,0.8-3.52,1.93-0.92,0.33-1.82-1.2-6.99,2.89-0.28-1.29-6.15,1.69-1.17-0.62-1.49-1.99-4.262-0.37-1.385-0.03-1.861-1-4.856,0.4-6.63,1.38,4.435-3.72-4.068-0.36,4.159-5.39-9.944,3.95-3.2-1.81-8.026,3.42,0.218-0.86-6.637,1.97-0.15-0.1-5.494,0.99-3.284-1.19-2.173,0.71-2.641,0.06-4.984,0.99,4.147-5.88-2.606,0.71-4.352,0.66,1.188-1.01,2.683-1.74,3.563-3.02,0.172-0.25-7.708,4.23-4.984,1.56-7.138,2.73,7.835-5.25-3.708,0.25-1.538-0.96-0.093-2.36-6.043,1.8,3.373-3.06,1.066-2.19,0.164-3.05-0.875,0.38-7.936,3.89-4.876,0.62-2.651,0.52-5.168,0.59-7.638,1.89,4.038-4.18-0.567,0.27-1.6-2.31,0.457-4.26-2.753,0.99-4.294-0.38-13.227,4.03,8.358-4.43-6.692,1.58,3.027-2.96-4.082,1.99,0.754-1.93l1.997-1.45z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3043" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M33.328,141.73c-2.02,2.14,1.79,0.27,2.043,0.21,5.094-2.14,4.93,0.64,7.709,0.18,4.275,3.75,8.609-2.4,14.075-2.5,1.042-0.01-1.336,1.93-1.082,2.94,0.17,0.67,1.323,0.43,1.984,0.64,4.548-1.22,9.915-3.95,16.148-0.6,3.636,3.01,12.01-3.17,15.953-0.78,3.682,1,5.593,1.64,8.754,2.56,3.688-0.21,15.238-6.08,15.158-0.72,5.19-0.93,10.22-1.89,15.51-2.25,2.25,0.11,4.16-0.71,6.25-0.21,3.05-1.5-1.12,1.93-0.72,1.88,3.18-0.38,3.84-3.09,2.21-0.17,0.33-0.1,0.67-0.19,1-0.29l-5.23,3.8c-0.47,0.19-0.94,0.39-1.4,0.58-7.36,3.17,2.31-2.28-2.65-0.87-2.26-0.78-3.96,0.1-6.38,0.33-0.85,0.13-8.1,0.33-11.17-0.9-6.68,1.88-11.47,0.81-18.234,2.92,0.13-3.52-8.947-0.71-11.276-0.74-4.446-1.72-9.299-1.43-12.954-1.4-2.873,0.14-14.343,1.24-13.345-1.43-1.125,0.3-11.49,2.85-12.239,2.53-0.983-0.42,2.32-2.69,1.281-2.94-3.059-0.73-5.794,3.53-8.969,2.94,2.233-8.88-10.979,5.74-4.411-2.57-1.821,0.86-5.206,2.31-3.51,0.85l5.495-3.99z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3049" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M34.434,150.81c-3.75,1.6,4.367-1.63,8.084,0.29,15.586,2.18,30.861,2.92,47.026-0.32,12.686,2.2,25.026,0.12,37.626-0.76,6.8-1.76,8.22-0.26,15.48-2.86,4.27,0.51,0.4,2.25,4.86,3.01l-3.61,2.59c-3.37,0.77-5.5,1.76-8.29-0.53-3.58,1.37-7.29,1.81-10.3-0.85-13.13,3.04-24.54,4.42-37.82,0.91-16.419,4.3-33.702,4.7-50.631,2.89-5.568-0.21-5.772-1.55-10.064,1.18l7.639-5.55z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3051" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M195.06,130.69c-0.12,1.46,2.15-0.55,3.05-1.13-0.22,1.94-2.17,3.39,2.5,0.54,4.59-1.52-0.07,2.1,3.36,0.02-4.3,5.3,6.34-4.96,1.17,1.6,1.56-0.88,5.27-3.76,3.37-0.01,3.16-1.53,6.71-3.12,4.97-0.96-2.21,2.27,2.2,0.24,3.05,0.05,7.29-4.58-3.8,4.41,3.32-0.14,1.24,0.89,4.76-1.05,3.55,0.89-0.21,1.75,5.13-1.86,3.6,0.31,3.79-2.16,2.75,1.31,4.92,0.57,2.56-1.34,3.43-1.75,4.45-0.11,11.6-6.55-3.45,3.27,4.25-0.96,0.72,1.7,0.62,1.26,3.88-0.71-3.02,4.22,1.02,1.36,2.49,0.47-1.73,2.96,0.43,1.75,3.89-0.64-1.45,4.09,3.54-0.43,1.29,3.33,9.27-5.26-2.26,2.23,7.06-1.76,2.94-0.98,3.05,0.17,2.99,0.52,0.77-0.33,1.65,0.23,2.44,0.51,5.64-3.96-0.41,2.11,6.43-2.88-5.27,4.09,0.49,0.99,0.65,0.91-4.06,3.75,1.62,0.32,3.27-0.58,3.42-2.61,0.64,1.19,4.66-1.01-1.69,0.79,1.53,0.9,2.37,0.61,6.53-2.81-3.34,1.09,2.24,0.64,2.97-0.96,5.74-4.34,3.05-0.02-0.38,0.44-0.76,0.89-1.14,1.33l-4.26,3.52c-0.13-0.02-0.26-0.03-0.39-0.05-0.71,0.16-2.49-0.19-2.04-0.83-0.37-0.05-6.75,2.45-3.19,0.14,2.92-4.24-2.13,1.01-3.64,0.51,0.24-0.36,1.1-1.24,0.73-1.07-9.9,4.67,2.62-0.48-2.72-0.02-3.54,1.27-4.15,2.24-5.2,2.37,0.46-0.84,2.05-1.89,1.38-2.51-0.79-0.73-1.76,1.17-2.64,1.75-2.34,1.16-2.8,0.67-3.15,0.16-3.66,1.77-2.32-0.05-4.08,0.85-0.11-0.01-0.68-0.95-2.68-0.78-0.74,0.24-6.08,1.45-4.6-0.3-9.67,5.71,5.29-4.28-5.72,0.36,0.51-0.57,1.19-0.99,1.52-1.71,0.64-1.38-2.88,2.11-3.98,1.18-6.61,4.13,2.98-4.4-3.69,0.51-5.17,2.55,2.21-3.17-3.9,0.73-1.46,0.04-1.47,0.43-1.71-1.15-9.6,5.4,4.46-4.29-4.13-0.16-3.31,0.98-2.56-0.18-5.19-0.43-2.39,0.56-2.44-0.28-4.87,0.84-3.63,0.4-0.34-1.73-3.31-1.09-0.64,0.41-9.14,5.3-2.6-0.46-0.9,0.22-5.49,2.4-3.09-0.06-0.98,0.46-5.85,2.95-4.56,0.61-2.87,1.32-1.31,0.88-0.54-1.02,0.49-1.19-1.96,1.68-3.11,1.71-0.56,0.01,0.79-0.92,1.19-1.37-5.25,1.94,2.71-4.8-6.84,3.08,8.59-7.9,1.99-2.14-0.83-2.11-0.81,0.4-3.03,0.46-2.63-0.44-0.96,0.38-5.49,3.2-2.28,0.5l5.62-4.65z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3059" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M191.81,140.43c7.61-5.26-5.16,4.15,4.82,0.56,10.48,1.31,19.84-3.33,30.41-0.66,15.66,3.63-10.95-1.84,12.17-0.61,1.07,0.06,1.5,2.41,2.56,2.22,3.62-0.66,6.63-3.88,10.24-4.54,0.83-0.16,0.64,1.96,1.38,2.41,0.98,0.58,2.2,0.25,3.3,0.38,5.7-0.33,9.09-0.92,14.89-0.81,3.93,1.18,9.92,0.4,15.44-0.24,1.56,2.36,4.82,0.55,6.67,0.22l-6.87,5.68c-1.14-0.35-3.74-0.31-3.26-3.03-4.92,2.01-12.63,4.03-16.81,1.35-8.21,2.03-2.99-0.53-4.2-1.32-1.7-1.11-7.2,4.51-9.06,0.78-10.88,3.65-22.5-2.78-33.63,3.5-0.01-1.69,1.45-4.85-0.02-5.07-3.51-0.51-6.64,3.05-10.15,3.58-3.75,0.58-14.74-1.69-19.45,1.36-2.55-0.42-3.37-1.04-2.9-2.06l4.47-3.7z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3061" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M192.05,149.86c-0.39,1.61,7.94-0.68,11.16,0.18,8.77,6.69,12.51,2.6,22.98,2.24,2.9-0.1,5.69,2.06,8.58,1.71,19.93-5.74,10.73-4.41,27.44-5.28,17.21,4.03-3.5,0.39,20.43-1.16,2.04-0.14,3.96,1.17,5.94,1.76,2.49-0.22,4.97-0.44,7.46-0.66l-4.6,3.82c-15.37-3.88,11.53,1.98-17.57,2.38-1.95,0.02-3.34-2.29-5.01-3.44-3.81,0.43-7.62,0.85-11.42,1.28-19.64,0.19-38.45,4.95-57.87,0.36-6.38-0.56-10.91-0.27-12.95,1.3l5.43-4.49z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3063" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M40.122,174.55c-3.022,2.64-3.242,3.22,0.862,0.78,2.568-0.55,3.238-1.35,1.761,1.15,1.632-0.82,3.618-0.6,5.335-1.22,0.831,1.83,2.661,0.54,4.231,0.05-0.271,1.27,3.382-0.35,4.684-0.81-5.002,2.63,2.138,0.88,2.18,0.9,3.535-1,2.166,0.27,5.12-0.33,0.53-0.14,1.722-0.96,1.591-0.42-0.833,3.39-2.058,3.02,5.101-0.15,4.133-1.9,0.65-0.54-0.618,1.44-0.883,1.38,4.671-3.88,4.347-2.27-0.319,1.57-2.288,2.25-3.432,3.37,7.295-4.62,0.548-0.38,6.466-1.4,0.457-0.14,1.624-0.82,1.37-0.41-5.769,9.2,9.057-6.83,0.457,2.16,2.044-1.41,6.807-2.23,7.068-2.38,3.127,0.37-4.737,2.54-3.595,3.88,1.238,1.45,3.085-3.21,4.961-2.86,1.53,0.29-2.695,1.79-3.459,3.15-0.931,1.65,3.452-1.59,5.139-2.47-0.315,0.41-1.408,1.43-0.944,1.21,13.063-6.07-4.061,1.88,4.28-0.82,5.586-2.47-0.697,1.84,4.665-1.1,4.428,1.25-2.535,4.37,3.528,1.09,7.54-4.06-6.535,6.11,3.72,0.02-0.08,0.99,1.75,0.92,3.27,0.19,0.33,0.54,4.11-0.23,5.16-0.53-6.3,8.18,7.03-10.19,3.29-0.64-0.63,1.62-9.6,6.79-1.19,1.73,0.07,0.81,2.47,0.51,2.74,0.48,5.11-2.73,3.98,0.14,6.3-0.76-0.91,0.88-3.97,2.59-2.71,2.64,2,0.07,4.39-1.03,7.1-2.11,9.68-2.89-7.67,3.28,3.67-0.71,5.55-1.95-10.87,6.4,0.75,0.29,2.74-2.25,1.73,1.17,1.6,1.47,6.44-3.98,3.35-0.1,8.16-2.74-7.66,7.95,7.87-4.65,0.29,2.29l-1.21,0.88c-12.62,8.2,1.43-1.87-8.99,4.02,8.15-7.27-0.43,0.52-1.29-2.25-6.17,1.94,0.87-3.08-8.98,3.9,2.54-2.19,4.33-3.77,0.94-3.48-0.88,0.31-5.12,0.97-5.17,0.04-4.94,1.59-1.74-0.44-6.03,0.56,4.82-4.96-6.69,4.49-1.68-1.24-1.8,1.16-3.39,2.71-5.38,3.49-3.21,1.25,4.67-3.93,1.53-3.31-3.51,1.02-5.83,1.8-8.304,2.82,6.194-5.43-0.018-1.34-3.079-0.35,7.173-8.46,4.573-2.63-0.353-2.53-5.981,2.7,0.379-2.28-3.842-0.81-4.264,2.42-1.18,0.25-5.014,1.2-0.259-1.36-0.963-2.74-3.193-0.36-1.088-0.92-3.068-1.06-5.223-0.18,4.716-5.24,0.051-1.03-2.911-0.55-3.413,1.7,3.168-3.79-4.535,0.11-4.426,1.07-0.425-1.57-0.924-2.5-2.471,1.43-4.349,1.81-7.961,3.02,4.349-5.25-1.287-1.39-4.03-1.36-7.628,3.1,3.309-1.01-0.085-1.27-0.926-0.08-2.451,0.83-5.674,2.06-0.018,0.01-4.319,2-2.574-0.61-3.939,0.42,2.508-2.68-3.553,0-5.227,0.97,1.271-2.49-3.062-0.91-7.709,4.49,0.382-2.08-7.241,2.6,0.874-0.76,2.091-1.26,2.622-2.29,0.745-1.45-5.419,2.84-4.695,1.38-0.663,0.17-1.308,0.59-1.988,0.52-3.949-0.46,3.354-1.8,1.822-1.82l6.809-4.94z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3065" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M35.295,184.15c-1.408,1.51,1.402,0.44,5.589-1.76-12.237,9.34,3.61,2.76,10.17,5.03,8.759-3.13,16.485-0.26,25.246-0.35,9.491,0.09,9.269-1.78,18.563-0.05,0.603,1.05,9.457,1.66,12.527,1,4.9,1,15.6-6.9,6.46,1.39,6.55-4.12,5.23-0.43,11.46-3.72-6.09,5.2,1.16,1.4,3.35,1.86,11.4-5.84-14.23,11.74,10.33-2.68-13.96,9.61-0.14,3.56,3.76,1.44-1.35,1.15-2.9,2.1-4.03,3.45-0.99,1.18,2.82-1.2,4.26-1.72l-8.31,6.03c4.56-4.39,4.71-3.88-0.18-1.76-6.53,2.14,6.54-5.75-6.97,0.89-4.29,1.01-4.86,0.19-4.14-1.82-1.12,0.49-9.44,3.74-6.53,0.36-2.63,1.07-5.24,2.36-8.05,2.81-12.281,1.96,12.15-5.71,0.68-1.96-3.44,0.68-5.93-0.46-10.007,1.17,1.997-4.52-4.99-0.27-7.216-1.29-5.846-2.66,10.353-3.72-1.834-2.26-4.605-0.44-18.728,3.61-18.544,0.04-9.58-1.59-16.709,3.05-25.664,0.66-7.072-4.98-11.206-3.31-17.449,0.13,4.387-7.42-8.41,5.65,0.592-2.58l5.937-4.31z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3067" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M32.946,195.27c-2.487,2.52,4.616-3.2,4.416-1.87-0.565,3.75-6.982,3.94,0.344,2.88,9-6.79,13.232,0.14,21.812-0.32,14.758-0.77,5.673-3.62,15.935,0.97,10.537-0.69,45.807-1.32,53.777,2.17,11.68-2.26,6.7-2.53,14.93-1.08l-2.49,1.8c-2.28-8.7,0.23-4.11-15.62,1.58-18.46-2.52-35.268-1.66-53.557-2.32-10.323-6.7,0.774-1.23-18.514,0.91-3.143,0.35-5.37-4.94-9.066-2.79-2.98,0.45-5.633,2.26-8.6,2.8-0.914,0.17-1.787-0.5-2.681-0.76-16.15,6.54-2.325,2.06-3.609-0.51-0.01-0.02-3.711,2.26-2.394,0.4l5.317-3.86z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3069" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M192.94,177.31c7.39-5.49-3.93,3.95,6.42-3.77-0.45,1.49-6.75,7.09-0.41,2.76,8.47-4.85-7.26,6.27,2.64,0.31,1.79,0.63,3.62-1.14,5.35-1.95,8.49-4.84-12.11,8.78,0.5,0.82,1.29-0.82,0.12,0.75,0.17,1.11,5.14-3.51,3.91-2.17,2.51-0.44,11.16-7.08-8.05,6.5,7.66-4.01-7.33,6.36,3.47-1.22-2.34,4.94,7.55-4.91,2.66,0.23,8.04-3.49,9.87-2.93-12.17,6.23,1.76,1.22-0.84,0.83-1.69,1.66-2.53,2.49-13.12,8.88,6.61-5.15,5.21-3.49-0.11,0.13-7.27,6.14-2.1,3.02-0.73,2.2,6.97-4.72,5.64-2.92-1.92,2.61-8.15,6.56,0.94,0.29-1.62,3.43,1.04-0.55,0.94,3.07-5.13,7.24,9.6-8.92,3.86,0.04,5.6-2.19-4.69,3.79,3.59-0.67,7.92-5.52-4.76,5.29,5.6-1.76-5.45,5.71,2.64,2.22,3.17,2.12,0.63-0.31,1.21-0.83,1.88-0.91,1.37-0.17-3.35,2.16-2.7,3.53,0.57,1.19,3.41-3.36,8.59-4.34,5.41-0.94-2.37,5.1,4.19,2-2.25,3.34,3.48,0.01,4.11-0.45-5.16,5.69,5.73-4.12,0.41,1.84,6.27-4.9,0.14,0.19,5.17-2.53,4.6-2.87-0.16-0.1-0.98,1.64-1.07,2.26,7.52-5.54,5.92-3.73-1.54,1.75-3.39,3.09-5.08,4.64,2.47-1,10.48-6.28,6.3-1.87,3.57,1.68,3.01-5.84,6.09-2.79,1.2,1.19-2.46,2.32-3.69,3.47,2.23-1.32,2.65-1.08,5.35-1.94-1.22,3.18,2.97-0.79,0.86,1.7,2.77-0.75,7.54-5.37,0.28,1.48-2.57,0.29-2.32,0.47,0.43-0.87l5.04-2.24c-0.34,0.19-0.68,0.38-1.02,0.58-2.05,1.34-4.1,2.69-6.16,4.04-3.19,1.48-0.35-0.4-2.3,0.1-0.92,0.34-2.44,1.76-2.81,0.75-0.61-1.62,7.67-5.85,3.36-3.62-10.06,6.76,1.11-2.05-8.47,4.53,2.14-2.62,3.86-4.44-0.09-2.6-8,4.03,3.17-3.75-7.13,2.55-5.03,2.67,0.44-1.24,0.99-3.2-5.84,3.74,1.09-1.98-5.7,3.1,6.24-7.4-3.28,3.39-1.93-0.75-2.01,1.22-4.05,1.9-3.23-0.28-4.47,2.3-4.51,0.64-9.19,2.12-4.49-0.43,2.03-3.36-1.82-3.23-1.24,0.8-12.72,6.25-6.8,0.91-3.84,1.57-5.11,2.23-2.66-0.69-9.46,6.44,7.95-5.92-3.42,1.63-0.69,0.47-2.5,2.13-2.13,1.31,0.75-1.68,4.98-3.79,1.07-1.66-1.51-1.37,2.17-3.64-2.7-0.91-1.81-0.44,3.42-4.87-6.58,1.43,7.15-7.81-10.78,7.25-0.66-2.05-9.55,5.16,8.22-7.65-6.83,3.16,4.77-4.6,4.48-4.48,0.71-3.25,4.03-4.46-3.03,0.96-4.46,0.52,3.83-5.4-1.48,0.46-3.2-0.34-0.99,0.54-2.69,2.83-2.96,1.62-0.32-1.46,3.88-2.9,2.28-3.34-4.06,2.83-5.21,3.73-6.83,3.95-2.6,0.05,1.3-2.25-2.75-0.2-8.36,4.55,5.38-4.41-1.22-1.48-1.42,0.15,0.35-1.58-3.38,0.31-2.08-0.09-0.63-1.48-2.37-0.47,0.65-0.78,2.77-2.82,1.93-2.34-15.65,8.96,3-0.62-5.12,3.44l4.79-3.96z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3071" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M190.23,185.83c1.04,0.83-1.94,0.19,3.42,0.19,2.64-0.81,0.07,2.75,0.97,2.93,5.61,1.1,19.44-13.58,12.08-0.15,5.37-0.81,10.88-4.59,16.16-5.42,6.23-0.98-0.61,4.72,10.3,0.59,1.04,0.12,2.14-0.06,3.11,0.37,1.64,0.71,3.75,4.34,6.03,3.69,8.04-2.28,7.63-7.3,7.08-0.5,8.15-3.47,11.37-0.35,17.91-0.37,7.86-2.14,3.08,1.7,6.66,2.04,3.77-0.33,7.08-0.51,10.3-1.73-5.01,4.82,6.23-1.19,6.48-1.22-0.36,0.47-0.05,1.72,0.5,1.79l-2.18,1.96s-7.51,5.82-5.69,2.9c3.6-4.47,0.28,0.01-1.34,0.09-0.72,0.04,0.91-1.28,1.36-1.93-0.04-0.23,0.08-0.67-0.12-0.69-1.12-0.13-2.13,1.18-3.27,0.95-1.12,0.6-2.24,1.21-3.36,1.81,0.46-0.87,2.25-2.89,1.39-2.61-2.31,0.77-3.93,3.32-6.2,4.22-2.99,1.17,6.34-7.38-1.96-1.9-3.62-2.06-2.85-1.1-10.03,0.93,2.62-7.89-9.11-0.01-13.25-3.74-6.08,1.59-4.19-0.81-9.41-0.4-3.41,0.26-6.59,3.39-9.96,2.75-0.88-0.16-0.07-2.03-0.1-3.04-11.07,3.38-9.1-1.31-9.39-1.35-1.72-0.27-12.55,2.66-14.03,3.52-2.13-5.26-10.81,1.88-15.35-0.78,2.47-8.34-6.94,5.32-1.17-2.14l3.06-2.76z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3079" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M194.03,193.29c-1.54,1.64,1.6,2.4,3.06,4.7,6.5,0.53,16.92-5.61,23.01-3.3,1.32,0.51,0.93,2.99,1.4,4.49,2.74-0.48,5.47-0.95,8.21-1.43,5.58-9.87,14.06,3.95,16.16,3.82,5.84-0.38,14.81-10.05,19.4-2.24,15.24-10.72,5.47,3.85,20.03-3.16,4.96,4.55,2.01-2.02,9.7-0.74,7.41,1.22-12.73,8.57,1.88,2.46l-1.75,1.6c-18.59,11.89-2.14,3.17-4.77,0.17-2.33-2.67-11,8.6-9.5,0.53-4.92,2.52-12.27,5.35-14.27-2.06-2.93,0.86-25.37,8.38-25.86,8.09-2.63-1.52,6.35-8.26,3.53-9.22-6.49-2.2-12.54,10.25-19.74,5.46-9.53-8.18-22.62,7.44-30.5-1.77-1.41-0.11-3.67,0.83-4.21-0.67-0.24-0.65,1.3-1.9,0.69-1.96-0.66-0.06-8.42,5.83-2.63,0.86l6.16-5.63z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3081" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M34.721,222.34c-0.966,2.04,7.341-5.22,5.73-3.63-11.581,11.4-7.123,5.65-5.51,5.06,4.098-1.81,6.492-3.38,5.644-1.66-1.804,0.78,0.873,1.23-1.246,3.62,12.204-7.37-0.007,1.24,6.19-2.55,1.863-0.11,3.206-3.74,4.997-2.99,1.161,0.48-1.222,2.24-2.122,3.12-0.681,2.06-0.202,1.39,5.37-1.43-3.52,3.42,3.648-0.26,4.276-0.59,0.217,0.76-5.146,3.54-3.527,3.38,1.997-0.2,3.773-1.41,5.55-2.34,3.35-1.14-2.705,2.09-3.681,3.46-0.777,1.09,2.294-1.39,3.423-2.11,18.599-11.88-10.243,7.27,6.209-3.23-5.401,5.25,1.921,0.99,2.204,0.87-0.623,0.59-1.44,1.04-1.87,1.79-0.612,1.06,2.255-0.99,3.327-1.59,8.247-4.62-4.596,2.86,1.636,0.19,14.52-8.14-9.442,8.2,6.789-2.22-2.009,1.61-4.23,2.99-6.026,4.83-1.608,1.65,7.447-5.08,6.135-3.18-1.307,1.88-10.001,7.15-0.462,1.12,11.211-5.78-3.206,2.29,4.283,0.13,1.751,1.34,7.189-2.71,2.171,2.17,2.101-0.8,7.554-3.12,7.345-2.9-1.115,1.16-2.434,2.11-3.652,3.16,1.782-0.28,9.839-6.01,10.819-5.44,1.717,0.98-6.346,4.06-1.063,1.89-6.937,3.72,1.745,1.16,2.74,0.72,2.32,0.75-1.718,2.83,5.12-1.91-0.01,6.08,4.04-9.93-2.39,3-1.06,2.12,4.34-1.96,6.38-3.18-2.19,4.21,3.52,0.26,5.19-0.6-6.61,7.31,5.93-5.37,1.82,2.02,9.65-5.22-4.25,5.45,6.97-1.1-3.74,5.01,5.38-4.6,2.25,1.15,7.32-3.77-1.26,2.63,6.84-2.63-12.58,11.94,7.7-5.83,0.2,2.36,2.86-1.15,9.43-6.57,1.67-0.03l-6.9,5.35c6.95-5.83,0-0.41-2.4,0.24,0.68-1.3,3.05-6.19-2.86-0.18,6.87-7.36-5.51,2.98,0.14-2.71-3.26,0.66-3.75,0.6-6.33,1.81-13.1,3.57,4.38-4.27-7.53,1.51,9.73-8.95-6.77,5.07-1.36-2.36-12.346,7.16,18.04-11.6-7.23,3.18-0.175,0.1,0.06-0.4,0.08-0.6,1.21-1.05,2.42-2.09,3.62-3.14-4.163,1.99-2.35-0.23-5.743,1.75-1.165,0.67-3.548,2.65-4.257,0.96-8.644,3.26,4.725-3.4-3.867,0.09-3.794,1.38-3.019,0.34-1.515-2.44-1.416,0.52-5.42,2.12-6.313,1.64-0.614,0.26-5.858-1.05-5.831,0.49-8.999,1.69,9.293-7.07-6.085,1.18,5.718-5.92-15.163,9.77,1.746-3.77-10.077,6.52-3.432,1.43-1.097-1.93-9.675,6.39-5.75,2.68-11.999,6.09-3.664,1.79,0.403-2.54,0.48-2.82-0.382,0.24-14.09,6.85-3.012-0.26-0.467,0.07-1.68,0.57-1.401,0.19,6.205-8.42-8.968,7.27-0.747-1.14-12.336,7.7,1.667-2.12-8.274,3.49,0.558-0.94,1.03-1.94,1.674-2.82,0.564-0.78-11.936-0.7-2.661,1.09-1.911,0.68-3.862,1.27-5.709,2.11,9.332-8.22-14.134,9.34,0.858-2.77-18.557,11.63,6.819-5.14-9.293,4.04,3.826-4.62,1.559-3.43-3.435,0.05,1.334-1.09,5.717-3.47,4.002-3.28-3.353,0.36-9.818,8.33-0.873-0.05,0.394-0.37-1.953,0.88-1.514,0.57l5.907-4.29z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3087" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M31.329,236.03c2.537-2.4,5.546-2.74,4.719-1.75,3.01,1.48,10.636-6.19,7.905,1.56,4.867,0.63,8.805-5.66,13.57-4.96,1.379,0.21-3.032,3.31-1.731,3.81,0.748,0.29,9.716-0.97,11.707-1.79,3.668-1.89,10.847-0.91,8.687,3.2,19.286-9.98,0.387,2.33,15.12-3.28,4.971-2.54,4.368,0.66,8.874,1.59,5.91,1.35,6.77-1.92,12.98-3.92,0.68-0.22-1.15,1.34-0.82,1.97,0.28,0.55,1.24,0.01,1.86,0.02,3.66,1.11,8.9-3.51,9.67,1.11,8.17-5.06,4.14-0.76,11.16-3.9-9.36,5.87,1.05,2.61,1.1,2.6l-5.3,3.85c-1.4,0.41-5.89,2.17-3.25-1.02-3.67,2.12-5.54,1.92-8.31,1.87-5.76,0.93-8.75-1.86-16.35,3.79,4.03-5.41-0.8-4.93-6.982-3.29-4.294-2.35-9.593,1.71-14.132,2.24,2.767-4.1-5.308-3.1-9.13-1.08,1.614-4.87-11.397,2.25-12.62-0.34-6.456,0.21-12.099,1.23-16.05-2.51-8.437,2.8-7.699-0.5-15.41,3.9,10.308-8.88-4.887,2.83,0.608-2.13l2.125-1.54z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3093" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M31.665,242.47c5.934-4.62,0.021,1.17,3.404,1.37,5.799,0.35,4.995-3.63,4.506,2.53,7.841-0.41,16.603-2.74,24.439-2.42,2.14,0.09,3.798,2.43,5.939,2.45,23.15,0.2,5.518-5.72,20.901,0.77,4.89-0.66,9.746-2.29,14.676-1.98,2.66,0.17,4.61,3.23,7.28,3.37,9.28,0.49,18.29-5.89,27.5-4.6,1.59,0.23,1.21,2.99,1.81,4.48l3.67-2.67c-21.21,6.1-13.59-1.3-29.29,0.11-11.08,0.99-21.377,6.85-32.732,6.43-10.384-8.39-13.602-3.78-26.342-3.6-6.936,0.1-13.217-5.82-20.751-0.28-5.778-3.18-18.552,2.78-10.769-1.78l5.759-4.18z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3097" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M192.53,223.6c-4.38,4.86,14.98-13.39,2.68-0.94,3.15-0.26-4.79,4.95,3.9-0.92-5.01,4.02,3.43-0.47,3.5-0.49-2.35,3.05-0.78,1.07,2.76-0.73,0.69-0.36-1.82,0.98-1.66,1.85,0.15,0.78,1.2-0.74,1.8-1.12,5.9-3.71-5.12,4.32-4.12,4.74,0.93,0.39,7.23-6.38,3.6-1.28-0.09,0.75,12.08-8.05,10.85-6.45-3.34,4.34-14.4,12.2-3.19,3.94,5.2-3.61,1.82,0.94,1.44,1.5,1.24-0.1,8.85-5.84,1.43,1.56,4.92-3.39,6.26-3.41,3.3-0.21,4.94-2.56,9.76-8.27,4.54-1.43,3.71-1.23,7.61-7.73-0.91,2.07-1.78,2.05,4.38-2.8,6.48-4.38-2.25,5.09,12.77-9.64,1.03,1.62,1.92-0.71,0.46,0.88,2.82,0.04-0.83,1.33,5.77-4.74,4.6-3.16-1.13,1.54-2.68,2.57-4.02,3.85-0.98,0.99-4.09,3.67-2.95,2.97,4.65-2.87,9.06-8.06,4.87-3.33,10.72-8.24-4.03,4.23,4.75-1.61,0.47-0.27,1.79-1.26,1.43-0.8-10.01,12.54,4.23-3.01-0.88,2.75,11.22-6.71-6.63,4.32,6.33-2.95,4.55-3.08-3.04,2.32-2.06,2.59,5.96,1.67-2.45,2.58,1.72,0.21,4.02-2.76,2.49-0.67,4.07-1,10.81-8.29-3.07,3.74,3.39-0.27-2.44,4.64,7.71-6.57,1.63,1.68,0.63,0.49,6.58-3.52,5.64-2.23,10.17-6.66-8.64,6.7,0.84,1.76,4.89-1.65-4.73,4.64,2.59,0.24,1.5,0.85,4.67-1.69,7.75-3.81-13.07,12.89,7.67-4.6-0.03,3.43-7.58,4.77,5.78-4.67,4.85-2.83-1.03,2.05-3.51,2.57-4.71,4.5-3.41,5.49,8.83-8.59,1.86-0.72,7.97-4.27-0.06,1.43,7.24-2.99-1.83,2.29-0.82,2.98,1.15,1.6,1.59,2.01,9.11-7.95,1,1.65-0.52,1.44,4.84-2.87,7.08-3.59-1.39,3.05-7.47,5.83,4.72-1.58l-8.45,7.28c2.45-3.15-3.09,1.34-3.93,0.89-7.62,5.31,1.39-1.81,0.25-1.48-1.61,0.47-4.98,4.67-4.33,2.87,0.2-0.55,0.7-0.86,1.05-1.29-0.67,0.4-5.73,2.17,0.62-3.03-4.89,3.52-10.24,6.7-2.52-0.42-2.57,1.68-17.35,11.31-9.37,4.81,3.51-4.05,1.12-2.03-0.87-1.92,0.95-4.96-6.52,4.65-3.4-0.47,4.43-6.02-7.66,5.66-2.87-0.39-4.58,2.83,0.45-0.06,0.36-1.17-0.21-2.59-0.52,1.34-5.57,4.01-0.41,0.21,1.67-1.31,0.65-1.39,5.39-7.86-14.5,12.11,0.55-2.96-1.48,1.13-3.34,5.03-4.43,3.39-1.09-1.63,2.86-2.43,4.06-3.94,0.01-0.01-13.33,11.9-4.47,2.09-9.54,6.53,12.94-11.22-5.48,1.64,6.23-6.75-4.27,2.48-4.9,1.57,1.47-1.79,6.52-6.06,4.54-5.2-20.39,8.89,3.55,1.47-4.77,2.9-0.2,0.03-4.02,1.9-2.64-0.24-1.04,0.49-7.52,2.41-0.43-2.13-2.7,2.03-8.51,5.13-0.67-1.85-18.54,13.61,3.1-2.71-8.61,4.93-0.73,0.33-1.59,0.07-2.34,0.35-0.86,0.31-2.96,2.34-2.32,1.6,1.49-1.75,3.29-3.11,4.93-4.66-3.52,2.43-5.22,2.67-6.54,3.17,4.7-5.43,0.74-1.25-2.74-0.16,0.71-0.74,3.09-2.29,2.14-2.23-1.74,0.11-6.07,4.77-5.24,2.42,4.8-5.31-0.1-0.37-0.29-1.36-0.18-0.91,4.34-3.51-0.5-0.44-5.78,2.72,3.06-3.29-2.97,0.85-0.91,0.62-3.45,2.78-2.71,1.89,1.58-1.92,3.54-3.36,5.31-5.04-12.39,6.32,3.64-3.29-8.06,4.13,3.71-5.7-3.7,2.48-1.29-1.64-0.97-0.27-10.14,5.49-3.39-1.16,3.35-5.02-7.88,5.29-2.61-0.75-5.47,3.81,0.22-1.63-5.97,2.64,5.07-5.18,2.4-2.55-0.5-2.09-0.3,0.17-7.14,4.87-4.35,1.31-2.17,0.96-8.43,5.62-0.75-0.73l2.71-2.33z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3103" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M189.88,233.47c6.83-4.72-7.11,6.88,6.21-1.27-1,1.36-4.38,3.29-3.01,4.06,2.89,1.63,5.64-4.45,8.84-4.4,5.57,0.08-17.28,13.39,4.99,0.97,1.71-0.75,3.3-2.06,5.12-2.25,1.4-0.14,2.45,2.09,3.86,2,3.52-0.2,6.89-3.15,10.37-2.46,0.81,0.15,0.26,1.91,0.39,2.87,8.13,2.83,16.14-1.24,24.42-2.64-4.82,10.25,5.49,2.55,9.53,1.1,2.51-0.17,3.62,0.78,6.5,0.29,2.39,4.41,5.36-3.58,8.72-0.18,17.17-8.07-4.85,6.38,4.89,1.47,1.47-0.2,6.44-3.03,6.12-2.39-0.62,1.25-3.71,3.44-2.5,3.19,3.3-0.67,9.02-7.89,2.83-0.65,25.52-15.75-15.46,7.87,7.45-2.95,0.9-0.61,1.79-1.21,2.68-1.82l-8.22,7.09c-0.56,0.31-1.11,0.62-1.66,0.93,4.68-5.48-1.57,2.12-3.19,1.68-9.88-2.7,10.08-5.42,1.84-3.98-7.26,3.27-0.32-1.9-7.79,2.82-1.46,0.93-3.73,4.64-4.36,2.83-0.67-1.93,2.58-2.82,3.87-4.23-13.98,7.79,9.02-10.96-8.68,1.84,5.1-8.66,2.71-0.78-3.87-0.19-1.63,0.15,3.44-2.3,3.37-4.24-0.12-3.39-8.61,8.64-7.79,4.32,1.93-6.36,0.64,0.59-4.18,0.3-2.07-0.12,19.06-18.1-6.31,2.95,1.77-1.85,5.25-2.76,5.3-5.55,0.03-2.39-3.25,3.43-5.27,3.55-1.24,0.07,2.44-4.61,1.25-4.17-7.39,2.77-6.42,6.93-6.91,1.48-3.41-0.4-6.39-1.23-9.84-0.2-4.9,1.45-9.5,7.64-14.32,5.86-1.53-0.57,1.43-3.39,2.15-5.09-2.8,0.42-9.55-0.5-10.99-0.22-2.48,0.48-5.69,5.7-7.04,3.19-2.36-4.4,14.58-11.45-0.67-4.04-2.04-5.73-20.98,12.87-10.61-0.79-13.5,8.85-3.55,0.61-6.34,1.38l2.85-2.46z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3109" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M187.36,243.29c0.89-0.67,3.43-3.62,4.55,0.94,13.37-3.69,27.03-0.73,40.71-2.39,7.85,11.8-5.12-5.04,14.67,0.32,8.66,2.34-9.84,10.52,2.82,9.3,12.35-4.5,6.67-3.44,16.89-4.24,1.99,12.64,15.43-7.73,28.08,1.53l-1.53,1.38c-2.57,0.35-4.74,1.34-7.08-0.64-0.79-0.67-0.8-2.93-1.75-2.82-7.55,0.88-13.75,8.05-21.71,4.09-2.75-0.92-5.21-3.04-8.01-3.68-10.72-2.47-20.91,10.34-31.26,2.68-2.67,0.06-5.35-0.18-8,0.19-3.48,0.48-7.78,5.29-10.34,2.33-2.14-2.5,5.91-7.19,3.88-9.82-2.46-3.2-17.5,7.56-21.86,5.7-2.41-2.35,2.71-6.5-3.45-1.82l3.39-3.05z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <path id="calligraphy-f07-zh_TW.svgpath3175" style="marker-end:none;color:black;marker-start:none;marker-mid:none;" d="M111.59,9.6633c0.82,0.0314,1.65,0.0498,2.47,0.0728,5.55,0.2034,11.11,0.243,16.66,0.2849,7.74,0.038,15.48-0.0233,23.22-0.057,5.4-0.1361,10.79,0.055,16.18,0.212,3.48,0.112,6.95,0.1,10.43,0.082,1.55-0.021,3.1-0.03,4.65-0.043,1.35,0.002,2.69,0.006,4.04,0.006,1.34,0.007,2.67-0.004,4.01-0.011,0.94,0.117,1.86-0.089,2.75-0.188l-5.83,4.441c-0.95,0.03-1.9,0.089-2.84,0.051-1.33-0.007-2.66-0.018-3.98-0.011-1.36,0.002-2.71,0.006-4.06,0.011-1.51-0.011-3.02-0.014-4.52-0.061-3.39-0.088-6.77-0.198-10.16-0.303-5.29-0.185-10.59-0.441-15.89-0.39-7.69-0.034-15.38-0.095-23.06-0.057-5.82,0.043-11.64,0.088-17.45,0.285-0.89,0.024-1.78,0.042-2.68,0.073l6.06-4.3977z" fill-rule="nonzero" transform="translate(10, 2096.061251) " fill="#000"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2374.047621" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2374.047621" x="10">擺動和質量</tspan>
+ <use id="calligraphy-f07-zh_TW.svguse3165" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(158 186)" height="1052.3622" width="744.09448" y="0" x="0"/>
+ <use id="calligraphy-f07-zh_TW.svguse3163" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(0 186)" height="1052.3622" width="744.09448" y="0" x="0"/>
+ <use id="calligraphy-f07-zh_TW.svguse3161" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(158 139.5)" height="1052.3622" width="744.09448" y="0" x="0"/>
+ <use id="calligraphy-f07-zh_TW.svguse3159" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(0 139.5)" height="1052.3622" width="744.09448" y="0" x="0"/>
+ <use id="calligraphy-f07-zh_TW.svguse3157" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(158 93)" height="1052.3622" width="744.09448" y="0" x="0"/>
+ <use id="calligraphy-f07-zh_TW.svguse3155" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(0 93)" height="1052.3622" width="744.09448" y="0" x="0"/>
+ <use id="calligraphy-f07-zh_TW.svguse3153" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(158 46.5)" height="1052.3622" width="744.09448" y="0" x="0"/>
+ <use id="calligraphy-f07-zh_TW.svguse3151" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(0 46.5)" height="1052.3622" width="744.09448" y="0" x="0"/>
+ <use id="calligraphy-f07-zh_TW.svguse3149" xlink:href="#calligraphy-f07-zh_TW.svgg3123" transform="translate(158 0)" height="1052.3622" width="744.09448" y="0" x="0"/>
+ <text id="calligraphy-f07-zh_TW.svgtext3177" xml:space="preserve" transform="translate(10 2030)" display="block" font-size="6px" y="5.0588455" x="132.37408" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan3179" y="5.0588455" x="132.37408" role="line">顫抖 = 0</tspan></text>
+ <text id="calligraphy-f07-zh_TW.svgtext3111" xml:space="preserve" transform="translate(10 2030)" display="block" font-size="6px" y="35.058846" x="62.374077" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan3113" y="35.058846" x="62.374077" role="line">顫抖 = 10</tspan></text>
+ <text id="calligraphy-f07-zh_TW.svgtext1990" xml:space="preserve" transform="translate(10 2030)" display="block" font-size="6px" y="80.021095" x="62.337463" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan1991" y="80.021095" x="62.337463" role="line">顫抖 = 30</tspan></text>
+ <text id="calligraphy-f07-zh_TW.svgtext2991" xml:space="preserve" transform="translate(10 2030)" display="block" font-size="6px" y="125.48337" x="62.359436" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan2993" y="125.48337" x="62.359436" role="line">顫抖 = 50</tspan></text>
+ <text id="calligraphy-f07-zh_TW.svgtext2995" xml:space="preserve" transform="translate(10 2030)" display="block" font-size="6px" y="170.94562" x="62.353577" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan2997" y="170.94562" x="62.353577" role="line">顫抖 = 70</tspan></text>
+ <text id="calligraphy-f07-zh_TW.svgtext1993" xml:space="preserve" transform="translate(10 2030)" display="block" font-size="6px" y="216.40787" x="62.308167" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan1994" y="216.40787" x="62.308167" role="line">顫抖 = 90</tspan></text>
+ <text id="calligraphy-f07-zh_TW.svgtext1996" xml:space="preserve" transform="translate(10 2030)" display="block" font-size="6px" y="34.558846" x="212.52852" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan1997" y="34.558846" x="212.52852" role="line">顫抖 = 20</tspan></text>
+ <text id="calligraphy-f07-zh_TW.svgtext2999" xml:space="preserve" transform="translate(10 2030)" display="block" font-size="6px" y="80.021095" x="212.39668" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan3001" y="80.021095" x="212.39668" role="line">顫抖 = 40</tspan></text>
+ <text id="calligraphy-f07-zh_TW.svgtext3003" xml:space="preserve" transform="translate(10 2030)" display="block" font-size="6px" y="125.48337" x="212.41719" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan3005" y="125.48337" x="212.41719" role="line">顫抖 = 60</tspan></text>
+ <text id="calligraphy-f07-zh_TW.svgtext3007" xml:space="preserve" transform="translate(10 2030)" display="block" font-size="6px" y="170.94562" x="212.4333" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan3009" y="170.94562" x="212.4333" role="line">顫抖 = 80</tspan></text>
+ <text id="calligraphy-f07-zh_TW.svgtext1999" xml:space="preserve" transform="translate(10 2030)" display="block" font-size="6px" y="216.40787" x="212.42744" font-family="Sans" sodipodi:insensitive="true" fill="black"><tspan id="calligraphy-f07-zh_TW.svgtspan2000" y="216.40787" x="212.42744" role="line">顫抖 = 100</tspan></text>
+ <path id="calligraphy-f07-zh_TW.svgpath2977" style="color:black" d="m194.8 36.948c1.29-0.601 0.52 0.12 1.45 0.334 2.52-1.549 1.81 0.053 4.27-0.637 1.28-0.353 2.32-0.038 3.05 0.498 1.8-0.453 2.87-0.127 5.81 1.097 2.18-0.635 4.16-0.293 6.51-0.5 0.47 0.614 2.73 0.499 3.68 0.565 2.15-0.487 4.27-0.787 6.4-0.947 0.09 0.904 2.65 0.428 3.16 0.371 0.97-0.199 1.99 0.119 2.95 0.353 3.23-0.916 1.37 0.381 4.37-0.736-1.4 1.416 2.09 0.494 2.79 0.471 1.79-0.518 2.38-0.587 3.64-0.103 1.98-0.245 3.54 0.196 5.01 0.846 2.31-0.853 4.52-1.043 6.89-1.084 2.98 0.261 4.09 0.374 7.43-0.322 2.95-1.036 2.53 0.415 5.43-0.677 0.54 0.998 3.39 0.209 4.83-0.366 0.6 0.226 1.92 0.846 2.29 0.951 2.08-0.124 2.09-0.087 4.66-0.851-0.42 0.435-1.05 0.738-1.26 1.306-0.44 1.218 2.55-0.475 3.84-0.646 3.72-1.462 2.08 0.493 4.02-0.398 1.03 0.606 2.48 0.244 3.79 0.032l-6.76 4.912c-0.98 0.178-2.68 0.636-3.41-0.307-1.5 0.136-1.43-0.769-3.76 0.205-0.39-0.003-2.47 0.179-2.31-0.854-1.96 0.96-2.76-0.059-4.91 1.033-0.92-0.204-1.81-0.565-2.74-0.626-1.53 0.202-3.24 0.498-4.71 0.32-1.39 0.241-2.82-0.298-4.47 0.06-2.95 1.367-5.38 0.149-8.62 1.069-1.86-0.304-3.62-0.397-5.45 0.035-2.69-0.374-3.59-0.573-5.9-0.195-1.06 0.196-4.39 1.037-2.47-0.752-2.06 0.611-2.64-0.038-5.16 1.252-0.38-0.158-1.16-1.143-2.83-0.38-0.74-0.22-2.25-0.119-2.96-0.353-1.29 0.117-2.93 0.676-4.12 0.329-0.78 0.139-3.32 0.012-5.05-0.026-1.39-0.302-2.92-0.125-4.75 0.205-1.79-0.35-4.33 0.555-5.31-0.411-2.58-0.158-4.44-1.312-7-0.339-0.9-0.3-1.85-0.634-2.8-0.538-0.56 0.109-3.54 0.497-2.55-0.61-3.06 0.929-0.72-0.19-3.1 0.872l6.13-4.458z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath2979" style="color:black" d="m191.44 45.785c0.85-0.474 1.35-0.514 3.24-0.714 2.47 0.162 6.67 0.512 10.06 1.743 12.81-0.778 25.78 1.534 38.22-0.166 10.12 1.116 20.05 1.409 30.45 0.476 2.99-0.579 5.63 0.081 8.53-0.262 1.81-0.607 3.98 0.525 4.73 0.775 0.58-0.186 1.16-0.371 1.74-0.556l-5.99 4.353c-0.21-0.086-0.42-0.171-0.62-0.257-1.94 0.04-3.98-0.145-5.78-0.01-2.6 0.167-5.31-0.094-8.03-0.112-10.12-1.252-20.06 0.842-30.26-0.622-12.6 0.741-24.81-0.501-37.34-0.484-4.02-0.442-8.51 0.434-11.8-0.455-1.25-0.141-1.67-0.24-3.07 0.596l5.92-4.305z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath2981" style="color:black" d="m192.55 54.078c-1.33 0.624 3.92 0.871 4.86 0.859 10.59 0.589 20.64 1.961 31.08 1.747 10.55 0.419 21.58-1.876 32.01-0.449 5.62-0.57 11.28 0.465 16.7 0.442 2.26-0.493 3.21 0.593 5.87-0.231 1.85 0.112 3.71 0.066 5.56 0.099l-5.39 3.917c-2.84 0.507-4.5 0.397-6.7 0.729-1.47 0.036-3.04-0.185-4.29-0.939-5.62-0.086-11.24 0.999-16.8-0.346-10.77 0.83-21.03-0.616-31.9 0.352-10.5-0.125-20.86-1.101-31.15-1.742-0.89 0.107-7.04 1.778-5.85-0.078l6-4.36z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath2985" style="color:black" d="m35.08 38.403c0.886-0.358 1.917-0.172 2.754-0.277 2.607 0.256 4.942 0.268 7.572 0.412 3.225 0.229 6.356 0.231 9.589 0.267 2.04 0.749 4.189 0.52 6.404 0.483 2.484 0.06 5.022 0.028 7.484-0.054 1.779 0.139 3.525 0.185 5.295 0.05 1.709-0.295 3.307 0.132 4.972 0.329 1.49-0.433 2.816 0.162 4.174 0.332 1.234-0.464 2.543-0.181 3.757-0.136 1.729-0.381 1.722 0.333 3.593-0.088 1.27-0.025 2.457 0.197 3.896 0.009 1.531-0.27 2.792 0.134 4.328-0.095 1.172 0.101 1.912 0.416 2.972 0.577 1.62-0.544 1.72 0.248 3.09 0.491 1.29 0.089 2.63-0.095 3.92-0.134 1.06 0.245 1.85 0.25 3.02 0.308 1.47-0.004 2.77-0.196 4.18-0.116 1.25 0.153 2.21 0.199 3.43 0.033 1.43-0.084 2.77-0.011 4.24-0.111 1.12 0.086 2.79 0.126 3.88 0.208 1.44-0.005 2.88-0.138 4.3-0.221 0.33 0.31 2.46 0.061 3.49-0.056 1.05 0.286 2.22 0.181 3.33 0.07 0.8 0.297 1.1 0.027 1.96 0.048l-5.82 4.228c-0.99 0.09-1.13 0.54-1.84-0.13-1.66 0.452-2.18-0.047-3.95 0.374-0.87-0.089-2.16-0.062-3.04-0.273-1.55 0.34-2.72 0.321-4.25 0.194-1.43 0.062-2.71-0.253-4.17 0.001-1.5 0.123-2.81-0.253-4.24 0.104-1-0.031-2.23-0.348-3.37-0.074-1.04-0.009-2.49-0.136-3.73-0.21-1.27 0.048-2.47 0.196-3.72 0.176-1.12-0.187-2.1-0.101-3.108-0.56-1.425 0.083-2.343-0.123-3.658-0.039-1.705-0.084-1.931-0.614-3.021-0.453-1.172-0.053-2.824-0.168-4.167-0.022-1.3 0.039-2.492 0.007-3.917 0.007-1.219 0.15-2.226 0.103-3.458-0.009-1.141-0.077-2.264 0.185-3.426-0.117-1.829 0.272-2.797-0.024-4.633-0.074-1.593-0.07-3.125-0.388-4.724-0.422-1.963 0.186-3.817 0.333-5.762 0.29-2.296-0.164-4.564-0.249-6.86-0.407-2.27 0.468-4.646-0.046-6.95-0.148-2.935 0.031-6.019-0.295-8.961-0.699-2.754-0.205-5.592 0.459-8.134 0.04-0.985 0.19-1.957 0.275-2.41 0.027l5.689-4.133z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath2987" style="color:black" d="m33.526 48.165c0.829 0.287 1.929-0.108 2.914-0.105 3.657 0.013 7.31 0.812 10.998 0.753 4.922 0.693 9.874-0.276 14.801 0.057 4.247 0.47 8.268 0.488 12.575 0.147 4.828 0.995 9.8 0.017 14.792 0.591 4.882 0.467 9.572-1.713 14.414-0.86 3.94-0.9 8-0.02 11.87-0.606 4.03 0.708 8.11 0.547 12.16 1.208 2.77-0.064 5.34 0.293 8.05-0.161 1.13-0.049 2.92 0.447 3.54 0.47 1.41-0.824 2.36-0.242 3.16-0.183l-5.48 3.98c-1.12 0.125-2.28 0.444-3.4 0.365-1.27 0.011-2.61-0.099-4.03-0.133-2.3-0.228-4.9-0.033-7.37-0.367-4.16-0.705-8.3-0.369-12.48-0.954-3.77 0.556-7.46 0.12-11.216 0.192-4.947 0.864-10.144 0.541-15.137 1.348-4.876-0.953-9.767-0.183-14.649-0.719-4.215 0.544-8.459-0.126-12.716-0.025-4.764 0.178-9.602-0.534-14.428-0.351-3.713-0.57-7.905 0.353-11.297-0.507-0.988 0.124-2.338 0.425-3.234 0.338l6.163-4.478z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath2989" style="color:black" d="m26.426 62.007c1.763-1.881 5.862-5.061 9.257-4.321 7.252 0.625 14.596 0.199 21.912 0.035 14.612 0.201 29.327-1.609 43.885-0.14 11.75-0.217 23.6 0.38 35.31 1.253 4.25-0.171 2.3-0.16 5.86-0.094l-6.12 4.405c-2.99-0.572-1.29-0.358-5.11-0.45-11.3-0.723-22.59-1.494-33.896-2.255-14.855-0.384-29.698 0.096-44.538 0.657-7.759-0.009-15.492 1.094-23.238 0.889l-3.322 0.021z" sodipodi:nodetypes="cccccccccccc" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3011" style="color:black" d="m33.461 83.415c-1.31 2.484 5.61-3.81 2.313-0.253-1.291 1.663 3.907-0.478 4.236-0.632-0.293 1.592 4.092 0.455 5.697 0.885 1.587 0.366 4.504 0.542 6.327 0.054 0.663 0.753 3.266 0.482 4.581 0.296 3.021-0.57 1.517 1.058 4.486 0.562 1.725-0.572 2.828 0.078 3.425 0.16 6.01-2.452-2.493 1.702 3.3 0.121 1.689-0.852 3.013-0.432 4.586-0.803-0.715 1.618 2.974 0.029 4.523-0.272-0.271 1.009 2.02 0.807 3.058 0.691 6.659-2.697-1.221 0.446 2.867 0.472 1.791-1.045 2.68-0.351 4.362-0.641-1.784 1.695 2.983 0.208 4.192 0.156 1.098 0.072 2.187 0.389 3.285 0.321 4.382-1.528 1.48 1.779 5.901-0.217 1.83-0.08 2.16 0.453 3.98 0.502 6.26-1.925 0.38 2.159 5.28-0.456 0.67 0.085 1.05 0.919 2.45 0.947 2.78-1.301 2.38-0.329 3.69-0.238 3.38-1.463-0.06-0.076 3.08 0.257 2.52-0.209 0.27-0.946 4.73-0.632 3.54-0.829 0.63 0.977 5.94-0.596 1.02-0.08 2.35 0.992 3.23 1.536 5.22-2.555 1.74 0.418 6.3-1.552 0.19 1.716-0.1 1.202 2.76 0.551l-5.24 3.802c-0.96 0.498-5.2 1.276-3.88 0.269-1.65 0.378-2.76 0.579-3.78-0.282-3.43 1.739-2.92-0.724-6.8 1.06-1.4-0.115-2.77-0.53-4.17-0.687-4.37 1.711-2.09-0.537-3.79-0.055-1.29 0.264-2.41-0.248-3.93 0.362-0.85 0.259-3.08 0.194-2.6-0.55-3.66 1.428-2.05 0.039-5.05 0.934 1.73-2.092-2.71 0.711-4.072-0.428-0.615-0.068-3.472 0.36-4.197-0.396-1.828 0.326-6.925 2.098-4.727-0.575-3.694 1.651-0.439-0.699-4.362 0.462-0.658 0.094-3.941 0.56-4.219-0.136-2.309 0.473-2.563 0.009-3.781 0.218-1.138 0.111-4.174 0.808-3.431-0.062-1.432 0.046-2.147-0.035-4.227 0.158-0.99-0.012-2.101-0.839-4.338 0.139-1.026 0.205-2.084-0.195-3.129-0.257-1.391-0.05-2.344 0.239-3.775 0.226-3.896 1.324 1.438-2.093-3.888 0.163-0.661-0.115-3.286-0.23-3.061-1.655-2.447 0.819-4.191 0.034-5.66 0.539-2.348-0.106-3.539 0.588-5.972-0.346-1.93 0.304-5.984 0.511-6.631-0.153-0.412 0.103-2.293 0.421-3.348-0.013-3.961 0.884 3.494-2.784-2.896 0.676l6.375-4.632z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3021" style="color:black" d="m33.458 94.024c2.933-1.819 1.772-0.698 5.947 0.083 8.524-0.15 17.163 0.365 25.984-0.571 4.573 1.527 9.157 0.557 13.798 0.532 3.168-0.096 6.077 0.139 9.052 0.048 3.278 0.435 6.616-0.839 9.725-0.244 3.196 0.638 5.196 0.302 8.476-0.084 2.59 0.576 5.4 0.371 7.83-0.451 3.44 1.794 8.43-0.094 12.52 1.022 3.41-1.339 6.88-0.894 10.42-0.531 1.35 0.371 1.31-0.226 2.68 0.049l-5.44 3.952c-3.07 1.402-0.35-0.2-2.97 0.163-3.12-0.702-6.55 1.228-9.54-0.105-4.93 0.274-9.6-0.338-14.49 0.411-0.92-0.272-4.21-0.232-6.18-0.754-2.563 0.128-7.327 1.502-8.133-0.164-3.18 0.905-6.895 0.857-10.152 0.553-2.889 0.37-6.269 0.348-9.495 0.274-5.869 1.281-7.706-2.561-14.538 0.006-8.429-1.855-16.913-1.212-25.309 0.079-1.733-0.628-7.075 0.667-5.288-0.56l5.103-3.708z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3023" style="color:black" d="m32.767 104.9c1.044 0.29 5.146 0.46 7.748 0.27 16.106 2.01 32.482 0.07 48.676 1.05 16.089 0.14 31.409 0.36 47.059-1.64 2.78 1.82 5.81 0.1 8.67-0.72l-7.49 5.5c-2.64-0.18-5.18 0.46-7.84 0.09-14.78-2.49-30.074 0.79-45.002 0.11-16.755-0.13-33.246-1.29-49.913-0.17-4.666-0.95-8.09-0.33-7.39-0.5l5.482-3.99z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3025" style="color:black" d="m195.21 82.699c-3.35 3.447-1.05 1.432 2.04 0.087-1.56 1.739-1.27 2.186 0.92 1.606 2.4-0.45 4.77-2.558 4.15 0.908 1.99-1.32 4.75-0.504 5.53-0.394 2.11 0.771 9.03-3.405 7.3-0.669 2.41-0.613 4.07-0.637 5.57-0.543-0.43 4.082 4.83-3.024 1.92 1.797 4-0.984 7.83-3.662 3.12 0.577 2.83-2.21 5.35-1.471 7.41-0.996 0.35 1.18 5.31 0.198 5.69 0.179 3.47-0.968 0.65 0.752 3.13 0.518 1.27-0.599 4.6-1.225 4.22 0.129 2.34-0.412 5.11-0.523 7.49-0.347 1.17 0.485 5.7-1.441 4.4 0.123 2.3-1.014 1.63-0.086 3.41 0.047 2.07 0.269 6.28-3.431 3.6-0.332 1.65-0.923 3.74-1.015 5.23-1.72-0.75 0.347 1.34 1.113 2.16 1.199-0.33 1.346 3.3-0.621 4.87-1.392-0.48 0.432-2.07 1.353-1.43 1.294 4.33-0.401 1.48-0.57 3.75-1.205 2.08-0.754 2.97 0.182 4.48-0.328 1.42-1.019 2.56 0.463 3.49 0.599 3.95-2.108 1.51-0.271 4.38-1.042l-6.91 5.023c-0.61 0.188-2.02-0.393-1.68-0.929-2.87 1.581-2.71 0.713-4.51 0.152-1.84 0.299-4.89 0.694-6.89 2.161 3.03-3.345-1.84-0.328-2.66 0.493 4.13-4.599-1.58 2.084-1.05-1.805-2.28 1.027-3.52 0.542-5.55 1.381 2.61-2.76-2.18 0.628-3.35 0.421-0.07-0.013-1.13-1.958-3.91 0.371-1.41 0.004-0.79-1.887-3.88 0.297-0.61-1.136-0.85-1.103-2.28-1.666-3.44 1.621-4.94-0.128-8.87 1.353-1.92-1.331-3.81 0.408-4.62 0.162-5.2 1.123 1.19-2.283-3.58-0.203-1.85 0.062-3.98 0.646-4.22-1.284-2.65 0.803-4.22 1.331-6.63 0.458-0.78 0.371-2.99-0.644-4.1 0.041-1.56-0.428-3.31-0.104-4.83 0.434 3.04-3.743-1.92 1.06-2.24-1.875-5.67 2.623-3.19-0.488-8.52 1.552-1.83-0.36-1.32-2.374-4.52-0.336-0.67-0.009-3.55 0.241-4.1-1.03-3.3 1.635-0.94-1.024-3.7 0.361-0.43 0-0.66-1.382-0.26-1.246l6.03-4.381z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3033" style="color:black" d="m196.24 101.77c2.85-1.29 6.99-0.49 10.23 1.14 14.46-1.35 28.78 1.11 43.44 0.58 8.29 3.28 16.99-1.59 25.02-1.26 1.28 0.05 1.79 2.39 3.07 2.55 3.76 0.49 7.5-1.29 11.28-1.38 1.17-0.05 2.34-0.11 3.51-0.17l-5.22 4.16c-1.1 0-2.19-0.01-3.28-0.01-12.75 0.28-25.26 0.75-37.91-1.09-14.95 1.33-29.71-1.02-44.58 0.32-6.44-2.14-10.97 0.61-12.51 0.18l6.95-5.02z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3039" style="color:black" d="m194.76 95.461c2.04-0.272 4.02-1.406 6.57-1.698 6.35-0.954 14.15-1.585 21.65-1.52 8.18 1.795 5.42 0.845 15.47-1.263 4.38-0.916 5.68 1.657 10.73 0.517 3.54 2.778 7.34-0.138 11.48 1.431 3.43 1.543 8.09 1.261 13.67 1.335 4.92-1.05 8.99-0.967 13.86-0.541 0.96 1.397 3.31 1.058 5 0.951l-4.82 3.505c-1.63-0.062-3.37-0.276-4.76-1.132-5.03 1.27-10.34 0.8-15.05 1.382-3.29-0.259-12.1-1.153-12.55-2.178-4.83 0.593-9.32-0.322-14.08 0.487-8.84 0.939-15.04-3.582-24.4-0.491-6.44-2.044-17.67 4.934-21.79 1.708-2.55 0.428-5.7 2.506-6.25 1.336l5.27-3.829z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3041" style="color:black" d="m33.23 133.02c9.323-6.44-0.804-0.11 3.574-1.21 1.919-0.76 4.042-0.83 6.079-1.14 1.832 0.91 3.358 0.62 5.142-0.24 2.092-0.26 2.081 0.61 3.142 1.27 0.295 0.75 2.066 0.8 5.784-0.62-0.748 1.03 3.154-0.24 4.3-0.2-1.013 0.82 2.736 0.65 3.911 0.08-0.678 0.64-2.939 1.7-2.034 1.91 2.811 0.66 3.819-1.49 4.737-1.28 3.573-1.55 0.501-0.26 2.548 0.6 1.274-0.56 2.754-0.42 4.142-0.52 5.074-2.09-0.063 0.21 3.506-0.04 3.999-1.45-3.021 2.91 3.269 0.25 4.183-1.99 4.168-0.07 5.91-0.72 2.509-0.32 2.58-0.11 2.451 1.07 1.909 0.24 6.129-2.97 5.109 0.5 2.622-0.96 3.119 0.39 5.48-0.72-1.449 0.5 2.81-0.94 3.69 0.43 2.33-0.26 5.02-1.78 4.29 0.35 0.34-0.58 5.19-1.71 2.72 0.81 2.66-1.83 4.81-1.34 6.37-2.12-3.23 2.55 3.12 0.21 4.24-0.2 3.92-1.62 2.86 1 1.04 2.73 3.92-3.15 3.43-0.73 6.55-2.11 2.22-0.26 3.76-0.58 2.65 0.61 1.82-0.59 2.01 0.75 2.05 0.76 3.33-2.2 1.61-0.05 4.6-0.86 4.97-2.1-0.78 1.59 2.52 0.71 0.35-0.12 0.7-0.24 1.04-0.37l-5.7 4.15c0.39-0.41 0.77-0.82 1.16-1.23-4.72 2.78-2.03-0.22-6.17 1.93-8.12 2.67 4.98-4.29-3.39-0.04-0.69-0.1-0.34-1.65-3.34-0.01-0.94-0.33 0.66-2.18-2.47-0.53-4.83 0.84 3.34-3.84-2.45-0.87-1.64 0.3-7.56 3.1-4.42-0.27-5.61 2.29-0.68-0.06-5.06 0.8-3.52 1.93-0.92 0.33-1.82-1.2-6.99 2.89-0.28-1.29-6.15 1.69-1.17-0.62-1.49-1.99-4.262-0.37-1.385-0.03-1.861-1-4.856 0.4-6.63 1.38 4.435-3.72-4.068-0.36 4.159-5.39-9.944 3.95-3.2-1.81-8.026 3.42 0.218-0.86-6.637 1.97-0.15-0.1-5.494 0.99-3.284-1.19-2.173 0.71-2.641 0.06-4.984 0.99 4.147-5.88-2.606 0.71-4.352 0.66 1.188-1.01 2.683-1.74 3.563-3.02 0.172-0.25-7.708 4.23-4.984 1.56-7.138 2.73 7.835-5.25-3.708 0.25-1.538-0.96-0.093-2.36-6.043 1.8 3.373-3.06 1.066-2.19 0.164-3.05-0.875 0.38-7.936 3.89-4.876 0.62-2.651 0.52-5.168 0.59-7.638 1.89 4.038-4.18-0.567 0.27-1.6-2.31 0.457-4.26-2.753 0.99-4.294-0.38-13.227 4.03 8.358-4.43-6.692 1.58 3.027-2.96-4.082 1.99 0.754-1.93l1.997-1.45z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3043" style="color:black" d="m33.328 141.73c-2.02 2.14 1.79 0.27 2.043 0.21 5.094-2.14 4.93 0.64 7.709 0.18 4.275 3.75 8.609-2.4 14.075-2.5 1.042-0.01-1.336 1.93-1.082 2.94 0.17 0.67 1.323 0.43 1.984 0.64 4.548-1.22 9.915-3.95 16.148-0.6 3.636 3.01 12.01-3.17 15.953-0.78 3.682 1 5.593 1.64 8.754 2.56 3.688-0.21 15.238-6.08 15.158-0.72 5.19-0.93 10.22-1.89 15.51-2.25 2.25 0.11 4.16-0.71 6.25-0.21 3.05-1.5-1.12 1.93-0.72 1.88 3.18-0.38 3.84-3.09 2.21-0.17 0.33-0.1 0.67-0.19 1-0.29l-5.23 3.8c-0.47 0.19-0.94 0.39-1.4 0.58-7.36 3.17 2.31-2.28-2.65-0.87-2.26-0.78-3.96 0.1-6.38 0.33-0.85 0.13-8.1 0.33-11.17-0.9-6.68 1.88-11.47 0.81-18.234 2.92 0.13-3.52-8.947-0.71-11.276-0.74-4.446-1.72-9.299-1.43-12.954-1.4-2.873 0.14-14.343 1.24-13.345-1.43-1.125 0.3-11.49 2.85-12.239 2.53-0.983-0.42 2.32-2.69 1.281-2.94-3.059-0.73-5.794 3.53-8.969 2.94 2.233-8.88-10.979 5.74-4.411-2.57-1.821 0.86-5.206 2.31-3.51 0.85l5.495-3.99z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3049" style="color:black" d="m34.434 150.81c-3.75 1.6 4.367-1.63 8.084 0.29 15.586 2.18 30.861 2.92 47.026-0.32 12.686 2.2 25.026 0.12 37.626-0.76 6.8-1.76 8.22-0.26 15.48-2.86 4.27 0.51 0.4 2.25 4.86 3.01l-3.61 2.59c-3.37 0.77-5.5 1.76-8.29-0.53-3.58 1.37-7.29 1.81-10.3-0.85-13.13 3.04-24.54 4.42-37.82 0.91-16.419 4.3-33.702 4.7-50.631 2.89-5.568-0.21-5.772-1.55-10.064 1.18l7.639-5.55z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3051" style="color:black" d="m195.06 130.69c-0.12 1.46 2.15-0.55 3.05-1.13-0.22 1.94-2.17 3.39 2.5 0.54 4.59-1.52-0.07 2.1 3.36 0.02-4.3 5.3 6.34-4.96 1.17 1.6 1.56-0.88 5.27-3.76 3.37-0.01 3.16-1.53 6.71-3.12 4.97-0.96-2.21 2.27 2.2 0.24 3.05 0.05 7.29-4.58-3.8 4.41 3.32-0.14 1.24 0.89 4.76-1.05 3.55 0.89-0.21 1.75 5.13-1.86 3.6 0.31 3.79-2.16 2.75 1.31 4.92 0.57 2.56-1.34 3.43-1.75 4.45-0.11 11.6-6.55-3.45 3.27 4.25-0.96 0.72 1.7 0.62 1.26 3.88-0.71-3.02 4.22 1.02 1.36 2.49 0.47-1.73 2.96 0.43 1.75 3.89-0.64-1.45 4.09 3.54-0.43 1.29 3.33 9.27-5.26-2.26 2.23 7.06-1.76 2.94-0.98 3.05 0.17 2.99 0.52 0.77-0.33 1.65 0.23 2.44 0.51 5.64-3.96-0.41 2.11 6.43-2.88-5.27 4.09 0.49 0.99 0.65 0.91-4.06 3.75 1.62 0.32 3.27-0.58 3.42-2.61 0.64 1.19 4.66-1.01-1.69 0.79 1.53 0.9 2.37 0.61 6.53-2.81-3.34 1.09 2.24 0.64 2.97-0.96 5.74-4.34 3.05-0.02-0.38 0.44-0.76 0.89-1.14 1.33l-4.26 3.52c-0.13-0.02-0.26-0.03-0.39-0.05-0.71 0.16-2.49-0.19-2.04-0.83-0.37-0.05-6.75 2.45-3.19 0.14 2.92-4.24-2.13 1.01-3.64 0.51 0.24-0.36 1.1-1.24 0.73-1.07-9.9 4.67 2.62-0.48-2.72-0.02-3.54 1.27-4.15 2.24-5.2 2.37 0.46-0.84 2.05-1.89 1.38-2.51-0.79-0.73-1.76 1.17-2.64 1.75-2.34 1.16-2.8 0.67-3.15 0.16-3.66 1.77-2.32-0.05-4.08 0.85-0.11-0.01-0.68-0.95-2.68-0.78-0.74 0.24-6.08 1.45-4.6-0.3-9.67 5.71 5.29-4.28-5.72 0.36 0.51-0.57 1.19-0.99 1.52-1.71 0.64-1.38-2.88 2.11-3.98 1.18-6.61 4.13 2.98-4.4-3.69 0.51-5.17 2.55 2.21-3.17-3.9 0.73-1.46 0.04-1.47 0.43-1.71-1.15-9.6 5.4 4.46-4.29-4.13-0.16-3.31 0.98-2.56-0.18-5.19-0.43-2.39 0.56-2.44-0.28-4.87 0.84-3.63 0.4-0.34-1.73-3.31-1.09-0.64 0.41-9.14 5.3-2.6-0.46-0.9 0.22-5.49 2.4-3.09-0.06-0.98 0.46-5.85 2.95-4.56 0.61-2.87 1.32-1.31 0.88-0.54-1.02 0.49-1.19-1.96 1.68-3.11 1.71-0.56 0.01 0.79-0.92 1.19-1.37-5.25 1.94 2.71-4.8-6.84 3.08 8.59-7.9 1.99-2.14-0.83-2.11-0.81 0.4-3.03 0.46-2.63-0.44-0.96 0.38-5.49 3.2-2.28 0.5l5.62-4.65z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3059" style="color:black" d="m191.81 140.43c7.61-5.26-5.16 4.15 4.82 0.56 10.48 1.31 19.84-3.33 30.41-0.66 15.66 3.63-10.95-1.84 12.17-0.61 1.07 0.06 1.5 2.41 2.56 2.22 3.62-0.66 6.63-3.88 10.24-4.54 0.83-0.16 0.64 1.96 1.38 2.41 0.98 0.58 2.2 0.25 3.3 0.38 5.7-0.33 9.09-0.92 14.89-0.81 3.93 1.18 9.92 0.4 15.44-0.24 1.56 2.36 4.82 0.55 6.67 0.22l-6.87 5.68c-1.14-0.35-3.74-0.31-3.26-3.03-4.92 2.01-12.63 4.03-16.81 1.35-8.21 2.03-2.99-0.53-4.2-1.32-1.7-1.11-7.2 4.51-9.06 0.78-10.88 3.65-22.5-2.78-33.63 3.5-0.01-1.69 1.45-4.85-0.02-5.07-3.51-0.51-6.64 3.05-10.15 3.58-3.75 0.58-14.74-1.69-19.45 1.36-2.55-0.42-3.37-1.04-2.9-2.06l4.47-3.7z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3061" style="color:black" d="m192.05 149.86c-0.39 1.61 7.94-0.68 11.16 0.18 8.77 6.69 12.51 2.6 22.98 2.24 2.9-0.1 5.69 2.06 8.58 1.71 19.93-5.74 10.73-4.41 27.44-5.28 17.21 4.03-3.5 0.39 20.43-1.16 2.04-0.14 3.96 1.17 5.94 1.76 2.49-0.22 4.97-0.44 7.46-0.66l-4.6 3.82c-15.37-3.88 11.53 1.98-17.57 2.38-1.95 0.02-3.34-2.29-5.01-3.44-3.81 0.43-7.62 0.85-11.42 1.28-19.64 0.19-38.45 4.95-57.87 0.36-6.38-0.56-10.91-0.27-12.95 1.3l5.43-4.49z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3063" style="color:black" d="m40.122 174.55c-3.022 2.64-3.242 3.22 0.862 0.78 2.568-0.55 3.238-1.35 1.761 1.15 1.632-0.82 3.618-0.6 5.335-1.22 0.831 1.83 2.661 0.54 4.231 0.05-0.271 1.27 3.382-0.35 4.684-0.81-5.002 2.63 2.138 0.88 2.18 0.9 3.535-1 2.166 0.27 5.12-0.33 0.53-0.14 1.722-0.96 1.591-0.42-0.833 3.39-2.058 3.02 5.101-0.15 4.133-1.9 0.65-0.54-0.618 1.44-0.883 1.38 4.671-3.88 4.347-2.27-0.319 1.57-2.288 2.25-3.432 3.37 7.295-4.62 0.548-0.38 6.466-1.4 0.457-0.14 1.624-0.82 1.37-0.41-5.769 9.2 9.057-6.83 0.457 2.16 2.044-1.41 6.807-2.23 7.068-2.38 3.127 0.37-4.737 2.54-3.595 3.88 1.238 1.45 3.085-3.21 4.961-2.86 1.53 0.29-2.695 1.79-3.459 3.15-0.931 1.65 3.452-1.59 5.139-2.47-0.315 0.41-1.408 1.43-0.944 1.21 13.063-6.07-4.061 1.88 4.28-0.82 5.586-2.47-0.697 1.84 4.665-1.1 4.428 1.25-2.535 4.37 3.528 1.09 7.54-4.06-6.535 6.11 3.72 0.02-0.08 0.99 1.75 0.92 3.27 0.19 0.33 0.54 4.11-0.23 5.16-0.53-6.3 8.18 7.03-10.19 3.29-0.64-0.63 1.62-9.6 6.79-1.19 1.73 0.07 0.81 2.47 0.51 2.74 0.48 5.11-2.73 3.98 0.14 6.3-0.76-0.91 0.88-3.97 2.59-2.71 2.64 2 0.07 4.39-1.03 7.1-2.11 9.68-2.89-7.67 3.28 3.67-0.71 5.55-1.95-10.87 6.4 0.75 0.29 2.74-2.25 1.73 1.17 1.6 1.47 6.44-3.98 3.35-0.1 8.16-2.74-7.66 7.95 7.87-4.65 0.29 2.29l-1.21 0.88c-12.62 8.2 1.43-1.87-8.99 4.02 8.15-7.27-0.43 0.52-1.29-2.25-6.17 1.94 0.87-3.08-8.98 3.9 2.54-2.19 4.33-3.77 0.94-3.48-0.88 0.31-5.12 0.97-5.17 0.04-4.94 1.59-1.74-0.44-6.03 0.56 4.82-4.96-6.69 4.49-1.68-1.24-1.8 1.16-3.39 2.71-5.38 3.49-3.21 1.25 4.67-3.93 1.53-3.31-3.51 1.02-5.83 1.8-8.304 2.82 6.194-5.43-0.018-1.34-3.079-0.35 7.173-8.46 4.573-2.63-0.353-2.53-5.981 2.7 0.379-2.28-3.842-0.81-4.264 2.42-1.18 0.25-5.014 1.2-0.259-1.36-0.963-2.74-3.193-0.36-1.088-0.92-3.068-1.06-5.223-0.18 4.716-5.24 0.051-1.03-2.911-0.55-3.413 1.7 3.168-3.79-4.535 0.11-4.426 1.07-0.425-1.57-0.924-2.5-2.471 1.43-4.349 1.81-7.961 3.02 4.349-5.25-1.287-1.39-4.03-1.36-7.628 3.1 3.309-1.01-0.085-1.27-0.926-0.08-2.451 0.83-5.674 2.06-0.018 0.01-4.319 2-2.574-0.61-3.939 0.42 2.508-2.68-3.553 0-5.227 0.97 1.271-2.49-3.062-0.91-7.709 4.49 0.382-2.08-7.241 2.6 0.874-0.76 2.091-1.26 2.622-2.29 0.745-1.45-5.419 2.84-4.695 1.38-0.663 0.17-1.308 0.59-1.988 0.52-3.949-0.46 3.354-1.8 1.822-1.82l6.809-4.94z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3065" style="color:black" d="m35.295 184.15c-1.408 1.51 1.402 0.44 5.589-1.76-12.237 9.34 3.61 2.76 10.17 5.03 8.759-3.13 16.485-0.26 25.246-0.35 9.491 0.09 9.269-1.78 18.563-0.05 0.603 1.05 9.457 1.66 12.527 1 4.9 1 15.6-6.9 6.46 1.39 6.55-4.12 5.23-0.43 11.46-3.72-6.09 5.2 1.16 1.4 3.35 1.86 11.4-5.84-14.23 11.74 10.33-2.68-13.96 9.61-0.14 3.56 3.76 1.44-1.35 1.15-2.9 2.1-4.03 3.45-0.99 1.18 2.82-1.2 4.26-1.72l-8.31 6.03c4.56-4.39 4.71-3.88-0.18-1.76-6.53 2.14 6.54-5.75-6.97 0.89-4.29 1.01-4.86 0.19-4.14-1.82-1.12 0.49-9.44 3.74-6.53 0.36-2.63 1.07-5.24 2.36-8.05 2.81-12.281 1.96 12.15-5.71 0.68-1.96-3.44 0.68-5.93-0.46-10.007 1.17 1.997-4.52-4.99-0.27-7.216-1.29-5.846-2.66 10.353-3.72-1.834-2.26-4.605-0.44-18.728 3.61-18.544 0.04-9.58-1.59-16.709 3.05-25.664 0.66-7.072-4.98-11.206-3.31-17.449 0.13 4.387-7.42-8.41 5.65 0.592-2.58l5.937-4.31z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3067" style="color:black" d="m32.946 195.27c-2.487 2.52 4.616-3.2 4.416-1.87-0.565 3.75-6.982 3.94 0.344 2.88 9-6.79 13.232 0.14 21.812-0.32 14.758-0.77 5.673-3.62 15.935 0.97 10.537-0.69 45.807-1.32 53.777 2.17 11.68-2.26 6.7-2.53 14.93-1.08l-2.49 1.8c-2.28-8.7 0.23-4.11-15.62 1.58-18.46-2.52-35.268-1.66-53.557-2.32-10.323-6.7 0.774-1.23-18.514 0.91-3.143 0.35-5.37-4.94-9.066-2.79-2.98 0.45-5.633 2.26-8.6 2.8-0.914 0.17-1.787-0.5-2.681-0.76-16.15 6.54-2.325 2.06-3.609-0.51-0.01-0.02-3.711 2.26-2.394 0.4l5.317-3.86z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3069" style="color:black" d="m192.94 177.31c7.39-5.49-3.93 3.95 6.42-3.77-0.45 1.49-6.75 7.09-0.41 2.76 8.47-4.85-7.26 6.27 2.64 0.31 1.79 0.63 3.62-1.14 5.35-1.95 8.49-4.84-12.11 8.78 0.5 0.82 1.29-0.82 0.12 0.75 0.17 1.11 5.14-3.51 3.91-2.17 2.51-0.44 11.16-7.08-8.05 6.5 7.66-4.01-7.33 6.36 3.47-1.22-2.34 4.94 7.55-4.91 2.66 0.23 8.04-3.49 9.87-2.93-12.17 6.23 1.76 1.22-0.84 0.83-1.69 1.66-2.53 2.49-13.12 8.88 6.61-5.15 5.21-3.49-0.11 0.13-7.27 6.14-2.1 3.02-0.73 2.2 6.97-4.72 5.64-2.92-1.92 2.61-8.15 6.56 0.94 0.29-1.62 3.43 1.04-0.55 0.94 3.07-5.13 7.24 9.6-8.92 3.86 0.04 5.6-2.19-4.69 3.79 3.59-0.67 7.92-5.52-4.76 5.29 5.6-1.76-5.45 5.71 2.64 2.22 3.17 2.12 0.63-0.31 1.21-0.83 1.88-0.91 1.37-0.17-3.35 2.16-2.7 3.53 0.57 1.19 3.41-3.36 8.59-4.34 5.41-0.94-2.37 5.1 4.19 2-2.25 3.34 3.48 0.01 4.11-0.45-5.16 5.69 5.73-4.12 0.41 1.84 6.27-4.9 0.14 0.19 5.17-2.53 4.6-2.87-0.16-0.1-0.98 1.64-1.07 2.26 7.52-5.54 5.92-3.73-1.54 1.75-3.39 3.09-5.08 4.64 2.47-1 10.48-6.28 6.3-1.87 3.57 1.68 3.01-5.84 6.09-2.79 1.2 1.19-2.46 2.32-3.69 3.47 2.23-1.32 2.65-1.08 5.35-1.94-1.22 3.18 2.97-0.79 0.86 1.7 2.77-0.75 7.54-5.37 0.28 1.48-2.57 0.29-2.32 0.47 0.43-0.87l5.04-2.24c-0.34 0.19-0.68 0.38-1.02 0.58-2.05 1.34-4.1 2.69-6.16 4.04-3.19 1.48-0.35-0.4-2.3 0.1-0.92 0.34-2.44 1.76-2.81 0.75-0.61-1.62 7.67-5.85 3.36-3.62-10.06 6.76 1.11-2.05-8.47 4.53 2.14-2.62 3.86-4.44-0.09-2.6-8 4.03 3.17-3.75-7.13 2.55-5.03 2.67 0.44-1.24 0.99-3.2-5.84 3.74 1.09-1.98-5.7 3.1 6.24-7.4-3.28 3.39-1.93-0.75-2.01 1.22-4.05 1.9-3.23-0.28-4.47 2.3-4.51 0.64-9.19 2.12-4.49-0.43 2.03-3.36-1.82-3.23-1.24 0.8-12.72 6.25-6.8 0.91-3.84 1.57-5.11 2.23-2.66-0.69-9.46 6.44 7.95-5.92-3.42 1.63-0.69 0.47-2.5 2.13-2.13 1.31 0.75-1.68 4.98-3.79 1.07-1.66-1.51-1.37 2.17-3.64-2.7-0.91-1.81-0.44 3.42-4.87-6.58 1.43 7.15-7.81-10.78 7.25-0.66-2.05-9.55 5.16 8.22-7.65-6.83 3.16 4.77-4.6 4.48-4.48 0.71-3.25 4.03-4.46-3.03 0.96-4.46 0.52 3.83-5.4-1.48 0.46-3.2-0.34-0.99 0.54-2.69 2.83-2.96 1.62-0.32-1.46 3.88-2.9 2.28-3.34-4.06 2.83-5.21 3.73-6.83 3.95-2.6 0.05 1.3-2.25-2.75-0.2-8.36 4.55 5.38-4.41-1.22-1.48-1.42 0.15 0.35-1.58-3.38 0.31-2.08-0.09-0.63-1.48-2.37-0.47 0.65-0.78 2.77-2.82 1.93-2.34-15.65 8.96 3-0.62-5.12 3.44l4.79-3.96z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3071" style="color:black" d="m190.23 185.83c1.04 0.83-1.94 0.19 3.42 0.19 2.64-0.81 0.07 2.75 0.97 2.93 5.61 1.1 19.44-13.58 12.08-0.15 5.37-0.81 10.88-4.59 16.16-5.42 6.23-0.98-0.61 4.72 10.3 0.59 1.04 0.12 2.14-0.06 3.11 0.37 1.64 0.71 3.75 4.34 6.03 3.69 8.04-2.28 7.63-7.3 7.08-0.5 8.15-3.47 11.37-0.35 17.91-0.37 7.86-2.14 3.08 1.7 6.66 2.04 3.77-0.33 7.08-0.51 10.3-1.73-5.01 4.82 6.23-1.19 6.48-1.22-0.36 0.47-0.05 1.72 0.5 1.79l-2.18 1.96s-7.51 5.82-5.69 2.9c3.6-4.47 0.28 0.01-1.34 0.09-0.72 0.04 0.91-1.28 1.36-1.93-0.04-0.23 0.08-0.67-0.12-0.69-1.12-0.13-2.13 1.18-3.27 0.95-1.12 0.6-2.24 1.21-3.36 1.81 0.46-0.87 2.25-2.89 1.39-2.61-2.31 0.77-3.93 3.32-6.2 4.22-2.99 1.17 6.34-7.38-1.96-1.9-3.62-2.06-2.85-1.1-10.03 0.93 2.62-7.89-9.11-0.01-13.25-3.74-6.08 1.59-4.19-0.81-9.41-0.4-3.41 0.26-6.59 3.39-9.96 2.75-0.88-0.16-0.07-2.03-0.1-3.04-11.07 3.38-9.1-1.31-9.39-1.35-1.72-0.27-12.55 2.66-14.03 3.52-2.13-5.26-10.81 1.88-15.35-0.78 2.47-8.34-6.94 5.32-1.17-2.14l3.06-2.76z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3079" style="color:black" d="m194.03 193.29c-1.54 1.64 1.6 2.4 3.06 4.7 6.5 0.53 16.92-5.61 23.01-3.3 1.32 0.51 0.93 2.99 1.4 4.49 2.74-0.48 5.47-0.95 8.21-1.43 5.58-9.87 14.06 3.95 16.16 3.82 5.84-0.38 14.81-10.05 19.4-2.24 15.24-10.72 5.47 3.85 20.03-3.16 4.96 4.55 2.01-2.02 9.7-0.74 7.41 1.22-12.73 8.57 1.88 2.46l-1.75 1.6c-18.59 11.89-2.14 3.17-4.77 0.17-2.33-2.67-11 8.6-9.5 0.53-4.92 2.52-12.27 5.35-14.27-2.06-2.93 0.86-25.37 8.38-25.86 8.09-2.63-1.52 6.35-8.26 3.53-9.22-6.49-2.2-12.54 10.25-19.74 5.46-9.53-8.18-22.62 7.44-30.5-1.77-1.41-0.11-3.67 0.83-4.21-0.67-0.24-0.65 1.3-1.9 0.69-1.96-0.66-0.06-8.42 5.83-2.63 0.86l6.16-5.63z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3081" style="color:black" d="m34.721 222.34c-0.966 2.04 7.341-5.22 5.73-3.63-11.581 11.4-7.123 5.65-5.51 5.06 4.098-1.81 6.492-3.38 5.644-1.66-1.804 0.78 0.873 1.23-1.246 3.62 12.204-7.37-0.007 1.24 6.19-2.55 1.863-0.11 3.206-3.74 4.997-2.99 1.161 0.48-1.222 2.24-2.122 3.12-0.681 2.06-0.202 1.39 5.37-1.43-3.52 3.42 3.648-0.26 4.276-0.59 0.217 0.76-5.146 3.54-3.527 3.38 1.997-0.2 3.773-1.41 5.55-2.34 3.35-1.14-2.705 2.09-3.681 3.46-0.777 1.09 2.294-1.39 3.423-2.11 18.599-11.88-10.243 7.27 6.209-3.23-5.401 5.25 1.921 0.99 2.204 0.87-0.623 0.59-1.44 1.04-1.87 1.79-0.612 1.06 2.255-0.99 3.327-1.59 8.247-4.62-4.596 2.86 1.636 0.19 14.52-8.14-9.442 8.2 6.789-2.22-2.009 1.61-4.23 2.99-6.026 4.83-1.608 1.65 7.447-5.08 6.135-3.18-1.307 1.88-10.001 7.15-0.462 1.12 11.211-5.78-3.206 2.29 4.283 0.13 1.751 1.34 7.189-2.71 2.171 2.17 2.101-0.8 7.554-3.12 7.345-2.9-1.115 1.16-2.434 2.11-3.652 3.16 1.782-0.28 9.839-6.01 10.819-5.44 1.717 0.98-6.346 4.06-1.063 1.89-6.937 3.72 1.745 1.16 2.74 0.72 2.32 0.75-1.718 2.83 5.12-1.91-0.01 6.08 4.04-9.93-2.39 3-1.06 2.12 4.34-1.96 6.38-3.18-2.19 4.21 3.52 0.26 5.19-0.6-6.61 7.31 5.93-5.37 1.82 2.02 9.65-5.22-4.25 5.45 6.97-1.1-3.74 5.01 5.38-4.6 2.25 1.15 7.32-3.77-1.26 2.63 6.84-2.63-12.58 11.94 7.7-5.83 0.2 2.36 2.86-1.15 9.43-6.57 1.67-0.03l-6.9 5.35c6.95-5.83 0-0.41-2.4 0.24 0.68-1.3 3.05-6.19-2.86-0.18 6.87-7.36-5.51 2.98 0.14-2.71-3.26 0.66-3.75 0.6-6.33 1.81-13.1 3.57 4.38-4.27-7.53 1.51 9.73-8.95-6.77 5.07-1.36-2.36-12.346 7.16 18.04-11.6-7.23 3.18-0.175 0.1 0.06-0.4 0.08-0.6 1.21-1.05 2.42-2.09 3.62-3.14-4.163 1.99-2.35-0.23-5.743 1.75-1.165 0.67-3.548 2.65-4.257 0.96-8.644 3.26 4.725-3.4-3.867 0.09-3.794 1.38-3.019 0.34-1.515-2.44-1.416 0.52-5.42 2.12-6.313 1.64-0.614 0.26-5.858-1.05-5.831 0.49-8.999 1.69 9.293-7.07-6.085 1.18 5.718-5.92-15.163 9.77 1.746-3.77-10.077 6.52-3.432 1.43-1.097-1.93-9.675 6.39-5.75 2.68-11.999 6.09-3.664 1.79 0.403-2.54 0.48-2.82-0.382 0.24-14.09 6.85-3.012-0.26-0.467 0.07-1.68 0.57-1.401 0.19 6.205-8.42-8.968 7.27-0.747-1.14-12.336 7.7 1.667-2.12-8.274 3.49 0.558-0.94 1.03-1.94 1.674-2.82 0.564-0.78-11.936-0.7-2.661 1.09-1.911 0.68-3.862 1.27-5.709 2.11 9.332-8.22-14.134 9.34 0.858-2.77-18.557 11.63 6.819-5.14-9.293 4.04 3.826-4.62 1.559-3.43-3.435 0.05 1.334-1.09 5.717-3.47 4.002-3.28-3.353 0.36-9.818 8.33-0.873-0.05 0.394-0.37-1.953 0.88-1.514 0.57l5.907-4.29z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3087" style="color:black" d="m31.329 236.03c2.537-2.4 5.546-2.74 4.719-1.75 3.01 1.48 10.636-6.19 7.905 1.56 4.867 0.63 8.805-5.66 13.57-4.96 1.379 0.21-3.032 3.31-1.731 3.81 0.748 0.29 9.716-0.97 11.707-1.79 3.668-1.89 10.847-0.91 8.687 3.2 19.286-9.98 0.387 2.33 15.12-3.28 4.971-2.54 4.368 0.66 8.874 1.59 5.91 1.35 6.77-1.92 12.98-3.92 0.68-0.22-1.15 1.34-0.82 1.97 0.28 0.55 1.24 0.01 1.86 0.02 3.66 1.11 8.9-3.51 9.67 1.11 8.17-5.06 4.14-0.76 11.16-3.9-9.36 5.87 1.05 2.61 1.1 2.6l-5.3 3.85c-1.4 0.41-5.89 2.17-3.25-1.02-3.67 2.12-5.54 1.92-8.31 1.87-5.76 0.93-8.75-1.86-16.35 3.79 4.03-5.41-0.8-4.93-6.982-3.29-4.294-2.35-9.593 1.71-14.132 2.24 2.767-4.1-5.308-3.1-9.13-1.08 1.614-4.87-11.397 2.25-12.62-0.34-6.456 0.21-12.099 1.23-16.05-2.51-8.437 2.8-7.699-0.5-15.41 3.9 10.308-8.88-4.887 2.83 0.608-2.13l2.125-1.54z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3093" style="color:black" d="m31.665 242.47c5.934-4.62 0.021 1.17 3.404 1.37 5.799 0.35 4.995-3.63 4.506 2.53 7.841-0.41 16.603-2.74 24.439-2.42 2.14 0.09 3.798 2.43 5.939 2.45 23.15 0.2 5.518-5.72 20.901 0.77 4.89-0.66 9.746-2.29 14.676-1.98 2.66 0.17 4.61 3.23 7.28 3.37 9.28 0.49 18.29-5.89 27.5-4.6 1.59 0.23 1.21 2.99 1.81 4.48l3.67-2.67c-21.21 6.1-13.59-1.3-29.29 0.11-11.08 0.99-21.377 6.85-32.732 6.43-10.384-8.39-13.602-3.78-26.342-3.6-6.936 0.1-13.217-5.82-20.751-0.28-5.778-3.18-18.552 2.78-10.769-1.78l5.759-4.18z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3097" style="color:black" d="m192.53 223.6c-4.38 4.86 14.98-13.39 2.68-0.94 3.15-0.26-4.79 4.95 3.9-0.92-5.01 4.02 3.43-0.47 3.5-0.49-2.35 3.05-0.78 1.07 2.76-0.73 0.69-0.36-1.82 0.98-1.66 1.85 0.15 0.78 1.2-0.74 1.8-1.12 5.9-3.71-5.12 4.32-4.12 4.74 0.93 0.39 7.23-6.38 3.6-1.28-0.09 0.75 12.08-8.05 10.85-6.45-3.34 4.34-14.4 12.2-3.19 3.94 5.2-3.61 1.82 0.94 1.44 1.5 1.24-0.1 8.85-5.84 1.43 1.56 4.92-3.39 6.26-3.41 3.3-0.21 4.94-2.56 9.76-8.27 4.54-1.43 3.71-1.23 7.61-7.73-0.91 2.07-1.78 2.05 4.38-2.8 6.48-4.38-2.25 5.09 12.77-9.64 1.03 1.62 1.92-0.71 0.46 0.88 2.82 0.04-0.83 1.33 5.77-4.74 4.6-3.16-1.13 1.54-2.68 2.57-4.02 3.85-0.98 0.99-4.09 3.67-2.95 2.97 4.65-2.87 9.06-8.06 4.87-3.33 10.72-8.24-4.03 4.23 4.75-1.61 0.47-0.27 1.79-1.26 1.43-0.8-10.01 12.54 4.23-3.01-0.88 2.75 11.22-6.71-6.63 4.32 6.33-2.95 4.55-3.08-3.04 2.32-2.06 2.59 5.96 1.67-2.45 2.58 1.72 0.21 4.02-2.76 2.49-0.67 4.07-1 10.81-8.29-3.07 3.74 3.39-0.27-2.44 4.64 7.71-6.57 1.63 1.68 0.63 0.49 6.58-3.52 5.64-2.23 10.17-6.66-8.64 6.7 0.84 1.76 4.89-1.65-4.73 4.64 2.59 0.24 1.5 0.85 4.67-1.69 7.75-3.81-13.07 12.89 7.67-4.6-0.03 3.43-7.58 4.77 5.78-4.67 4.85-2.83-1.03 2.05-3.51 2.57-4.71 4.5-3.41 5.49 8.83-8.59 1.86-0.72 7.97-4.27-0.06 1.43 7.24-2.99-1.83 2.29-0.82 2.98 1.15 1.6 1.59 2.01 9.11-7.95 1 1.65-0.52 1.44 4.84-2.87 7.08-3.59-1.39 3.05-7.47 5.83 4.72-1.58l-8.45 7.28c2.45-3.15-3.09 1.34-3.93 0.89-7.62 5.31 1.39-1.81 0.25-1.48-1.61 0.47-4.98 4.67-4.33 2.87 0.2-0.55 0.7-0.86 1.05-1.29-0.67 0.4-5.73 2.17 0.62-3.03-4.89 3.52-10.24 6.7-2.52-0.42-2.57 1.68-17.35 11.31-9.37 4.81 3.51-4.05 1.12-2.03-0.87-1.92 0.95-4.96-6.52 4.65-3.4-0.47 4.43-6.02-7.66 5.66-2.87-0.39-4.58 2.83 0.45-0.06 0.36-1.17-0.21-2.59-0.52 1.34-5.57 4.01-0.41 0.21 1.67-1.31 0.65-1.39 5.39-7.86-14.5 12.11 0.55-2.96-1.48 1.13-3.34 5.03-4.43 3.39-1.09-1.63 2.86-2.43 4.06-3.94 0.01-0.01-13.33 11.9-4.47 2.09-9.54 6.53 12.94-11.22-5.48 1.64 6.23-6.75-4.27 2.48-4.9 1.57 1.47-1.79 6.52-6.06 4.54-5.2-20.39 8.89 3.55 1.47-4.77 2.9-0.2 0.03-4.02 1.9-2.64-0.24-1.04 0.49-7.52 2.41-0.43-2.13-2.7 2.03-8.51 5.13-0.67-1.85-18.54 13.61 3.1-2.71-8.61 4.93-0.73 0.33-1.59 0.07-2.34 0.35-0.86 0.31-2.96 2.34-2.32 1.6 1.49-1.75 3.29-3.11 4.93-4.66-3.52 2.43-5.22 2.67-6.54 3.17 4.7-5.43 0.74-1.25-2.74-0.16 0.71-0.74 3.09-2.29 2.14-2.23-1.74 0.11-6.07 4.77-5.24 2.42 4.8-5.31-0.1-0.37-0.29-1.36-0.18-0.91 4.34-3.51-0.5-0.44-5.78 2.72 3.06-3.29-2.97 0.85-0.91 0.62-3.45 2.78-2.71 1.89 1.58-1.92 3.54-3.36 5.31-5.04-12.39 6.32 3.64-3.29-8.06 4.13 3.71-5.7-3.7 2.48-1.29-1.64-0.97-0.27-10.14 5.49-3.39-1.16 3.35-5.02-7.88 5.29-2.61-0.75-5.47 3.81 0.22-1.63-5.97 2.64 5.07-5.18 2.4-2.55-0.5-2.09-0.3 0.17-7.14 4.87-4.35 1.31-2.17 0.96-8.43 5.62-0.75-0.73l2.71-2.33z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3103" style="color:black" d="m189.88 233.47c6.83-4.72-7.11 6.88 6.21-1.27-1 1.36-4.38 3.29-3.01 4.06 2.89 1.63 5.64-4.45 8.84-4.4 5.57 0.08-17.28 13.39 4.99 0.97 1.71-0.75 3.3-2.06 5.12-2.25 1.4-0.14 2.45 2.09 3.86 2 3.52-0.2 6.89-3.15 10.37-2.46 0.81 0.15 0.26 1.91 0.39 2.87 8.13 2.83 16.14-1.24 24.42-2.64-4.82 10.25 5.49 2.55 9.53 1.1 2.51-0.17 3.62 0.78 6.5 0.29 2.39 4.41 5.36-3.58 8.72-0.18 17.17-8.07-4.85 6.38 4.89 1.47 1.47-0.2 6.44-3.03 6.12-2.39-0.62 1.25-3.71 3.44-2.5 3.19 3.3-0.67 9.02-7.89 2.83-0.65 25.52-15.75-15.46 7.87 7.45-2.95 0.9-0.61 1.79-1.21 2.68-1.82l-8.22 7.09c-0.56 0.31-1.11 0.62-1.66 0.93 4.68-5.48-1.57 2.12-3.19 1.68-9.88-2.7 10.08-5.42 1.84-3.98-7.26 3.27-0.32-1.9-7.79 2.82-1.46 0.93-3.73 4.64-4.36 2.83-0.67-1.93 2.58-2.82 3.87-4.23-13.98 7.79 9.02-10.96-8.68 1.84 5.1-8.66 2.71-0.78-3.87-0.19-1.63 0.15 3.44-2.3 3.37-4.24-0.12-3.39-8.61 8.64-7.79 4.32 1.93-6.36 0.64 0.59-4.18 0.3-2.07-0.12 19.06-18.1-6.31 2.95 1.77-1.85 5.25-2.76 5.3-5.55 0.03-2.39-3.25 3.43-5.27 3.55-1.24 0.07 2.44-4.61 1.25-4.17-7.39 2.77-6.42 6.93-6.91 1.48-3.41-0.4-6.39-1.23-9.84-0.2-4.9 1.45-9.5 7.64-14.32 5.86-1.53-0.57 1.43-3.39 2.15-5.09-2.8 0.42-9.55-0.5-10.99-0.22-2.48 0.48-5.69 5.7-7.04 3.19-2.36-4.4 14.58-11.45-0.67-4.04-2.04-5.73-20.98 12.87-10.61-0.79-13.5 8.85-3.55 0.61-6.34 1.38l2.85-2.46z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3109" style="color:black" d="m187.36 243.29c0.89-0.67 3.43-3.62 4.55 0.94 13.37-3.69 27.03-0.73 40.71-2.39 7.85 11.8-5.12-5.04 14.67 0.32 8.66 2.34-9.84 10.52 2.82 9.3 12.35-4.5 6.67-3.44 16.89-4.24 1.99 12.64 15.43-7.73 28.08 1.53l-1.53 1.38c-2.57 0.35-4.74 1.34-7.08-0.64-0.79-0.67-0.8-2.93-1.75-2.82-7.55 0.88-13.75 8.05-21.71 4.09-2.75-0.92-5.21-3.04-8.01-3.68-10.72-2.47-20.91 10.34-31.26 2.68-2.67 0.06-5.35-0.18-8 0.19-3.48 0.48-7.78 5.29-10.34 2.33-2.14-2.5 5.91-7.19 3.88-9.82-2.46-3.2-17.5 7.56-21.86 5.7-2.41-2.35 2.71-6.5-3.45-1.82l3.39-3.05z" transform="translate(10 2030)"/>
+ <path id="calligraphy-f07-zh_TW.svgpath3175" style="color:black" d="m111.59 9.6633c0.82 0.0314 1.65 0.0498 2.47 0.0728 5.55 0.2034 11.11 0.243 16.66 0.2849 7.74 0.038 15.48-0.0233 23.22-0.057 5.4-0.1361 10.79 0.055 16.18 0.212 3.48 0.112 6.95 0.1 10.43 0.082 1.55-0.021 3.1-0.03 4.65-0.043 1.35 0.002 2.69 0.006 4.04 0.006 1.34 0.007 2.67-0.004 4.01-0.011 0.94 0.117 1.86-0.089 2.75-0.188l-5.83 4.441c-0.95 0.03-1.9 0.089-2.84 0.051-1.33-0.007-2.66-0.018-3.98-0.011-1.36 0.002-2.71 0.006-4.06 0.011-1.51-0.011-3.02-0.014-4.52-0.061-3.39-0.088-6.77-0.198-10.16-0.303-5.29-0.185-10.59-0.441-15.89-0.39-7.69-0.034-15.38-0.095-23.06-0.057-5.82 0.043-11.64 0.088-17.45 0.285-0.89 0.024-1.78 0.042-2.68 0.073l6.06-4.3977z" transform="translate(10 2030)"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2307.998524" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2307.998524" x="10">擺動和質量</tspan>
</text>
- <rect id="d0e276" display="none" height="1000px" width="288" y="2379.2" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e275" display="none" height="1e3px" width="288" y="2313.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
- <use y="0" x="0" xlink:href="#d0e276"/>
+ <use y="0" x="0" xlink:href="#d0e275"/>
</flowRegion>
<flowDiv xml:space="preserve">不同於寬度和角度,最後這兩個參數是定義工具「感覺」起來如何,而不是影響工具產生的效果。所以在這一小節不會有任何插圖;反而只要你自己去嘗試這兩個參數從中獲得想法。</flowDiv>
</flowRoot>
- <rect id="d0e279" display="none" height="1000px" width="288" y="2418.6" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e278" display="none" height="1e3px" width="288" y="2352.7" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
- <use y="0" x="0" xlink:href="#d0e279"/>
+ <use y="0" x="0" xlink:href="#d0e278"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-style="italic">擺動</flowSpan>是筆移動時與紙張之間的阻力。預設為最小值 (0),而這項參數愈大會使紙張愈「光滑」:如果質量很大,筆往往會在轉彎處失控;如果質量為零,且擺動值高會使筆瘋狂扭動。</flowDiv>
</flowRoot>
- <rect id="d0e284" display="none" height="1000px" width="288" y="2457.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e283" display="none" height="1e3px" width="288" y="2393.1" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
- <use y="0" x="0" xlink:href="#d0e284"/>
+ <use y="0" x="0" xlink:href="#d0e283"/>
</flowRegion>
<flowDiv xml:space="preserve">物理上,<flowSpan font-style="italic">質量</flowSpan>是導致慣性的因素;Inkscape 書法工具的質量越大,會比滑鼠游標移動慢更多且筆畫中的小轉彎和扭轉處會更為平滑。預設的質量相當小 (2) 所以書法工具反應快速,但你能增加質量使筆尖移動較慢且較平滑。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2510.946169" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2510.946169" x="10">書法範例</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2446.280006" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2446.280006" x="10">書法範例</tspan>
</text>
- <rect id="d0e296" display="none" height="1000px" width="288" y="2516.1" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e295" display="none" height="1e3px" width="288" y="2451.5" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
- <use y="0" x="0" xlink:href="#d0e296"/>
+ <use y="0" x="0" xlink:href="#d0e295"/>
</flowRegion>
<flowDiv xml:space="preserve">現在你已經曉得書法工具的基本功能,你可試著寫一些實際的書法。如果你對這門藝術不熟悉,自己找一本書法書籍並用 Inkscape 來學習。這一小節只會示範一些簡單的例子讓你看。</flowDiv>
</flowRoot>
- <rect id="d0e299" display="none" height="1000px" width="288" y="2556.2" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e298" display="none" height="1e3px" width="288" y="2491.1" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
- <use y="0" x="0" xlink:href="#d0e299"/>
+ <use y="0" x="0" xlink:href="#d0e298"/>
</flowRegion>
<flowDiv xml:space="preserve">首先,開始學習寫一些字,你需要建立一組基準線引導你。如果你要寫斜體或草書,同樣地加入一些跨越那兩條基準線的斜參考線,如下:</flowDiv>
</flowRoot>
- <path id="calligraphy-f08-zh_TW.svgpath3323" stroke-linejoin="miter" style="stroke-dasharray:0.59489660 1.7846897;" d="M10.513,15.8h290.3" display="block" transform="translate(10, 2592.8655469999994) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f08-zh_TW.svgpath3324" stroke-linejoin="miter" style="stroke-dasharray:0.59489660 1.7846897;" d="M10.513,44.257h290.3" display="block" transform="translate(10, 2592.8655469999994) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f08-zh_TW.svgpath8580" stroke-linejoin="miter" style="marker-end:none;color:#000000;marker-start:none;stroke-dasharray:0.59489660 1.7846897;marker-mid:none;" d="M141.27,60.735l16.19-60.437" display="block" transform="translate(10, 2592.8655469999994) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f08-zh_TW.svgpath8581" stroke-linejoin="miter" style="marker-end:none;color:#000000;marker-start:none;stroke-dasharray:0.59489660 1.7846897;marker-mid:none;" d="M166.27,60.735l16.19-60.437" display="block" transform="translate(10, 2592.8655469999994) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f08-zh_TW.svgpath8582" stroke-linejoin="miter" style="marker-end:none;color:#000000;marker-start:none;stroke-dasharray:0.59489660 1.7846897;marker-mid:none;" d="M191.27,60.735l16.19-60.437" display="block" transform="translate(10, 2592.8655469999994) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f08-zh_TW.svgpath8583" stroke-linejoin="miter" style="marker-end:none;color:#000000;marker-start:none;stroke-dasharray:0.59489660 1.7846897;marker-mid:none;" d="M216.27,60.735l16.19-60.437" display="block" transform="translate(10, 2592.8655469999994) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f08-zh_TW.svgpath8584" stroke-linejoin="miter" style="marker-end:none;color:#000000;marker-start:none;stroke-dasharray:0.59489660 1.7846897;marker-mid:none;" d="M241.27,60.735l16.19-60.437" display="block" transform="translate(10, 2592.8655469999994) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f08-zh_TW.svgpath8585" stroke-linejoin="miter" style="marker-end:none;color:#000000;marker-start:none;stroke-dasharray:0.59489660 1.7846897;marker-mid:none;" d="M266.27,60.735l16.19-60.437" display="block" transform="translate(10, 2592.8655469999994) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <rect id="d0e312" display="none" height="1000px" width="288" y="2665.9" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <path id="calligraphy-f08-zh_TW.svgpath3323" d="m10.513 15.8h290.3" display="block" transform="translate(10 2527.4)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f08-zh_TW.svgpath3324" d="m10.513 44.257h290.3" display="block" transform="translate(10 2527.4)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f08-zh_TW.svgpath8580" style="color:#000000" d="m141.27 60.735l16.19-60.437" display="block" transform="translate(10 2527.4)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f08-zh_TW.svgpath8581" style="color:#000000" d="m166.27 60.735l16.19-60.437" display="block" transform="translate(10 2527.4)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f08-zh_TW.svgpath8582" style="color:#000000" d="m191.27 60.735l16.19-60.437" display="block" transform="translate(10 2527.4)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f08-zh_TW.svgpath8583" style="color:#000000" d="m216.27 60.735l16.19-60.437" display="block" transform="translate(10 2527.4)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f08-zh_TW.svgpath8584" style="color:#000000" d="m241.27 60.735l16.19-60.437" display="block" transform="translate(10 2527.4)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f08-zh_TW.svgpath8585" style="color:#000000" d="m266.27 60.735l16.19-60.437" display="block" transform="translate(10 2527.4)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <rect id="d0e311" display="none" height="1e3px" width="288" y="2600.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
- <use y="0" x="0" xlink:href="#d0e312"/>
+ <use y="0" x="0" xlink:href="#d0e311"/>
</flowRegion>
<flowDiv xml:space="preserve">然後放大畫面如此一來基準線間的高度相當於你的手最自然的移動範圍,調整寬度和角度,然後自己練習寫看看!</flowDiv>
</flowRoot>
- <rect id="d0e315" display="none" height="1000px" width="288" y="2694.7" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
- <flowRegion>
- <use y="0" x="0" xlink:href="#d0e315"/>
- </flowRegion>
- <flowDiv xml:space="preserve">Probably the first thing you would do as a beginner calligrapher is practice the basic
-elements of letters — vertical and horizontal stems, round strokes, slanted
-stems. Here are some letter elements for the Uncial hand:
-</flowDiv>
- </flowRoot>
- <path id="calligraphy-f09-zh_TW.svgpath8610" stroke-linejoin="miter" style="stroke-dasharray:0.59489660 1.7846897;" d="M10.513,1.4559h290.3" display="block" transform="translate(10, 2750.7742519999997) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f09-zh_TW.svgpath8611" stroke-linejoin="miter" style="stroke-dasharray:0.59489660 1.7846897;" d="M10.513,29.913h290.3" display="block" transform="translate(10, 2750.7742519999997) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f09-zh_TW.svgpath8631" d="M28.442,4.8689c5.087-5.4229,10.288-7.0634,10.025,0.7726-0.092,5.9105-0.936,11.822-0.548,17.732,0.431,2.413,0.39,5.042,3.359,4.222,5.238-2.893-6.553,4.514-0.972-0.118l5.917-2.413c-3.013,2.668-6.826,4.113-10.572,5.56-3.052,0.568-3.131-2.153-3.563-4.634-0.402-5.92,0.438-11.839,0.538-17.758,0.242-6.597-4.123-3.8734,3.218-7.2484,0.613-0.2819-2.159,0.9679-1.564,1.2854l-5.838,2.5993z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8642" d="M43.085,3.1675c5.029-2.6743,7.801-5.5588,10.236,0.0497,1.726,5.2046,0.957,10.78,0.864,16.165,0.181,2.744-0.651,5.951,0.584,8.329,2.574,0.536,5.818-1.506-3.001,2.289-1.9,0.818,3.223-2.623,4.597-4.169l5.91-2.432c-3.082,3.522-8.3,8.643-13.244,7.124-1.617-2.281-0.349-5.856-0.686-8.546,0.09-5.353,0.866-10.897-0.823-16.075-2.292-5.2866-7.702-0.9293,1.401-5.3339l-5.838,2.5993z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8644" d="M58.728,5.594c1.01-2.7917,8.7-7.3762,10.789-3.8006,1.195,4.7495,0.688,9.6466,0.492,14.474,0.014,2.959,0.09,5.898-0.069,8.852-0.979,3.346,4.543,1.249,3.903,1.587-8.82,4.649-4.895,2.606-2.966,1.13,2.352-2.079-0.562,0.545,1.547-1.503l5.817-2.647c-2.082,2.1,0.795-0.576-1.53,1.543-2.399,1.891-11.856,9.037-12.51,2.701,0.144-2.954,0.107-5.893,0.069-8.853,0.186-4.793,0.707-9.6475-0.442-14.372-1.713-2.8885-9.439,2.5577,1.488-3.0051,0.407-0.207-1.273,0.8818-0.856,1.068l-5.732,2.8266z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8647" d="M88.988,3.5669h13.962c3.4,0.0526,6.75-1.0978,10.1-0.538l-5.68,2.9135c-3.36-0.4316-6.7,0.6614-10.08,0.5852h-13.965l5.663-2.9607z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8651" d="M88.332,8.4479c4.293,0.9962,8.782,0.3496,13.138,0.0215,3.29-0.2538,6.6-0.3486,9.9-0.3741l-5.67,2.9617c-3.3,0.032-6.592,0.133-9.881,0.39-4.379,0.329-8.824,0.897-13.15-0.038l5.663-2.9611z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8654" d="M87.942,14.723c3.562,0.134,7.098-0.197,10.648-0.427,3.88-0.289,7.77-0.157,11.65-0.44l-5.65,2.977c-3.88,0.271-7.777,0.136-11.656,0.439-3.551,0.235-7.092,0.539-10.655,0.412l5.663-2.961z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8656" d="M86.938,20.302h8.441c3.9-0.105,7.821,0.209,11.711-0.169,1.46-0.132,2.92-0.156,4.39-0.177l-5.67,2.964c-1.46,0.025-2.92,0.054-4.38,0.195-3.887,0.355-7.812,0.036-11.714,0.147h-8.441l5.663-2.96z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8668" d="M130.55,5.003c-2.86-0.364-11.77,3.1282-2-0.5935,0.51-0.194-0.94,0.5466-1.4,0.8466-1.47,0.9694-2.71,2.0912-3.95,3.3363-5.49,6.2106-4.63,15.432,3.43,18.657-2.72,3.812,16.46-2.642,12.96-1.221-7.97,3.241-3.19,1.21-1.11-0.424l5.79-2.701c-6.46,5.084-15.13,9.42-23.43,7.047-8.06-3.225-8.92-12.446-3.43-18.657,4.89-4.9189,11.93-8.8025,18.93-8.9908l-5.79,2.7008z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8671" d="M151.47,3.6085c-2.72-0.0444-9.78,3.0733,0.19-1.0704,0.37-0.1531-0.69,0.3941-1.03,0.6108-1.44,0.93-2.67,2.0701-3.86,3.2884-4.68,4.5667-5.34,11.204-0.88,16.1,4.3,4.731,10.11,4.654,15.94,3.481,2.32-0.439,8.75-3.028-0.95,1.062-1.61,0.679,2.81-2.135,3.9-3.496l5.79-2.7c-3.54,4.412-9.13,6.51-14.53,7.835-5.83,1.173-11.64,1.249-15.94-3.481-4.46-4.896-3.8-11.533,0.87-16.1,4.26-4.3396,10.22-7.6532,16.29-8.2304l-5.79,2.7008z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8700" d="M152.25,8.0156c3.63-6.2319,15.31-8.2112,21.94-6.2059,7.9,4.4498,7.17,17.466,0.82,22.962-4.61,2.72-9.52,5.15-14.76,6.259l5.79-2.701c10-2.113-6.15,3.298,3.18-0.857,6.35-5.496,7.07-18.513-0.82-22.962-3.07-0.9297-6.07-0.9715-9.23-0.3805-1.05,0.1975-4.05,1.3409-3.12,0.8136,9.12-5.1376,2.85-1.9127,1.99,0.3712l-5.79,2.7008z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8705" d="M174.95,7.3185c6.25-7.1109,20.64-9.6534,27.45-2.0885,8.01,13.572-5.76,22.718-17.98,24.819-1.72,0.234-3.4,0.095-5.1-0.212l5.8-2.7c1.69,0.306,3.37,0.445,5.09,0.211,1.47-0.253,5.54-1.947,4.37-1.014-1.08,0.862-2.44,1.301-3.7,1.841-3.45,1.466,4.45-2.192,6.42-5.5,2.67-4.483,1.88-10.446-0.69-14.744-3.24-3.6061-7.44-4.7604-12.24-4.4724-1.45,0.087-5.41,1.6054-4.31,0.6547,1.17-1.0121,2.75-1.4279,4.09-2.1876,1.26-0.7109-4.66,1.9724-3.4,2.6922l-5.8,2.7008z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8711" d="M214,6.7046c3.51-2.7111,9.01-8.0683,12.47-3.7249,2.59,4.4358,3.2,9.6463,4.74,14.495,0.72,2.704,2.13,5.133,3.39,7.606-0.93,2.661,4.22,2.169,3.8,2.371-9.13,4.345-5.13,2.475-3.13,1.07,0.32-0.242,0.64-0.484,0.96-0.726l5.8-2.7c-0.33,0.242-0.65,0.483-0.97,0.725-3.55,2.504-10.32,7.893-12.25,1.961-1.26-2.473-2.67-4.902-3.39-7.606-1.54-4.849-2.16-10.06-4.74-14.496-0.7-0.886-4.08-0.9852-3.06-1.4765,9.96-4.7933,4.17-2.2166,2.17-0.2002l-5.79,2.7008z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8713" d="M237.92,4.3941c-13.77,6.8489,1.62-4.9758,4.47-2.5521,3.15,3.6062,3.38,8.179,4.72,12.538,1.43,3.31,2.72,6.684,4.09,10.022,1.7,5.7,12.34-0.596,1.89,4.235,0.25-0.171,0.5-0.342,0.75-0.513l5.79-2.701c-0.25,0.171-0.5,0.342-0.75,0.513-3.48,1.633-11.15,7.092-13.47,1.167-1.37-3.338-2.66-6.712-4.09-10.023-1.34-4.358-1.58-8.9311-4.72-12.537-2.35-1.9973-2.93-0.1843,4-3.3562,0.17-0.0792-11.41,9.3044-8.47,5.9083l5.79-2.7008z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8725" d="M269.05,5.3873c2.1-2.0986,10.45-7.2855,10.2-2.8943-1.99,5.9246-4.93,11.628-8.52,16.724-1.84,2.52-3.71,5.101-5.25,7.799,1.73,1.173,4.67-0.56,6.57-1.342l-5.79,2.746c-1.9,0.783-4.84,2.516-6.57,1.343,1.54-2.698,3.41-5.279,5.24-7.799,3.6-5.096,6.53-10.8,8.53-16.724,0.04-0.8716-3.01-0.9188-2.24-1.3006,9.54-4.7197,5.48-2.9735,3.62-1.2989l-5.79,2.7469z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <path id="calligraphy-f09-zh_TW.svgpath8727" d="M280.52,5.4551c2.1-2.633,7.05-5.9631,9.47-4.456-1.8,7.1986-7.38,13.179-11.15,19.461-0.87,2.437-5.43,7.541-0.6,6.049,0.9-0.133,1.73-0.456,2.57-0.799l-5.68,3.035c-0.84,0.343-1.67,0.666-2.57,0.799-4.83,1.492-0.27-3.612,0.6-6.05,3.77-6.281,9.36-12.261,11.15-19.46-0.61-0.3801-2.76,0.329-2.14-0.0186,9.3-5.1467,5.52-3.6581,4.03-1.5951l-5.68,3.0348z" fill-rule="nonzero" transform="translate(10, 2750.7742519999997) " display="block" fill="#000"/>
- <rect id="d0e328" display="none" height="1000px" width="288" y="2793.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
- <flowRegion>
- <use y="0" x="0" xlink:href="#d0e328"/>
+ <rect id="d0e314" display="none" height="1e3px" width="288" y="2628.8" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <flowRegion>
+ <use y="0" x="0" xlink:href="#d0e314"/>
+ </flowRegion>
+ <flowDiv xml:space="preserve">身為書法初學者要做的第一件事大概是練習文字的基本元素 — 橫、豎、圓、撇。下面有一些安瑟爾字體 (Uncial hand) 的字形元素:</flowDiv>
+ </flowRoot>
+ <path id="calligraphy-f09-zh_TW.svgpath8610" d="m10.513 1.4559h290.3" display="block" transform="translate(10 2666)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8611" d="m10.513 29.913h290.3" display="block" transform="translate(10 2666)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8631" d="m28.442 4.8689c5.087-5.4229 10.288-7.0634 10.025 0.7726-0.092 5.9105-0.936 11.822-0.548 17.732 0.431 2.413 0.39 5.042 3.359 4.222 5.238-2.893-6.553 4.514-0.972-0.118l5.917-2.413c-3.013 2.668-6.826 4.113-10.572 5.56-3.052 0.568-3.131-2.153-3.563-4.634-0.402-5.92 0.438-11.839 0.538-17.758 0.242-6.5974-4.123-3.8738 3.218-7.2488 0.613-0.2819-2.159 0.9679-1.564 1.2854l-5.838 2.5993z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8642" d="m43.085 3.1675c5.029-2.6743 7.801-5.5588 10.236 0.0497 1.726 5.2046 0.957 10.78 0.864 16.165 0.181 2.744-0.651 5.951 0.584 8.329 2.574 0.536 5.818-1.506-3.001 2.289-1.9 0.818 3.223-2.623 4.597-4.169l5.91-2.432c-3.082 3.522-8.3 8.643-13.244 7.124-1.617-2.281-0.349-5.856-0.686-8.546 0.09-5.353 0.866-10.897-0.823-16.075-2.292-5.2865-7.702-0.9292 1.401-5.3338l-5.838 2.5993z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8644" d="m58.728 5.594c1.01-2.7917 8.7-7.3762 10.789-3.8006 1.195 4.7495 0.688 9.6466 0.492 14.474 0.014 2.959 0.09 5.898-0.069 8.852-0.979 3.346 4.543 1.249 3.903 1.587-8.82 4.649-4.895 2.606-2.966 1.13 2.352-2.079-0.562 0.545 1.547-1.503l5.817-2.647c-2.082 2.1 0.795-0.576-1.53 1.543-2.399 1.891-11.856 9.037-12.51 2.701 0.144-2.954 0.107-5.893 0.069-8.853 0.186-4.793 0.707-9.6475-0.442-14.372-1.713-2.889-9.439 2.5572 1.488-3.0056 0.407-0.207-1.273 0.8818-0.856 1.068l-5.732 2.8266z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8647" d="m88.988 3.5669h13.962c3.4 0.0526 6.75-1.0978 10.1-0.538l-5.68 2.9135c-3.36-0.4316-6.7 0.6614-10.08 0.5852h-13.965l5.663-2.9607z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8651" d="m88.332 8.4479c4.293 0.9962 8.782 0.3496 13.138 0.0215 3.29-0.2538 6.6-0.3486 9.9-0.3741l-5.67 2.9617c-3.3 0.032-6.592 0.133-9.881 0.39-4.379 0.329-8.824 0.897-13.15-0.038l5.663-2.9611z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8654" d="m87.942 14.723c3.562 0.134 7.098-0.197 10.648-0.427 3.88-0.289 7.77-0.157 11.65-0.44l-5.65 2.977c-3.88 0.271-7.777 0.136-11.656 0.439-3.551 0.235-7.092 0.539-10.655 0.412l5.663-2.961z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8656" d="m86.938 20.302h8.441c3.9-0.105 7.821 0.209 11.711-0.169 1.46-0.132 2.92-0.156 4.39-0.177l-5.67 2.964c-1.46 0.025-2.92 0.054-4.38 0.195-3.887 0.355-7.812 0.036-11.714 0.147h-8.441l5.663-2.96z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8668" d="m130.55 5.003c-2.86-0.364-11.77 3.1282-2-0.5935 0.51-0.194-0.94 0.5466-1.4 0.8466-1.47 0.9694-2.71 2.0912-3.95 3.3363-5.49 6.2106-4.63 15.432 3.43 18.657-2.72 3.812 16.46-2.642 12.96-1.221-7.97 3.241-3.19 1.21-1.11-0.424l5.79-2.701c-6.46 5.084-15.13 9.42-23.43 7.047-8.06-3.225-8.92-12.446-3.43-18.657 4.89-4.9189 11.93-8.8025 18.93-8.9908l-5.79 2.7008z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8671" d="m151.47 3.6085c-2.72-0.0444-9.78 3.0733 0.19-1.0704 0.37-0.1531-0.69 0.3941-1.03 0.6108-1.44 0.93-2.67 2.0701-3.86 3.2884-4.68 4.5667-5.34 11.204-0.88 16.1 4.3 4.731 10.11 4.654 15.94 3.481 2.32-0.439 8.75-3.028-0.95 1.062-1.61 0.679 2.81-2.135 3.9-3.496l5.79-2.7c-3.54 4.412-9.13 6.51-14.53 7.835-5.83 1.173-11.64 1.249-15.94-3.481-4.46-4.896-3.8-11.533 0.87-16.1 4.26-4.3395 10.22-7.6531 16.29-8.2303l-5.79 2.7008z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8700" d="m152.25 8.0156c3.63-6.2319 15.31-8.2112 21.94-6.2059 7.9 4.4498 7.17 17.466 0.82 22.962-4.61 2.72-9.52 5.15-14.76 6.259l5.79-2.701c10-2.113-6.15 3.298 3.18-0.857 6.35-5.496 7.07-18.513-0.82-22.962-3.07-0.9302-6.07-0.972-9.23-0.381-1.05 0.1975-4.05 1.3409-3.12 0.8136 9.12-5.1376 2.85-1.9127 1.99 0.3712l-5.79 2.7008z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8705" d="m174.95 7.3185c6.25-7.1109 20.64-9.6534 27.45-2.0885 8.01 13.572-5.76 22.718-17.98 24.819-1.72 0.234-3.4 0.095-5.1-0.212l5.8-2.7c1.69 0.306 3.37 0.445 5.09 0.211 1.47-0.253 5.54-1.947 4.37-1.014-1.08 0.862-2.44 1.301-3.7 1.841-3.45 1.466 4.45-2.192 6.42-5.5 2.67-4.483 1.88-10.446-0.69-14.744-3.24-3.6063-7.44-4.7606-12.24-4.4726-1.45 0.087-5.41 1.6054-4.31 0.6547 1.17-1.0121 2.75-1.4279 4.09-2.1876 1.26-0.7109-4.66 1.9724-3.4 2.6922l-5.8 2.7008z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8711" d="m214 6.7046c3.51-2.7111 9.01-8.0683 12.47-3.7249 2.59 4.4358 3.2 9.6463 4.74 14.495 0.72 2.704 2.13 5.133 3.39 7.606-0.93 2.661 4.22 2.169 3.8 2.371-9.13 4.345-5.13 2.475-3.13 1.07l0.96-0.726 5.8-2.7c-0.33 0.242-0.65 0.483-0.97 0.725-3.55 2.504-10.32 7.893-12.25 1.961-1.26-2.473-2.67-4.902-3.39-7.606-1.54-4.849-2.16-10.06-4.74-14.496-0.7-0.8855-4.08-0.9847-3.06-1.476 9.96-4.7933 4.17-2.2166 2.17-0.2002l-5.79 2.7008z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8713" d="m237.92 4.3941c-13.77 6.8489 1.62-4.9758 4.47-2.5521 3.15 3.6062 3.38 8.179 4.72 12.538 1.43 3.31 2.72 6.684 4.09 10.022 1.7 5.7 12.34-0.596 1.89 4.235l0.75-0.513 5.79-2.701-0.75 0.513c-3.48 1.633-11.15 7.092-13.47 1.167-1.37-3.338-2.66-6.712-4.09-10.023-1.34-4.358-1.58-8.9311-4.72-12.537-2.35-1.9975-2.93-0.1845 4-3.3564 0.17-0.0792-11.41 9.3044-8.47 5.9083l5.79-2.7008z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8725" d="m269.05 5.3873c2.1-2.0986 10.45-7.2855 10.2-2.8943-1.99 5.9246-4.93 11.628-8.52 16.724-1.84 2.52-3.71 5.101-5.25 7.799 1.73 1.173 4.67-0.56 6.57-1.342l-5.79 2.746c-1.9 0.783-4.84 2.516-6.57 1.343 1.54-2.698 3.41-5.279 5.24-7.799 3.6-5.096 6.53-10.8 8.53-16.724 0.04-0.8717-3.01-0.9189-2.24-1.3007 9.54-4.7197 5.48-2.9735 3.62-1.2989l-5.79 2.7469z" transform="translate(10 2666)" display="block"/>
+ <path id="calligraphy-f09-zh_TW.svgpath8727" d="m280.52 5.4551c2.1-2.633 7.05-5.9631 9.47-4.456-1.8 7.1986-7.38 13.179-11.15 19.461-0.87 2.437-5.43 7.541-0.6 6.049 0.9-0.133 1.73-0.456 2.57-0.799l-5.68 3.035c-0.84 0.343-1.67 0.666-2.57 0.799-4.83 1.492-0.27-3.612 0.6-6.05 3.77-6.281 9.36-12.261 11.15-19.46-0.61-0.3801-2.76 0.329-2.14-0.0186 9.3-5.1467 5.52-3.6581 4.03-1.5951l-5.68 3.0348z" transform="translate(10 2666)" display="block"/>
+ <rect id="d0e327" display="none" height="1e3px" width="288" y="2709" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <flowRegion>
+ <use y="0" x="0" xlink:href="#d0e327"/>
</flowRegion>
<flowDiv xml:space="preserve">一些有用的秘訣:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 2817.492383)"/>
- <rect id="d0e334" display="none" height="1000px" width="258" y="2811.5" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 2732.6)"/>
+ <rect id="d0e333" display="none" height="1e3px" width="258" y="2726.6" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
- <use y="0" x="0" xlink:href="#d0e334"/>
+ <use y="0" x="0" xlink:href="#d0e333"/>
</flowRegion>
<flowDiv xml:space="preserve">如果你的手在繪圖板上很舒適,手不要離開。反而,在完成每個字母後用你的左手捲動頁面 (<flowSpan font-weight="bold">Ctrl+方向鍵</flowSpan>)。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 2847.103816)"/>
- <rect id="d0e341" display="none" height="1000px" width="258" y="2841.1" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 2761.2)"/>
+ <rect id="d0e340" display="none" height="1e3px" width="258" y="2755.2" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
- <use y="0" x="0" xlink:href="#d0e341"/>
+ <use y="0" x="0" xlink:href="#d0e340"/>
</flowRegion>
<flowDiv xml:space="preserve">如果你最後一道筆畫很糟,直接按 <flowSpan font-weight="bold">Ctrl+Z</flowSpan> 復原。不過,假如字的形狀很棒但位置或大小有輕微偏離,最好暫時切換到選取工具 (<flowSpan font-weight="bold">空白鍵</flowSpan>) 並依需求調整/縮放/旋轉 (使用滑鼠或鍵盤),然後再按一次<flowSpan font-weight="bold">空白鍵</flowSpan>回到輸法工具。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 2898.8881969999998)"/>
- <rect id="d0e354" display="none" height="1000px" width="258" y="2892.9" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 2812.6)"/>
+ <rect id="d0e353" display="none" height="1e3px" width="258" y="2806.6" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
- <use y="0" x="0" xlink:href="#d0e354"/>
+ <use y="0" x="0" xlink:href="#d0e353"/>
</flowRegion>
<flowDiv xml:space="preserve">已經完成一個字母,就再次切換到選取工具去調整筆畫一致性和字母間距。可是不要做過頭了;好的書法必須保留稍微不規則的手寫樣貌。要抵抗去複製字母和字母元件的誘惑;每一筆畫都必須用手寫。</flowDiv>
</flowRoot>
- <rect id="d0e358" display="none" height="1000px" width="288" y="2932.3" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e357" display="none" height="1e3px" width="288" y="2845.8" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
- <use y="0" x="0" xlink:href="#d0e358"/>
+ <use y="0" x="0" xlink:href="#d0e357"/>
</flowRegion>
<flowDiv xml:space="preserve">而這裡有一些完整的文字範例:</flowDiv>
</flowRoot>
- <path id="calligraphy-f10-zh_TW.svgpath10059" stroke-linejoin="miter" style="stroke-dasharray:0.59489660 1.7846897;" d="M10.513,15.825h290.3" display="block" transform="translate(10, 2958.168198) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f10-zh_TW.svgpath10060" stroke-linejoin="miter" style="stroke-dasharray:0.59489660 1.7846897;" d="M10.513,44.282h290.3" display="block" transform="translate(10, 2958.168198) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f10-zh_TW.svgpath10134" stroke-linejoin="miter" style="stroke-dasharray:0.59489660 1.7846897;" d="M10.513,90.825h290.3" display="block" transform="translate(10, 2958.168198) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f10-zh_TW.svgpath10135" stroke-linejoin="miter" style="stroke-dasharray:0.59489660 1.7846897;" d="M10.513,119.28h290.3" display="block" transform="translate(10, 2958.168198) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f10-zh_TW.svgpath10280" stroke-linejoin="miter" style="stroke-dasharray:0.59489660 1.7846897;" d="M10.513,185.82h290.3" display="block" transform="translate(10, 2958.168198) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f10-zh_TW.svgpath10281" stroke-linejoin="miter" style="stroke-dasharray:0.59489660 1.7846897;" d="M10.513,214.28h290.3" display="block" transform="translate(10, 2958.168198) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f10-zh_TW.svgpath10452" stroke-linejoin="miter" style="stroke-dasharray:0.59489660 1.7846897;" d="M10.513,270.82h290.3" display="block" transform="translate(10, 2958.168198) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f10-zh_TW.svgpath10453" stroke-linejoin="miter" style="stroke-dasharray:0.59489660 1.7846897;" d="M10.513,299.28h290.3" display="block" transform="translate(10, 2958.168198) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.59489685" sodipodi:insensitive="true" fill="none"/>
- <text id="calligraphy-f10-zh_TW.svgtext10638" line-height="120.00000%" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" display="block" xml:space="preserve" transform="translate(10, 2958.168198) " font-style="normal" sodipodi:linespacing="120.00000%" font-stretch="normal" font-size="6.0000000" font-variant="normal" y="4.5585475" x="141.33449" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-zh_TW.svgtspan10639" y="4.5585475" x="141.33449" role="line">安瑟爾體 (Unicial)</tspan></text>
- <text id="calligraphy-f10-zh_TW.svgtext10644" line-height="120.00000%" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" display="block" xml:space="preserve" transform="translate(10, 2958.168198) " font-style="normal" sodipodi:linespacing="120.00000%" font-stretch="normal" font-size="6.0000000" font-variant="normal" y="79.558548" x="134.52438" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-zh_TW.svgtspan10645" y="79.558548" x="134.52438" role="line">卡洛林王朝體 (Carolingian)</tspan></text>
- <text id="calligraphy-f10-zh_TW.svgtext10648" line-height="120.00000%" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" display="block" xml:space="preserve" transform="translate(10, 2958.168198) " font-style="normal" sodipodi:linespacing="120.00000%" font-stretch="normal" font-size="6.0000000" font-variant="normal" y="172.05855" x="141.78998" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-zh_TW.svgtspan10649" y="172.05855" x="141.78998" role="line">哥德體 (Gothic)</tspan></text>
- <text id="calligraphy-f10-zh_TW.svgtext10652" line-height="120.00000%" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" display="block" xml:space="preserve" transform="translate(10, 2958.168198) " font-style="normal" sodipodi:linespacing="120.00000%" font-stretch="normal" font-size="6.0000000" font-variant="normal" y="257.05853" x="139.54298" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-zh_TW.svgtspan10653" y="257.05853" x="139.54298" role="line">法國哥德體 (Bâtarde)</tspan></text>
- <path id="calligraphy-f10-zh_TW.svgpath10657" stroke-linejoin="miter" style="stroke-dasharray:0.65820036 1.9746010;" d="M57.076,430.38h213.69" display="block" sodipodi:nodetypes="cc" transform="translate(10, 2958.168198) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.65820062" sodipodi:insensitive="true" fill="none"/>
- <path id="calligraphy-f10-zh_TW.svgpath10658" stroke-linejoin="miter" style="stroke-dasharray:0.65820036 1.9746010;" d="M57.075,461.87h213.7" display="block" sodipodi:nodetypes="cc" transform="translate(10, 2958.168198) " stroke-dashoffset="0.0000000" stroke="#aeaeae" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.65820062" sodipodi:insensitive="true" fill="none"/>
- <text id="calligraphy-f10-zh_TW.svgtext10681" line-height="120.00000%" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" display="block" xml:space="preserve" transform="translate(10, 2958.168198) " font-style="normal" sodipodi:linespacing="120.00000%" font-stretch="normal" font-size="6.0000000" font-variant="normal" y="359.55853" x="124.28999" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-zh_TW.svgtspan10682" y="359.55853" x="124.28999" role="line">花斜體 (Flourished Italic)</tspan></text>
- <path id="calligraphy-f10-zh_TW.svgpath10071" d="M56.566,28.63c12.545-7.048-5.072,5.5-7.647,10.139-1.877,4.847,5.578,1.714,5.35,1.806-9.236,3.702,1.244-1.941,3.786-4.247,0.395-0.382,0.791-0.765,1.186-1.147l5.912-2.757c-0.395,0.382-0.79,0.765-1.186,1.148-4.173,3.783-20.211,16.539-20.96,7.954,4.066-7.324,12.118-12.278,19.471-15.653l-5.912,2.757z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10086" d="M45.263,21.47c2.914-4.191,10.292-8.167,14.4-3.949,5.017,6.646,6.851,14.929,9.933,22.522-0.295,3.139,6.287,0.048,5.075,0.624-9.182,4.37-5.447,2.58-3.345,1.301l5.912-2.757c-2.739,1.666-10.917,7.983-13.555,3.589-3.081-7.593-4.915-15.876-9.933-22.522-1.291-1.326-7.021-0.635-5.36-1.452,9.886-4.856,4.044-2.525,2.785-0.113l-5.912,2.757z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10102" d="M122.06,18.373c-2.93-0.309-11.85,3.332-1.6-0.87,1.77-0.724-2.96,2.549-4.16,4.107-5.97,8.607-0.53,17.464,8.19,19.846-1,1.959,11.43-2.08,10.02-1.438-8.13,3.694-3.74,1.697-1.65-0.148l5.79-2.873c-5.4,4.777-12.81,8.586-19.95,7.332-8.72-2.382-14.16-11.239-8.2-19.846,4.13-5.357,10.86-8.798,17.36-8.983l-5.8,2.873z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10103" d="M124.89,15.5c3.29,0.4,6.64,0.545,9.96,0.66,1.83-0.104,3.6,0.31,5.39,0.61l-5.79,2.701c-1.79-0.301-3.56-0.715-5.39-0.61-3.33-0.115-6.67-0.261-9.97-0.661l5.8-2.7z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10106" d="M133.22,18.993v-0.016c1.9-0.938,3.78-1.928,5.7-2.814,1.23-0.566-0.37,2.687-0.46,4.039-0.26,4.254-0.3,8.527-0.44,12.788-0.63,8.707-0.6,17.39-0.11,26.096,0.23,1.997-0.4,4.236,0.48,5.704-8.32,4.897-3.41,1.494,0.14-0.936l5.69-2.896c-3.72,2.551-7.12,5.261-11.53,6.729-0.87-1.468-0.25-3.707-0.48-5.704-0.48-8.707-0.52-17.389,0.11-26.097,0.28-8.503-2.38-16.432,6.6-19.789l-5.7,2.896z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10119" d="M144.58,20.053c3.18-2.209,8.25-4.575,11.19-3.988-3.2,5.245-5.8,10.465-5.9,16.842,0.41,9.359,9.82,9.73,16.42,7.094,6.07-4.059-6.91,4.724,2.57-2.216l5.79-2.804c-4.4,3.215-9.22,5.607-14.15,7.824-6.6,2.637-16.02,2.266-16.42-7.093,0.1-6.377,2.7-11.598,5.9-16.842-4.05-0.81-6.6,2.242,0.39-1.622l-5.79,2.805z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10120" d="M170.33,16.195c1.44-0.014,2.8-0.577,4.15-1.019,1.7,1.369,1.14,4.79,1.18,7.048-0.05,3.785,0.37,7.587,0.15,11.369-0.08,2.237-0.2,4.455-0.39,6.682,0.01,0.471-0.04,0.939-0.06,1.409l-5.73,2.829c0.02-0.469,0.07-0.938,0.06-1.409,0.19-2.226,0.31-4.444,0.39-6.682,0.22-3.782-0.2-7.583-0.15-11.369-0.04-2.258,0.52-5.679-1.18-7.048-1.35,0.443-2.71,1.005-4.15,1.019l5.73-2.829z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10125" d="M186.03,17.94c-14.66,6.79-0.05,0.024,0.39-0.198,1.78-0.898-3.61,1.681-5.42,2.5-2.3,1.036,4.55-2.162,6.83-3.222,1.72-0.796-6.86,3.151-5.13,2.389,3.34-1.476,7.54-4.672,11.44-3.185,2.99,2.646,4.35,6.638,5.84,10.244,1.49,3.854,3.3,7.562,5.02,11.313,1.35,3.556,3.04,4.33,6.7,2.924,3.96-2.436-7.11,4.479-2.14,0.493l5.79-2.7c-2.79,2.24-6.18,3.462-9.44,4.907-3.66,1.407-5.35,0.633-6.7-2.924-1.72-3.75-3.53-7.458-5.02-11.312-1.49-3.606-2.85-7.599-5.84-10.244-1.53-0.584-6.39,0.917-4.92,0.183,2.72-1.361,12.44-5.803-1.39,0.613-1.74,0.807,3.47-1.641,5.21-2.441,2.23-1.02-4.43,2.059-6.62,3.162-0.44,0.224,15.92-7.456-0.4,0.199l5.8-2.701z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10128" d="M195.49,28.425c0-0.009-1.41,0.771-1.41,0.769,11.71-7.73-4.54,3.392-7.47,7.035-4.94,8.515,7.92,1.307,11.01-0.446,5.28-3.605-6.7,5.061-1.87,0.936l5.8-3.809c-3.03,2.583-6.41,4.592-9.73,6.683-3.08,1.752-15.95,8.96-11,0.446,5.35-6.668,13.61-10.972,20.46-15.424l-5.79,3.81z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10130" d="M229.6,45.031c-3.54,0.053-7.11,0.281-10.17-1.781-5.89-4.452-5.44-10.632-3.43-17.005,3.6-7.759,15.08-11.83,23.37-11.009,5.58,0.962,8.13,5.238,8.82,10.44,0.41,5.416,0.09,10.84,0.26,16.268l-5.53,2.58c-0.18-5.428,0.15-10.851-0.26-16.268-0.7-5.201-3.24-9.478-8.82-10.439-9.33-0.924-8.25-1.074-12.31,5.847-2.01,6.374-2.46,12.553,3.44,17.006,3.06,2.062,6.62,1.834,10.17,1.781l-5.54,2.58z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10133" d="M242.97,27.259c1.02-4.275,5.02-8.063,8.84-10.053,9.52-6.146,20.14-1.19,22.4,9.973,0.98,10.61-5.37,14.217-13.98,17.744l5.54-2.58c0.23-0.023,0.47-0.046,0.7-0.069-1.56,0.775-3.12,1.55-4.68,2.325-1.07,0.527,2.1-1.189,2.94-2.043,3.22-3.307,4.2-8.351,3.95-12.797-1.05-5.178-5.26-10.132-9.98-12.529-2.99-1.518-6.49,0.047-5.57-0.526,1.33-0.831,2.81-1.385,4.21-2.078-3.82,1.99-7.81,5.778-8.84,10.053l-5.53,2.58z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10157" d="M40.751,96.808c12.003-10.547,18.807-7.751,23.457,2.133,2.906,5.939,5.364,14.889,12.816,16.549l-10.49,4.5c-7.453-1.66-9.911-10.61-12.816-16.55-1.374-2.92-2.845-6.117-5.468-8.071-0.89-0.663-4.465-0.426-3.299-1.021,3.101-1.584,6.308-2.859,9.468-4.267,1.16-0.517-4.232,1.857-3.177,2.225l-10.491,4.502z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10158" d="M60.484,99.139c-5.016,4.191-10.338,8.261-14.311,13.511-2.045,6.77,11.148,0.49,11.031,0.54-14.379,6.54,0.61-1.59,3.878-4.2l9.653-4.5c-4.791,3.83-36.041,23.5-34.215,12.66,3.973-5.25,9.295-9.32,14.311-13.51l9.653-4.501z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10160" d="M76.131,105.67c5.607-4.91,16.259-6.145,25.359-7.431,3.75-0.515,1.95-0.272,5.4-0.731l-9.065,4.622c-3.456,0.46-1.655,0.21-5.402,0.73-6.312,0.89-29.02,6.17-7.222-1.81l-9.07,4.62z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10168" d="M90.443,103.47c-0.368-3.45-0.08-6.437-3.712-7.587,0.472-1.773-6.528,2.028-5.025,1.219,15.482-8.331-0.45-1.078,3.732,10.348,3.86,7.16,12.362,8.9,18.772,7.64,1.62-0.31,6.06-2.43,4.65-1.61-2.28,1.33-4.65,2.48-6.98,3.71l9.07-4.91c-8.81,4.83-25.71,15.31-34.581,0.08-4.569-12.482,10.267-21.053,19.432-21.387,3.632,1.15,3.344,4.136,3.712,7.584l-9.07,4.913z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10170" d="M124.18,96.235c-2.99-1.721-6.64-1.864-10-1.438,0.79-0.566-2.57,0.791-1.96,0.501,15.75-7.511,4.37-2.057,3.42,6.422,0.14,6.96,5.13,11.4,11.54,12.71,4.56,0.82,9.11,0.8,13.44-0.94l-9.65,4.51c-4.34,1.73-8.88,1.75-13.45,0.93-6.4-1.31-11.39-5.75-11.54-12.71,1.04-9.195,8.88-14.443,17.85-15.924,3.36-0.426,7.01-0.283,10,1.438l-9.65,4.501z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10196" d="M131.54,94.102c3.21-1.478,6.38-3.017,9.61-4.434,0.62-0.271-0.54,1.234-0.76,1.871-0.96,2.754-1.51,5.622-1.98,8.501-1.52,9.51-2.46,19.14-3.61,28.7-0.79,7.79-1.71,15.55-3,23.26l-9.65,4.5c1.29-7.71,2.21-15.47,3-23.26,0.39-3.28,4.01-37.916,6.35-39.071,3.21-1.58,6.46-3.046,9.7-4.569l-9.66,4.502z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10197" d="M130.5,95.845c1.55-3.476,6.95-4.282,10.34-5.557,1.96-0.805,3.94-1.566,5.92-2.295l-6.37,3.322c-1.98,0.728-3.96,1.489-5.92,2.294-8.51,3.198,4.94-4.408,2.4-1.085l-6.37,3.321z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10200" d="M141.34,96.542c3.24-0.834,14.36-10.232,16.1-2.478,0.55,5.907-2.44,11.206-1.93,17.166-2.16,5.13,9.39,2.63,8.51,3.05-14.45,6.79-8.45,4.08-5.05,1.42l9.66-4.5c-4.83,3.78-18.85,14.08-22.77,4.53-0.52-5.96,2.48-11.26,1.93-17.164-1.74-7.776-16.49,3.454,3.2-6.525l-9.65,4.501z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10206" d="M172.22,90.34c4.82-0.44,5.5,3.033,4.84,7.204-1.48,6.636-5.38,16.996,4.69,17.046,2.3-0.25,1.15-0.06,3.46-0.57l-9.65,4.5c-2.32,0.51-1.16,0.32-3.46,0.57-10.07-0.05-6.18-10.41-4.69-17.05,0.66-4.166-0.02-7.639-4.85-7.199l9.66-4.501z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10225" d="M131,91.037c3.38,0.443,6.68,1.827,9.69,3.423l-9.65,4.502c-3.01-1.596-6.31-2.98-9.69-3.424l9.65-4.501z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10226" d="M187.01,94.45c7.99-4.14,12.31-7.977,17.58-0.295,4.6,6.065,5.04,15.545,11.78,19.845,1.81,0.93,3.83,1.33,5.8,1.74l-9.65,4.5c-1.98-0.41-3.99-0.81-5.8-1.74-6.74-4.3-7.18-13.78-11.78-19.844-5.15-7.512-14.1-1.816,1.72-8.707l-9.65,4.501z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10229" d="M193.69,106.08c24.9-12.256-8.64,3.87,0.89,9.1-0.51,1.48,8.85-1.56,8.37-1.35-14.63,6.18-5.9,2.03-2-1.04l9.65-4.5c-7.2,5.67-16.19,12.52-25.68,11.39-8.24-4.53,16.95-20.42,18.42-18.1l-9.65,4.5z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10231" d="M217.97,97.24c2.81-2.34,12.53-10.187,15.46-3.343,1.14,7.243-0.72,14.293-0.61,21.523l-9.23,4.5c-0.11-7.23,1.75-14.28,0.61-21.522-2.72-6.366-13.27,1.792,3.94-6.49,0.38-0.184-1.36,0.658-0.94,0.83l-9.23,4.502z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10239" d="M221.92,103.12c6.4-6.075,16.05-13.123,25.46-13.005,8.04,3.102,7.6,15.625,6.38,21.955-0.24,1.08-0.55,2.14-0.85,3.2l-9.23,4.5c0.3-1.06,0.61-2.12,0.85-3.2,1.22-6.33,1.66-18.851-6.38-21.953-4.24-0.054-13.73,5.127,1.46-2.162,0.71-0.343-9.46,6.059-8.46,6.169l-9.23,4.496z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10251" d="M252.98,97.284c-24.21,12.206,7.75-8.098,16.72-7.653,5.66,3.792,3.43,16.969,2.49,22.759-0.12,0.59-0.24,1.19-0.36,1.79l-9.23,4.65c0.03-0.15,0.34-1.69,0.36-1.78,0.94-5.79,3.17-18.968-2.49-22.76-4.84-0.24-16.56,5.97-1.58-1.659,0.16-0.082-12.91,9.429-15.14,9.309l9.23-4.656z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10259" d="M75.414,30.201c6.417-0.235,12.931-2.82,19.172-4.563,2.748-1.06,5.654-1.454,8.524-2.018l-5.797,2.701c-2.865,0.564-5.771,0.958-8.519,2.018-6.241,1.743-12.755,4.328-19.172,4.563l5.792-2.701z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10279" d="M97.82,25.491c-0.798-2.313-2.421-4.205-4.319-5.921,0.927-3.24-9.829,0.29-8.297-0.312,4.931-1.942,6.034-2.558,3.418-1.212-4.225,2.389-6.979,6.619-8.279,10.788,0.158,3.364,1.866,6.797,4.306,9.388,3.18,2.73,6.654,4.465,11.211,4.179,0.743,0.328,8.09-2.354,6.8-1.932-8.102,2.635-0.97-0.395,1.26-2.357l5.79-2.36c-5.27,4.638-12.362,7.655-19.641,9.01-4.558,0.285-8.032-1.449-11.212-4.18-2.44-2.591-4.148-6.023-4.305-9.388,1.299-4.169,4.053-8.398,8.278-10.788,4.283-2.203,11.698-7.026,16.463-3.196,1.897,1.716,3.517,3.608,4.317,5.921l-5.79,2.36z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10286" d="M85.316,170.78c7.295-12.03,10.892-5.5,11.671,3.91,1.743,21.46-11.926,37.32-31.15,42.94l4.895-4.34c16.049-4.68,21.979-13.87,21.36-34.26-0.249-3.01-0.342-6.4-1.764-9.12-0.56-1.07-4.19-0.22-3.331-1.04,7.938-7.57,4.376-4.52,3.215-2.42l-4.896,4.33z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10307" d="M109.47,167.23c0.37-0.5-2.08,1.32-1.58,0.96,1.44-1.03,2.83-2.11,4.32-3.05,1.74-1.1-2.69,3.18-3.5,5.06-1.8,4.19-2.67,8.74-2.99,13.26,0.48,11.36,1.91,28.2,16.34,27.4l-5.19,3.73c-14.43,0.8-15.86-16.04-16.34-27.4,0.76-10.65,4.13-18.65,14.13-23.69l-5.19,3.73z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10312" d="M90.239,195.18c4.436-5.06,9.921-6.5,15.841-8.9,0.22-0.08,0.44-0.16,0.66-0.24l-4.89,4.11c-0.23,0.08-0.45,0.16-0.67,0.24-3.849,1.56-16.526,7.48-6.046,0.68l-4.895,4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10313" d="M92.127,195.04c2.959-1.39,6.078-2.39,9.183-3.39l-2.283,1.91c-3.107,1.01-6.225,2.01-9.184,3.4l2.284-1.92z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10334" d="M71.284,215.13c2.282-0.05-7.613,2.79-5.706,2.1,6.617-2.38,14.816-6.11,22.025-4.72,6.222,3.84,9.33,8.25,17.357,8.51,0.75-0.02,1.5-0.05,2.26-0.08l-6.01,2.19c-0.75,0.02-1.504,0.05-2.258,0.08-8.025-0.27-11.132-4.67-17.354-8.52-3.874-0.75-7.885,0.28-11.669,1.18-1.359,0.32-5.31,1.73-4,1.25,1.883-0.7,7.542-2.75,5.654-2.07-2.071,0.74-4.136,1.51-6.205,2.27h-0.099l6.005-2.19z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10336" d="M126.64,186.01c0.65,4.49,0.69,9.05,0.49,13.57-0.17,2.51-0.1,5.03-0.18,7.54-0.71,3.13,3.22,3.62,5.3,5.18l-4.9,4.1c-2.08-1.55-6-2.04-5.3-5.17,0.08-2.51,0.02-5.03,0.18-7.54,0.2-4.53,0.16-9.08-0.48-13.57l4.89-4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10339" d="M130.21,184.27c2.23,2.35,5.2,3.92,8.04,5.45,0.16,0.1,0.33,0.19,0.49,0.29l-4.9,4.11c-0.16-0.1-0.33-0.19-0.49-0.29-2.83-1.53-5.81-3.1-8.03-5.45l4.89-4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10343" d="M134.6,193.52c-3.65,0.94-16.26,11.73-7.18,4.15-0.5,0.2-0.58,0.72-0.87,1.07l-4.9,4.11c0.29-0.35,0.37-0.87,0.87-1.07,5.1-4.29,10.77-9.74,16.98-12.37l-4.9,4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10353" d="M120.69,198.75c5.53-1.03,11.22-0.65,16.82-0.41,0.3,0.01,0.59,0.02,0.89,0.04h-6.39c-0.3-0.02-0.59-0.03-0.89-0.04-11.04-0.48,9.24-0.73-4.04,0.41h-6.39z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10357" d="M126.01,216.45c3.57-3.01,7.2-6.09,11.21-8.52l-4.89,4.1c-4.15,2.53-8.36,6.26-1.42,0.31l-4.9,4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10361" d="M144.45,185.31c-0.1,3.99,0.07,7.95,0.41,11.91,0.25,3.21,0.33,6.43,0.25,9.64l-4.9,4.1c0.09-3.21,0.01-6.43-0.25-9.63-0.34-3.97-0.51-7.93-0.41-11.91l4.9-4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10364" d="M139.51,210.61c5.51-5.7,5.75-2.9,11.44,0.5l-4.9,4.11c-5.56-3.32-9.48-3.46-1.64-8.72l-4.9,4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10365" d="M145.17,214.75c2.38-3.73,5.74-4,8.82-6.21l-4.9,4.11c-2.39,1.72-9.34,4.68,0.98-2.01l-4.9,4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10367" d="M147.28,182.79c2.39,1,3.88,3.33,5.68,5.12,0.74,0.61,1.57,1.07,2.4,1.55l-4.9,4.1c-0.82-0.47-1.66-0.93-2.39-1.54-1.8-1.79-3.29-4.12-5.69-5.12l4.9-4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10369" d="M155.95,187.02c-1.32,5.93-1.09,12.18-0.84,18.23,0.45,7.89,0.42,15.82-0.03,23.7-0.04,0.33-0.09,0.66-0.14,0.99l-4.89,4.11c0.04-0.33,0.09-0.66,0.13-0.99,0.46-7.88,0.48-15.81,0.03-23.7-0.24-6.05-0.48-12.3,0.85-18.24l4.89-4.1z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10371" d="M151.84,232.22c8.01-7.56,1.56-1.13-1.16,2.37-0.12,0.18-0.25,0.35-0.38,0.53l-4.89,4.11c0.12-0.18,0.25-0.36,0.38-0.53,3.15-4.07,6.66-7.66,10.94-10.59l-4.89,4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10397" d="M160.9,183.84c1.4,0.63,2.65,1.72,3.96,2.59-0.01,0.04,0.6,0.42,0.62,0.43l-4.89,4.11c-0.21-0.14-0.44-0.25-0.62-0.43-1.32-0.87-2.56-1.96-3.97-2.6l4.9-4.1z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10398" d="M165.4,185.53c-0.62,3.57-0.32,7.23-0.15,10.83,0.26,3.28,0.04,6.56,0.16,9.84-0.08,0.73,0.16,1.37,0.34,2.04l-4.68,4.35c-0.18-0.67-0.42-1.31-0.34-2.04-0.12-3.28,0.1-6.56-0.16-9.84-0.17-3.6-0.47-7.26,0.15-10.83l4.68-4.35z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10399" d="M161.19,211.22c5.6-5.49,4.08-3.9,8.57-0.51,0.82,0.79,1.71,1.46,2.64,2.11l-4.9,4.11c-0.92-0.65-1.82-1.33-2.64-2.11-4.45-3.36-5.31-3.11,1.23-7.71l-4.9,4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10400" d="M172.41,183.84c-10.02,9.6-0.75-4.31,4.11,1.77,0.25,0.48,0.75,0.72,1.12,1.07l-4.9,4.11c-0.37-0.36-0.87-0.59-1.12-1.07-0.67-0.85-1.37-1.93-2.48-2.2-0.42-0.1-1.6,0.39-1.28,0.11,9.36-8.19,2.97-2.3-0.35,0.31l4.9-4.1z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10401" d="M176.94,186.01c0.47,3.49,0.31,7.06,0.31,10.58-0.06,3.16,0.11,6.33-0.1,9.48-0.28,1.08-0.14,2.03,0.11,3.06l-4.89,4.11c-0.26-1.04-0.39-1.98-0.12-3.06,0.21-3.15,0.04-6.32,0.1-9.48,0-3.52,0.16-7.09-0.31-10.58l4.9-4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10403" d="M182.67,188.42c5.59-6.25,3.27-2.15,3.22,3.41-0.06,3.39,0.31,6.77,0.36,10.16,0.09,1.69-0.15,3.65,0.66,5.08,2.57,0.77,4.67,2.32,6.79,3.84,0.2,0.13,0.4,0.26,0.6,0.38l-4.9,3.89c-0.2-0.13-0.39-0.25-0.59-0.38-2.12-1.53-4.23-3.07-6.8-3.84-0.8-1.43-0.56-3.4-0.66-5.09-0.05-3.39-0.42-6.76-0.35-10.16,0.05-6.1-0.01-7.49,6.56-11.18l-4.89,3.89z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10404" d="M188.03,184.53c1.81-0.14,3.33,0.02,4.93,0.86,1.15,0.69,2.43,0.94,3.74,1.14l-4.9,4.11c-1.3-0.2-2.58-0.45-3.73-1.15-1.6-0.83-3.12-0.99-4.93-0.85l4.89-4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10409" d="M196.3,186.2c-4.6,3.24,5.4-5.82,2.09-1.73-1.38,1.67-1.33,3.62-1.34,5.68,0.01,2.58,0.01,5.16,0.01,7.75v7.06c-0.07,2.57,0.27,4.43,2.84,5.32,2.09,0.91,3.86,1.35,6.07,0.8l-4.89,4.11c-2.22,0.54-3.98,0.11-6.08-0.8-2.57-0.89-2.9-2.75-2.84-5.32v-7.06c0-2.59,0-5.17-0.01-7.76,0.01-2.05-0.04-4,1.34-5.67,2.12-2.61,4.82-4.86,7.71-6.49l-4.9,4.11z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10419" d="M210.37,184.97c0.11,3.62,0.31,7.23,0.35,10.85,0.01,2.71,0,5.41,0,8.11,0.07,1.77-0.31,3.51-0.2,5.26,1.31,1.36,3.32,2.35,5.2,2.94l-4.89,3.75c-1.89-0.59-3.9-1.58-5.21-2.94-0.11-1.74,0.28-3.49,0.21-5.26,0-2.7,0-5.4-0.01-8.1-0.03-3.63-0.24-7.24-0.34-10.86l4.89-3.75z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10420" d="M204.55,183.17c2.14,0.5,4.03,1.99,6.17,2.81l-4.89,4.08c-2.14-0.81-4.04-2.3-6.18-2.8l4.9-4.09z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10437" d="M207.26,191.83c4.84-3-0.14-2.8,10.38-7.77l-4.9,4.52c-1.73,0.82-6.45,4.18-5.01,2.84,1.56-1.44,6.25-5.79,4.69-4.34-6.12,5.66-7.25,6.73-0.26,0.22l-4.9,4.53z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10438" d="M217.04,183.5c1.72-0.23,2.79,0.55,4.06,1.74,0.11,0.09,0.23,0.19,0.35,0.28l-4.89,4.53c-0.12-0.1-0.24-0.19-0.36-0.28-1.26-1.19-2.34-1.97-4.06-1.74l4.9-4.53z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10440" d="M216.59,188.03c7.79-8.26,3.34-0.16,4.8,8.15,0.93,3.8,0.43,7.63,0.17,11.47l-4.9,4.52c0.26-3.84,0.77-7.66-0.17-11.47-1.37-7.81-1.52-12.39,5-17.2l-4.9,4.53z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10441" d="M215.28,212.58c3.06-3.13,6.06-7.14,9.29-3.11,0.4,0.69,1,1.15,1.56,1.65l-4.89,4.53c-0.57-0.51-1.16-0.97-1.57-1.65-3.16-3.96-7.98,1.65,0.51-5.95l-4.9,4.53z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10442" d="M218.03,191.06c13.3-12.26,0.22-0.2,0.24-0.22,4.34-3.56,5.74-4.97,10.13-7.02l-4.9,4.53c-1.66,0.77-6.33,3.61-4.97,2.31,1.52-1.48,6.26-5.68,4.64-4.35-0.04,0.03-13.05,12.1-0.25,0.22l-4.89,4.53z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10445" d="M228.59,183.5c1.63,0.25,2.91,1.5,4.12,2.65l-4.9,4.53c-1.21-1.15-2.49-2.41-4.12-2.65l4.9-4.53z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10449" d="M232.69,185.86c-0.16,3.48-0.38,6.95-0.25,10.45,0.23,3.03,0.25,6.08,0.25,9.12,0.09,1.27-0.14,2.5-0.33,3.74l-4.9,4.52c0.2-1.23,0.42-2.47,0.33-3.73,0-3.05-0.01-6.09-0.24-9.12-0.13-3.5,0.09-6.97,0.24-10.46l4.9-4.52z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10451" d="M231.64,207.76c1.4,0.3,2.6,1.22,3.84,2.04,0.55,0.32,0.99,0.8,1.47,1.24l-4.9,4.52c-0.47-0.43-0.91-0.92-1.47-1.23-1.23-0.82-2.44-1.74-3.83-2.05l4.89-4.52z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10456" d="M61.797,239.38c-3.815,14.51-9.17,28.23-17.028,40.7-4.475,7-9.893,13.3-16.22,18.65l-4.836,3.67c6.328-5.35,11.746-11.65,16.22-18.65,7.859-12.47,13.213-26.19,17.028-40.71l4.836-3.66z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10461" d="M27.88,298.13c3.428-1.18,7.145-1.56,10.932-1.14,6.697,1.49,12.621,5.49,19.564,4.96,0.609-0.12,1.218-0.24,1.828-0.35l-4.836,3.66c-0.609,0.12-1.219,0.24-1.828,0.36-6.943,0.53-12.866-3.47-19.563-4.97-3.788-0.41-7.504-0.04-10.933,1.15l4.836-3.67z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10471" d="M70.37,235.65c-1.123,13.31-1.161,26.21,2.775,39.7,4.755,14.46,7.667,23.2,22.924,15.48l-7.482,5.67c-15,7.56-18.226-1.19-23-15.42-4.024-13.64-3.915-26.66-2.318-40.05l7.101-5.38z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10476" d="M49.366,235.26c-1.336,3.67-0.707,6.56,3.963,6.39,5.784-0.79,10.868-3.47,15.986-5.81l-7.394,5.61c-5.06,2.31-10.093,4.98-15.835,5.69-4.649,0.08-5.251-2.91-3.819-6.5l7.099-5.38z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10481" d="M50.888,271.43c5.189-3.39,10.916-5.06,16.936-6.25,1.036-0.22,2.088-0.35,3.135-0.51l-7.781,5.45c-1.07,0.17-2.145,0.32-3.204,0.56-5.94,1.21-11.632,2.8-16.775,6.14l7.689-5.39z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10489" d="M112.97,269.94c-9.6,10.08-6.81,1.97-14.828,5.15,2.648-1.63,5.248-3.32,7.948-4.88,1.62-0.94-2.48,2.68-3.31,4.23-2.22,4.18-3.21,7.59-1.62,11.95,2.25,7.51,7.65,9.86,16.35,7.64,14.96-7.37-6.7,5.47,1.16,0.15l8.97-5.54c-6,4.06-12.04,8.36-19.08,10.92-8.626,2.18-13.324-0.27-15.583-7.68-3.831-10.45,4.221-17.17,13.973-22.24,6.94-2.73,11.51,4.32-2.69,5.68l8.71-5.38z" fill-rule="nonzero" sodipodi:nodetypes="ccccccccccccc" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10490" d="M114.25,279.99c-0.05,0.03-0.1,0.06-0.15,0.09,2.48-1.73,4.96-3.47,7.45-5.2,0.32-0.22-0.63,0.5-0.95,0.72-3.47,2.43-6.72,4.86-10.27,7.03-1.55,0.95-3.15,1.8-4.67,2.78-0.4,0.25-1.56,1.05-1.18,0.78,11.79-8.31,8.29-5.81,5.77-4.01-2.12,1.64,0.28-0.26-1.09,1.01l-7.74,5.42c0.34-0.32,0.49-0.82,1.02-0.96,4.04-2.9,8.02-5.94,12.3-8.5,1.72-1.03,6.8-4.26,5.17-3.09-18.63,13.35,1.69-1.53,2.02-1.45l-7.68,5.38z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10513" d="M134.96,272.25c-2.56,4.92-3.71,10.85-3.29,16.28,0.44,2.96,2.68,8,6.96,6.75,2-0.59,11.49-6.55,5.37-2.86-1.91,1.15-3.8,2.34-5.71,3.51l8.01-5.1c-6.21,4.03-20.04,16.56-22.51,2.71-0.42-5.47,0.73-11.51,3.48-16.39l7.69-4.9z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10515" d="M138.99,269.73c-2.75,1.78-11.24,6.74-8.24,5.34,3.07-1.43,5.64-3.63,8.46-5.44,6.83-4.39-27.79,17.74,1.24-0.82,1.52-0.97,3.61-0.76,5.32-0.61,3.88,1.24,6.87,2.76,10.88,1.06l-8.45,5.48c-3.98,1.67-6.98,0.12-10.83-1.1-1.76-0.16-6.72,1.53-5.28,0.58,2.64-1.73,10.55-6.96,7.96-5.15-28.11,19.66,17.27-12.79-9.36,6.04l8.3-5.38z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10521" d="M154.57,269.81c-5.81,15.67-7.98,32.12-7.95,48.83,0.07,1.12,0.13,2.25,0.2,3.38l-8.06,5.64c-0.11-1.1-0.21-2.2-0.31-3.31-0.39-16.94,2.08-33.45,8.43-49.15l7.69-5.39z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10538" d="M157.95,276.59c7.83-9.86,11.45-10.87,8.55,1-3.13,8.88-2.53,21.17,8.44,13.55,0.62-0.56,2.4-2.31,1.85-1.67-11.01,13.09,1.59-4.22,3.81-8.16l6.91-7.48c-5.23,9.35-11.27,17.97-19.42,24.71-10.84,7.49-11.57-4.76-8.44-13.54,4.56-18.21-7.27-0.9,4.94-15.6l-6.64,7.19z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10547" d="M181.91,273.02c15.54-9.39,4.17-0.34,4.77,12.75,0.57,8.3,5.56,12.76,13.89,9.09l-8.79,4.84c-8.24,3.62-13.35-0.84-13.93-9.07-0.46-10.85,2.13-17.87,12.58-22.3l-8.52,4.69z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10561" d="M209.34,272.44c0.23-0.15-0.34,0.42-0.47,0.66-0.82,1.51-1.31,3.2-1.81,4.82-1.19,3.86-2,7.71-2.33,11.71-0.04,2.93,0.83,6.84,4.83,6.2,1.61-0.26,5.78-2.83,4.49-1.87-1.77,1.33-3.57,2.65-5.58,3.63-1.99,0.97,3.31-2.89,4.72-4.54,2.91-3.38,5.06-7.15,7-11.08,0.33-0.77,0.65-1.54,0.98-2.31l7.98-5.31c-0.31,0.76-0.62,1.51-0.93,2.27-3.86,8.01-27.84,37.21-31.47,18.33,0.82-10.58,2.8-17.55,12.98-22.68,0,0-8.88,5.69-0.39,0.17z" fill-rule="nonzero" sodipodi:nodetypes="ccccccccccccccc" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10564" d="M229.31,270.07c-1.2,7.87-4.67,16.91-1.11,24.62,0.81,2.84,7.86-1.75,5.75-0.62-11.59,6.2-3.68,1.05-0.72-2.84l8-5.06c-4.25,5.63-13.3,16.86-20.91,13.49-3.87-7.64-0.23-16.93,1.29-24.74l7.7-4.85z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10577" d="M241.71,270.16c6.09-2.08,6.95,1.58,7.15,6.73-0.1,6.11-1.19,12.15-1.91,18.2l-7.29,6.52c0.62-6.03,1.61-12.03,1.78-18.09-0.11-5.15-0.77-8.86-6.93-6.92l7.2-6.44z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10582" d="M243.72,286.28c1.89-6.97,10.19-12.77,16.94-16.11,7.49-3.07,5.43,8.37,4.89,12.21-0.67,3.82-1.16,7.71-1.4,11.57l-7.05,6.67c0.13-3.82,0.66-7.67,1.28-11.46,0.54-3.87,2.7-15.43-4.87-12.22-1.91,0.95-3.69,2.04-5.36,3.35-0.4,0.31-1.53,1.33-1.17,0.98,12.28-12.02,4.03-5.35,3.74-1.62l-7,6.63z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10585" d="M270.22,273.76c-12.36,15.35-0.73-2.84,5.43-4.11,3.42,0.86,5.53,1.98,8.85,0.1,0.28-0.18,0.56-0.35,0.84-0.52l-5.98,6.73c-0.28,0.18-0.56,0.35-0.84,0.53-3.29,1.83-5.44,0.71-8.81-0.16-1.24,0.26-4.33,2.79-3.45,1.78,1.83-2.09,3.68-4.15,5.52-6.22,2.5-2.81-9.82,11.45-7.45,8.5l5.89-6.63z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10588" d="M279.45,274.43c12.99-13.55,0.66,0.01,2.16,12.27,1.33,5.76,5.34,9.97,11.49,6.92l-7.21,6.82c-6.1,3-10.21-1.13-11.55-6.86-1.35-10.95,3.55-18.94,12.12-25.79l-7.01,6.64z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10596" d="M211.17,270.68c5.6,2.22,11.9,2.06,17.64,0.4,2.56-0.85,4.86-2.22,7.13-3.63l-6.6,6.48c-2.28,1.42-4.59,2.81-7.16,3.67-5.66,1.64-11.98,1.85-17.43-0.61l6.42-6.31z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath10601" d="M114.63,279.3c-3.27,0.28-6-1.64-8.66-3.33-0.81-0.44-1.52-1.04-2.27-1.59l8.21-4.73c0.77,0.53,1.51,1.1,2.33,1.55,2.62,1.66,5.28,3.63,8.52,3.41l-8.13,4.69z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3335" d="M89.045,443.38c1.124-5.41,13.385-11.99,19.355-13.77,9.68-1.64,1.02,17.45-0.43,20.34-9.815,17.51-26.848,29.12-45.385,42.7l-4.818,3.14c18.402-13.46,35.497-25.02,45.023-42.46,1.45-2.99,9.58-21.28-0.21-19.93-3.368,0.95-7.36,3.54-7.394,5.98l-6.141,4z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3338" d="M138.8,376.96c-1.9,0.33-9.02,5.09,3.37-2.59,0.61-0.38-1.03,0.91-1.48,1.4-2.7,2.92-3.89,6.29-5.1,9.49-4.4,11.91-7.14,24.05-9.69,36.01-2.38,11.14-4.46,22.27-6.74,33.41-0.32,1.61-0.63,3.21-0.94,4.81l-5.72,3.79c0.42-1.66,0.83-3.33,1.23-5,2.52-11.23,4.86-22.48,7.2-33.71,2.48-11.87,5.16-23.89,9.25-35.72,1.95-5.51,5.55-13.72,14.68-15.9l-6.06,4.01z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3353" d="M118.36,440.1c3.32-2.61,13.57-8.8,3.44-2.48-0.55,0.35,1.1-0.71,1.64-1.06,2.93-1.9,5.82-3.83,8.89-5.41,2.52-1.17,6.33-2.45,8-0.69,1.12,5.26-7.9,9.9-11.22,12-3.81,2.35-7.81,4.23-11.86,5.87-3,1.05-7.41,3.78,1.15-1.59l-5.69,2.99c4.31-2.73,5.6-3.59,9.44-5.06,4.02-1.64,7.96-3.51,11.74-5.86-9.02,5.76,1.85-0.6,1.01-5.02-1.77-1.26-5.02-0.13-7.4,1-5.4,2.86,6.34-4.23-0.07-0.12-2.21,1.42-8.84,5.64-6.64,4.22,7.86-5.1,5.29-3.51,3.39-1.89l-5.82,3.1z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3363" d="M126.6,443.11c-1.12,4.06,10.85,23.55,13,26.63,10.5,11.82,26.08,14.43,43.42,4.58l-3.89,2.96c-17.65,9.9-33.28,7.26-43.82-4.88-5.27-7.66-11.26-16.91-14.37-26.02l5.66-3.27z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3372" d="M82.417,437.82c1.28-4.11,7.742-7.02,10.976-8.65,4.414-1.66,1.091,12.34,0.619,14.28-1.259,5-2.412,10.16-4.036,15.13-0.445,1.26,0.108-0.31-0.316,0.93l-5.514,3.35c0.416-1.24-0.117,0.32,0.311-0.93,1.869-5.02,3.197-10.32,4.454-15.38,0.455-1.87,3.605-15.6-0.848-13.88-2.04,1.05-4.789,2.78,3.485-2.32,1.513-0.94-3.257,2.45-3.478,4.02l-5.653,3.45z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3374" d="M159.06,436.59c1.31-1.15,6.38-4.1-4.17,2.85-1.82,1.2,3.53-2.97,4.69-4.93-2.7-3.29-9.73-2.02-13.74,0.14-0.49,0.33-1.94,1.29-1.46,0.97,1.04-0.69,2.03-1.54,3.11-2.07,1.6-0.78-2.78,2.84-3.43,4.59-1.45,3.87,1.57,5.28,4.3,5.49,4.67-0.31,13.87-4.18,10.79,4.47-4.59,9.02-17.46,15.1-25.56,15.46l4.61-3.3c8.44-0.09,13.36-2.96,16.43-9.09,2.8-8.36-6.22-4.65-10.76-4.33-11.72-0.81,1.42-12.15,6.33-15.38,4.37-2.34,11.03-3.29,14.21-0.27-1.7,3-7.57,7.83-10.17,8.86l4.82-3.46z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3377" d="M175.35,437.3c1.09-3.64-0.32-5.24-4.12-4.36-1.01,0.53,1.89-1.34,2.92-1.8,2.17-0.95-2.97,3.85-3.81,5.96-2.28,5.72-3.98,11.82-5.1,17.61-1,12.43,15.04-3.06,19.23-6.82,0.74-0.69,1.48-1.37,2.23-2.05l4.72-2.81c-0.78,0.71-1.56,1.41-2.34,2.12-4.77,4.26-30.56,27.03-28.74,12.53,2.52-11.02,3.85-21.87,16-28.06,4.04-0.89,5.1,0.69,4.52,4.34l-5.51,3.34z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3384" d="M198.11,433.38c-2.88-0.38-5.2-1.12-8.4-0.61-1.17,0.45-10.68,4.1,4.46-2.13,1.49-0.61-2.44,2.12-3.28,3.37-2.11,3.14-3.07,6.54-3.88,9.87-0.97,4.53-1.69,9.07-2.76,13.6-0.88,3.19,4.67,1.1,6.62,0.39,3.3-1.56-2.53,1.21-4.17,1.89-1.3,0.54,2.36-1.55,3.42-2.45,2.68-2.25,4.08-5.23,5.39-8.05,1.2-2.84,2.21-5.7,3.49-8.52l6.01-2.77c-1.39,2.84-2.4,5.7-3.62,8.57-3.48,7.8-7.66,10.23-16.48,14.34-2.05,0.73-7.9,2.85-6.86-0.53,1.26-4.58,2.14-9.16,3.07-13.74,1.92-8.15,4.6-13.27,14.59-16.84,3.24-0.46,5.66,0.4,8.65,0.54l-6.25,3.07z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3410" d="M215.04,441.65c1.28-4.62,11.52-9.8,15.21-11.04,5.46-1.02,8.6,0.13,9.12,5.59-0.16,6.06-3.98,13.39-8.69,18.09-5.75,4.75-10.96,8.21-17.54,8.58-0.67,0.01-1.34,0.03-2,0.04l5.06-3.78c0.65,0,1.3-0.01,1.96-0.02,3.17-0.2,6.32-0.93,9.38-2.74,0.36-0.21,1.4-0.94,1.06-0.68-7.28,5.59-4.47,3.33-2.99,2.12,4.91-4.52,8.68-12.06,8.77-18.05-0.62-5.29-3.67-6.51-9.05-5.43-2.75,0.95-7.57,4.45-0.05-1.14,0.91-0.68-4.6,2.52-4.93,4.7l-5.31,3.76z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3411" d="M201.11,431.79c1.74-1.08,4.36-2.21,6.13-3.24,1.1-0.64-0.62,2.16-0.88,3.25-0.77,3.15-1.41,6.31-2.23,9.46-1.06,3.89-1.69,7.7-2.52,11.58-0.59,2.72-1.36,5.4,2.05,5.86,5.75-1.5,3.15-1.35,8.7-5.33l4.4-2.7c-5.42,3.9-11.57,9.68-18.08,11.33-3.49-0.5-3.64-3.17-3.01-5.98,0.83-3.93,1.59-7.78,2.71-11.71,2.09-7.76,0.82-10.68,8.88-15.83l-6.15,3.31z" fill-rule="nonzero" sodipodi:nodetypes="ccccccccccccc" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3413" d="M237.31,448.93c0.29-1,19.64-12.17,9.63-5.45,3.8-3.04,5.14-5.81,2.95-9.18-0.66-0.83-4.45,0.01-3.38-0.73,7.67-5.31,0.83,1.23-1.11,5.49-2.52,6.04-6.77,17.65,0.67,20.1,5.26,0.43,10.65-2.33,15.53-5.1l-4.44,3.16c-4.98,2.81-10.51,5.63-15.87,5.22-7.43-2.51-3.02-14.29-0.54-20.34,1.72-3.94,9.91-16.96,14.13-11.16,2.17,3.5,0.93,6.2-2.98,9.36-3.12,2.12-6.12,4.39-9.47,6.07-1.47,0.75-5.84,3.05-4.47,2.1,20.53-14.29,4.71-4.03,4.58-2.99l-5.23,3.45z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3416" d="M238.05,448.91c8.57-6.7,17.73-9.98,27.18-7.94,11.02,2.6,18.27,0.36,29.22-6.56l-3.56,2.54c-11.33,7.19-18.67,9.62-30.14,7.11-5.57-1.1-10.31-0.89-16.2,1.6-1.8,0.75-6.89,3.73-5.28,2.59,9.11-6.44,5.47-3.9,4.06-2.74l-5.28,3.4z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3422" d="M85.023,384.91c2.178-1.82,4.349-3.66,6.535-5.46,0.349-0.28-0.49,0.85-0.664,1.31-0.895,2.32-1.38,4.74-1.793,7.09-0.672,3.81-1.218,7.59-1.988,11.41-2.802,14.52-5.211,29.07-8.831,43.61-0.986,3.91-2.527,8.48-2.883,12.28,0.801,3.03,1.522,2.25,4.677,0.33l-5.844,5.18c-3.396,2.1-4.385,3.18-5.365-0.04,0.514-4.06,2.449-8.8,3.59-12.94,3.914-14.64,7.09-29.48,9.385-44.06,1.913-14.22-1.002-15.33,9.699-24.37l-6.518,5.66z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3426" d="M111.38,368.18c-11.977,11.34-22.614,15.89-37.232,15.85-19.492-0.95-41.197-3.81-51.153,17.86l-6.122,4.1c13.359-27.61,41.508-27.32,63.739-26.56,17.548-0.27,16.162,0.58,22.608-5.83l8.16-5.42z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <path id="calligraphy-f10-zh_TW.svgpath3433" d="M207.51,437.58c4-4.19,12.75-12.67,13.56-4.8-0.05,12.28-5.98,26.33-9.09,38.77-4.42,18.1-8.31,36.2-17.33,53.76-10.76,18.43-32.81,32.08-51.55,27.32-5.88-3.11-9.99-7.16-12.02-13.72-6.91-22.3,18.75-37.19,39.33-40.67,1.63-0.12,3.26-0.23,4.88-0.35l-4.91,3.51c-1.56,0.07-3.12,0.14-4.68,0.21-5.03,0.77-13.31,1.77-17.9,4.5-21.58,12.84-14.65,35.86,0.3,43,18.88,4.4,31.51-3.72,41.53-20.45,9.28-17.51,13.06-35.7,17.45-53.81,3-12.05,8.47-26.06,7.79-37.85-0.21-1.13-0.4-2.38-1.49-2.92-0.49-0.24-2.38,0.56-1.84,0.16,10.82-7.99,4.82-3.68,2.76-1.16l-6.79,4.5z" fill-rule="nonzero" transform="translate(10, 2958.168198) " display="block" fill="#000"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="3537.084958" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="3537.084958" x="10">結論</tspan>
+ <path id="calligraphy-f10-zh_TW.svgpath10059" d="m10.513 15.825h290.3" display="block" transform="translate(10 2871.3)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10060" d="m10.513 44.282h290.3" display="block" transform="translate(10 2871.3)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10134" d="m10.513 90.825h290.3" display="block" transform="translate(10 2871.3)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10135" d="m10.513 119.28h290.3" display="block" transform="translate(10 2871.3)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10280" d="m10.513 185.82h290.3" display="block" transform="translate(10 2871.3)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10281" d="m10.513 214.28h290.3" display="block" transform="translate(10 2871.3)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10452" d="m10.513 270.82h290.3" display="block" transform="translate(10 2871.3)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10453" d="m10.513 299.28h290.3" display="block" transform="translate(10 2871.3)" stroke="#aeaeae" stroke-dasharray="0.59489660 1.7846897" stroke-width=".59490" sodipodi:insensitive="true" fill="none"/>
+ <text id="calligraphy-f10-zh_TW.svgtext10638" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 2871.3)" sodipodi:linespacing="120.00000%" font-size="6" y="4.5585475" x="141.33449" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-zh_TW.svgtspan10639" y="4.5585475" x="141.33449" role="line">安瑟爾體 (Unicial)</tspan></text>
+ <text id="calligraphy-f10-zh_TW.svgtext10644" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 2871.3)" sodipodi:linespacing="120.00000%" font-size="6" y="79.558548" x="134.52438" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-zh_TW.svgtspan10645" y="79.558548" x="134.52438" role="line">卡洛林王朝體 (Carolingian)</tspan></text>
+ <text id="calligraphy-f10-zh_TW.svgtext10648" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 2871.3)" sodipodi:linespacing="120.00000%" font-size="6" y="172.05855" x="141.78998" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-zh_TW.svgtspan10649" y="172.05855" x="141.78998" role="line">哥德體 (Gothic)</tspan></text>
+ <text id="calligraphy-f10-zh_TW.svgtext10652" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 2871.3)" sodipodi:linespacing="120.00000%" font-size="6" y="257.05853" x="139.54298" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-zh_TW.svgtspan10653" y="257.05853" x="139.54298" role="line">法國哥德體 (Bâtarde)</tspan></text>
+ <path id="calligraphy-f10-zh_TW.svgpath10657" d="m57.076 430.38h213.69" display="block" sodipodi:nodetypes="cc" transform="translate(10 2871.3)" stroke="#aeaeae" stroke-dasharray="0.65820036 1.9746010" stroke-width=".65820" sodipodi:insensitive="true" fill="none"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10658" d="m57.075 461.87h213.7" display="block" sodipodi:nodetypes="cc" transform="translate(10 2871.3)" stroke="#aeaeae" stroke-dasharray="0.65820036 1.9746010" stroke-width=".65820" sodipodi:insensitive="true" fill="none"/>
+ <text id="calligraphy-f10-zh_TW.svgtext10681" line-height="120.00000%" xml:space="preserve" display="block" transform="translate(10 2871.3)" sodipodi:linespacing="120.00000%" font-size="6" y="359.55853" x="124.28999" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="calligraphy-f10-zh_TW.svgtspan10682" y="359.55853" x="124.28999" role="line">花斜體 (Flourished Italic)</tspan></text>
+ <path id="calligraphy-f10-zh_TW.svgpath10071" d="m56.566 28.63c12.545-7.048-5.072 5.5-7.647 10.139-1.877 4.847 5.578 1.714 5.35 1.806-9.236 3.702 1.244-1.941 3.786-4.247 0.395-0.382 0.791-0.765 1.186-1.147l5.912-2.757c-0.395 0.382-0.79 0.765-1.186 1.148-4.173 3.783-20.211 16.539-20.96 7.954 4.066-7.324 12.118-12.278 19.471-15.653l-5.912 2.757z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10086" d="m45.263 21.47c2.914-4.191 10.292-8.167 14.4-3.949 5.017 6.646 6.851 14.929 9.933 22.522-0.295 3.139 6.287 0.048 5.075 0.624-9.182 4.37-5.447 2.58-3.345 1.301l5.912-2.757c-2.739 1.666-10.917 7.983-13.555 3.589-3.081-7.593-4.915-15.876-9.933-22.522-1.291-1.326-7.021-0.635-5.36-1.452 9.886-4.856 4.044-2.525 2.785-0.113l-5.912 2.757z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10102" d="m122.06 18.373c-2.93-0.309-11.85 3.332-1.6-0.87 1.77-0.724-2.96 2.549-4.16 4.107-5.97 8.607-0.53 17.464 8.19 19.846-1 1.959 11.43-2.08 10.02-1.438-8.13 3.694-3.74 1.697-1.65-0.148l5.79-2.873c-5.4 4.777-12.81 8.586-19.95 7.332-8.72-2.382-14.16-11.239-8.2-19.846 4.13-5.357 10.86-8.798 17.36-8.983l-5.8 2.873z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10103" d="m124.89 15.5c3.29 0.4 6.64 0.545 9.96 0.66 1.83-0.104 3.6 0.31 5.39 0.61l-5.79 2.701c-1.79-0.301-3.56-0.715-5.39-0.61-3.33-0.115-6.67-0.261-9.97-0.661l5.8-2.7z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10106" d="m133.22 18.993v-0.016c1.9-0.938 3.78-1.928 5.7-2.814 1.23-0.566-0.37 2.687-0.46 4.039-0.26 4.254-0.3 8.527-0.44 12.788-0.63 8.707-0.6 17.39-0.11 26.096 0.23 1.997-0.4 4.236 0.48 5.704-8.32 4.897-3.41 1.494 0.14-0.936l5.69-2.896c-3.72 2.551-7.12 5.261-11.53 6.729-0.87-1.468-0.25-3.707-0.48-5.704-0.48-8.707-0.52-17.389 0.11-26.097 0.28-8.503-2.38-16.432 6.6-19.789l-5.7 2.896z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10119" d="m144.58 20.053c3.18-2.209 8.25-4.575 11.19-3.988-3.2 5.245-5.8 10.465-5.9 16.842 0.41 9.359 9.82 9.73 16.42 7.094 6.07-4.059-6.91 4.724 2.57-2.216l5.79-2.804c-4.4 3.215-9.22 5.607-14.15 7.824-6.6 2.637-16.02 2.266-16.42-7.093 0.1-6.377 2.7-11.598 5.9-16.842-4.05-0.81-6.6 2.242 0.39-1.622l-5.79 2.805z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10120" d="m170.33 16.195c1.44-0.014 2.8-0.577 4.15-1.019 1.7 1.369 1.14 4.79 1.18 7.048-0.05 3.785 0.37 7.587 0.15 11.369-0.08 2.237-0.2 4.455-0.39 6.682 0.01 0.471-0.04 0.939-0.06 1.409l-5.73 2.829c0.02-0.469 0.07-0.938 0.06-1.409 0.19-2.226 0.31-4.444 0.39-6.682 0.22-3.782-0.2-7.583-0.15-11.369-0.04-2.258 0.52-5.679-1.18-7.048-1.35 0.443-2.71 1.005-4.15 1.019l5.73-2.829z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10125" d="m186.03 17.94c-14.66 6.79-0.05 0.024 0.39-0.198 1.78-0.898-3.61 1.681-5.42 2.5-2.3 1.036 4.55-2.162 6.83-3.222 1.72-0.796-6.86 3.151-5.13 2.389 3.34-1.476 7.54-4.672 11.44-3.185 2.99 2.646 4.35 6.638 5.84 10.244 1.49 3.854 3.3 7.562 5.02 11.313 1.35 3.556 3.04 4.33 6.7 2.924 3.96-2.436-7.11 4.479-2.14 0.493l5.79-2.7c-2.79 2.24-6.18 3.462-9.44 4.907-3.66 1.407-5.35 0.633-6.7-2.924-1.72-3.75-3.53-7.458-5.02-11.312-1.49-3.606-2.85-7.599-5.84-10.244-1.53-0.584-6.39 0.917-4.92 0.183 2.72-1.361 12.44-5.803-1.39 0.613-1.74 0.807 3.47-1.641 5.21-2.441 2.23-1.02-4.43 2.059-6.62 3.162-0.44 0.224 15.92-7.456-0.4 0.199l5.8-2.701z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10128" d="m195.49 28.425c0-0.009-1.41 0.771-1.41 0.769 11.71-7.73-4.54 3.392-7.47 7.035-4.94 8.515 7.92 1.307 11.01-0.446 5.28-3.605-6.7 5.061-1.87 0.936l5.8-3.809c-3.03 2.583-6.41 4.592-9.73 6.683-3.08 1.752-15.95 8.96-11 0.446 5.35-6.668 13.61-10.972 20.46-15.424l-5.79 3.81z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10130" d="m229.6 45.031c-3.54 0.053-7.11 0.281-10.17-1.781-5.89-4.452-5.44-10.632-3.43-17.005 3.6-7.759 15.08-11.83 23.37-11.009 5.58 0.962 8.13 5.238 8.82 10.44 0.41 5.416 0.09 10.84 0.26 16.268l-5.53 2.58c-0.18-5.428 0.15-10.851-0.26-16.268-0.7-5.201-3.24-9.478-8.82-10.439-9.33-0.924-8.25-1.074-12.31 5.847-2.01 6.374-2.46 12.553 3.44 17.006 3.06 2.062 6.62 1.834 10.17 1.781l-5.54 2.58z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10133" d="m242.97 27.259c1.02-4.275 5.02-8.063 8.84-10.053 9.52-6.146 20.14-1.19 22.4 9.973 0.98 10.61-5.37 14.217-13.98 17.744l5.54-2.58c0.23-0.023 0.47-0.046 0.7-0.069-1.56 0.775-3.12 1.55-4.68 2.325-1.07 0.527 2.1-1.189 2.94-2.043 3.22-3.307 4.2-8.351 3.95-12.797-1.05-5.178-5.26-10.132-9.98-12.529-2.99-1.518-6.49 0.047-5.57-0.526 1.33-0.831 2.81-1.385 4.21-2.078-3.82 1.99-7.81 5.778-8.84 10.053l-5.53 2.58z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10157" d="m40.751 96.808c12.003-10.547 18.807-7.751 23.457 2.133 2.906 5.939 5.364 14.889 12.816 16.549l-10.49 4.5c-7.453-1.66-9.911-10.61-12.816-16.55-1.374-2.92-2.845-6.117-5.468-8.071-0.89-0.663-4.465-0.426-3.299-1.021 3.101-1.584 6.308-2.859 9.468-4.267 1.16-0.517-4.232 1.857-3.177 2.225l-10.491 4.502z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10158" d="m60.484 99.139c-5.016 4.191-10.338 8.261-14.311 13.511-2.045 6.77 11.148 0.49 11.031 0.54-14.379 6.54 0.61-1.59 3.878-4.2l9.653-4.5c-4.791 3.83-36.041 23.5-34.215 12.66 3.973-5.25 9.295-9.32 14.311-13.51l9.653-4.501z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10160" d="m76.131 105.67c5.607-4.91 16.259-6.145 25.359-7.431 3.75-0.515 1.95-0.272 5.4-0.731l-9.065 4.622c-3.456 0.46-1.655 0.21-5.402 0.73-6.312 0.89-29.02 6.17-7.222-1.81l-9.07 4.62z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10168" d="m90.443 103.47c-0.368-3.45-0.08-6.437-3.712-7.587 0.472-1.773-6.528 2.028-5.025 1.219 15.482-8.331-0.45-1.078 3.732 10.348 3.86 7.16 12.362 8.9 18.772 7.64 1.62-0.31 6.06-2.43 4.65-1.61-2.28 1.33-4.65 2.48-6.98 3.71l9.07-4.91c-8.81 4.83-25.71 15.31-34.581 0.08-4.569-12.482 10.267-21.053 19.432-21.387 3.632 1.15 3.344 4.136 3.712 7.584l-9.07 4.913z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10170" d="m124.18 96.235c-2.99-1.721-6.64-1.864-10-1.438 0.79-0.566-2.57 0.791-1.96 0.501 15.75-7.511 4.37-2.057 3.42 6.422 0.14 6.96 5.13 11.4 11.54 12.71 4.56 0.82 9.11 0.8 13.44-0.94l-9.65 4.51c-4.34 1.73-8.88 1.75-13.45 0.93-6.4-1.31-11.39-5.75-11.54-12.71 1.04-9.195 8.88-14.443 17.85-15.924 3.36-0.426 7.01-0.283 10 1.438l-9.65 4.501z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10196" d="m131.54 94.102c3.21-1.478 6.38-3.017 9.61-4.434 0.62-0.271-0.54 1.234-0.76 1.871-0.96 2.754-1.51 5.622-1.98 8.501-1.52 9.51-2.46 19.14-3.61 28.7-0.79 7.79-1.71 15.55-3 23.26l-9.65 4.5c1.29-7.71 2.21-15.47 3-23.26 0.39-3.28 4.01-37.916 6.35-39.071 3.21-1.58 6.46-3.046 9.7-4.569l-9.66 4.502z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10197" d="m130.5 95.845c1.55-3.476 6.95-4.282 10.34-5.557 1.96-0.805 3.94-1.566 5.92-2.295l-6.37 3.322c-1.98 0.728-3.96 1.489-5.92 2.294-8.51 3.198 4.94-4.408 2.4-1.085l-6.37 3.321z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10200" d="m141.34 96.542c3.24-0.834 14.36-10.232 16.1-2.478 0.55 5.907-2.44 11.206-1.93 17.166-2.16 5.13 9.39 2.63 8.51 3.05-14.45 6.79-8.45 4.08-5.05 1.42l9.66-4.5c-4.83 3.78-18.85 14.08-22.77 4.53-0.52-5.96 2.48-11.26 1.93-17.164-1.74-7.776-16.49 3.454 3.2-6.525l-9.65 4.501z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10206" d="m172.22 90.34c4.82-0.44 5.5 3.033 4.84 7.204-1.48 6.636-5.38 16.996 4.69 17.046 2.3-0.25 1.15-0.06 3.46-0.57l-9.65 4.5c-2.32 0.51-1.16 0.32-3.46 0.57-10.07-0.05-6.18-10.41-4.69-17.05 0.66-4.166-0.02-7.639-4.85-7.199l9.66-4.501z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10225" d="m131 91.037c3.38 0.443 6.68 1.827 9.69 3.423l-9.65 4.502c-3.01-1.596-6.31-2.98-9.69-3.424l9.65-4.501z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10226" d="m187.01 94.45c7.99-4.14 12.31-7.977 17.58-0.295 4.6 6.065 5.04 15.545 11.78 19.845 1.81 0.93 3.83 1.33 5.8 1.74l-9.65 4.5c-1.98-0.41-3.99-0.81-5.8-1.74-6.74-4.3-7.18-13.78-11.78-19.844-5.15-7.512-14.1-1.816 1.72-8.707l-9.65 4.501z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10229" d="m193.69 106.08c24.9-12.256-8.64 3.87 0.89 9.1-0.51 1.48 8.85-1.56 8.37-1.35-14.63 6.18-5.9 2.03-2-1.04l9.65-4.5c-7.2 5.67-16.19 12.52-25.68 11.39-8.24-4.53 16.95-20.42 18.42-18.1l-9.65 4.5z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10231" d="m217.97 97.24c2.81-2.34 12.53-10.187 15.46-3.343 1.14 7.243-0.72 14.293-0.61 21.523l-9.23 4.5c-0.11-7.23 1.75-14.28 0.61-21.522-2.72-6.366-13.27 1.792 3.94-6.49 0.38-0.184-1.36 0.658-0.94 0.83l-9.23 4.502z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10239" d="m221.92 103.12c6.4-6.075 16.05-13.123 25.46-13.005 8.04 3.102 7.6 15.625 6.38 21.955-0.24 1.08-0.55 2.14-0.85 3.2l-9.23 4.5c0.3-1.06 0.61-2.12 0.85-3.2 1.22-6.33 1.66-18.851-6.38-21.953-4.24-0.054-13.73 5.127 1.46-2.162 0.71-0.343-9.46 6.059-8.46 6.169l-9.23 4.496z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10251" d="m252.98 97.284c-24.21 12.206 7.75-8.098 16.72-7.653 5.66 3.792 3.43 16.969 2.49 22.759-0.12 0.59-0.24 1.19-0.36 1.79l-9.23 4.65c0.03-0.15 0.34-1.69 0.36-1.78 0.94-5.79 3.17-18.968-2.49-22.76-4.84-0.24-16.56 5.97-1.58-1.659 0.16-0.082-12.91 9.429-15.14 9.309l9.23-4.656z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10259" d="m75.414 30.201c6.417-0.235 12.931-2.82 19.172-4.563 2.748-1.06 5.654-1.454 8.524-2.018l-5.797 2.701c-2.865 0.564-5.771 0.958-8.519 2.018-6.241 1.743-12.755 4.328-19.172 4.563l5.792-2.701z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10279" d="m97.82 25.491c-0.798-2.313-2.421-4.205-4.319-5.921 0.927-3.24-9.829 0.29-8.297-0.312 4.931-1.942 6.034-2.558 3.418-1.212-4.225 2.389-6.979 6.619-8.279 10.788 0.158 3.364 1.866 6.797 4.306 9.388 3.18 2.73 6.654 4.465 11.211 4.179 0.743 0.328 8.09-2.354 6.8-1.932-8.102 2.635-0.97-0.395 1.26-2.357l5.79-2.36c-5.27 4.638-12.362 7.655-19.641 9.01-4.558 0.285-8.032-1.449-11.212-4.18-2.44-2.591-4.148-6.023-4.305-9.388 1.299-4.169 4.053-8.398 8.278-10.788 4.283-2.203 11.698-7.026 16.463-3.196 1.897 1.716 3.517 3.608 4.317 5.921l-5.79 2.36z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10286" d="m85.316 170.78c7.295-12.03 10.892-5.5 11.671 3.91 1.743 21.46-11.926 37.32-31.15 42.94l4.895-4.34c16.049-4.68 21.979-13.87 21.36-34.26-0.249-3.01-0.342-6.4-1.764-9.12-0.56-1.07-4.19-0.22-3.331-1.04 7.938-7.57 4.376-4.52 3.215-2.42l-4.896 4.33z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10307" d="m109.47 167.23c0.37-0.5-2.08 1.32-1.58 0.96 1.44-1.03 2.83-2.11 4.32-3.05 1.74-1.1-2.69 3.18-3.5 5.06-1.8 4.19-2.67 8.74-2.99 13.26 0.48 11.36 1.91 28.2 16.34 27.4l-5.19 3.73c-14.43 0.8-15.86-16.04-16.34-27.4 0.76-10.65 4.13-18.65 14.13-23.69l-5.19 3.73z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10312" d="m90.239 195.18c4.436-5.06 9.921-6.5 15.841-8.9 0.22-0.08 0.44-0.16 0.66-0.24l-4.89 4.11c-0.23 0.08-0.45 0.16-0.67 0.24-3.849 1.56-16.526 7.48-6.046 0.68l-4.895 4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10313" d="m92.127 195.04c2.959-1.39 6.078-2.39 9.183-3.39l-2.283 1.91c-3.107 1.01-6.225 2.01-9.184 3.4l2.284-1.92z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10334" d="m71.284 215.13c2.282-0.05-7.613 2.79-5.706 2.1 6.617-2.38 14.816-6.11 22.025-4.72 6.222 3.84 9.33 8.25 17.357 8.51 0.75-0.02 1.5-0.05 2.26-0.08l-6.01 2.19c-0.75 0.02-1.504 0.05-2.258 0.08-8.025-0.27-11.132-4.67-17.354-8.52-3.874-0.75-7.885 0.28-11.669 1.18-1.359 0.32-5.31 1.73-4 1.25 1.883-0.7 7.542-2.75 5.654-2.07-2.071 0.74-4.136 1.51-6.205 2.27h-0.099l6.005-2.19z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10336" d="m126.64 186.01c0.65 4.49 0.69 9.05 0.49 13.57-0.17 2.51-0.1 5.03-0.18 7.54-0.71 3.13 3.22 3.62 5.3 5.18l-4.9 4.1c-2.08-1.55-6-2.04-5.3-5.17 0.08-2.51 0.02-5.03 0.18-7.54 0.2-4.53 0.16-9.08-0.48-13.57l4.89-4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10339" d="m130.21 184.27c2.23 2.35 5.2 3.92 8.04 5.45 0.16 0.1 0.33 0.19 0.49 0.29l-4.9 4.11c-0.16-0.1-0.33-0.19-0.49-0.29-2.83-1.53-5.81-3.1-8.03-5.45l4.89-4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10343" d="m134.6 193.52c-3.65 0.94-16.26 11.73-7.18 4.15-0.5 0.2-0.58 0.72-0.87 1.07l-4.9 4.11c0.29-0.35 0.37-0.87 0.87-1.07 5.1-4.29 10.77-9.74 16.98-12.37l-4.9 4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10353" d="m120.69 198.75c5.53-1.03 11.22-0.65 16.82-0.41 0.3 0.01 0.59 0.02 0.89 0.04h-6.39c-0.3-0.02-0.59-0.03-0.89-0.04-11.04-0.48 9.24-0.73-4.04 0.41h-6.39z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10357" d="m126.01 216.45c3.57-3.01 7.2-6.09 11.21-8.52l-4.89 4.1c-4.15 2.53-8.36 6.26-1.42 0.31l-4.9 4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10361" d="m144.45 185.31c-0.1 3.99 0.07 7.95 0.41 11.91 0.25 3.21 0.33 6.43 0.25 9.64l-4.9 4.1c0.09-3.21 0.01-6.43-0.25-9.63-0.34-3.97-0.51-7.93-0.41-11.91l4.9-4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10364" d="m139.51 210.61c5.51-5.7 5.75-2.9 11.44 0.5l-4.9 4.11c-5.56-3.32-9.48-3.46-1.64-8.72l-4.9 4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10365" d="m145.17 214.75c2.38-3.73 5.74-4 8.82-6.21l-4.9 4.11c-2.39 1.72-9.34 4.68 0.98-2.01l-4.9 4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10367" d="m147.28 182.79c2.39 1 3.88 3.33 5.68 5.12 0.74 0.61 1.57 1.07 2.4 1.55l-4.9 4.1c-0.82-0.47-1.66-0.93-2.39-1.54-1.8-1.79-3.29-4.12-5.69-5.12l4.9-4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10369" d="m155.95 187.02c-1.32 5.93-1.09 12.18-0.84 18.23 0.45 7.89 0.42 15.82-0.03 23.7-0.04 0.33-0.09 0.66-0.14 0.99l-4.89 4.11c0.04-0.33 0.09-0.66 0.13-0.99 0.46-7.88 0.48-15.81 0.03-23.7-0.24-6.05-0.48-12.3 0.85-18.24l4.89-4.1z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10371" d="m151.84 232.22c8.01-7.56 1.56-1.13-1.16 2.37-0.12 0.18-0.25 0.35-0.38 0.53l-4.89 4.11c0.12-0.18 0.25-0.36 0.38-0.53 3.15-4.07 6.66-7.66 10.94-10.59l-4.89 4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10397" d="m160.9 183.84c1.4 0.63 2.65 1.72 3.96 2.59-0.01 0.04 0.6 0.42 0.62 0.43l-4.89 4.11c-0.21-0.14-0.44-0.25-0.62-0.43-1.32-0.87-2.56-1.96-3.97-2.6l4.9-4.1z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10398" d="m165.4 185.53c-0.62 3.57-0.32 7.23-0.15 10.83 0.26 3.28 0.04 6.56 0.16 9.84-0.08 0.73 0.16 1.37 0.34 2.04l-4.68 4.35c-0.18-0.67-0.42-1.31-0.34-2.04-0.12-3.28 0.1-6.56-0.16-9.84-0.17-3.6-0.47-7.26 0.15-10.83l4.68-4.35z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10399" d="m161.19 211.22c5.6-5.49 4.08-3.9 8.57-0.51 0.82 0.79 1.71 1.46 2.64 2.11l-4.9 4.11c-0.92-0.65-1.82-1.33-2.64-2.11-4.45-3.36-5.31-3.11 1.23-7.71l-4.9 4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10400" d="m172.41 183.84c-10.02 9.6-0.75-4.31 4.11 1.77 0.25 0.48 0.75 0.72 1.12 1.07l-4.9 4.11c-0.37-0.36-0.87-0.59-1.12-1.07-0.67-0.85-1.37-1.93-2.48-2.2-0.42-0.1-1.6 0.39-1.28 0.11 9.36-8.19 2.97-2.3-0.35 0.31l4.9-4.1z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10401" d="m176.94 186.01c0.47 3.49 0.31 7.06 0.31 10.58-0.06 3.16 0.11 6.33-0.1 9.48-0.28 1.08-0.14 2.03 0.11 3.06l-4.89 4.11c-0.26-1.04-0.39-1.98-0.12-3.06 0.21-3.15 0.04-6.32 0.1-9.48 0-3.52 0.16-7.09-0.31-10.58l4.9-4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10403" d="m182.67 188.42c5.59-6.25 3.27-2.15 3.22 3.41-0.06 3.39 0.31 6.77 0.36 10.16 0.09 1.69-0.15 3.65 0.66 5.08 2.57 0.77 4.67 2.32 6.79 3.84 0.2 0.13 0.4 0.26 0.6 0.38l-4.9 3.89c-0.2-0.13-0.39-0.25-0.59-0.38-2.12-1.53-4.23-3.07-6.8-3.84-0.8-1.43-0.56-3.4-0.66-5.09-0.05-3.39-0.42-6.76-0.35-10.16 0.05-6.1-0.01-7.49 6.56-11.18l-4.89 3.89z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10404" d="m188.03 184.53c1.81-0.14 3.33 0.02 4.93 0.86 1.15 0.69 2.43 0.94 3.74 1.14l-4.9 4.11c-1.3-0.2-2.58-0.45-3.73-1.15-1.6-0.83-3.12-0.99-4.93-0.85l4.89-4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10409" d="m196.3 186.2c-4.6 3.24 5.4-5.82 2.09-1.73-1.38 1.67-1.33 3.62-1.34 5.68 0.01 2.58 0.01 5.16 0.01 7.75v7.06c-0.07 2.57 0.27 4.43 2.84 5.32 2.09 0.91 3.86 1.35 6.07 0.8l-4.89 4.11c-2.22 0.54-3.98 0.11-6.08-0.8-2.57-0.89-2.9-2.75-2.84-5.32v-7.06c0-2.59 0-5.17-0.01-7.76 0.01-2.05-0.04-4 1.34-5.67 2.12-2.61 4.82-4.86 7.71-6.49l-4.9 4.11z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10419" d="m210.37 184.97c0.11 3.62 0.31 7.23 0.35 10.85 0.01 2.71 0 5.41 0 8.11 0.07 1.77-0.31 3.51-0.2 5.26 1.31 1.36 3.32 2.35 5.2 2.94l-4.89 3.75c-1.89-0.59-3.9-1.58-5.21-2.94-0.11-1.74 0.28-3.49 0.21-5.26 0-2.7 0-5.4-0.01-8.1-0.03-3.63-0.24-7.24-0.34-10.86l4.89-3.75z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10420" d="m204.55 183.17c2.14 0.5 4.03 1.99 6.17 2.81l-4.89 4.08c-2.14-0.81-4.04-2.3-6.18-2.8l4.9-4.09z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10437" d="m207.26 191.83c4.84-3-0.14-2.8 10.38-7.77l-4.9 4.52c-1.73 0.82-6.45 4.18-5.01 2.84 1.56-1.44 6.25-5.79 4.69-4.34-6.12 5.66-7.25 6.73-0.26 0.22l-4.9 4.53z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10438" d="m217.04 183.5c1.72-0.23 2.79 0.55 4.06 1.74 0.11 0.09 0.23 0.19 0.35 0.28l-4.89 4.53c-0.12-0.1-0.24-0.19-0.36-0.28-1.26-1.19-2.34-1.97-4.06-1.74l4.9-4.53z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10440" d="m216.59 188.03c7.79-8.26 3.34-0.16 4.8 8.15 0.93 3.8 0.43 7.63 0.17 11.47l-4.9 4.52c0.26-3.84 0.77-7.66-0.17-11.47-1.37-7.81-1.52-12.39 5-17.2l-4.9 4.53z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10441" d="m215.28 212.58c3.06-3.13 6.06-7.14 9.29-3.11 0.4 0.69 1 1.15 1.56 1.65l-4.89 4.53c-0.57-0.51-1.16-0.97-1.57-1.65-3.16-3.96-7.98 1.65 0.51-5.95l-4.9 4.53z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10442" d="m218.03 191.06c13.3-12.26 0.22-0.2 0.24-0.22 4.34-3.56 5.74-4.97 10.13-7.02l-4.9 4.53c-1.66 0.77-6.33 3.61-4.97 2.31 1.52-1.48 6.26-5.68 4.64-4.35-0.04 0.03-13.05 12.1-0.25 0.22l-4.89 4.53z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10445" d="m228.59 183.5c1.63 0.25 2.91 1.5 4.12 2.65l-4.9 4.53c-1.21-1.15-2.49-2.41-4.12-2.65l4.9-4.53z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10449" d="m232.69 185.86c-0.16 3.48-0.38 6.95-0.25 10.45 0.23 3.03 0.25 6.08 0.25 9.12 0.09 1.27-0.14 2.5-0.33 3.74l-4.9 4.52c0.2-1.23 0.42-2.47 0.33-3.73 0-3.05-0.01-6.09-0.24-9.12-0.13-3.5 0.09-6.97 0.24-10.46l4.9-4.52z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10451" d="m231.64 207.76c1.4 0.3 2.6 1.22 3.84 2.04 0.55 0.32 0.99 0.8 1.47 1.24l-4.9 4.52c-0.47-0.43-0.91-0.92-1.47-1.23-1.23-0.82-2.44-1.74-3.83-2.05l4.89-4.52z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10456" d="m61.797 239.38c-3.815 14.51-9.17 28.23-17.028 40.7-4.475 7-9.893 13.3-16.22 18.65l-4.836 3.67c6.328-5.35 11.746-11.65 16.22-18.65 7.859-12.47 13.213-26.19 17.028-40.71l4.836-3.66z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10461" d="m27.88 298.13c3.428-1.18 7.145-1.56 10.932-1.14 6.697 1.49 12.621 5.49 19.564 4.96 0.609-0.12 1.218-0.24 1.828-0.35l-4.836 3.66c-0.609 0.12-1.219 0.24-1.828 0.36-6.943 0.53-12.866-3.47-19.563-4.97-3.788-0.41-7.504-0.04-10.933 1.15l4.836-3.67z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10471" d="m70.37 235.65c-1.123 13.31-1.161 26.21 2.775 39.7 4.755 14.46 7.667 23.2 22.924 15.48l-7.482 5.67c-15 7.56-18.226-1.19-23-15.42-4.024-13.64-3.915-26.66-2.318-40.05l7.101-5.38z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10476" d="m49.366 235.26c-1.336 3.67-0.707 6.56 3.963 6.39 5.784-0.79 10.868-3.47 15.986-5.81l-7.394 5.61c-5.06 2.31-10.093 4.98-15.835 5.69-4.649 0.08-5.251-2.91-3.819-6.5l7.099-5.38z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10481" d="m50.888 271.43c5.189-3.39 10.916-5.06 16.936-6.25 1.036-0.22 2.088-0.35 3.135-0.51l-7.781 5.45c-1.07 0.17-2.145 0.32-3.204 0.56-5.94 1.21-11.632 2.8-16.775 6.14l7.689-5.39z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10489" d="m112.97 269.94c-9.6 10.08-6.81 1.97-14.828 5.15 2.648-1.63 5.248-3.32 7.948-4.88 1.62-0.94-2.48 2.68-3.31 4.23-2.22 4.18-3.21 7.59-1.62 11.95 2.25 7.51 7.65 9.86 16.35 7.64 14.96-7.37-6.7 5.47 1.16 0.15l8.97-5.54c-6 4.06-12.04 8.36-19.08 10.92-8.626 2.18-13.324-0.27-15.583-7.68-3.831-10.45 4.221-17.17 13.973-22.24 6.94-2.73 11.51 4.32-2.69 5.68l8.71-5.38z" sodipodi:nodetypes="ccccccccccccc" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10490" d="m114.25 279.99l-0.15 0.09c2.48-1.73 4.96-3.47 7.45-5.2 0.32-0.22-0.63 0.5-0.95 0.72-3.47 2.43-6.72 4.86-10.27 7.03-1.55 0.95-3.15 1.8-4.67 2.78-0.4 0.25-1.56 1.05-1.18 0.78 11.79-8.31 8.29-5.81 5.77-4.01-2.12 1.64 0.28-0.26-1.09 1.01l-7.74 5.42c0.34-0.32 0.49-0.82 1.02-0.96 4.04-2.9 8.02-5.94 12.3-8.5 1.72-1.03 6.8-4.26 5.17-3.09-18.63 13.35 1.69-1.53 2.02-1.45l-7.68 5.38z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10513" d="m134.96 272.25c-2.56 4.92-3.71 10.85-3.29 16.28 0.44 2.96 2.68 8 6.96 6.75 2-0.59 11.49-6.55 5.37-2.86-1.91 1.15-3.8 2.34-5.71 3.51l8.01-5.1c-6.21 4.03-20.04 16.56-22.51 2.71-0.42-5.47 0.73-11.51 3.48-16.39l7.69-4.9z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10515" d="m138.99 269.73c-2.75 1.78-11.24 6.74-8.24 5.34 3.07-1.43 5.64-3.63 8.46-5.44 6.83-4.39-27.79 17.74 1.24-0.82 1.52-0.97 3.61-0.76 5.32-0.61 3.88 1.24 6.87 2.76 10.88 1.06l-8.45 5.48c-3.98 1.67-6.98 0.12-10.83-1.1-1.76-0.16-6.72 1.53-5.28 0.58 2.64-1.73 10.55-6.96 7.96-5.15-28.11 19.66 17.27-12.79-9.36 6.04l8.3-5.38z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10521" d="m154.57 269.81c-5.81 15.67-7.98 32.12-7.95 48.83 0.07 1.12 0.13 2.25 0.2 3.38l-8.06 5.64c-0.11-1.1-0.21-2.2-0.31-3.31-0.39-16.94 2.08-33.45 8.43-49.15l7.69-5.39z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10538" d="m157.95 276.59c7.83-9.86 11.45-10.87 8.55 1-3.13 8.88-2.53 21.17 8.44 13.55 0.62-0.56 2.4-2.31 1.85-1.67-11.01 13.09 1.59-4.22 3.81-8.16l6.91-7.48c-5.23 9.35-11.27 17.97-19.42 24.71-10.84 7.49-11.57-4.76-8.44-13.54 4.56-18.21-7.27-0.9 4.94-15.6l-6.64 7.19z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10547" d="m181.91 273.02c15.54-9.39 4.17-0.34 4.77 12.75 0.57 8.3 5.56 12.76 13.89 9.09l-8.79 4.84c-8.24 3.62-13.35-0.84-13.93-9.07-0.46-10.85 2.13-17.87 12.58-22.3l-8.52 4.69z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10561" d="m209.34 272.44c0.23-0.15-0.34 0.42-0.47 0.66-0.82 1.51-1.31 3.2-1.81 4.82-1.19 3.86-2 7.71-2.33 11.71-0.04 2.93 0.83 6.84 4.83 6.2 1.61-0.26 5.78-2.83 4.49-1.87-1.77 1.33-3.57 2.65-5.58 3.63-1.99 0.97 3.31-2.89 4.72-4.54 2.91-3.38 5.06-7.15 7-11.08 0.33-0.77 0.65-1.54 0.98-2.31l7.98-5.31c-0.31 0.76-0.62 1.51-0.93 2.27-3.86 8.01-27.84 37.21-31.47 18.33 0.82-10.58 2.8-17.55 12.98-22.68 0 0-8.88 5.69-0.39 0.17z" sodipodi:nodetypes="ccccccccccccccc" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10564" d="m229.31 270.07c-1.2 7.87-4.67 16.91-1.11 24.62 0.81 2.84 7.86-1.75 5.75-0.62-11.59 6.2-3.68 1.05-0.72-2.84l8-5.06c-4.25 5.63-13.3 16.86-20.91 13.49-3.87-7.64-0.23-16.93 1.29-24.74l7.7-4.85z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10577" d="m241.71 270.16c6.09-2.08 6.95 1.58 7.15 6.73-0.1 6.11-1.19 12.15-1.91 18.2l-7.29 6.52c0.62-6.03 1.61-12.03 1.78-18.09-0.11-5.15-0.77-8.86-6.93-6.92l7.2-6.44z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10582" d="m243.72 286.28c1.89-6.97 10.19-12.77 16.94-16.11 7.49-3.07 5.43 8.37 4.89 12.21-0.67 3.82-1.16 7.71-1.4 11.57l-7.05 6.67c0.13-3.82 0.66-7.67 1.28-11.46 0.54-3.87 2.7-15.43-4.87-12.22-1.91 0.95-3.69 2.04-5.36 3.35-0.4 0.31-1.53 1.33-1.17 0.98 12.28-12.02 4.03-5.35 3.74-1.62l-7 6.63z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10585" d="m270.22 273.76c-12.36 15.35-0.73-2.84 5.43-4.11 3.42 0.86 5.53 1.98 8.85 0.1 0.28-0.18 0.56-0.35 0.84-0.52l-5.98 6.73c-0.28 0.18-0.56 0.35-0.84 0.53-3.29 1.83-5.44 0.71-8.81-0.16-1.24 0.26-4.33 2.79-3.45 1.78 1.83-2.09 3.68-4.15 5.52-6.22 2.5-2.81-9.82 11.45-7.45 8.5l5.89-6.63z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10588" d="m279.45 274.43c12.99-13.55 0.66 0.01 2.16 12.27 1.33 5.76 5.34 9.97 11.49 6.92l-7.21 6.82c-6.1 3-10.21-1.13-11.55-6.86-1.35-10.95 3.55-18.94 12.12-25.79l-7.01 6.64z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10596" d="m211.17 270.68c5.6 2.22 11.9 2.06 17.64 0.4 2.56-0.85 4.86-2.22 7.13-3.63l-6.6 6.48c-2.28 1.42-4.59 2.81-7.16 3.67-5.66 1.64-11.98 1.85-17.43-0.61l6.42-6.31z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath10601" d="m114.63 279.3c-3.27 0.28-6-1.64-8.66-3.33-0.81-0.44-1.52-1.04-2.27-1.59l8.21-4.73c0.77 0.53 1.51 1.1 2.33 1.55 2.62 1.66 5.28 3.63 8.52 3.41l-8.13 4.69z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3335" d="m89.045 443.38c1.124-5.41 13.385-11.99 19.355-13.77 9.68-1.64 1.02 17.45-0.43 20.34-9.815 17.51-26.848 29.12-45.385 42.7l-4.818 3.14c18.402-13.46 35.497-25.02 45.023-42.46 1.45-2.99 9.58-21.28-0.21-19.93-3.368 0.95-7.36 3.54-7.394 5.98l-6.141 4z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3338" d="m138.8 376.96c-1.9 0.33-9.02 5.09 3.37-2.59 0.61-0.38-1.03 0.91-1.48 1.4-2.7 2.92-3.89 6.29-5.1 9.49-4.4 11.91-7.14 24.05-9.69 36.01-2.38 11.14-4.46 22.27-6.74 33.41-0.32 1.61-0.63 3.21-0.94 4.81l-5.72 3.79c0.42-1.66 0.83-3.33 1.23-5 2.52-11.23 4.86-22.48 7.2-33.71 2.48-11.87 5.16-23.89 9.25-35.72 1.95-5.51 5.55-13.72 14.68-15.9l-6.06 4.01z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3353" d="m118.36 440.1c3.32-2.61 13.57-8.8 3.44-2.48-0.55 0.35 1.1-0.71 1.64-1.06 2.93-1.9 5.82-3.83 8.89-5.41 2.52-1.17 6.33-2.45 8-0.69 1.12 5.26-7.9 9.9-11.22 12-3.81 2.35-7.81 4.23-11.86 5.87-3 1.05-7.41 3.78 1.15-1.59l-5.69 2.99c4.31-2.73 5.6-3.59 9.44-5.06 4.02-1.64 7.96-3.51 11.74-5.86-9.02 5.76 1.85-0.6 1.01-5.02-1.77-1.26-5.02-0.13-7.4 1-5.4 2.86 6.34-4.23-0.07-0.12-2.21 1.42-8.84 5.64-6.64 4.22 7.86-5.1 5.29-3.51 3.39-1.89l-5.82 3.1z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3363" d="m126.6 443.11c-1.12 4.06 10.85 23.55 13 26.63 10.5 11.82 26.08 14.43 43.42 4.58l-3.89 2.96c-17.65 9.9-33.28 7.26-43.82-4.88-5.27-7.66-11.26-16.91-14.37-26.02l5.66-3.27z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3372" d="m82.417 437.82c1.28-4.11 7.742-7.02 10.976-8.65 4.414-1.66 1.091 12.34 0.619 14.28-1.259 5-2.412 10.16-4.036 15.13-0.445 1.26 0.108-0.31-0.316 0.93l-5.514 3.35c0.416-1.24-0.117 0.32 0.311-0.93 1.869-5.02 3.197-10.32 4.454-15.38 0.455-1.87 3.605-15.6-0.848-13.88-2.04 1.05-4.789 2.78 3.485-2.32 1.513-0.94-3.257 2.45-3.478 4.02l-5.653 3.45z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3374" d="m159.06 436.59c1.31-1.15 6.38-4.1-4.17 2.85-1.82 1.2 3.53-2.97 4.69-4.93-2.7-3.29-9.73-2.02-13.74 0.14-0.49 0.33-1.94 1.29-1.46 0.97 1.04-0.69 2.03-1.54 3.11-2.07 1.6-0.78-2.78 2.84-3.43 4.59-1.45 3.87 1.57 5.28 4.3 5.49 4.67-0.31 13.87-4.18 10.79 4.47-4.59 9.02-17.46 15.1-25.56 15.46l4.61-3.3c8.44-0.09 13.36-2.96 16.43-9.09 2.8-8.36-6.22-4.65-10.76-4.33-11.72-0.81 1.42-12.15 6.33-15.38 4.37-2.34 11.03-3.29 14.21-0.27-1.7 3-7.57 7.83-10.17 8.86l4.82-3.46z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3377" d="m175.35 437.3c1.09-3.64-0.32-5.24-4.12-4.36-1.01 0.53 1.89-1.34 2.92-1.8 2.17-0.95-2.97 3.85-3.81 5.96-2.28 5.72-3.98 11.82-5.1 17.61-1 12.43 15.04-3.06 19.23-6.82 0.74-0.69 1.48-1.37 2.23-2.05l4.72-2.81c-0.78 0.71-1.56 1.41-2.34 2.12-4.77 4.26-30.56 27.03-28.74 12.53 2.52-11.02 3.85-21.87 16-28.06 4.04-0.89 5.1 0.69 4.52 4.34l-5.51 3.34z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3384" d="m198.11 433.38c-2.88-0.38-5.2-1.12-8.4-0.61-1.17 0.45-10.68 4.1 4.46-2.13 1.49-0.61-2.44 2.12-3.28 3.37-2.11 3.14-3.07 6.54-3.88 9.87-0.97 4.53-1.69 9.07-2.76 13.6-0.88 3.19 4.67 1.1 6.62 0.39 3.3-1.56-2.53 1.21-4.17 1.89-1.3 0.54 2.36-1.55 3.42-2.45 2.68-2.25 4.08-5.23 5.39-8.05 1.2-2.84 2.21-5.7 3.49-8.52l6.01-2.77c-1.39 2.84-2.4 5.7-3.62 8.57-3.48 7.8-7.66 10.23-16.48 14.34-2.05 0.73-7.9 2.85-6.86-0.53 1.26-4.58 2.14-9.16 3.07-13.74 1.92-8.15 4.6-13.27 14.59-16.84 3.24-0.46 5.66 0.4 8.65 0.54l-6.25 3.07z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3410" d="m215.04 441.65c1.28-4.62 11.52-9.8 15.21-11.04 5.46-1.02 8.6 0.13 9.12 5.59-0.16 6.06-3.98 13.39-8.69 18.09-5.75 4.75-10.96 8.21-17.54 8.58-0.67 0.01-1.34 0.03-2 0.04l5.06-3.78c0.65 0 1.3-0.01 1.96-0.02 3.17-0.2 6.32-0.93 9.38-2.74 0.36-0.21 1.4-0.94 1.06-0.68-7.28 5.59-4.47 3.33-2.99 2.12 4.91-4.52 8.68-12.06 8.77-18.05-0.62-5.29-3.67-6.51-9.05-5.43-2.75 0.95-7.57 4.45-0.05-1.14 0.91-0.68-4.6 2.52-4.93 4.7l-5.31 3.76z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3411" d="m201.11 431.79c1.74-1.08 4.36-2.21 6.13-3.24 1.1-0.64-0.62 2.16-0.88 3.25-0.77 3.15-1.41 6.31-2.23 9.46-1.06 3.89-1.69 7.7-2.52 11.58-0.59 2.72-1.36 5.4 2.05 5.86 5.75-1.5 3.15-1.35 8.7-5.33l4.4-2.7c-5.42 3.9-11.57 9.68-18.08 11.33-3.49-0.5-3.64-3.17-3.01-5.98 0.83-3.93 1.59-7.78 2.71-11.71 2.09-7.76 0.82-10.68 8.88-15.83l-6.15 3.31z" sodipodi:nodetypes="ccccccccccccc" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3413" d="m237.31 448.93c0.29-1 19.64-12.17 9.63-5.45 3.8-3.04 5.14-5.81 2.95-9.18-0.66-0.83-4.45 0.01-3.38-0.73 7.67-5.31 0.83 1.23-1.11 5.49-2.52 6.04-6.77 17.65 0.67 20.1 5.26 0.43 10.65-2.33 15.53-5.1l-4.44 3.16c-4.98 2.81-10.51 5.63-15.87 5.22-7.43-2.51-3.02-14.29-0.54-20.34 1.72-3.94 9.91-16.96 14.13-11.16 2.17 3.5 0.93 6.2-2.98 9.36-3.12 2.12-6.12 4.39-9.47 6.07-1.47 0.75-5.84 3.05-4.47 2.1 20.53-14.29 4.71-4.03 4.58-2.99l-5.23 3.45z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3416" d="m238.05 448.91c8.57-6.7 17.73-9.98 27.18-7.94 11.02 2.6 18.27 0.36 29.22-6.56l-3.56 2.54c-11.33 7.19-18.67 9.62-30.14 7.11-5.57-1.1-10.31-0.89-16.2 1.6-1.8 0.75-6.89 3.73-5.28 2.59 9.11-6.44 5.47-3.9 4.06-2.74l-5.28 3.4z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3422" d="m85.023 384.91c2.178-1.82 4.349-3.66 6.535-5.46 0.349-0.28-0.49 0.85-0.664 1.31-0.895 2.32-1.38 4.74-1.793 7.09-0.672 3.81-1.218 7.59-1.988 11.41-2.802 14.52-5.211 29.07-8.831 43.61-0.986 3.91-2.527 8.48-2.883 12.28 0.801 3.03 1.522 2.25 4.677 0.33l-5.844 5.18c-3.396 2.1-4.385 3.18-5.365-0.04 0.514-4.06 2.449-8.8 3.59-12.94 3.914-14.64 7.09-29.48 9.385-44.06 1.913-14.22-1.002-15.33 9.699-24.37l-6.518 5.66z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3426" d="m111.38 368.18c-11.977 11.34-22.614 15.89-37.232 15.85-19.492-0.95-41.197-3.81-51.153 17.86l-6.122 4.1c13.359-27.61 41.508-27.32 63.739-26.56 17.548-0.27 16.162 0.58 22.608-5.83l8.16-5.42z" transform="translate(10 2871.3)" display="block"/>
+ <path id="calligraphy-f10-zh_TW.svgpath3433" d="m207.51 437.58c4-4.19 12.75-12.67 13.56-4.8-0.05 12.28-5.98 26.33-9.09 38.77-4.42 18.1-8.31 36.2-17.33 53.76-10.76 18.43-32.81 32.08-51.55 27.32-5.88-3.11-9.99-7.16-12.02-13.72-6.91-22.3 18.75-37.19 39.33-40.67 1.63-0.12 3.26-0.23 4.88-0.35l-4.91 3.51-4.68 0.21c-5.03 0.77-13.31 1.77-17.9 4.5-21.58 12.84-14.65 35.86 0.3 43 18.88 4.4 31.51-3.72 41.53-20.45 9.28-17.51 13.06-35.7 17.45-53.81 3-12.05 8.47-26.06 7.79-37.85-0.21-1.13-0.4-2.38-1.49-2.92-0.49-0.24-2.38 0.56-1.84 0.16 10.82-7.99 4.82-3.68 2.76-1.16l-6.79 4.5z" transform="translate(10 2871.3)" display="block"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="3450.1281085000005" x="10" font-family="Sans" fill="#000000">
+ <tspan y="3450.1281085000005" x="10">結論</tspan>
</text>
- <rect id="d0e377" display="none" height="1000px" width="288" y="3542.3" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e376" display="none" height="1e3px" width="288" y="3455.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
- <use y="0" x="0" xlink:href="#d0e377"/>
+ <use y="0" x="0" xlink:href="#d0e376"/>
</flowRegion>
<flowDiv xml:space="preserve">書法不僅好玩有趣;也是能傳達你的經歷和感受且能觸及深層靈魂的藝術。Inkscape 的書法工具只能作為適度的入門。但它是非常好的玩樂消遣並且在實際設計上會非常有用。祝您玩得愉快!</flowDiv>
</flowRoot>
- <g transform="translate(0, 3582.2705859999996)">
+ <g transform="translate(0 3495.6)">
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
- <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.149642,0.000000,0.000000,0.465194,-0.130153,3495.428)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
- <filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom">
- <feFlood id="feFlood60" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/>
+ <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
+ <filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
+ <feFlood id="feFlood60" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/>
<feComposite id="feComposite62" operator="in" result="composite1" in2="SourceGraphic" in="flood"/>
<feGaussianBlur id="feGaussianBlur64" result="blur" stdDeviation="20" in="composite1"/>
<feOffset id="feOffset66" result="offset" dx="0" dy="0"/>
@@ -812,19 +797,19 @@ stems. Here are some letter elements for the Uncial hand:
</rdf:RDF>
</metadata>
<g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer">
- <rect id="rect1494" transform="scale(1.000000,-1.000000)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-0.11217" fill="url(#linearGradient2465)"/>
- <path id="path1508" stroke-width="1pt" fill="#FFF" d="m80.493,57.976-4.9567,0,0,0.3171,0.14846,0c0.66805,0,0.74228,0.0338,0.74228,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74228,0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722,0.4723-0.29691,0.8907-0.49485,1.0864-0.25566,0.2699-0.72577,0.3981-1.4186,0.3981h-0.54433c-0.24742,0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031,0,0.70928,0.0404,0.87423,0.1821,0.21443,0.1754,0.2969,0.3914,0.31341,0.7895h0.38763v-2.2133h-0.38763c-0.04124,0.6612-0.37114,0.9244-1.1546,0.9244h-0.19794v-1.5385c0-0.2901,0.07423-0.3374,0.51959-0.3374h0.42887c0.72578,0,1.0804,0.0608,1.3608,0.2497,0.27217,0.1754,0.47011,0.5533,0.59382,1.1606h0.35463l-0.11546-1.7274zm-10.944,2.7059,0.93196,0c0.74227,0,1.1299-0.0472,1.4598-0.1755,0.58558-0.2294,0.91547-0.6612,0.91547-1.1943,0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07422,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172,0-1.7274c0-0.3104,0.04948-0.3442,0.5031-0.3442h0.52784c0.85774,0,1.2619,0.3307,1.2619,1.046,0,0.695-0.42062,1.0256-1.2948,1.0256h-0.99794zm-7.1753-2.4832-0.34639,0-1.8969,3.9341c-0.16495,0.3508-0.19793,0.398-0.32164,0.506-0.13196,0.1281-0.36289,0.2092-0.58557,0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536,0-0.66804-0.1282-0.66804-0.3846,0-0.081,0.02474-0.1755,0.07422-0.2835l0.27217-0.5938h2.1856l0.44536,0.9042c0.04948,0.1012,0.06598,0.1485,0.06598,0.1823,0,0.1079-0.20619,0.1754-0.51134,0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238,0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413,1.1067,0.93196,1.9164-1.8474,0,0.91547-1.9164zm-5.6907-1.0594-0.3134,0-0.3299,0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001,0-1.4598,0.2632-2.0206,0.8097-0.52784,0.5129-0.77526,1.0797-0.77526,1.7747,0,1.4508,1.1629,2.4899,2.7876,2.4899,1.3196,0,2.1608-0.6342,2.3505-1.7678l-0.38763-0.054c-0.08248,0.3576-0.18145,0.6005-0.3299,0.803-0.33815,0.4655-0.86599,0.7017-1.534,0.7017-1.2206,0-1.798-0.695-1.798-2.1457,0-0.7626,0.12371-1.2754,0.40413-1.6804,0.25567-0.3778,0.76701-0.614,1.2949-0.614,0.57732,0,1.0887,0.2497,1.4021,0.6816,0.1567,0.2226,0.28041,0.4858,0.47011,1.0053h0.36288l-0.12371-1.95zm-8.2557,0.0067-0.30515,0-0.3299,0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804,0-1.8062,0.5668-1.8062,1.4102,0,0.7356,0.44536,1.1,1.6577,1.3564l0.7835,0.1619c0.61031,0.1283,0.66804,0.1418,0.84124,0.2496,0.24742,0.1553,0.37938,0.3779,0.37938,0.6411,0,0.2699-0.12371,0.4926-0.37113,0.6749-0.27217,0.1956-0.54434,0.2699-0.99795,0.2699-0.61031,0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299,1.9231h0.32165l0.37113-0.4588c0.55258,0.371,1.0144,0.506,1.732,0.506,1.2124,0,1.9876-0.5802,1.9876-1.4845,0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83,0-0.4724,0.47011-0.7963,1.1711-0.7963,0.57732,0,1.0474,0.2026,1.3773,0.5871,0.23918,0.2767,0.38763,0.5601,0.49484,0.9042h0.35464l-0.09897-1.7544zm-11.151,2.7059,0-1.8355,0-0.1956c0-0.2834,0.07423-0.3172,0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894,1.4351,1.7206c0.13196,0.1619,0.16495,0.216,0.16495,0.2834,0,0.108-0.1567,0.1552-0.56083,0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361,0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551,1.2289-1.0054c0.39588-0.3442,0.89898-0.5399,1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938,0,0.53609,0.0608,0.53609,0.2025,0,0.0944-0.16495,0.2901-0.40413,0.4858l-2.0206,1.66zm-9.2207-2.6654-1.699,0,0,0.3171,0.20618,0c0.42062,0,0.61032,0.054,0.75877,0.2227v2.8679c0,0.9245-0.16495,1.1201-0.9567,1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784,4.0622h0.3464v-3.5021c0-0.9245,0.16495-1.1202,0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351,0.027,0.94846,0.2227,0.94846,1.1472v2.1189l-3.2908-3.5832zm-5.3609,0.8299,0-0.1956c0-0.2834,0.07423-0.3172,0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979,0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/>
- <path id="path1517" stroke-width="1.0000000pt" fill="#FFF" d="M305.97,58.204h1.35v2.817c0,0.532-0.02,0.862-0.05,0.989-0.13,0.485-0.42,0.819-0.87,1.003-0.31,0.127-0.77,0.19-1.38,0.19-1.43,0-2.15-0.428-2.15-1.285l1.43-0.007c0.1,0.268,0.36,0.402,0.81,0.402,0.32,0,0.55-0.101,0.68-0.303,0.1-0.155,0.15-0.41,0.15-0.763v-0.12c-0.43,0.344-0.9,0.516-1.41,0.516-0.56,0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37,0-0.485,0.19-0.889,0.57-1.214,0.36-0.301,0.79-0.452,1.29-0.452,0.64,0,1.12,0.209,1.42,0.628v-0.501zm-0.07,1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25,0-0.46,0.073-0.63,0.219-0.16,0.146-0.24,0.343-0.24,0.593,0,0.207,0.08,0.386,0.25,0.536,0.08,0.071,0.17,0.125,0.26,0.163,0.1,0.037,0.2,0.056,0.3,0.056,0.28,0,0.5-0.068,0.66-0.205,0.19-0.15,0.28-0.357,0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452,0.6-0.678,1.06-0.678l0.43,0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6,0-0.9,0.356-0.9,1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62,0,1.14,0.165,1.56,0.494,0.43,0.353,0.65,0.84,0.65,1.462,0,0.607-0.21,1.09-0.64,1.447-0.41,0.33-0.92,0.495-1.54,0.495-0.68,0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504,0-0.622,0.23-1.109,0.7-1.462,0.42-0.315,0.96-0.473,1.6-0.473zm-0.04,2.867c0.24,0,0.44-0.09,0.59-0.269s0.22-0.393,0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46,0.087-0.61,0.261c-0.08,0.09-0.13,0.186-0.17,0.29-0.04,0.099-0.06,0.219-0.06,0.36,0,0.259,0.07,0.475,0.21,0.649,0.14,0.175,0.35,0.262,0.61,0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15,0.377,0.4,0.565,0.74,0.565,0.36,0,0.58-0.099,0.68-0.297,0.08,0,0.3,0.015,0.63,0.043,0.34,0.028,0.64,0.042,0.89,0.042-0.24,0.466-0.54,0.791-0.91,0.975-0.33,0.16-0.77,0.24-1.32,0.24-0.65,0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483,0-0.607,0.23-1.087,0.69-1.44,0.41-0.311,0.93-0.466,1.57-0.466,0.63,0,1.14,0.16,1.54,0.48,0.4,0.316,0.63,0.782,0.69,1.398l0.01,0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16,0-0.33,0.045-0.5,0.135-0.17,0.089-0.26,0.209-0.28,0.36h1.49zm-7.76-1.349h1.44l-0.01,0.459c0.4-0.381,0.84-0.572,1.34-0.572,0.56,0,1,0.174,1.32,0.523,0.33,0.343,0.5,0.795,0.5,1.355,0,0.579-0.16,1.052-0.48,1.419-0.34,0.391-0.79,0.587-1.35,0.587-0.31,0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27,2.747c0.26,0,0.47-0.09,0.63-0.269,0.16-0.183,0.24-0.404,0.24-0.663,0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24,0-0.44,0.085-0.62,0.254-0.17,0.17-0.26,0.377-0.26,0.621,0,0.255,0.08,0.478,0.23,0.671,0.16,0.189,0.36,0.283,0.61,0.283zm-6.81-1.646c0.11-0.475,0.38-0.812,0.78-1.009,0.3-0.141,0.73-0.212,1.29-0.212,0.53,0,0.96,0.104,1.28,0.311,0.39,0.249,0.59,0.623,0.59,1.122v1.688c0,0.108,0.01,0.207,0.03,0.296,0.01,0.09,0.05,0.208,0.11,0.354h-1.49l-0.05-0.424c-0.34,0.353-0.76,0.529-1.24,0.529-0.39,0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89,0-0.409,0.13-0.713,0.4-0.911,0.2-0.141,0.5-0.244,0.93-0.31l1.02-0.12c0.22-0.038,0.33-0.097,0.33-0.177,0-0.183-0.14-0.275-0.41-0.275-0.16,0-0.29,0.019-0.39,0.056-0.1,0.033-0.18,0.116-0.23,0.247h-1.47zm1.27,1.356c0,0.198,0.17,0.297,0.5,0.297,0.21,0,0.39-0.066,0.55-0.198s0.25-0.297,0.25-0.494l-0.96,0.12c-0.06,0.005-0.14,0.035-0.22,0.092-0.08,0.051-0.12,0.113-0.12,0.183zm-1.58-1.038l-1.44,0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27,0-0.47,0.094-0.62,0.282-0.14,0.184-0.21,0.412-0.21,0.685,0,0.236,0.08,0.436,0.24,0.601,0.16,0.16,0.36,0.24,0.59,0.24,0.38,0,0.62-0.21,0.74-0.629l1.45,0.064c-0.24,1.068-0.97,1.603-2.2,1.603-0.66,0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468,0-0.64,0.25-1.135,0.74-1.483,0.43-0.311,0.98-0.466,1.64-0.466,0.53,0,0.97,0.132,1.34,0.395,0.36,0.259,0.61,0.643,0.72,1.151zm-7.4,1.038c0.1,0.165,0.22,0.273,0.38,0.325,0.11,0.033,0.27,0.049,0.5,0.049,0.06,0,0.1-0.002,0.13-0.007,0.03-0.009,0.07-0.026,0.12-0.049,0.1-0.042,0.15-0.106,0.15-0.191,0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925,0-0.475,0.23-0.821,0.68-1.038,0.35-0.165,0.78-0.247,1.32-0.247,1.11,0,1.75,0.379,1.94,1.137l-1.37,0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36,0-0.54,0.084-0.54,0.254,0,0.056,0.06,0.106,0.18,0.148,0.13,0.043,0.44,0.094,0.94,0.156,0.5,0.061,0.85,0.15,1.04,0.268,0.3,0.169,0.45,0.447,0.45,0.833,0,0.443-0.21,0.786-0.61,1.031-0.33,0.198-0.74,0.297-1.23,0.297-0.6,0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75,1.37,1.76,2.288h-1.7l-1.08-1.49-0.4,0.289v1.194h-1.44v-4.978zm-4.85,1.32h1.45v0.48c0.37-0.386,0.83-0.579,1.36-0.579,0.43,0,0.78,0.12,1.04,0.36,0.27,0.236,0.4,0.57,0.4,1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24,0-0.42,0.092-0.55,0.276-0.13,0.183-0.19,0.398-0.19,0.642v1.759h-1.45v-3.658zm-1.98,0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12,3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62,2.274c0.04-0.273,0.13-0.652,0.28-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.05-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.55-2.098-0.6,2.098h-1.56l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.05-0.273,0.14-0.652,0.29-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.04-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.04-0.273,0.14-0.652,0.28-1.137,0.07-0.217,0.12-0.438,0.18-0.664,0.04-0.16,0.08-0.318,0.11-0.473l1.49,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.05-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.11-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.29-3.658h1.51z"/>
- <g id="g1515" filter="url(#filter58)" transform="matrix(0.0294185,0,0,0.0294185,0.1569075,53.985559)">
- <path id="path1516" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" fill-rule="evenodd" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/>
- <path id="path1518" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" fill-rule="evenodd" stroke-width="1pt" fill="#000"/>
- <path id="path1519" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" fill-rule="evenodd" stroke-width="1pt" fill="#000"/>
- <path id="path1520" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" fill-rule="evenodd" stroke-width="1pt" fill="#000"/>
- <path id="path1521" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" fill-rule="evenodd" stroke-width="1pt" fill="#000"/>
+ <rect id="rect1494" transform="scale(1 -1)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-.11217" fill="url(#linearGradient2465)"/>
+ <path id="path1508" stroke-width="1pt" fill="#fff" d="m80.493 57.976h-4.9567v0.3171h0.14846c0.66805 0 0.74228 0.0338 0.74228 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74228 0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722 0.4723-0.29691 0.8907-0.49485 1.0864-0.25566 0.2699-0.72577 0.3981-1.4186 0.3981h-0.54433c-0.24742 0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031 0 0.70928 0.0404 0.87423 0.1821 0.21443 0.1754 0.2969 0.3914 0.31341 0.7895h0.38763v-2.2133h-0.38763c-0.04124 0.6612-0.37114 0.9244-1.1546 0.9244h-0.19794v-1.5385c0-0.2901 0.07423-0.3374 0.51959-0.3374h0.42887c0.72578 0 1.0804 0.0608 1.3608 0.2497 0.27217 0.1754 0.47011 0.5533 0.59382 1.1606h0.35463l-0.11546-1.7274zm-10.944 2.7059h0.93196c0.74227 0 1.1299-0.0472 1.4598-0.1755 0.58558-0.2294 0.91547-0.6612 0.91547-1.1943 0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07422 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172v-1.7274c0-0.3104 0.04948-0.3442 0.5031-0.3442h0.52784c0.85774 0 1.2619 0.3307 1.2619 1.046 0 0.695-0.42062 1.0256-1.2948 1.0256h-0.99794zm-7.1753-2.4832h-0.34639l-1.8969 3.9341c-0.16495 0.3508-0.19793 0.398-0.32164 0.506-0.13196 0.1281-0.36289 0.2092-0.58557 0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536 0-0.66804-0.1282-0.66804-0.3846 0-0.081 0.02474-0.1755 0.07422-0.2835l0.27217-0.5938h2.1856l0.44536 0.9042c0.04948 0.1012 0.06598 0.1485 0.06598 0.1823 0 0.1079-0.20619 0.1754-0.51134 0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238 0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413 1.1067 0.93196 1.9164h-1.8474l0.91547-1.9164zm-5.6907-1.0594h-0.3134l-0.3299 0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001 0-1.4598 0.2632-2.0206 0.8097-0.52784 0.5129-0.77526 1.0797-0.77526 1.7747 0 1.4508 1.1629 2.4899 2.7876 2.4899 1.3196 0 2.1608-0.6342 2.3505-1.7678l-0.38763-0.054c-0.08248 0.3576-0.18145 0.6005-0.3299 0.803-0.33815 0.4655-0.86599 0.7017-1.534 0.7017-1.2206 0-1.798-0.695-1.798-2.1457 0-0.7626 0.12371-1.2754 0.40413-1.6804 0.25567-0.3778 0.76701-0.614 1.2949-0.614 0.57732 0 1.0887 0.2497 1.4021 0.6816 0.1567 0.2226 0.28041 0.4858 0.47011 1.0053h0.36288l-0.12371-1.95zm-8.2557 0.0067h-0.30515l-0.3299 0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804 0-1.8062 0.5668-1.8062 1.4102 0 0.7356 0.44536 1.1 1.6577 1.3564l0.7835 0.1619c0.61031 0.1283 0.66804 0.1418 0.84124 0.2496 0.24742 0.1553 0.37938 0.3779 0.37938 0.6411 0 0.2699-0.12371 0.4926-0.37113 0.6749-0.27217 0.1956-0.54434 0.2699-0.99795 0.2699-0.61031 0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299 1.9231h0.32165l0.37113-0.4588c0.55258 0.371 1.0144 0.506 1.732 0.506 1.2124 0 1.9876-0.5802 1.9876-1.4845 0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83 0-0.4724 0.47011-0.7963 1.1711-0.7963 0.57732 0 1.0474 0.2026 1.3773 0.5871 0.23918 0.2767 0.38763 0.5601 0.49484 0.9042h0.35464l-0.09897-1.7544zm-11.151 2.7059v-1.8355-0.1956c0-0.2834 0.07423-0.3172 0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894 1.4351 1.7206c0.13196 0.1619 0.16495 0.216 0.16495 0.2834 0 0.108-0.1567 0.1552-0.56083 0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361 0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551 1.2289-1.0054c0.39588-0.3442 0.89898-0.5399 1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938 0 0.53609 0.0608 0.53609 0.2025 0 0.0944-0.16495 0.2901-0.40413 0.4858l-2.0206 1.66zm-9.2207-2.6654h-1.699v0.3171h0.20618c0.42062 0 0.61032 0.054 0.75877 0.2227v2.8679c0 0.9245-0.16495 1.1201-0.9567 1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784 4.0622h0.3464v-3.5021c0-0.9245 0.16495-1.1202 0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351 0.027 0.94846 0.2227 0.94846 1.1472v2.1189l-3.2908-3.5832zm-5.3609 0.8299v-0.1956c0-0.2834 0.07423-0.3172 0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979 0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/>
+ <path id="path1517" stroke-width="1pt" fill="#fff" d="m305.97 58.204h1.35v2.817c0 0.532-0.02 0.862-0.05 0.989-0.13 0.485-0.42 0.819-0.87 1.003-0.31 0.127-0.77 0.19-1.38 0.19-1.43 0-2.15-0.428-2.15-1.285l1.43-0.007c0.1 0.268 0.36 0.402 0.81 0.402 0.32 0 0.55-0.101 0.68-0.303 0.1-0.155 0.15-0.41 0.15-0.763v-0.12c-0.43 0.344-0.9 0.516-1.41 0.516-0.56 0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37 0-0.485 0.19-0.889 0.57-1.214 0.36-0.301 0.79-0.452 1.29-0.452 0.64 0 1.12 0.209 1.42 0.628v-0.501zm-0.07 1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25 0-0.46 0.073-0.63 0.219-0.16 0.146-0.24 0.343-0.24 0.593 0 0.207 0.08 0.386 0.25 0.536 0.08 0.071 0.17 0.125 0.26 0.163 0.1 0.037 0.2 0.056 0.3 0.056 0.28 0 0.5-0.068 0.66-0.205 0.19-0.15 0.28-0.357 0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452 0.6-0.678 1.06-0.678l0.43 0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6 0-0.9 0.356-0.9 1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62 0 1.14 0.165 1.56 0.494 0.43 0.353 0.65 0.84 0.65 1.462 0 0.607-0.21 1.09-0.64 1.447-0.41 0.33-0.92 0.495-1.54 0.495-0.68 0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504 0-0.622 0.23-1.109 0.7-1.462 0.42-0.315 0.96-0.473 1.6-0.473zm-0.04 2.867c0.24 0 0.44-0.09 0.59-0.269s0.22-0.393 0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46 0.087-0.61 0.261c-0.08 0.09-0.13 0.186-0.17 0.29-0.04 0.099-0.06 0.219-0.06 0.36 0 0.259 0.07 0.475 0.21 0.649 0.14 0.175 0.35 0.262 0.61 0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15 0.377 0.4 0.565 0.74 0.565 0.36 0 0.58-0.099 0.68-0.297 0.08 0 0.3 0.015 0.63 0.043 0.34 0.028 0.64 0.042 0.89 0.042-0.24 0.466-0.54 0.791-0.91 0.975-0.33 0.16-0.77 0.24-1.32 0.24-0.65 0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483 0-0.607 0.23-1.087 0.69-1.44 0.41-0.311 0.93-0.466 1.57-0.466 0.63 0 1.14 0.16 1.54 0.48 0.4 0.316 0.63 0.782 0.69 1.398l0.01 0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16 0-0.33 0.045-0.5 0.135-0.17 0.089-0.26 0.209-0.28 0.36h1.49zm-7.76-1.349h1.44l-0.01 0.459c0.4-0.381 0.84-0.572 1.34-0.572 0.56 0 1 0.174 1.32 0.523 0.33 0.343 0.5 0.795 0.5 1.355 0 0.579-0.16 1.052-0.48 1.419-0.34 0.391-0.79 0.587-1.35 0.587-0.31 0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27 2.747c0.26 0 0.47-0.09 0.63-0.269 0.16-0.183 0.24-0.404 0.24-0.663 0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24 0-0.44 0.085-0.62 0.254-0.17 0.17-0.26 0.377-0.26 0.621 0 0.255 0.08 0.478 0.23 0.671 0.16 0.189 0.36 0.283 0.61 0.283zm-6.81-1.646c0.11-0.475 0.38-0.812 0.78-1.009 0.3-0.141 0.73-0.212 1.29-0.212 0.53 0 0.96 0.104 1.28 0.311 0.39 0.249 0.59 0.623 0.59 1.122v1.688c0 0.108 0.01 0.207 0.03 0.296 0.01 0.09 0.05 0.208 0.11 0.354h-1.49l-0.05-0.424c-0.34 0.353-0.76 0.529-1.24 0.529-0.39 0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89 0-0.409 0.13-0.713 0.4-0.911 0.2-0.141 0.5-0.244 0.93-0.31l1.02-0.12c0.22-0.038 0.33-0.097 0.33-0.177 0-0.183-0.14-0.275-0.41-0.275-0.16 0-0.29 0.019-0.39 0.056-0.1 0.033-0.18 0.116-0.23 0.247h-1.47zm1.27 1.356c0 0.198 0.17 0.297 0.5 0.297 0.21 0 0.39-0.066 0.55-0.198s0.25-0.297 0.25-0.494l-0.96 0.12c-0.06 0.005-0.14 0.035-0.22 0.092-0.08 0.051-0.12 0.113-0.12 0.183zm-1.58-1.038l-1.44 0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27 0-0.47 0.094-0.62 0.282-0.14 0.184-0.21 0.412-0.21 0.685 0 0.236 0.08 0.436 0.24 0.601 0.16 0.16 0.36 0.24 0.59 0.24 0.38 0 0.62-0.21 0.74-0.629l1.45 0.064c-0.24 1.068-0.97 1.603-2.2 1.603-0.66 0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468 0-0.64 0.25-1.135 0.74-1.483 0.43-0.311 0.98-0.466 1.64-0.466 0.53 0 0.97 0.132 1.34 0.395 0.36 0.259 0.61 0.643 0.72 1.151zm-7.4 1.038c0.1 0.165 0.22 0.273 0.38 0.325 0.11 0.033 0.27 0.049 0.5 0.049 0.06 0 0.1-0.002 0.13-0.007 0.03-0.009 0.07-0.026 0.12-0.049 0.1-0.042 0.15-0.106 0.15-0.191 0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925 0-0.475 0.23-0.821 0.68-1.038 0.35-0.165 0.78-0.247 1.32-0.247 1.11 0 1.75 0.379 1.94 1.137l-1.37 0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36 0-0.54 0.084-0.54 0.254 0 0.056 0.06 0.106 0.18 0.148 0.13 0.043 0.44 0.094 0.94 0.156 0.5 0.061 0.85 0.15 1.04 0.268 0.3 0.169 0.45 0.447 0.45 0.833 0 0.443-0.21 0.786-0.61 1.031-0.33 0.198-0.74 0.297-1.23 0.297-0.6 0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75 1.37 1.76 2.288h-1.7l-1.08-1.49-0.4 0.289v1.194h-1.44v-4.978zm-4.85 1.32h1.45v0.48c0.37-0.386 0.83-0.579 1.36-0.579 0.43 0 0.78 0.12 1.04 0.36 0.27 0.236 0.4 0.57 0.4 1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24 0-0.42 0.092-0.55 0.276-0.13 0.183-0.19 0.398-0.19 0.642v1.759h-1.45v-3.658zm-1.98 0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12 3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62 2.274c0.04-0.273 0.13-0.652 0.28-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.05-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.55-2.098-0.6 2.098h-1.56l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.05-0.273 0.14-0.652 0.29-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.04-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.04-0.273 0.14-0.652 0.28-1.137 0.07-0.217 0.12-0.438 0.18-0.664 0.04-0.16 0.08-0.318 0.11-0.473l1.49 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.05-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.11-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.29-3.658h1.51z"/>
+ <g id="g1515" filter="url(#filter58)" fill-rule="evenodd" transform="matrix(.029418 0 0 .029418 .15691 53.986)">
+ <path id="path1516" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/>
+ <path id="path1518" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/>
+ <path id="path1519" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/>
+ <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/>
+ <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/>
</g>
- <use id="use1328" style="color:#000000;" fill-rule="nonzero" xlink:href="#path1508" transform="matrix(5.176729,0,0,5.176729,-102.7023,-256.6246)" height="1052.3622" fill-opacity="0.06461535" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/>
- <text id="text7519" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,-1,1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-6.5672836" x="-70.83046" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="-70.83046" style="letter-spacing:0.29056421;" y="-6.5672836">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↑</tspan> 向上捲動頁面</tspan></text>
- <path id="path7527" opacity="0.5" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(-0.614962,-4.549602e-2,-6.191898e-2,0.451855,207.28878,-98.1536)" fill="#000"/>
+ <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/>
+ <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.5672836" x="-70.83046" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="-70.83046" style="letter-spacing:.29056" y="-6.5672836">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↑</tspan> 向上捲動頁面</tspan></text>
+ <path id="path7527" opacity=".5" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.29 -98.154)"/>
</g>
</g>
</svg>
diff --git a/share/tutorials/tutorial-elements.zh_TW.svg b/share/tutorials/tutorial-elements.zh_TW.svg
index b921ea2ca..f3c2306f4 100644
--- a/share/tutorials/tutorial-elements.zh_TW.svg
+++ b/share/tutorials/tutorial-elements.zh_TW.svg
@@ -5,11 +5,11 @@
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
<linearGradient id="linearGradient841">
<stop id="stop842" stop-color="#0082ab" offset="0"/>
- <stop id="stop843" stop-color="#FFF" stop-opacity="0" offset="1"/>
+ <stop id="stop843" stop-color="#fff" stop-opacity="0" offset="1"/>
</linearGradient>
- <linearGradient id="linearGradient1657" y2="0.91667" xlink:href="#linearGradient841" y1="0.16666" x2="0.51619" x1="0.51619"/>
- <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom">
- <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/>
+ <linearGradient id="linearGradient1657" y2=".91667" xlink:href="#linearGradient841" y1=".16666" x2=".51619" x1=".51619"/>
+ <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
+ <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/>
<feComposite id="feComposite53" operator="in" result="composite1" in2="SourceGraphic" in="flood"/>
<feGaussianBlur id="feGaussianBlur55" result="blur" stdDeviation="20" in="composite1"/>
<feOffset id="feOffset57" result="offset" dx="0" dy="0"/>
@@ -25,268 +25,268 @@
</rdf:RDF>
</metadata>
<g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer">
- <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y="0.27753" x="0.18215" fill="url(#linearGradient1657)"/>
- <path id="path93" stroke-width="1.0000000pt" fill="#FFF" d="M150.97,4.9606h-9.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2,0.913-0.57,1.722-0.95,2.1-0.5,0.522-1.41,0.769-2.74,0.769h-1.06c-0.48,0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98,0,1.37,0.0783,1.69,0.3521,0.42,0.339,0.58,0.756,0.61,1.526h0.75v-4.2776h-0.75c-0.08,1.278-0.72,1.7866-2.23,1.7866h-0.38v-2.9734c0-0.5607,0.14-0.652,1-0.652h0.83c1.4,0,2.09,0.1173,2.63,0.4825,0.52,0.3391,0.91,1.0694,1.15,2.243h0.68l-0.22-3.3385zm-21.15,5.2294h1.8c1.43,0,2.18-0.091,2.82-0.339,1.13-0.4434,1.77-1.278,1.77-2.3082,0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29,0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999,0.09-0.6651,0.97-0.6651h1.02c1.66,0,2.44,0.639,2.44,2.0213,0,1.3433-0.81,1.9823-2.5,1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67,7.6029c-0.31,0.678-0.38,0.769-0.62,0.978-0.25,0.248-0.7,0.404-1.13,0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86,0-1.29-0.247-1.29-0.743,0-0.156,0.05-0.339,0.14-0.548l0.53-1.147h4.22l0.87,1.747c0.09,0.196,0.12,0.287,0.12,0.352,0,0.209-0.4,0.339-0.99,0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79,0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78,2.1387l1.8,3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63,0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55,0-2.825,0.5086-3.909,1.565-1.02,0.9911-1.498,2.0865-1.498,3.4297,0,2.8043,2.247,4.8123,5.387,4.8123,2.55,0,4.18-1.226,4.54-3.417l-0.75-0.104c-0.16,0.691-0.35,1.16-0.63,1.552-0.66,0.9-1.68,1.356-2.97,1.356-2.358,0-3.473-1.343-3.473-4.1471,0-1.4736,0.239-2.4647,0.781-3.2472,0.494-0.7303,1.482-1.1867,2.502-1.1867,1.12,0,2.1,0.4825,2.71,1.3171,0.3,0.4304,0.54,0.939,0.91,1.9431h0.7l-0.24-3.7688zm-15.955,0.013h-0.589l-0.638,0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088,0-3.491,1.0955-3.491,2.7256,0,1.4215,0.861,2.1257,3.204,2.6214l1.514,0.313c1.18,0.248,1.291,0.274,1.626,0.482,0.478,0.3,0.733,0.731,0.733,1.239,0,0.522-0.239,0.952-0.717,1.304-0.526,0.379-1.052,0.522-1.928,0.522-1.18,0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064,3.717h0.622l0.717-0.887c1.068,0.717,1.961,0.978,3.347,0.978,2.343,0,3.842-1.122,3.842-2.869,0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041,0-0.9128,0.908-1.5388,2.263-1.5388,1.116,0,2.024,0.3912,2.662,1.1346,0.462,0.5347,0.749,1.0824,0.956,1.7475h0.686l-0.192-3.3907zm-21.55,5.2296v-3.5473-0.3782c0-0.5477,0.144-0.6129,1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291,0,1.434,0.0652,1.434,0.6129v0.3782,6.2073,0.378c0,0.548-0.143,0.613-1.434,0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291,0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258,2.774,3.3258c0.255,0.313,0.319,0.417,0.319,0.547,0,0.209-0.303,0.3-1.084,0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877,0-1.1-0.091-1.562-0.652l-3.857-4.551,2.375-1.9431c0.765-0.6651,1.737-1.0433,2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733,0,1.036,0.1173,1.036,0.3912,0,0.1826-0.319,0.5608-0.781,0.939l-3.906,3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813,0,1.18,0.1043,1.467,0.4303v5.5421c0,1.787-0.319,2.165-1.849,2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109,7.8509h0.67v-6.7685c0-1.7866,0.319-2.1648,1.849-2.2169v-0.613h-4.543v0.613c1.514,0.0521,1.833,0.4303,1.833,2.2169v4.0945l-6.36-6.9244zm-10.36,1.6041v-0.3782c0-0.5477,0.143-0.6129,1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291,0,1.435,0.0652,1.435,0.6129v0.3782,6.2073,0.378c0,0.548-0.144,0.613-1.435,0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275,0-1.418-0.065-1.418-0.613v-0.378-6.2073z"/>
- <use id="use1325" opacity="0.0786517" xlink:href="#path93" transform="matrix(2.39436,0,0,2.331219,-82.96365,-14.49494)" height="1052.3622" width="320" y="0" x="0"/>
- <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(0.058837,0,0,0.058837,-4.7689003,-3.296641)">
- <path id="path805" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/>
- <path id="path1791" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" stroke-width="1pt" fill="#000"/>
- <path id="path1792" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" stroke-width="1pt" fill="#000"/>
- <path id="path1793" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" stroke-width="1pt" fill="#000"/>
- <path id="path831" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt" fill="#000"/>
+ <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y=".27753" x=".18215" fill="url(#linearGradient1657)"/>
+ <path id="path93" d="m150.97 4.9606h-9.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2 0.913-0.57 1.722-0.95 2.1-0.5 0.522-1.41 0.769-2.74 0.769h-1.06c-0.48 0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98 0 1.37 0.0783 1.69 0.3521 0.42 0.339 0.58 0.756 0.61 1.526h0.75v-4.2776h-0.75c-0.08 1.278-0.72 1.7866-2.23 1.7866h-0.38v-2.9734c0-0.5607 0.14-0.652 1-0.652h0.83c1.4 0 2.09 0.1173 2.63 0.4825 0.52 0.3391 0.91 1.0694 1.15 2.243h0.68l-0.22-3.3385zm-21.15 5.2294h1.8c1.43 0 2.18-0.091 2.82-0.339 1.13-0.4434 1.77-1.278 1.77-2.3082 0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29 0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999 0.09-0.6651 0.97-0.6651h1.02c1.66 0 2.44 0.639 2.44 2.0213 0 1.3433-0.81 1.9823-2.5 1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67 7.6029c-0.31 0.678-0.38 0.769-0.62 0.978-0.25 0.248-0.7 0.404-1.13 0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86 0-1.29-0.247-1.29-0.743 0-0.156 0.05-0.339 0.14-0.548l0.53-1.147h4.22l0.87 1.747c0.09 0.196 0.12 0.287 0.12 0.352 0 0.209-0.4 0.339-0.99 0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79 0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78 2.1387l1.8 3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63 0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55 0-2.825 0.5086-3.909 1.565-1.02 0.9911-1.498 2.0865-1.498 3.4297 0 2.8043 2.247 4.8123 5.387 4.8123 2.55 0 4.18-1.226 4.54-3.417l-0.75-0.104c-0.16 0.691-0.35 1.16-0.63 1.552-0.66 0.9-1.68 1.356-2.97 1.356-2.358 0-3.473-1.343-3.473-4.1471 0-1.4736 0.239-2.4647 0.781-3.2472 0.494-0.7303 1.482-1.1867 2.502-1.1867 1.12 0 2.1 0.4825 2.71 1.3171 0.3 0.4304 0.54 0.939 0.91 1.9431h0.7l-0.24-3.7688zm-15.955 0.013h-0.589l-0.638 0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088 0-3.491 1.0955-3.491 2.7256 0 1.4215 0.861 2.1257 3.204 2.6214l1.514 0.313c1.18 0.248 1.291 0.274 1.626 0.482 0.478 0.3 0.733 0.731 0.733 1.239 0 0.522-0.239 0.952-0.717 1.304-0.526 0.379-1.052 0.522-1.928 0.522-1.18 0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064 3.717h0.622l0.717-0.887c1.068 0.717 1.961 0.978 3.347 0.978 2.343 0 3.842-1.122 3.842-2.869 0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041 0-0.9128 0.908-1.5388 2.263-1.5388 1.116 0 2.024 0.3912 2.662 1.1346 0.462 0.5347 0.749 1.0824 0.956 1.7475h0.686l-0.192-3.3907zm-21.55 5.2296v-3.5473-0.3782c0-0.5477 0.144-0.6129 1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291 0 1.434 0.0652 1.434 0.6129v0.3782 6.2073 0.378c0 0.548-0.143 0.613-1.434 0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291 0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258 2.774 3.3258c0.255 0.313 0.319 0.417 0.319 0.547 0 0.209-0.303 0.3-1.084 0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877 0-1.1-0.091-1.562-0.652l-3.857-4.551 2.375-1.9431c0.765-0.6651 1.737-1.0433 2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733 0 1.036 0.1173 1.036 0.3912 0 0.1826-0.319 0.5608-0.781 0.939l-3.906 3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813 0 1.18 0.1043 1.467 0.4303v5.5421c0 1.787-0.319 2.165-1.849 2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109 7.8509h0.67v-6.7685c0-1.7866 0.319-2.1648 1.849-2.2169v-0.613h-4.543v0.613c1.514 0.0521 1.833 0.4303 1.833 2.2169v4.0945l-6.36-6.9244zm-10.36 1.6041v-0.3782c0-0.5477 0.143-0.6129 1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291 0 1.435 0.0652 1.435 0.6129v0.3782 6.2073 0.378c0 0.548-0.144 0.613-1.435 0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275 0-1.418-0.065-1.418-0.613v-0.378-6.2073z" stroke-width="1pt" fill="#fff"/>
+ <use id="use1325" opacity=".078652" xlink:href="#path93" transform="matrix(2.3944 0 0 2.3312 -82.964 -14.495)" height="1052.3622" width="320" y="0" x="0"/>
+ <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(.058837 0 0 .058837 -4.7689 -3.2966)">
+ <path id="path805" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/>
+ <path id="path1791" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/>
+ <path id="path1792" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/>
+ <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/>
+ <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/>
</g>
- <path id="use2086" stroke-linejoin="miter" style="marker-end:none;marker-start:none;stroke-dasharray:none;marker-mid:none;" d="M100.21,10.827h5.7l-3.5,11.473h6.43l-0.57,1.871h-6.43l-1.54,4.72c-1.307,4.014-2.69,8.869-4.155,14.565-1.464,5.641-2.197,8.923-2.197,9.845,0,1.248,0.57,1.872,1.709,1.872,2.007,0,4.423-2.767,7.243-8.3,0.27-0.597,0.68-1.329,1.22-2.197l1.63,0.814c-2.12,4.394-3.69,7.214-4.72,8.462-2.227,2.658-4.586,3.987-7.082,3.987-1.681,0-3.037-0.515-4.068-1.546-1.031-1.085-1.546-2.468-1.546-4.15,0-1.519,0.244-3.227,0.732-5.126,0.543-2.115,2.279-8.191,5.208-18.226l1.383-4.72h-6.509l0.651-1.871h6.509l3.902-11.473zm40.91,10.822h6.1c-5.16,16.436-7.73,26.851-7.73,31.245,0,1.628,0.43,2.441,1.3,2.441,1.03,0,2.25-0.976,3.66-2.929,1.47-2.007,2.74-4.475,3.83-7.404l1.79,0.732c-2.88,8.137-6.46,12.205-10.75,12.205-3.68,0-5.53-2.061-5.53-6.184,0-1.085,0.14-2.848,0.41-5.289-2.12,3.255-3.83,5.615-5.13,7.079-2.6,2.929-5.56,4.394-8.87,4.394-1.95,0-3.58-0.678-4.88-2.034s-1.95-3.038-1.95-5.045c0-0.976,0.81-4.258,2.44-9.845l1.46-5.045c1.63-5.588,2.45-9.032,2.45-10.334,0-1.031-0.36-1.546-1.06-1.546-2.28,0-5.29,3.58-9.03,10.741l-1.79-0.896c4.12-8.462,8.27-12.693,12.44-12.693,1.52,0,2.74,0.57,3.67,1.709,0.97,1.139,1.46,2.631,1.46,4.475,0,2.278-0.54,5.126-1.63,8.544l-2.19,6.916c-1.79,5.642-2.69,8.923-2.69,9.846,0,1.898,0.98,2.847,2.93,2.847,1.74,0,3.64-1.057,5.7-3.173,2.11-2.116,4.01-4.909,5.69-8.381,2.55-5.262,5.18-12.72,7.9-22.376zm24.05-10.822h5.7l-3.5,11.473h6.43l-0.57,1.871h-6.43l-1.55,4.72c-1.3,4.014-2.68,8.869-4.15,14.565-1.46,5.641-2.19,8.923-2.19,9.845,0,1.248,0.57,1.872,1.71,1.872,2,0,4.42-2.767,7.24-8.3,0.27-0.597,0.68-1.329,1.22-2.197l1.63,0.814c-2.12,4.394-3.69,7.214-4.72,8.462-2.23,2.658-4.59,3.987-7.08,3.987-1.68,0-3.04-0.515-4.07-1.546-1.03-1.085-1.55-2.468-1.55-4.15,0-1.519,0.25-3.227,0.74-5.126,0.54-2.115,2.27-8.191,5.2-18.226l1.39-4.72h-6.51l0.65-1.871h6.51l3.9-11.473zm28.16,12.287c-3.91-0.217-7.38,3.688-10.42,11.717-2.11,5.587-3.17,10.605-3.17,15.053,0,4.122,1.82,6.184,5.45,6.184,2.93,0,5.48-1.872,7.65-5.615,1.41-2.387,2.63-5.533,3.66-9.438,1.03-3.96,1.63-7.676,1.79-11.148,0.22-4.285-1.44-6.536-4.96-6.753zm-0.08-1.872c3.2,0,5.8,1.275,7.81,3.824,2,2.496,3.01,5.75,3.01,9.765,0,4.936-1.77,9.926-5.29,14.971-3.8,5.425-8.41,8.137-13.83,8.137-3.31,0-6.03-1.139-8.14-3.417-2.12-2.333-3.17-5.289-3.17-8.87,0-6.075,2.22-11.825,6.67-17.25,3.9-4.773,8.22-7.16,12.94-7.16zm15.86,12.856l-1.71-0.732c1.41-3.472,3.12-6.347,5.13-8.625,2.01-2.333,3.8-3.499,5.37-3.499,3.53,0,5.29,2.577,5.29,7.73,0,0.922-0.16,2.767-0.49,5.533,3.74-8.842,7.73-13.263,11.96-13.263,1.2,0,2.2,0.38,3.01,1.139,0.87,0.705,1.3,1.573,1.3,2.604,0,0.868-0.29,1.6-0.89,2.197s-1.33,0.895-2.2,0.895c-1.84,0-2.76-1.058-2.76-3.173,0-0.597-0.19-0.895-0.57-0.895-0.55,0-1.31,0.488-2.28,1.464-0.98,0.977-1.82,2.116-2.52,3.418-2.17,3.905-5.7,13.236-10.58,27.99h-6.1c2.54-7.648,4.2-13.236,4.96-16.762,1.19-5.533,1.79-9.547,1.79-12.042,0-2.658-0.44-3.987-1.3-3.987-0.76,0-1.87,0.976-3.34,2.929-1.41,1.953-2.77,4.313-4.07,7.079zm45.98-31.245c1.03,0,1.89,0.3797,2.6,1.1391,0.76,0.7052,1.14,1.5731,1.14,2.6038s-0.38,1.9257-1.14,2.6852c-0.71,0.759-1.57,1.139-2.6,1.139-1.04,0-1.93-0.38-2.69-1.139-0.76-0.7595-1.14-1.6545-1.14-2.6852s0.38-1.8986,1.14-2.6038c0.76-0.7594,1.65-1.1391,2.69-1.1391zm1.22,42.718l1.62,0.814c-3.63,7.703-7.59,11.554-11.88,11.554-1.52,0-2.76-0.542-3.74-1.627-0.98-1.139-1.46-2.577-1.46-4.313,0-1.193,0.16-2.305,0.48-3.336,0.33-1.031,1.22-3.336,2.69-6.916l3.09-7.405c1.85-4.394,2.77-7.35,2.77-8.869,0-1.085-0.46-1.627-1.39-1.627-1.89,0-4.5,2.983-7.81,8.95l-1.62-0.976c3.85-7.052,7.54-10.578,11.06-10.578,1.47,0,2.66,0.543,3.58,1.627,0.92,1.085,1.39,2.496,1.39,4.232,0,2.061-1.12,5.885-3.34,11.472l-3.42,8.544c-1.41,3.526-2.11,5.832-2.11,6.916,0,0.977,0.43,1.465,1.3,1.465,1.03,0,2.36-0.922,3.99-2.766,1.68-1.899,3.28-4.286,4.8-7.161zm27.58-22.295c-1.63-0.108-3.53,0.841-5.7,2.848-2.11,1.953-4.09,4.584-5.94,7.893-3.68,6.564-5.53,12.069-5.53,16.518,0,3.471,1.36,5.207,4.07,5.207,4.39,0,8.54-4.312,12.45-12.937,2.66-5.859,4.15-10.714,4.47-14.565,0.11-1.411-0.19-2.577-0.89-3.499-0.71-0.922-1.68-1.41-2.93-1.465zm6.83-0.976h5.78c-1.35,3.634-3.2,8.95-5.53,15.948-2.5,7.54-3.74,12.666-3.74,15.379,0,1.139,0.43,1.708,1.3,1.708,1.9,0,4.55-3.688,7.97-11.066l1.79,0.733c-2.28,4.936-4.23,8.326-5.86,10.171-1.62,1.844-3.47,2.766-5.53,2.766-3.36,0-5.04-1.519-5.04-4.557,0-0.813,0.24-2.468,0.73-4.963-3.85,6.401-7.98,9.601-12.37,9.601-2.77,0-5.02-0.922-6.75-2.766-1.74-1.844-2.61-4.258-2.61-7.242,0-6.184,2.44-12.178,7.33-17.982,4.88-5.859,9.9-8.788,15.05-8.788,2.71,0,4.77,1.492,6.18,4.475l1.3-3.417zm16.71-17.82l0.49-1.8714c4.07-0.1628,8.68-0.434,13.83-0.8137-0.43,1.4646-0.76,2.5224-0.97,3.1733-0.6,1.6816-1.44,4.2312-2.53,7.6486l-6.59,21.481c-3.14,10.253-4.72,16.545-4.72,18.878,0,1.681,0.49,2.522,1.47,2.522,1.36,0,3.04-1.465,5.04-4.394,1.03-1.519,2.2-3.526,3.5-6.021l1.87,0.895c-1.62,2.983-2.84,5.099-3.66,6.347-2.49,3.743-5.34,5.614-8.54,5.614-1.63,0-2.96-0.597-3.99-1.79s-1.54-2.712-1.54-4.557c0-2.278,0.92-6.428,2.76-12.449l7.16-23.353c1.58-5.153,2.36-8.055,2.36-8.706,0-0.9764-0.38-1.6273-1.14-1.9528-0.76-0.3797-2.36-0.5967-4.8-0.651z" fill-rule="nonzero" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill-opacity="0.110769" stroke-dashoffset="0" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="1pt" fill="#FFF"/>
- <text id="text7519" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,1,-1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-326.81229" x="3.6203015" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203015" style="letter-spacing:0.29056421;" y="-326.81229">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↓</tspan> 向下捲動頁面</tspan></text>
- <path id="path7527" opacity="0.5" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(0.614962,4.549602e-2,6.191898e-2,-0.451855,112.95622,172.17069)" fill="#000"/>
- <path id="text2413" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M147.73,15.782c0.19,0.019,0.4,0.126,0.61,0.322,0.22,0.196,0.31,0.364,0.28,0.504-0.02,0.094-0.12,0.14-0.31,0.14-0.03,0-0.1-0.004-0.19-0.014-0.1-0.018-0.17-0.028-0.23-0.028-0.05,0-0.09,0.005-0.12,0.014,0.01,0-0.12,0.042-0.38,0.126s-0.58,0.182-0.97,0.294c-0.38,0.103-0.85,0.22-1.42,0.35-0.56,0.131-1.11,0.234-1.63,0.308l-0.1,0.112-0.22,0.952,0.03,0.294c0.04,0.14,0.2,0.238,0.5,0.294s0.77,0.084,1.4,0.084h0.23c0.49,0,0.85-0.004,1.09-0.014,0.24-0.018,0.4-0.032,0.47-0.042,0.09-0.018,0.21-0.051,0.37-0.098,0.12-0.037,0.21-0.084,0.26-0.14l0.19-0.21c0.08-0.093,0.16-0.242,0.23-0.448,0.09-0.205,0.16-0.387,0.21-0.546,0.06-0.168,0.13-0.298,0.2-0.392,0.07-0.093,0.15-0.107,0.24-0.042,0.04,0.028,0.02,0.243-0.06,0.644-0.11,0.542-0.16,0.845-0.15,0.91l0.26,0.294c0.03,0.056,0.04,0.112,0.03,0.168-0.08,0.411-1.08,0.616-2.98,0.616h-0.94c-0.27-0.009-0.52-0.023-0.75-0.042-0.24-0.018-0.43-0.032-0.59-0.042-0.16-0.018-0.3-0.046-0.42-0.084-0.12-0.046-0.23-0.079-0.31-0.098-0.07-0.028-0.14-0.079-0.18-0.154-0.04-0.074-0.07-0.13-0.09-0.168-0.01-0.046-0.02-0.121-0.02-0.224,0.01-0.112,0.01-0.2,0.02-0.266,0.02-0.065,0.05-0.168,0.07-0.308,0.04-0.158,0.09-0.42,0.16-0.784s0.13-0.662,0.18-0.896c0.17-0.849,0.28-1.516,0.35-2.002,0.06-0.056,0.14-0.084,0.24-0.084,0.06,0,0.14,0.014,0.24,0.042,0.1,0.019,0.17,0.028,0.22,0.028l0.55,0.154c0.01,0.01,0.03,0.014,0.04,0.014,0.03,0.056,0.04,0.112,0.03,0.168-0.01,0.075-0.13,0.173-0.35,0.294-0.22,0.112-0.34,0.192-0.37,0.238l-0.28,1.274c0,0.028,0.02,0.052,0.06,0.07l2.14-0.602c0.84-0.27,1.56-0.597,2.16-0.98m-0.07,5.95c-0.02,0.075-0.12,0.178-0.3,0.308-0.17,0.122-0.26,0.215-0.28,0.28-0.03,0.084-0.06,0.243-0.11,0.476-0.05,0.234-0.1,0.542-0.17,0.924l-0.04,0.168c-0.27,1.447-0.48,2.539-0.63,3.276-0.04,0.196-0.2,0.294-0.49,0.294l-0.18-0.014c-0.06-0.065-0.07-0.219-0.03-0.462,0.03-0.149,0.02-0.261-0.03-0.336-1.99,0-3.12,0.005-3.41,0.014l-0.4,0.028c-0.05,0.047-0.11,0.192-0.18,0.434l-0.1,0.224c-0.08,0.103-0.22,0.145-0.4,0.126-0.19-0.009-0.28-0.06-0.28-0.154,0-0.037,0.03-0.186,0.08-0.448,0.1-0.513,0.29-1.362,0.56-2.548l0.06-0.252,0.46-2.506,0.13-0.462c0.01-0.093,0.06-0.149,0.12-0.168,0.06,0.01,0.17,0.08,0.34,0.21,0.18,0.122,0.27,0.187,0.29,0.196,0.37,0.019,0.83,0.028,1.4,0.028,0.38,0,0.79-0.004,1.25-0.014h0.17l0.89,0.014c0.03-0.009,0.05-0.014,0.07-0.014,0.04-0.009,0.15-0.07,0.32-0.182,0.19-0.121,0.32-0.158,0.4-0.112,0.18,0.094,0.31,0.21,0.39,0.35,0.08,0.131,0.11,0.238,0.1,0.322m-9.3-3.206c-0.16,0-0.37,0.01-0.63,0.028-0.26,0.01-0.4,0.014-0.41,0.014-0.16-0.186-0.21-0.41-0.14-0.672,0.01-0.009,0.21,0.01,0.59,0.056,0.39,0.038,0.73,0.056,1,0.056,0.29,0,0.46-0.037,0.49-0.112,0.05-0.14,0.12-0.401,0.21-0.784,0.05-0.298,0.11-0.676,0.18-1.134,0.07-0.466,0.11-0.709,0.12-0.728,0.02-0.13,0.07-0.205,0.16-0.224,0.79,0.14,1.17,0.308,1.13,0.504-0.02,0.075-0.12,0.154-0.31,0.238-0.17,0.084-0.29,0.164-0.33,0.238-0.06,0.103-0.14,0.402-0.24,0.896-0.05,0.252-0.1,0.565-0.17,0.938-0.03,0.131,0.05,0.196,0.24,0.196,0.21,0,0.39-0.042,0.53-0.126l0.38-0.392c0.22-0.14,0.47,0.042,0.74,0.546l0.09,0.154c0.01,0.028,0.01,0.056,0,0.084-0.02,0.112-0.13,0.182-0.34,0.21l-0.67,0.028-0.84,0.014c-0.15,0.019-0.25,0.056-0.3,0.112l-0.54,2.408v0.028l0.01,0.014,1.96-0.784c0.07-0.009,0.12,0.061,0.16,0.21-0.05,0.112-0.42,0.336-1.12,0.672s-1.09,0.556-1.15,0.658c-0.02,0.094-0.09,0.416-0.2,0.966-0.1,0.542-0.25,1.312-0.46,2.31l-0.03,0.168c-0.04,0.196-0.07,0.369-0.11,0.518-0.02,0.122-0.04,0.234-0.07,0.336-0.02,0.103-0.03,0.164-0.03,0.182-0.05,0.271-0.14,0.476-0.25,0.616s-0.29,0.276-0.53,0.406c-0.19,0.103-0.33,0.154-0.44,0.154-0.07,0-0.15-0.079-0.22-0.238-0.07-0.158-0.12-0.247-0.17-0.266l-0.92-0.28c-0.07,0-0.09-0.056-0.06-0.168,0.02-0.121,0.17-0.191,0.44-0.21l1.24,0.028c0.09,0,0.19-0.247,0.31-0.742,0.13-0.504,0.36-1.577,0.7-3.22l0.06-0.28-0.05-0.014c-0.01,0.01-0.18,0.089-0.51,0.238-0.33,0.15-0.55,0.276-0.66,0.378l-0.13,0.406c-0.05,0.094-0.11,0.14-0.18,0.14-0.13,0-0.26-0.154-0.38-0.462-0.12-0.317-0.17-0.546-0.14-0.686,0.05-0.037,0.38-0.154,0.98-0.35,0.62-0.205,0.97-0.331,1.07-0.378,0.09-0.037,0.15-0.14,0.19-0.308,0.09-0.28,0.18-0.672,0.28-1.176,0.05-0.242,0.1-0.518,0.14-0.826,0.06-0.261,0.08-0.41,0.07-0.448,0-0.093-0.25-0.14-0.74-0.14m8.08,3.5c0-0.084-0.07-0.135-0.2-0.154-0.13-0.018-0.45-0.028-0.95-0.028-0.54,0-1.28,0.01-2.23,0.028h-0.4c-0.05,0-0.1,0.024-0.14,0.07-0.1,0.346-0.23,0.859-0.37,1.54l0.07,0.098c1.95,0.028,3.21,0.038,3.77,0.028,0.07-0.018,0.11-0.06,0.14-0.126l0.31-1.456m-4.79,3.962c0.08,0.103,0.6,0.154,1.55,0.154,1.07,0,1.73-0.014,1.98-0.042,0.25-0.018,0.4-0.07,0.45-0.154l0.29-1.414,0.04-0.238c0.02-0.056-0.01-0.102-0.1-0.14h-3.66c-0.1,0-0.16,0.033-0.2,0.098l-0.35,1.736m12.25-3.976c-0.14-0.009-0.22-0.056-0.24-0.14s-0.01-0.228,0.03-0.434c0.05-0.224,0.12-0.546,0.24-0.966l0.53-2.758c0.02-0.084,0.06-0.144,0.14-0.182,0.06,0.01,0.13,0.047,0.19,0.112,0.08,0.056,0.18,0.112,0.31,0.168,0.13,0.047,0.32,0.07,0.55,0.07,0.16,0,0.33-0.009,0.52-0.028l0.32-0.028c0.09-0.112,0.16-0.261,0.19-0.448,0.02-0.093,0.04-0.172,0.05-0.238-0.03-0.009-0.06-0.023-0.1-0.042-0.07-0.018-0.21-0.028-0.42-0.028-0.31,0-0.78,0.019-1.42,0.056l-0.86,0.014c-0.17,0-0.27-0.074-0.3-0.224-0.03-0.158-0.01-0.266,0.04-0.322,0.06-0.009,0.28,0,0.66,0.028,0.39,0.028,0.73,0.042,1.04,0.042,0.29,0,0.47-0.028,0.54-0.084,0-0.13-0.03-0.261-0.11-0.392-0.06-0.14-0.14-0.266-0.24-0.378-0.08-0.112-0.13-0.182-0.14-0.21,0-0.13,0.06-0.21,0.19-0.238,0.28,0.094,0.5,0.201,0.65,0.322,0.16,0.122,0.26,0.229,0.28,0.322,0.03,0.094,0.05,0.187,0.06,0.28,0.01,0.094,0.01,0.168-0.01,0.224-0.02,0.103-0.04,0.159-0.05,0.168l1.43-0.014c0.05-0.009,0.09-0.014,0.13-0.014,0.11-0.056,0.3-0.275,0.56-0.658,0.26-0.392,0.4-0.592,0.42-0.602,0.04-0.046,0.09-0.07,0.15-0.07,0.11,0,0.24,0.056,0.41,0.168,0.18,0.103,0.28,0.187,0.32,0.252-0.01,0.131-0.11,0.215-0.31,0.252l-0.26,0.056c-0.27,0.159-0.5,0.36-0.68,0.602,0.05,0.038,0.31,0.056,0.79,0.056,0.42,0,0.67-0.009,0.75-0.028,0.09-0.018,0.21-0.112,0.38-0.28,0.13-0.14,0.25-0.21,0.34-0.21,0.03,0,0.05,0.005,0.07,0.014,0.05,0.038,0.1,0.089,0.15,0.154,0.07,0.066,0.13,0.14,0.2,0.224s0.12,0.164,0.15,0.238c0.04,0.075,0.04,0.145,0.02,0.21-0.03,0.056-0.1,0.094-0.2,0.112-0.09,0.01-0.23,0.014-0.41,0.014h-0.36c-0.2-0.009-0.55-0.014-1.05-0.014-0.49-0.009-1.14-0.014-1.93-0.014-0.12,0.056-0.27,0.196-0.45,0.42l-0.14,0.21c0.01,0.075,0.03,0.112,0.06,0.112,0.21,0.028,0.48,0.042,0.81,0.042,0.58,0,0.96-0.014,1.13-0.042,0.19-0.037,0.35-0.107,0.48-0.21,0.06-0.037,0.12-0.056,0.18-0.056,0.11,0,0.22,0.07,0.32,0.21,0.11,0.131,0.16,0.262,0.14,0.392l-0.01,0.084c-0.23,0.178-0.36,0.392-0.41,0.644-0.09,0.458-0.17,0.938-0.24,1.442-0.05,0.504-0.09,0.808-0.12,0.91-0.05,0.252-0.11,0.425-0.18,0.518-0.08,0.094-0.2,0.145-0.37,0.154l-0.21-0.042h-0.01c-0.09-0.177-0.18-0.266-0.3-0.266l-2.82-0.014c-0.55,0-0.87,0.005-0.94,0.014-0.08,0.01-0.17,0.075-0.3,0.196-0.1,0.112-0.21,0.168-0.33,0.168m-1-5.138c-0.14-0.27-0.38-0.574-0.74-0.91-0.35-0.336-0.59-0.522-0.7-0.56-0.01-0.084,0.02-0.154,0.07-0.21,0.06-0.065,0.13-0.098,0.23-0.098,0.16,0,0.37,0.066,0.63,0.196,0.27,0.122,0.51,0.308,0.72,0.56,0.23,0.243,0.31,0.49,0.24,0.742l-0.1,0.21-0.09,0.084-0.17,0.014c-0.03,0-0.06-0.009-0.09-0.028m-1.75,0.238c0.14,0,0.35,0.052,0.62,0.154,0.27,0.103,0.52,0.252,0.74,0.448,0.24,0.196,0.33,0.397,0.3,0.602-0.06,0.252-0.16,0.378-0.31,0.378s-0.33-0.135-0.55-0.406l-0.1-0.126c-0.06-0.074-0.33-0.266-0.81-0.574l-0.11-0.098c-0.05-0.056-0.06-0.13-0.03-0.224,0.01-0.018,0.03-0.042,0.04-0.07,0.05-0.056,0.12-0.084,0.21-0.084m5.07,7.028c0.27,0,0.45-0.014,0.53-0.042,0.09-0.028,0.15-0.093,0.19-0.196,0.01-0.056,0.04-0.312,0.09-0.77l-0.07-0.056-2.43-0.056c-1.32-0.093-2.21-0.522-2.68-1.288h-0.09l-1.12,0.854c-0.21,0.168-0.34,0.299-0.41,0.392l-0.18,0.322c-0.03,0.028-0.06,0.052-0.09,0.07-0.14,0.028-0.26-0.074-0.37-0.308-0.11-0.242-0.14-0.429-0.12-0.56,0.01-0.037,0.02-0.065,0.03-0.084l0.87-0.336c0.59-0.242,0.99-0.485,1.22-0.728,0.08-0.196,0.15-0.41,0.19-0.644,0.05-0.242,0.07-0.434,0.07-0.574,0-0.084-0.16-0.126-0.47-0.126-0.09,0-0.21,0.01-0.37,0.028-0.15,0.019-0.28,0.028-0.39,0.028-0.1,0-0.21-0.004-0.32-0.014-0.11-0.018-0.19-0.065-0.22-0.14-0.04-0.074-0.05-0.177-0.03-0.308,0.03-0.102,0.1-0.163,0.21-0.182,0.39,0.075,0.78,0.112,1.17,0.112h0.17,0.2c0.05-0.028,0.12-0.074,0.18-0.14,0.08-0.065,0.13-0.112,0.17-0.14,0.04-0.037,0.09-0.065,0.17-0.084,0.07-0.028,0.14-0.018,0.21,0.028,0.23,0.187,0.37,0.346,0.43,0.476,0.06,0.131,0.05,0.224-0.03,0.28-0.06,0.056-0.15,0.126-0.25,0.21-0.1,0.075-0.17,0.145-0.2,0.21l-0.18,0.826c-0.04,0.327,0.03,0.532,0.23,0.616,0.65,0.364,1.39,0.56,2.21,0.588h0.1c0.28,0.01,0.56,0.014,0.85,0.014,1.04,0,2.03-0.032,2.98-0.098l1.78-0.182h0.06c0.03-0.018,0.07,0.01,0.11,0.084-0.02,0.103-0.12,0.229-0.3,0.378-0.16,0.14-0.27,0.243-0.3,0.308-0.08,0.038-0.42,0.075-1.03,0.112-0.6,0.038-1.03,0.056-1.28,0.056-0.06,0-0.1,0.028-0.12,0.084,0,0.01,0.06,0.028,0.17,0.056,0.12,0.028,0.21,0.075,0.27,0.14,0.06,0.056,0.06,0.14-0.02,0.252-0.19,0.122-0.29,0.182-0.3,0.182-0.08,0.066-0.12,0.14-0.12,0.224l0.1,0.098c0.15,0.01,0.29,0.014,0.42,0.014,0.27,0,0.49-0.028,0.65-0.084,0.16-0.065,0.27-0.13,0.3-0.196,0.05-0.074,0.11-0.14,0.17-0.196,0.07-0.065,0.14-0.098,0.23-0.098,0.1,0,0.24,0.112,0.43,0.336,0.2,0.224,0.29,0.397,0.27,0.518-0.02,0.084-0.08,0.136-0.19,0.154-0.09,0.019-0.31,0.028-0.67,0.028-0.23,0-0.52-0.004-0.87-0.014-0.39,0-0.69,0.014-0.89,0.042l-0.1,0.098c-0.08,0.308-0.16,0.644-0.24,1.008l-0.12,0.798c-0.09,0.28-0.26,0.486-0.51,0.616-0.24,0.14-0.45,0.21-0.61,0.21-0.07,0-0.13-0.009-0.19-0.028-0.14-0.317-0.37-0.485-0.7-0.504l-0.56-0.056-0.16-0.07c-0.07-0.018-0.1-0.06-0.1-0.126,0.01-0.065,0.04-0.112,0.08-0.14,0.04-0.037,0.25-0.056,0.65-0.056,0.33,0,0.62,0.005,0.86,0.014,0.25,0.019,0.41,0.024,0.49,0.014l0.13-0.14c0.09-0.289,0.17-0.574,0.22-0.854,0.07-0.326,0.1-0.546,0.09-0.658,0-0.121-0.04-0.182-0.11-0.182-0.08-0.009-0.22-0.014-0.44-0.014-0.2,0-0.48,0.005-0.84,0.014h-0.17l-2.96,0.042-2.83,0.014h-0.11c-0.09,0-0.15-0.051-0.2-0.154-0.04-0.112-0.04-0.224-0.01-0.336,0.02-0.112,0.06-0.168,0.14-0.168s0.28,0.028,0.58,0.084c0.32,0.047,0.52,0.07,0.61,0.07,0.3,0.019,1.19,0.024,2.67,0.014h2.56c0.23,0.01,0.41,0.014,0.56,0.014m-4.18,0.588c0.3,0.028,0.59,0.206,0.89,0.532,0.3,0.327,0.42,0.621,0.37,0.882-0.02,0.094-0.07,0.182-0.16,0.266l-0.18,0.14-0.1,0.042c-0.14,0-0.24-0.065-0.32-0.196-0.07-0.13-0.13-0.28-0.15-0.448-0.03-0.158-0.05-0.252-0.07-0.28l-0.44-0.644c-0.01-0.018-0.01-0.032,0-0.042-0.01-0.028-0.01-0.051,0-0.07,0.01-0.065,0.06-0.126,0.16-0.182m2.94-6.16c0,0.028-0.01,0.066-0.02,0.112-0.03,0.103,0.01,0.164,0.1,0.182,0.1,0.019,0.33,0.028,0.67,0.028,1.7,0,2.76,0.014,3.18,0.042,0.13-0.056,0.21-0.154,0.24-0.294,0.04-0.158,0.01-0.266-0.07-0.322-0.59-0.018-1.9-0.028-3.92-0.028-0.09,0.038-0.16,0.131-0.18,0.28m0.08,0.784c-0.09,0.019-0.16,0.047-0.21,0.084-0.04,0.038-0.07,0.122-0.1,0.252-0.03,0.159-0.01,0.271,0.04,0.336,1.04,0.038,2.05,0.056,3.04,0.056h0.34c0.1-0.009,0.19-0.009,0.26,0,0.08,0,0.14-0.004,0.2-0.014,0.06-0.009,0.1-0.018,0.14-0.028,0.04-0.018,0.07-0.037,0.08-0.056,0.03-0.028,0.05-0.056,0.06-0.084s0.02-0.065,0.03-0.112c0.04-0.186,0.01-0.308-0.09-0.364-1.1-0.065-2.01-0.098-2.73-0.098-0.36,0-0.67,0.01-0.93,0.028h-0.13m3.6,1.736c0.08-0.308,0.09-0.494,0.03-0.56-0.42-0.046-1.06-0.07-1.91-0.07-0.36,0-0.76,0.005-1.2,0.014l-0.9,0.056h-0.03c-0.06,0.066-0.11,0.159-0.14,0.28,0,0.056-0.01,0.117-0.01,0.182l0.03,0.154c0.07,0.047,0.39,0.07,0.94,0.07,0.48,0,1.14-0.014,1.98-0.042h0.44l0.52,0.014c0.09-0.009,0.17-0.042,0.25-0.098m14.87-1.764c-0.03,0.159-0.22,0.238-0.56,0.238-0.89-0.009-1.62-0.014-2.19-0.014-0.53,0-0.91,0.005-1.15,0.014-0.23,0-0.42,0.01-0.57,0.028-0.15,0.019-0.23,0.038-0.25,0.056-0.02,0.019-0.03,0.056-0.04,0.112-0.23,1.148-0.35,1.858-0.38,2.128l0.08,0.084h2.69c0.31,0,0.61-0.004,0.91-0.014,0.01,0,0.14-0.116,0.38-0.35,0.25-0.233,0.42-0.35,0.52-0.35,0.08,0,0.21,0.112,0.37,0.336,0.18,0.215,0.34,0.439,0.47,0.672-0.03,0.094-0.09,0.159-0.19,0.196-0.08,0.028-0.23,0.042-0.46,0.042h-0.24c-0.15-0.009-0.36-0.014-0.64-0.014h-3.09l-0.79,0.014c-0.02,0-0.04,0.005-0.05,0.014-0.02,0-0.06,0.038-0.12,0.112l-0.61,3.318c-0.06,0.243-0.11,0.416-0.16,0.518-0.03,0.112-0.11,0.243-0.22,0.392-0.11,0.159-0.27,0.28-0.46,0.364-0.19,0.094-0.44,0.173-0.76,0.238-0.04-0.018-0.1-0.112-0.17-0.28-0.05-0.168-0.13-0.27-0.23-0.308l-1.4-0.28c-0.08-0.056-0.1-0.13-0.06-0.224,0.02-0.112,0.1-0.186,0.24-0.224,0.6,0.103,1.12,0.154,1.54,0.154,0.17,0,0.32-0.009,0.45-0.028,0.17,0,0.29-0.074,0.36-0.224,0.21-0.886,0.37-1.647,0.5-2.282,0.12-0.569,0.17-0.919,0.17-1.05,0.01-0.13-0.04-0.196-0.15-0.196l-3-0.014c-0.74,0.028-1.41,0.089-1.99,0.182-0.05-0.056-0.1-0.168-0.15-0.336s-0.07-0.289-0.06-0.364c0.02-0.065,0.06-0.102,0.12-0.112,0.07,0,0.54,0.033,1.4,0.098,0.02,0,0.18,0.01,0.47,0.028,0.3,0.01,0.74,0.014,1.32,0.014,0.34,0,0.7-0.004,1.06-0.014l1.04-0.028c0.07-0.065,0.11-0.107,0.11-0.126l0.43-2.114c0-0.102-0.04-0.154-0.14-0.154l-3.5,0.028-0.61,0.098-0.14-0.056c-0.04-0.046-0.07-0.154-0.1-0.322s-0.03-0.294,0-0.378l0.1-0.056c0.56,0.112,1.34,0.168,2.35,0.168,0.74,0,1.43-0.018,2.09-0.056,0.09-0.074,0.23-0.588,0.42-1.54,0.05-0.27,0.09-0.452,0.12-0.546l-0.05-0.07c-1.51,0.243-2.73,0.364-3.69,0.364h-0.39c-0.1-0.009-0.18-0.014-0.22-0.014-0.04-0.009-0.06-0.014-0.07-0.014-0.16-0.028-0.23-0.126-0.2-0.294,0.03-0.102,0.08-0.158,0.16-0.168l0.78-0.028c2.34-0.121,4.71-0.541,7.11-1.26l0.69-0.336c0.04-0.009,0.07-0.014,0.11-0.014,0.09,0,0.24,0.07,0.43,0.21,0.21,0.131,0.36,0.266,0.45,0.406,0,0.178-0.11,0.29-0.33,0.336-0.22,0.038-0.38,0.042-0.48,0.014h-0.14l-3.35,0.728c-0.09,0.075-0.23,0.607-0.42,1.596l-0.07,0.532c0,0.094,0.06,0.14,0.19,0.14l2.32,0.042c0.26-0.009,0.45-0.056,0.57-0.14,0.13-0.084,0.23-0.191,0.31-0.322,0.1-0.13,0.22-0.233,0.37-0.308,0.13,0.075,0.3,0.229,0.53,0.462,0.23,0.234,0.33,0.416,0.31,0.546m11.99,1.008c0.05-0.018,0.17-0.116,0.37-0.294,0.19-0.177,0.33-0.266,0.42-0.266,0.08,0,0.22,0.122,0.42,0.364,0.2,0.243,0.29,0.42,0.26,0.532-0.01,0.066-0.05,0.112-0.14,0.14l-0.38,0.056-1.05,0.028c-0.07,0.038-0.11,0.08-0.12,0.126-0.04,0.122-0.13,0.514-0.27,1.176l-0.63,3.458-0.15,0.602c-0.04,0.159-0.12,0.294-0.25,0.406-0.13,0.122-0.27,0.206-0.42,0.252-0.15,0.047-0.27,0.08-0.37,0.098-0.09,0.028-0.15,0.042-0.17,0.042-0.05,0-0.1-0.014-0.14-0.042-0.08-0.308-0.28-0.49-0.58-0.546l-0.55-0.07c-0.06-0.065-0.07-0.163-0.01-0.294,0.02-0.037,0.19-0.056,0.49-0.056,0.12,0,0.28,0.005,0.47,0.014,0.2,0.01,0.32,0.014,0.37,0.014,0.22,0,0.37-0.037,0.46-0.112,0.08-0.074,0.15-0.228,0.19-0.462l0.9-4.438c0.01-0.046,0-0.084-0.03-0.112-0.02-0.028-0.07-0.046-0.17-0.056-0.09-0.018-0.17-0.028-0.25-0.028h-0.39c-0.69,0-1.06,0.01-1.11,0.028-0.08,0-0.14,0.042-0.18,0.126l-0.45,1.47c-0.66,1.951-1.54,3.444-2.66,4.48-0.09,0.084-0.17,0.098-0.25,0.042-0.06-0.046-0.03-0.158,0.1-0.336,0.13-0.177,0.36-0.508,0.69-0.994,0.33-0.494,0.63-1.036,0.89-1.624,0.39-0.877,0.74-1.899,1.05-3.066l-0.08-0.14-1.37,0.042c-0.12,0.038-0.19,0.117-0.21,0.238-0.12,0.336-0.25,0.887-0.4,1.652-0.11,0.542-0.2,1.055-0.28,1.54l-0.12,0.7-0.23,1.162c-0.05,0.206-0.22,0.406-0.5,0.602s-0.53,0.294-0.76,0.294c-0.07,0-0.13-0.06-0.16-0.182-0.04-0.121-0.06-0.186-0.07-0.196-0.02-0.009-0.21-0.065-0.56-0.168-0.35-0.102-0.51-0.205-0.49-0.308,0-0.084,0.05-0.154,0.16-0.21l1.14,0.07c0.26,0,0.44-0.046,0.53-0.14,0.1-0.084,0.18-0.266,0.22-0.546l0.65-3.22c0.07-0.373,0.13-0.653,0.17-0.84,0.03-0.186,0.05-0.303,0.04-0.35,0-0.056-0.02-0.084-0.07-0.084-0.12-0.028-0.43-0.042-0.93-0.042-0.43,0-0.71,0.014-0.84,0.042-0.12,0.019-0.18,0.08-0.19,0.182-0.33,1.167-0.67,2.17-1.04,3.01-0.36,0.84-0.81,1.582-1.36,2.226-0.24,0.318-0.43,0.532-0.58,0.644-0.06,0.066-0.14,0.066-0.26,0-0.04-0.046-0.02-0.14,0.06-0.28,0.08-0.13,0.28-0.387,0.57-0.77,0.7-0.896,1.36-2.552,1.96-4.97l-0.07-0.098-1.38,0.056c-0.06-0.037-0.1-0.102-0.13-0.196-0.03-0.102-0.03-0.191-0.03-0.266,0.02-0.065,0.06-0.107,0.1-0.126l1.11,0.084c0.15,0,0.29-0.014,0.43-0.042,0.12-0.13,0.29-0.709,0.49-1.736,0.25-1.185,0.42-2.179,0.52-2.982,0.04-0.056,0.09-0.084,0.15-0.084,0.08,0,0.14,0.019,0.2,0.056,0.06,0.028,0.1,0.066,0.14,0.112,0.05,0.038,0.15,0.075,0.31,0.112,0.16,0.038,0.37,0.056,0.64,0.056,0.73,0,1.13-0.028,1.21-0.084,0.06-0.046,0.13-0.102,0.19-0.168,0.07-0.065,0.11-0.107,0.14-0.126,0.04-0.018,0.08-0.028,0.13-0.028,0.14,0,0.32,0.182,0.54,0.546l0.07,0.21c0.01,0.075-0.07,0.173-0.25,0.294-0.17,0.122-0.26,0.215-0.29,0.28-0.06,0.159-0.17,0.672-0.35,1.54-0.09,0.439-0.18,0.962-0.3,1.568l-0.04,0.224c-0.03,0.112-0.02,0.187,0.03,0.224,0.06,0.038,0.18,0.056,0.36,0.056,0.4,0,0.76-0.023,1.1-0.07,0.14-0.112,0.3-0.616,0.47-1.512,0.09-0.41,0.18-0.928,0.27-1.554,0.1-0.625,0.18-1.068,0.22-1.33,0.04-0.149,0.07-0.252,0.09-0.308s0.07-0.084,0.12-0.084c0.1,0,0.17,0.019,0.23,0.056,0.05,0.028,0.1,0.066,0.14,0.112,0.03,0.038,0.13,0.075,0.29,0.112,0.17,0.038,0.39,0.056,0.67,0.056h0.65c0.13-0.009,0.25-0.028,0.36-0.056,0.11-0.037,0.18-0.065,0.2-0.084,0.02-0.018,0.09-0.079,0.21-0.182,0.11-0.084,0.2-0.126,0.28-0.126,0.09,0,0.22,0.098,0.39,0.294s0.24,0.346,0.22,0.448c-0.02,0.084-0.11,0.187-0.29,0.308-0.18,0.122-0.27,0.21-0.28,0.266l-0.58,2.842-0.09,0.56c-0.02,0.084,0,0.136,0.05,0.154m-0.8-0.084c0.08-0.177,0.2-0.69,0.37-1.54,0.24-1.222,0.37-1.95,0.38-2.184,0.02-0.093-0.01-0.149-0.09-0.168h-1.72c-0.07,0-0.13,0.08-0.18,0.238-0.33,1.671-0.59,2.922-0.8,3.752l0.04,0.056c1.24,0,1.91-0.051,2-0.154m-5.93-3.92c-0.07,0-0.12,0.014-0.16,0.042-0.03,0.028-0.07,0.075-0.11,0.14-0.03,0.066-0.07,0.154-0.1,0.266-0.02,0.112-0.06,0.252-0.09,0.42s-0.07,0.369-0.12,0.602c-0.33,1.708-0.49,2.576-0.47,2.604l1.37,0.056c0.22-0.009,0.36-0.028,0.45-0.056,0.08-0.028,0.14-0.093,0.18-0.196,0.22-0.98,0.38-1.768,0.5-2.366,0.09-0.429,0.14-0.709,0.17-0.84,0.03-0.14,0.04-0.275,0.03-0.406,0-0.14-0.03-0.219-0.08-0.238l-1.57-0.028" stroke="#FFF" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.4" fill="#FFF"/>
+ <path id="use2086" d="m100.21 10.827h5.7l-3.5 11.473h6.43l-0.57 1.871h-6.43l-1.54 4.72c-1.307 4.014-2.69 8.869-4.155 14.565-1.464 5.641-2.197 8.923-2.197 9.845 0 1.248 0.57 1.872 1.709 1.872 2.007 0 4.423-2.767 7.243-8.3 0.27-0.597 0.68-1.329 1.22-2.197l1.63 0.814c-2.12 4.394-3.69 7.214-4.72 8.462-2.227 2.658-4.586 3.987-7.082 3.987-1.681 0-3.037-0.515-4.068-1.546-1.031-1.085-1.546-2.468-1.546-4.15 0-1.519 0.244-3.227 0.732-5.126 0.543-2.115 2.279-8.191 5.208-18.226l1.383-4.72h-6.509l0.651-1.871h6.509l3.902-11.473zm40.91 10.822h6.1c-5.16 16.436-7.73 26.851-7.73 31.245 0 1.628 0.43 2.441 1.3 2.441 1.03 0 2.25-0.976 3.66-2.929 1.47-2.007 2.74-4.475 3.83-7.404l1.79 0.732c-2.88 8.137-6.46 12.205-10.75 12.205-3.68 0-5.53-2.061-5.53-6.184 0-1.085 0.14-2.848 0.41-5.289-2.12 3.255-3.83 5.615-5.13 7.079-2.6 2.929-5.56 4.394-8.87 4.394-1.95 0-3.58-0.678-4.88-2.034s-1.95-3.038-1.95-5.045c0-0.976 0.81-4.258 2.44-9.845l1.46-5.045c1.63-5.588 2.45-9.032 2.45-10.334 0-1.031-0.36-1.546-1.06-1.546-2.28 0-5.29 3.58-9.03 10.741l-1.79-0.896c4.12-8.462 8.27-12.693 12.44-12.693 1.52 0 2.74 0.57 3.67 1.709 0.97 1.139 1.46 2.631 1.46 4.475 0 2.278-0.54 5.126-1.63 8.544l-2.19 6.916c-1.79 5.642-2.69 8.923-2.69 9.846 0 1.898 0.98 2.847 2.93 2.847 1.74 0 3.64-1.057 5.7-3.173 2.11-2.116 4.01-4.909 5.69-8.381 2.55-5.262 5.18-12.72 7.9-22.376zm24.05-10.822h5.7l-3.5 11.473h6.43l-0.57 1.871h-6.43l-1.55 4.72c-1.3 4.014-2.68 8.869-4.15 14.565-1.46 5.641-2.19 8.923-2.19 9.845 0 1.248 0.57 1.872 1.71 1.872 2 0 4.42-2.767 7.24-8.3 0.27-0.597 0.68-1.329 1.22-2.197l1.63 0.814c-2.12 4.394-3.69 7.214-4.72 8.462-2.23 2.658-4.59 3.987-7.08 3.987-1.68 0-3.04-0.515-4.07-1.546-1.03-1.085-1.55-2.468-1.55-4.15 0-1.519 0.25-3.227 0.74-5.126 0.54-2.115 2.27-8.191 5.2-18.226l1.39-4.72h-6.51l0.65-1.871h6.51l3.9-11.473zm28.16 12.287c-3.91-0.217-7.38 3.688-10.42 11.717-2.11 5.587-3.17 10.605-3.17 15.053 0 4.122 1.82 6.184 5.45 6.184 2.93 0 5.48-1.872 7.65-5.615 1.41-2.387 2.63-5.533 3.66-9.438 1.03-3.96 1.63-7.676 1.79-11.148 0.22-4.285-1.44-6.536-4.96-6.753zm-0.08-1.872c3.2 0 5.8 1.275 7.81 3.824 2 2.496 3.01 5.75 3.01 9.765 0 4.936-1.77 9.926-5.29 14.971-3.8 5.425-8.41 8.137-13.83 8.137-3.31 0-6.03-1.139-8.14-3.417-2.12-2.333-3.17-5.289-3.17-8.87 0-6.075 2.22-11.825 6.67-17.25 3.9-4.773 8.22-7.16 12.94-7.16zm15.86 12.856l-1.71-0.732c1.41-3.472 3.12-6.347 5.13-8.625 2.01-2.333 3.8-3.499 5.37-3.499 3.53 0 5.29 2.577 5.29 7.73 0 0.922-0.16 2.767-0.49 5.533 3.74-8.842 7.73-13.263 11.96-13.263 1.2 0 2.2 0.38 3.01 1.139 0.87 0.705 1.3 1.573 1.3 2.604 0 0.868-0.29 1.6-0.89 2.197s-1.33 0.895-2.2 0.895c-1.84 0-2.76-1.058-2.76-3.173 0-0.597-0.19-0.895-0.57-0.895-0.55 0-1.31 0.488-2.28 1.464-0.98 0.977-1.82 2.116-2.52 3.418-2.17 3.905-5.7 13.236-10.58 27.99h-6.1c2.54-7.648 4.2-13.236 4.96-16.762 1.19-5.533 1.79-9.547 1.79-12.042 0-2.658-0.44-3.987-1.3-3.987-0.76 0-1.87 0.976-3.34 2.929-1.41 1.953-2.77 4.313-4.07 7.079zm45.98-31.245c1.03 0 1.89 0.3797 2.6 1.1391 0.76 0.7052 1.14 1.5731 1.14 2.6038s-0.38 1.9257-1.14 2.6852c-0.71 0.759-1.57 1.139-2.6 1.139-1.04 0-1.93-0.38-2.69-1.139-0.76-0.7595-1.14-1.6545-1.14-2.6852s0.38-1.8986 1.14-2.6038c0.76-0.7594 1.65-1.1391 2.69-1.1391zm1.22 42.718l1.62 0.814c-3.63 7.703-7.59 11.554-11.88 11.554-1.52 0-2.76-0.542-3.74-1.627-0.98-1.139-1.46-2.577-1.46-4.313 0-1.193 0.16-2.305 0.48-3.336 0.33-1.031 1.22-3.336 2.69-6.916l3.09-7.405c1.85-4.394 2.77-7.35 2.77-8.869 0-1.085-0.46-1.627-1.39-1.627-1.89 0-4.5 2.983-7.81 8.95l-1.62-0.976c3.85-7.052 7.54-10.578 11.06-10.578 1.47 0 2.66 0.543 3.58 1.627 0.92 1.085 1.39 2.496 1.39 4.232 0 2.061-1.12 5.885-3.34 11.472l-3.42 8.544c-1.41 3.526-2.11 5.832-2.11 6.916 0 0.977 0.43 1.465 1.3 1.465 1.03 0 2.36-0.922 3.99-2.766 1.68-1.899 3.28-4.286 4.8-7.161zm27.58-22.295c-1.63-0.108-3.53 0.841-5.7 2.848-2.11 1.953-4.09 4.584-5.94 7.893-3.68 6.564-5.53 12.069-5.53 16.518 0 3.471 1.36 5.207 4.07 5.207 4.39 0 8.54-4.312 12.45-12.937 2.66-5.859 4.15-10.714 4.47-14.565 0.11-1.411-0.19-2.577-0.89-3.499-0.71-0.922-1.68-1.41-2.93-1.465zm6.83-0.976h5.78c-1.35 3.634-3.2 8.95-5.53 15.948-2.5 7.54-3.74 12.666-3.74 15.379 0 1.139 0.43 1.708 1.3 1.708 1.9 0 4.55-3.688 7.97-11.066l1.79 0.733c-2.28 4.936-4.23 8.326-5.86 10.171-1.62 1.844-3.47 2.766-5.53 2.766-3.36 0-5.04-1.519-5.04-4.557 0-0.813 0.24-2.468 0.73-4.963-3.85 6.401-7.98 9.601-12.37 9.601-2.77 0-5.02-0.922-6.75-2.766-1.74-1.844-2.61-4.258-2.61-7.242 0-6.184 2.44-12.178 7.33-17.982 4.88-5.859 9.9-8.788 15.05-8.788 2.71 0 4.77 1.492 6.18 4.475l1.3-3.417zm16.71-17.82l0.49-1.8714c4.07-0.1628 8.68-0.434 13.83-0.8137-0.43 1.4646-0.76 2.5224-0.97 3.1733-0.6 1.6816-1.44 4.2312-2.53 7.6486l-6.59 21.481c-3.14 10.253-4.72 16.545-4.72 18.878 0 1.681 0.49 2.522 1.47 2.522 1.36 0 3.04-1.465 5.04-4.394 1.03-1.519 2.2-3.526 3.5-6.021l1.87 0.895c-1.62 2.983-2.84 5.099-3.66 6.347-2.49 3.743-5.34 5.614-8.54 5.614-1.63 0-2.96-0.597-3.99-1.79s-1.54-2.712-1.54-4.557c0-2.278 0.92-6.428 2.76-12.449l7.16-23.353c1.58-5.153 2.36-8.055 2.36-8.706 0-0.9764-0.38-1.6273-1.14-1.9528-0.76-0.3797-2.36-0.5967-4.8-0.651z" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill-opacity=".11077" stroke-width="1pt" fill="#fff"/>
+ <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203015" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203015" style="letter-spacing:.29056" y="-326.81229">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↓</tspan> 向下捲動頁面</tspan></text>
+ <path id="path7527" opacity=".5" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.96 172.17)"/>
+ <path id="text2413" d="m147.73 15.782c0.19 0.019 0.4 0.126 0.61 0.322 0.22 0.196 0.31 0.364 0.28 0.504-0.02 0.094-0.12 0.14-0.31 0.14-0.03 0-0.1-0.004-0.19-0.014-0.1-0.018-0.17-0.028-0.23-0.028-0.05 0-0.09 0.005-0.12 0.014 0.01 0-0.12 0.042-0.38 0.126s-0.58 0.182-0.97 0.294c-0.38 0.103-0.85 0.22-1.42 0.35-0.56 0.131-1.11 0.234-1.63 0.308l-0.1 0.112-0.22 0.952 0.03 0.294c0.04 0.14 0.2 0.238 0.5 0.294s0.77 0.084 1.4 0.084h0.23c0.49 0 0.85-0.004 1.09-0.014 0.24-0.018 0.4-0.032 0.47-0.042 0.09-0.018 0.21-0.051 0.37-0.098 0.12-0.037 0.21-0.084 0.26-0.14l0.19-0.21c0.08-0.093 0.16-0.242 0.23-0.448 0.09-0.205 0.16-0.387 0.21-0.546 0.06-0.168 0.13-0.298 0.2-0.392 0.07-0.093 0.15-0.107 0.24-0.042 0.04 0.028 0.02 0.243-0.06 0.644-0.11 0.542-0.16 0.845-0.15 0.91l0.26 0.294c0.03 0.056 0.04 0.112 0.03 0.168-0.08 0.411-1.08 0.616-2.98 0.616h-0.94c-0.27-0.009-0.52-0.023-0.75-0.042-0.24-0.018-0.43-0.032-0.59-0.042-0.16-0.018-0.3-0.046-0.42-0.084-0.12-0.046-0.23-0.079-0.31-0.098-0.07-0.028-0.14-0.079-0.18-0.154-0.04-0.074-0.07-0.13-0.09-0.168-0.01-0.046-0.02-0.121-0.02-0.224 0.01-0.112 0.01-0.2 0.02-0.266 0.02-0.065 0.05-0.168 0.07-0.308 0.04-0.158 0.09-0.42 0.16-0.784s0.13-0.662 0.18-0.896c0.17-0.849 0.28-1.516 0.35-2.002 0.06-0.056 0.14-0.084 0.24-0.084 0.06 0 0.14 0.014 0.24 0.042 0.1 0.019 0.17 0.028 0.22 0.028l0.55 0.154c0.01 0.01 0.03 0.014 0.04 0.014 0.03 0.056 0.04 0.112 0.03 0.168-0.01 0.075-0.13 0.173-0.35 0.294-0.22 0.112-0.34 0.192-0.37 0.238l-0.28 1.274c0 0.028 0.02 0.052 0.06 0.07l2.14-0.602c0.84-0.27 1.56-0.597 2.16-0.98m-0.07 5.95c-0.02 0.075-0.12 0.178-0.3 0.308-0.17 0.122-0.26 0.215-0.28 0.28-0.03 0.084-0.06 0.243-0.11 0.476-0.05 0.234-0.1 0.542-0.17 0.924l-0.04 0.168c-0.27 1.447-0.48 2.539-0.63 3.276-0.04 0.196-0.2 0.294-0.49 0.294l-0.18-0.014c-0.06-0.065-0.07-0.219-0.03-0.462 0.03-0.149 0.02-0.261-0.03-0.336-1.99 0-3.12 0.005-3.41 0.014l-0.4 0.028c-0.05 0.047-0.11 0.192-0.18 0.434l-0.1 0.224c-0.08 0.103-0.22 0.145-0.4 0.126-0.19-0.009-0.28-0.06-0.28-0.154 0-0.037 0.03-0.186 0.08-0.448 0.1-0.513 0.29-1.362 0.56-2.548l0.06-0.252 0.46-2.506 0.13-0.462c0.01-0.093 0.06-0.149 0.12-0.168 0.06 0.01 0.17 0.08 0.34 0.21 0.18 0.122 0.27 0.187 0.29 0.196 0.37 0.019 0.83 0.028 1.4 0.028 0.38 0 0.79-0.004 1.25-0.014h0.17l0.89 0.014c0.03-0.009 0.05-0.014 0.07-0.014 0.04-0.009 0.15-0.07 0.32-0.182 0.19-0.121 0.32-0.158 0.4-0.112 0.18 0.094 0.31 0.21 0.39 0.35 0.08 0.131 0.11 0.238 0.1 0.322m-9.3-3.206c-0.16 0-0.37 0.01-0.63 0.028-0.26 0.01-0.4 0.014-0.41 0.014-0.16-0.186-0.21-0.41-0.14-0.672 0.01-0.009 0.21 0.01 0.59 0.056 0.39 0.038 0.73 0.056 1 0.056 0.29 0 0.46-0.037 0.49-0.112 0.05-0.14 0.12-0.401 0.21-0.784 0.05-0.298 0.11-0.676 0.18-1.134 0.07-0.466 0.11-0.709 0.12-0.728 0.02-0.13 0.07-0.205 0.16-0.224 0.79 0.14 1.17 0.308 1.13 0.504-0.02 0.075-0.12 0.154-0.31 0.238-0.17 0.084-0.29 0.164-0.33 0.238-0.06 0.103-0.14 0.402-0.24 0.896-0.05 0.252-0.1 0.565-0.17 0.938-0.03 0.131 0.05 0.196 0.24 0.196 0.21 0 0.39-0.042 0.53-0.126l0.38-0.392c0.22-0.14 0.47 0.042 0.74 0.546l0.09 0.154c0.01 0.028 0.01 0.056 0 0.084-0.02 0.112-0.13 0.182-0.34 0.21l-0.67 0.028-0.84 0.014c-0.15 0.019-0.25 0.056-0.3 0.112l-0.54 2.408v0.028l0.01 0.014 1.96-0.784c0.07-0.009 0.12 0.061 0.16 0.21-0.05 0.112-0.42 0.336-1.12 0.672s-1.09 0.556-1.15 0.658c-0.02 0.094-0.09 0.416-0.2 0.966-0.1 0.542-0.25 1.312-0.46 2.31l-0.03 0.168c-0.04 0.196-0.07 0.369-0.11 0.518-0.02 0.122-0.04 0.234-0.07 0.336-0.02 0.103-0.03 0.164-0.03 0.182-0.05 0.271-0.14 0.476-0.25 0.616s-0.29 0.276-0.53 0.406c-0.19 0.103-0.33 0.154-0.44 0.154-0.07 0-0.15-0.079-0.22-0.238-0.07-0.158-0.12-0.247-0.17-0.266l-0.92-0.28c-0.07 0-0.09-0.056-0.06-0.168 0.02-0.121 0.17-0.191 0.44-0.21l1.24 0.028c0.09 0 0.19-0.247 0.31-0.742 0.13-0.504 0.36-1.577 0.7-3.22l0.06-0.28-0.05-0.014c-0.01 0.01-0.18 0.089-0.51 0.238-0.33 0.15-0.55 0.276-0.66 0.378l-0.13 0.406c-0.05 0.094-0.11 0.14-0.18 0.14-0.13 0-0.26-0.154-0.38-0.462-0.12-0.317-0.17-0.546-0.14-0.686 0.05-0.037 0.38-0.154 0.98-0.35 0.62-0.205 0.97-0.331 1.07-0.378 0.09-0.037 0.15-0.14 0.19-0.308 0.09-0.28 0.18-0.672 0.28-1.176 0.05-0.242 0.1-0.518 0.14-0.826 0.06-0.261 0.08-0.41 0.07-0.448 0-0.093-0.25-0.14-0.74-0.14m8.08 3.5c0-0.084-0.07-0.135-0.2-0.154-0.13-0.018-0.45-0.028-0.95-0.028-0.54 0-1.28 0.01-2.23 0.028h-0.4c-0.05 0-0.1 0.024-0.14 0.07-0.1 0.346-0.23 0.859-0.37 1.54l0.07 0.098c1.95 0.028 3.21 0.038 3.77 0.028 0.07-0.018 0.11-0.06 0.14-0.126l0.31-1.456m-4.79 3.962c0.08 0.103 0.6 0.154 1.55 0.154 1.07 0 1.73-0.014 1.98-0.042 0.25-0.018 0.4-0.07 0.45-0.154l0.29-1.414 0.04-0.238c0.02-0.056-0.01-0.102-0.1-0.14h-3.66c-0.1 0-0.16 0.033-0.2 0.098l-0.35 1.736m12.25-3.976c-0.14-0.009-0.22-0.056-0.24-0.14s-0.01-0.228 0.03-0.434c0.05-0.224 0.12-0.546 0.24-0.966l0.53-2.758c0.02-0.084 0.06-0.144 0.14-0.182 0.06 0.01 0.13 0.047 0.19 0.112 0.08 0.056 0.18 0.112 0.31 0.168 0.13 0.047 0.32 0.07 0.55 0.07 0.16 0 0.33-0.009 0.52-0.028l0.32-0.028c0.09-0.112 0.16-0.261 0.19-0.448 0.02-0.093 0.04-0.172 0.05-0.238-0.03-0.009-0.06-0.023-0.1-0.042-0.07-0.018-0.21-0.028-0.42-0.028-0.31 0-0.78 0.019-1.42 0.056l-0.86 0.014c-0.17 0-0.27-0.074-0.3-0.224-0.03-0.158-0.01-0.266 0.04-0.322 0.06-0.009 0.28 0 0.66 0.028 0.39 0.028 0.73 0.042 1.04 0.042 0.29 0 0.47-0.028 0.54-0.084 0-0.13-0.03-0.261-0.11-0.392-0.06-0.14-0.14-0.266-0.24-0.378-0.08-0.112-0.13-0.182-0.14-0.21 0-0.13 0.06-0.21 0.19-0.238 0.28 0.094 0.5 0.201 0.65 0.322 0.16 0.122 0.26 0.229 0.28 0.322 0.03 0.094 0.05 0.187 0.06 0.28 0.01 0.094 0.01 0.168-0.01 0.224-0.02 0.103-0.04 0.159-0.05 0.168l1.43-0.014c0.05-0.009 0.09-0.014 0.13-0.014 0.11-0.056 0.3-0.275 0.56-0.658 0.26-0.392 0.4-0.592 0.42-0.602 0.04-0.046 0.09-0.07 0.15-0.07 0.11 0 0.24 0.056 0.41 0.168 0.18 0.103 0.28 0.187 0.32 0.252-0.01 0.131-0.11 0.215-0.31 0.252l-0.26 0.056c-0.27 0.159-0.5 0.36-0.68 0.602 0.05 0.038 0.31 0.056 0.79 0.056 0.42 0 0.67-0.009 0.75-0.028 0.09-0.018 0.21-0.112 0.38-0.28 0.13-0.14 0.25-0.21 0.34-0.21 0.03 0 0.05 0.005 0.07 0.014 0.05 0.038 0.1 0.089 0.15 0.154 0.07 0.066 0.13 0.14 0.2 0.224s0.12 0.164 0.15 0.238c0.04 0.075 0.04 0.145 0.02 0.21-0.03 0.056-0.1 0.094-0.2 0.112-0.09 0.01-0.23 0.014-0.41 0.014h-0.36c-0.2-0.009-0.55-0.014-1.05-0.014-0.49-0.009-1.14-0.014-1.93-0.014-0.12 0.056-0.27 0.196-0.45 0.42l-0.14 0.21c0.01 0.075 0.03 0.112 0.06 0.112 0.21 0.028 0.48 0.042 0.81 0.042 0.58 0 0.96-0.014 1.13-0.042 0.19-0.037 0.35-0.107 0.48-0.21 0.06-0.037 0.12-0.056 0.18-0.056 0.11 0 0.22 0.07 0.32 0.21 0.11 0.131 0.16 0.262 0.14 0.392l-0.01 0.084c-0.23 0.178-0.36 0.392-0.41 0.644-0.09 0.458-0.17 0.938-0.24 1.442-0.05 0.504-0.09 0.808-0.12 0.91-0.05 0.252-0.11 0.425-0.18 0.518-0.08 0.094-0.2 0.145-0.37 0.154l-0.21-0.042h-0.01c-0.09-0.177-0.18-0.266-0.3-0.266l-2.82-0.014c-0.55 0-0.87 0.005-0.94 0.014-0.08 0.01-0.17 0.075-0.3 0.196-0.1 0.112-0.21 0.168-0.33 0.168m-1-5.138c-0.14-0.27-0.38-0.574-0.74-0.91-0.35-0.336-0.59-0.522-0.7-0.56-0.01-0.084 0.02-0.154 0.07-0.21 0.06-0.065 0.13-0.098 0.23-0.098 0.16 0 0.37 0.066 0.63 0.196 0.27 0.122 0.51 0.308 0.72 0.56 0.23 0.243 0.31 0.49 0.24 0.742l-0.1 0.21-0.09 0.084-0.17 0.014c-0.03 0-0.06-0.009-0.09-0.028m-1.75 0.238c0.14 0 0.35 0.052 0.62 0.154 0.27 0.103 0.52 0.252 0.74 0.448 0.24 0.196 0.33 0.397 0.3 0.602-0.06 0.252-0.16 0.378-0.31 0.378s-0.33-0.135-0.55-0.406l-0.1-0.126c-0.06-0.074-0.33-0.266-0.81-0.574l-0.11-0.098c-0.05-0.056-0.06-0.13-0.03-0.224 0.01-0.018 0.03-0.042 0.04-0.07 0.05-0.056 0.12-0.084 0.21-0.084m5.07 7.028c0.27 0 0.45-0.014 0.53-0.042 0.09-0.028 0.15-0.093 0.19-0.196 0.01-0.056 0.04-0.312 0.09-0.77l-0.07-0.056-2.43-0.056c-1.32-0.093-2.21-0.522-2.68-1.288h-0.09l-1.12 0.854c-0.21 0.168-0.34 0.299-0.41 0.392l-0.18 0.322c-0.03 0.028-0.06 0.052-0.09 0.07-0.14 0.028-0.26-0.074-0.37-0.308-0.11-0.242-0.14-0.429-0.12-0.56 0.01-0.037 0.02-0.065 0.03-0.084l0.87-0.336c0.59-0.242 0.99-0.485 1.22-0.728 0.08-0.196 0.15-0.41 0.19-0.644 0.05-0.242 0.07-0.434 0.07-0.574 0-0.084-0.16-0.126-0.47-0.126-0.09 0-0.21 0.01-0.37 0.028-0.15 0.019-0.28 0.028-0.39 0.028-0.1 0-0.21-0.004-0.32-0.014-0.11-0.018-0.19-0.065-0.22-0.14-0.04-0.074-0.05-0.177-0.03-0.308 0.03-0.102 0.1-0.163 0.21-0.182 0.39 0.075 0.78 0.112 1.17 0.112h0.17 0.2c0.05-0.028 0.12-0.074 0.18-0.14 0.08-0.065 0.13-0.112 0.17-0.14 0.04-0.037 0.09-0.065 0.17-0.084 0.07-0.028 0.14-0.018 0.21 0.028 0.23 0.187 0.37 0.346 0.43 0.476 0.06 0.131 0.05 0.224-0.03 0.28-0.06 0.056-0.15 0.126-0.25 0.21-0.1 0.075-0.17 0.145-0.2 0.21l-0.18 0.826c-0.04 0.327 0.03 0.532 0.23 0.616 0.65 0.364 1.39 0.56 2.21 0.588h0.1c0.28 0.01 0.56 0.014 0.85 0.014 1.04 0 2.03-0.032 2.98-0.098l1.78-0.182h0.06c0.03-0.018 0.07 0.01 0.11 0.084-0.02 0.103-0.12 0.229-0.3 0.378-0.16 0.14-0.27 0.243-0.3 0.308-0.08 0.038-0.42 0.075-1.03 0.112-0.6 0.038-1.03 0.056-1.28 0.056-0.06 0-0.1 0.028-0.12 0.084 0 0.01 0.06 0.028 0.17 0.056 0.12 0.028 0.21 0.075 0.27 0.14 0.06 0.056 0.06 0.14-0.02 0.252-0.19 0.122-0.29 0.182-0.3 0.182-0.08 0.066-0.12 0.14-0.12 0.224l0.1 0.098c0.15 0.01 0.29 0.014 0.42 0.014 0.27 0 0.49-0.028 0.65-0.084 0.16-0.065 0.27-0.13 0.3-0.196 0.05-0.074 0.11-0.14 0.17-0.196 0.07-0.065 0.14-0.098 0.23-0.098 0.1 0 0.24 0.112 0.43 0.336 0.2 0.224 0.29 0.397 0.27 0.518-0.02 0.084-0.08 0.136-0.19 0.154-0.09 0.019-0.31 0.028-0.67 0.028-0.23 0-0.52-0.004-0.87-0.014-0.39 0-0.69 0.014-0.89 0.042l-0.1 0.098c-0.08 0.308-0.16 0.644-0.24 1.008l-0.12 0.798c-0.09 0.28-0.26 0.486-0.51 0.616-0.24 0.14-0.45 0.21-0.61 0.21-0.07 0-0.13-0.009-0.19-0.028-0.14-0.317-0.37-0.485-0.7-0.504l-0.56-0.056-0.16-0.07c-0.07-0.018-0.1-0.06-0.1-0.126 0.01-0.065 0.04-0.112 0.08-0.14 0.04-0.037 0.25-0.056 0.65-0.056 0.33 0 0.62 0.005 0.86 0.014 0.25 0.019 0.41 0.024 0.49 0.014l0.13-0.14c0.09-0.289 0.17-0.574 0.22-0.854 0.07-0.326 0.1-0.546 0.09-0.658 0-0.121-0.04-0.182-0.11-0.182-0.08-0.009-0.22-0.014-0.44-0.014-0.2 0-0.48 0.005-0.84 0.014h-0.17l-2.96 0.042-2.83 0.014h-0.11c-0.09 0-0.15-0.051-0.2-0.154-0.04-0.112-0.04-0.224-0.01-0.336 0.02-0.112 0.06-0.168 0.14-0.168s0.28 0.028 0.58 0.084c0.32 0.047 0.52 0.07 0.61 0.07 0.3 0.019 1.19 0.024 2.67 0.014h2.56c0.23 0.01 0.41 0.014 0.56 0.014m-4.18 0.588c0.3 0.028 0.59 0.206 0.89 0.532 0.3 0.327 0.42 0.621 0.37 0.882-0.02 0.094-0.07 0.182-0.16 0.266l-0.18 0.14-0.1 0.042c-0.14 0-0.24-0.065-0.32-0.196-0.07-0.13-0.13-0.28-0.15-0.448-0.03-0.158-0.05-0.252-0.07-0.28l-0.44-0.644c-0.01-0.018-0.01-0.032 0-0.042-0.01-0.028-0.01-0.051 0-0.07 0.01-0.065 0.06-0.126 0.16-0.182m2.94-6.16c0 0.028-0.01 0.066-0.02 0.112-0.03 0.103 0.01 0.164 0.1 0.182 0.1 0.019 0.33 0.028 0.67 0.028 1.7 0 2.76 0.014 3.18 0.042 0.13-0.056 0.21-0.154 0.24-0.294 0.04-0.158 0.01-0.266-0.07-0.322-0.59-0.018-1.9-0.028-3.92-0.028-0.09 0.038-0.16 0.131-0.18 0.28m0.08 0.784c-0.09 0.019-0.16 0.047-0.21 0.084-0.04 0.038-0.07 0.122-0.1 0.252-0.03 0.159-0.01 0.271 0.04 0.336 1.04 0.038 2.05 0.056 3.04 0.056h0.34c0.1-0.009 0.19-0.009 0.26 0 0.08 0 0.14-0.004 0.2-0.014 0.06-0.009 0.1-0.018 0.14-0.028 0.04-0.018 0.07-0.037 0.08-0.056 0.03-0.028 0.05-0.056 0.06-0.084s0.02-0.065 0.03-0.112c0.04-0.186 0.01-0.308-0.09-0.364-1.1-0.065-2.01-0.098-2.73-0.098-0.36 0-0.67 0.01-0.93 0.028h-0.13m3.6 1.736c0.08-0.308 0.09-0.494 0.03-0.56-0.42-0.046-1.06-0.07-1.91-0.07-0.36 0-0.76 0.005-1.2 0.014l-0.9 0.056h-0.03c-0.06 0.066-0.11 0.159-0.14 0.28 0 0.056-0.01 0.117-0.01 0.182l0.03 0.154c0.07 0.047 0.39 0.07 0.94 0.07 0.48 0 1.14-0.014 1.98-0.042h0.44l0.52 0.014c0.09-0.009 0.17-0.042 0.25-0.098m14.87-1.764c-0.03 0.159-0.22 0.238-0.56 0.238-0.89-0.009-1.62-0.014-2.19-0.014-0.53 0-0.91 0.005-1.15 0.014-0.23 0-0.42 0.01-0.57 0.028-0.15 0.019-0.23 0.038-0.25 0.056-0.02 0.019-0.03 0.056-0.04 0.112-0.23 1.148-0.35 1.858-0.38 2.128l0.08 0.084h2.69c0.31 0 0.61-0.004 0.91-0.014 0.01 0 0.14-0.116 0.38-0.35 0.25-0.233 0.42-0.35 0.52-0.35 0.08 0 0.21 0.112 0.37 0.336 0.18 0.215 0.34 0.439 0.47 0.672-0.03 0.094-0.09 0.159-0.19 0.196-0.08 0.028-0.23 0.042-0.46 0.042h-0.24c-0.15-0.009-0.36-0.014-0.64-0.014h-3.09l-0.79 0.014c-0.02 0-0.04 0.005-0.05 0.014-0.02 0-0.06 0.038-0.12 0.112l-0.61 3.318c-0.06 0.243-0.11 0.416-0.16 0.518-0.03 0.112-0.11 0.243-0.22 0.392-0.11 0.159-0.27 0.28-0.46 0.364-0.19 0.094-0.44 0.173-0.76 0.238-0.04-0.018-0.1-0.112-0.17-0.28-0.05-0.168-0.13-0.27-0.23-0.308l-1.4-0.28c-0.08-0.056-0.1-0.13-0.06-0.224 0.02-0.112 0.1-0.186 0.24-0.224 0.6 0.103 1.12 0.154 1.54 0.154 0.17 0 0.32-0.009 0.45-0.028 0.17 0 0.29-0.074 0.36-0.224 0.21-0.886 0.37-1.647 0.5-2.282 0.12-0.569 0.17-0.919 0.17-1.05 0.01-0.13-0.04-0.196-0.15-0.196l-3-0.014c-0.74 0.028-1.41 0.089-1.99 0.182-0.05-0.056-0.1-0.168-0.15-0.336s-0.07-0.289-0.06-0.364c0.02-0.065 0.06-0.102 0.12-0.112 0.07 0 0.54 0.033 1.4 0.098 0.02 0 0.18 0.01 0.47 0.028 0.3 0.01 0.74 0.014 1.32 0.014 0.34 0 0.7-0.004 1.06-0.014l1.04-0.028c0.07-0.065 0.11-0.107 0.11-0.126l0.43-2.114c0-0.102-0.04-0.154-0.14-0.154l-3.5 0.028-0.61 0.098-0.14-0.056c-0.04-0.046-0.07-0.154-0.1-0.322s-0.03-0.294 0-0.378l0.1-0.056c0.56 0.112 1.34 0.168 2.35 0.168 0.74 0 1.43-0.018 2.09-0.056 0.09-0.074 0.23-0.588 0.42-1.54 0.05-0.27 0.09-0.452 0.12-0.546l-0.05-0.07c-1.51 0.243-2.73 0.364-3.69 0.364h-0.39c-0.1-0.009-0.18-0.014-0.22-0.014-0.04-0.009-0.06-0.014-0.07-0.014-0.16-0.028-0.23-0.126-0.2-0.294 0.03-0.102 0.08-0.158 0.16-0.168l0.78-0.028c2.34-0.121 4.71-0.541 7.11-1.26l0.69-0.336c0.04-0.009 0.07-0.014 0.11-0.014 0.09 0 0.24 0.07 0.43 0.21 0.21 0.131 0.36 0.266 0.45 0.406 0 0.178-0.11 0.29-0.33 0.336-0.22 0.038-0.38 0.042-0.48 0.014h-0.14l-3.35 0.728c-0.09 0.075-0.23 0.607-0.42 1.596l-0.07 0.532c0 0.094 0.06 0.14 0.19 0.14l2.32 0.042c0.26-0.009 0.45-0.056 0.57-0.14 0.13-0.084 0.23-0.191 0.31-0.322 0.1-0.13 0.22-0.233 0.37-0.308 0.13 0.075 0.3 0.229 0.53 0.462 0.23 0.234 0.33 0.416 0.31 0.546m11.99 1.008c0.05-0.018 0.17-0.116 0.37-0.294 0.19-0.177 0.33-0.266 0.42-0.266 0.08 0 0.22 0.122 0.42 0.364 0.2 0.243 0.29 0.42 0.26 0.532-0.01 0.066-0.05 0.112-0.14 0.14l-0.38 0.056-1.05 0.028c-0.07 0.038-0.11 0.08-0.12 0.126-0.04 0.122-0.13 0.514-0.27 1.176l-0.63 3.458-0.15 0.602c-0.04 0.159-0.12 0.294-0.25 0.406-0.13 0.122-0.27 0.206-0.42 0.252-0.15 0.047-0.27 0.08-0.37 0.098-0.09 0.028-0.15 0.042-0.17 0.042-0.05 0-0.1-0.014-0.14-0.042-0.08-0.308-0.28-0.49-0.58-0.546l-0.55-0.07c-0.06-0.065-0.07-0.163-0.01-0.294 0.02-0.037 0.19-0.056 0.49-0.056 0.12 0 0.28 0.005 0.47 0.014 0.2 0.01 0.32 0.014 0.37 0.014 0.22 0 0.37-0.037 0.46-0.112 0.08-0.074 0.15-0.228 0.19-0.462l0.9-4.438c0.01-0.046 0-0.084-0.03-0.112-0.02-0.028-0.07-0.046-0.17-0.056-0.09-0.018-0.17-0.028-0.25-0.028h-0.39c-0.69 0-1.06 0.01-1.11 0.028-0.08 0-0.14 0.042-0.18 0.126l-0.45 1.47c-0.66 1.951-1.54 3.444-2.66 4.48-0.09 0.084-0.17 0.098-0.25 0.042-0.06-0.046-0.03-0.158 0.1-0.336 0.13-0.177 0.36-0.508 0.69-0.994 0.33-0.494 0.63-1.036 0.89-1.624 0.39-0.877 0.74-1.899 1.05-3.066l-0.08-0.14-1.37 0.042c-0.12 0.038-0.19 0.117-0.21 0.238-0.12 0.336-0.25 0.887-0.4 1.652-0.11 0.542-0.2 1.055-0.28 1.54l-0.12 0.7-0.23 1.162c-0.05 0.206-0.22 0.406-0.5 0.602s-0.53 0.294-0.76 0.294c-0.07 0-0.13-0.06-0.16-0.182-0.04-0.121-0.06-0.186-0.07-0.196-0.02-0.009-0.21-0.065-0.56-0.168-0.35-0.102-0.51-0.205-0.49-0.308 0-0.084 0.05-0.154 0.16-0.21l1.14 0.07c0.26 0 0.44-0.046 0.53-0.14 0.1-0.084 0.18-0.266 0.22-0.546l0.65-3.22c0.07-0.373 0.13-0.653 0.17-0.84 0.03-0.186 0.05-0.303 0.04-0.35 0-0.056-0.02-0.084-0.07-0.084-0.12-0.028-0.43-0.042-0.93-0.042-0.43 0-0.71 0.014-0.84 0.042-0.12 0.019-0.18 0.08-0.19 0.182-0.33 1.167-0.67 2.17-1.04 3.01-0.36 0.84-0.81 1.582-1.36 2.226-0.24 0.318-0.43 0.532-0.58 0.644-0.06 0.066-0.14 0.066-0.26 0-0.04-0.046-0.02-0.14 0.06-0.28 0.08-0.13 0.28-0.387 0.57-0.77 0.7-0.896 1.36-2.552 1.96-4.97l-0.07-0.098-1.38 0.056c-0.06-0.037-0.1-0.102-0.13-0.196-0.03-0.102-0.03-0.191-0.03-0.266 0.02-0.065 0.06-0.107 0.1-0.126l1.11 0.084c0.15 0 0.29-0.014 0.43-0.042 0.12-0.13 0.29-0.709 0.49-1.736 0.25-1.185 0.42-2.179 0.52-2.982 0.04-0.056 0.09-0.084 0.15-0.084 0.08 0 0.14 0.019 0.2 0.056 0.06 0.028 0.1 0.066 0.14 0.112 0.05 0.038 0.15 0.075 0.31 0.112 0.16 0.038 0.37 0.056 0.64 0.056 0.73 0 1.13-0.028 1.21-0.084 0.06-0.046 0.13-0.102 0.19-0.168 0.07-0.065 0.11-0.107 0.14-0.126 0.04-0.018 0.08-0.028 0.13-0.028 0.14 0 0.32 0.182 0.54 0.546l0.07 0.21c0.01 0.075-0.07 0.173-0.25 0.294-0.17 0.122-0.26 0.215-0.29 0.28-0.06 0.159-0.17 0.672-0.35 1.54-0.09 0.439-0.18 0.962-0.3 1.568l-0.04 0.224c-0.03 0.112-0.02 0.187 0.03 0.224 0.06 0.038 0.18 0.056 0.36 0.056 0.4 0 0.76-0.023 1.1-0.07 0.14-0.112 0.3-0.616 0.47-1.512 0.09-0.41 0.18-0.928 0.27-1.554 0.1-0.625 0.18-1.068 0.22-1.33 0.04-0.149 0.07-0.252 0.09-0.308s0.07-0.084 0.12-0.084c0.1 0 0.17 0.019 0.23 0.056 0.05 0.028 0.1 0.066 0.14 0.112 0.03 0.038 0.13 0.075 0.29 0.112 0.17 0.038 0.39 0.056 0.67 0.056h0.65c0.13-0.009 0.25-0.028 0.36-0.056 0.11-0.037 0.18-0.065 0.2-0.084 0.02-0.018 0.09-0.079 0.21-0.182 0.11-0.084 0.2-0.126 0.28-0.126 0.09 0 0.22 0.098 0.39 0.294s0.24 0.346 0.22 0.448c-0.02 0.084-0.11 0.187-0.29 0.308-0.18 0.122-0.27 0.21-0.28 0.266l-0.58 2.842-0.09 0.56c-0.02 0.084 0 0.136 0.05 0.154m-0.8-0.084c0.08-0.177 0.2-0.69 0.37-1.54 0.24-1.222 0.37-1.95 0.38-2.184 0.02-0.093-0.01-0.149-0.09-0.168h-1.72c-0.07 0-0.13 0.08-0.18 0.238-0.33 1.671-0.59 2.922-0.8 3.752l0.04 0.056c1.24 0 1.91-0.051 2-0.154m-5.93-3.92c-0.07 0-0.12 0.014-0.16 0.042-0.03 0.028-0.07 0.075-0.11 0.14-0.03 0.066-0.07 0.154-0.1 0.266-0.02 0.112-0.06 0.252-0.09 0.42s-0.07 0.369-0.12 0.602c-0.33 1.708-0.49 2.576-0.47 2.604l1.37 0.056c0.22-0.009 0.36-0.028 0.45-0.056 0.08-0.028 0.14-0.093 0.18-0.196 0.22-0.98 0.38-1.768 0.5-2.366 0.09-0.429 0.14-0.709 0.17-0.84 0.03-0.14 0.04-0.275 0.03-0.406 0-0.14-0.03-0.219-0.08-0.238l-1.57-0.028" stroke="#fff" stroke-width=".4" fill="#fff"/>
</g>
- <text id="text1920" style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.0000000" font-style="normal" transform="scale(1.130730,1.130730)" font-stretch="normal" font-variant="normal" y="18.25828" x="176.24451" font-weight="normal" fill="#ffffff">
- <tspan id="tspan1668" style="letter-spacing:2.1813099;" dx="0 -0.57057059 0 0 0 0 0" fill="#ffffff">::要素</tspan>
+ <text id="text1920" font-family="Sans" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff">
+ <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::要素</tspan>
</text>
- <rect id="d0e10" display="none" height="1000px" width="264" y="36" x="35"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.2" line-height="150%" font-weight="normal" font-style="italic" fill="#000000">
+ <rect id="d0e10" display="none" height="1e3px" width="264" y="36" x="35"/>
+ <flowRoot font-size="7.2" font-style="italic" font-family="Sans" line-height="150%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e10"/>
</flowRegion>
<flowDiv xml:space="preserve">這篇教學示範設計的要素和原則,在初期教導正規美術學生這些是為了理解用在藝術創作的各種性質。這不是一個詳盡的列表,所以請補充、刪減和結合其他內容讓這個教學更全面。</flowDiv>
</flowRoot>
- <rect id="elements-f01-zh_TW.svgrect1801" fill-rule="evenodd" transform="translate(10, 84.771875) " height="167.44" width="305.16" stroke="#000" y="0.32084" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.64164" fill="#e1e1e1"/>
- <path id="elements-f01-zh_TW.svgpath1721" d="m-40.289,236.82c0,25.429-20.615,46.044-46.044,46.044s-46.044-20.615-46.044-46.044,20.615-46.044,46.044-46.044,46.044,20.615,46.044,46.044z" stroke-opacity="0.33000004" fill-rule="evenodd" fill-opacity="0.30459798" transform="translate(10, 84.771875) matrix(1.353293,-4.258673e-17,4.258673e-17,1.353293,309.8639,-242.9186)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00F"/>
- <path id="elements-f01-zh_TW.svgpath1722" d="m-40.289,236.82c0,25.429-20.615,46.044-46.044,46.044s-46.044-20.615-46.044-46.044,20.615-46.044,46.044-46.044,46.044,20.615,46.044,46.044z" stroke-opacity="0.32758598" fill-rule="evenodd" fill-opacity="0.28160897" transform="translate(10, 84.771875) matrix(1.353293,4.258673e-17,4.258673e-17,-1.353293,248.6654,398.0456)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#ff00f5"/>
- <text id="elements-f01-zh_TW.svgtext1752" style="writing-mode:lr-tb;text-anchor:start;" font-weight="bold" fill-opacity="0.59770101" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="10.000000" font-variant="normal" y="154.377" x="102.01891" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#ff00f7"><tspan id="elements-f01-zh_TW.svgtspan1732" fill-opacity="0.59770101" role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="154.37700" x="102.01891" fill="#ff00f7">要素</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1755" style="writing-mode:lr-tb;text-anchor:start;" font-weight="bold" fill-opacity="0.60000002" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="10.000000" font-variant="normal" y="154.377" x="168.60974" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#0000ff"><tspan id="elements-f01-zh_TW.svgtspan1738" fill-opacity="0.60000002" role="line" dx="0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0" y="154.37700" x="168.60974" fill="#0000ff">原則</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1758" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="8.0000000" font-variant="normal" y="100.13462" x="90.54583" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1741" role="line" dx="0 0 0 0" dy="0 0 0 0" y="100.13462" x="90.545830">顏色</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1761" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="8.0000000" font-variant="normal" y="32.645866" x="116.87344" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1744" role="line" dx="0 0 0 0" dy="0 0 0 0" y="32.645866" x="116.87344">線條</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1764" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="8.0000000" font-variant="normal" y="47.565285" x="95.306877" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1747" role="line" dx="0 0 0 0" dy="0 0 0 0" y="47.565285" x="95.306877">形狀</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1767" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="8.0000000" font-variant="normal" y="83.103767" x="83.459221" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1750" role="line" dx="0 0 0 0 0" dy="0 0 0 0 0" y="83.103767" x="83.459221">空間</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1770" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="8.0000000" font-variant="normal" y="114.99348" x="101.17574" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1753" role="line" dx="0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0" y="114.99348" x="101.17574">紋理</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1773" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="8.0000000" font-variant="normal" y="129.16661" x="118.89227" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1756" role="line" dx="0 0 0 0 0" dy="0 0 0 0 0" y="129.16661" x="118.89227">明暗</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1776" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="8.0000000" font-variant="normal" y="65.387245" x="83.459221" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1759" role="line" dx="0 0 0 0" dy="0 0 0 0" y="65.387245" x="83.459221">大小</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1779" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="8.0000000" font-variant="normal" y="34.637756" x="184.08173" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1762" role="line" dx="0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0" y="34.637756" x="184.08173">平衡</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1782" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="8.0000000" font-variant="normal" y="51.614323" x="194.48068" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1765" role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="51.614323" x="194.48068">對比</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1785" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="8.0000000" font-variant="normal" y="71.448875" x="199.68022" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1768" role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="71.448875" x="199.68022">強調</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1788" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="8.0000000" font-variant="normal" y="91.283318" x="199.44937" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1771" role="line" dx="0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0" y="91.283318" x="199.44937">比例</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1791" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="8.0000000" font-variant="normal" y="111.11781" x="193.78815" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1774" role="line" dx="0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0" y="111.11781" x="193.78815">圖案</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1803" style="writing-mode:lr-tb;text-anchor:start;" font-weight="normal" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) scale(1.000025,0.999975)" font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="7.9998040" font-variant="normal" y="129.04839" x="178.64687" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1786" role="line" dx="0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0" y="129.04839" x="178.64687">層次</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1806" style="writing-mode:lr-tb;text-anchor:start;" font-weight="bold" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " line-height="100.00000%" xml:space="preserve" font-size="8.0000000" font-style="normal" y="80.613045" x="133.85378" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#ffffff"><tspan id="elements-f01-zh_TW.svgtspan1792" role="line" dx="0 0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0 0" y="80.613045" x="133.85378" fill="#ffffff">組合</tspan></text>
- <text id="elements-f01-zh_TW.svgtext1809" style="writing-mode:lr-tb;text-anchor:start;" font-weight="bold" fill-opacity="0.21476497" sodipodi:linespacing="100.00000%" transform="translate(10, 84.771875) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="10.000000" font-variant="normal" y="12.44677" x="12.456144" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1803" fill-opacity="0.21476497" role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="12.446770" x="12.456144" fill="#000000">概要</tspan></text>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="277.655375" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="277.655375" x="10">設計要素</tspan>
+ <rect id="elements-f01-zh_TW.svgrect1801" fill-rule="evenodd" transform="translate(10 85.099)" height="167.44" width="305.16" stroke="#000" y=".32084" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".64164" fill="#e1e1e1"/>
+ <path id="elements-f01-zh_TW.svgpath1721" d="m-40.289 236.82c0 25.429-20.615 46.044-46.044 46.044s-46.044-20.615-46.044-46.044 20.615-46.044 46.044-46.044 46.044 20.615 46.044 46.044z" stroke-opacity="0.33" fill-rule="evenodd" fill-opacity=".30460" transform="translate(10 85.099) matrix(1.3533 -4.2587e-17 4.2587e-17 1.3533 309.86 -242.92)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#00f"/>
+ <path id="elements-f01-zh_TW.svgpath1722" d="m-40.289 236.82c0 25.429-20.615 46.044-46.044 46.044s-46.044-20.615-46.044-46.044 20.615-46.044 46.044-46.044 46.044 20.615 46.044 46.044z" stroke-opacity=".32759" fill-rule="evenodd" fill-opacity=".28161" transform="translate(10 85.099) matrix(1.3533 4.2587e-17 4.2587e-17 -1.3533 248.67 398.05)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="#ff00f5"/>
+ <text id="elements-f01-zh_TW.svgtext1752" font-weight="bold" fill-opacity=".59770" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="10" y="154.377" x="102.01891" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#ff00f7"><tspan id="elements-f01-zh_TW.svgtspan1732" fill-opacity=".59770" role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="154.37700" x="102.01891" fill="#ff00f7">要素</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1755" font-weight="bold" fill-opacity="0.6" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="10" y="154.377" x="168.60974" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#0000ff"><tspan id="elements-f01-zh_TW.svgtspan1738" fill-opacity="0.6" role="line" dx="0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0" y="154.37700" x="168.60974" fill="#0000ff">原則</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1758" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="8" y="100.13462" x="90.54583" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1741" role="line" dx="0 0 0 0" dy="0 0 0 0" y="100.13462" x="90.545830">顏色</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1761" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="8" y="32.645866" x="116.87344" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1744" role="line" dx="0 0 0 0" dy="0 0 0 0" y="32.645866" x="116.87344">線條</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1764" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="8" y="47.565285" x="95.306877" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1747" role="line" dx="0 0 0 0" dy="0 0 0 0" y="47.565285" x="95.306877">形狀</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1767" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="8" y="83.103767" x="83.459221" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1750" role="line" dx="0 0 0 0 0" dy="0 0 0 0 0" y="83.103767" x="83.459221">空間</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1770" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="8" y="114.99348" x="101.17574" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1753" role="line" dx="0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0" y="114.99348" x="101.17574">紋理</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1773" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="8" y="129.16661" x="118.89227" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1756" role="line" dx="0 0 0 0 0" dy="0 0 0 0 0" y="129.16661" x="118.89227">明暗</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1776" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="8" y="65.387245" x="83.459221" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1759" role="line" dx="0 0 0 0" dy="0 0 0 0" y="65.387245" x="83.459221">大小</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1779" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="8" y="34.637756" x="184.08173" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1762" role="line" dx="0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0" y="34.637756" x="184.08173">平衡</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1782" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="8" y="51.614323" x="194.48068" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1765" role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="51.614323" x="194.48068">對比</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1785" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="8" y="71.448875" x="199.68022" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1768" role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="71.448875" x="199.68022">強調</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1788" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="8" y="91.283318" x="199.44937" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1771" role="line" dx="0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0" y="91.283318" x="199.44937">比例</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1791" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="8" y="111.11781" x="193.78815" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1774" role="line" dx="0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0" y="111.11781" x="193.78815">圖案</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1803" sodipodi:linespacing="100.00000%" transform="translate(10 85.099) scale(1 .99998)" xml:space="preserve" line-height="100.00000%" font-size="7.9998" y="129.04839" x="178.64687" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1786" role="line" dx="0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0" y="129.04839" x="178.64687">層次</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1806" font-weight="bold" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" line-height="100.00000%" xml:space="preserve" font-size="8" y="80.613045" x="133.85378" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#ffffff"><tspan id="elements-f01-zh_TW.svgtspan1792" role="line" dx="0 0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0 0" y="80.613045" x="133.85378" fill="#ffffff">組合</tspan></text>
+ <text id="elements-f01-zh_TW.svgtext1809" font-weight="bold" fill-opacity=".21476" sodipodi:linespacing="100.00000%" transform="translate(10 85.099)" xml:space="preserve" line-height="100.00000%" font-size="10" y="12.44677" x="12.456144" xmlns:cc="http://creativecommons.org/ns#" font-family="Sans" fill="#000000"><tspan id="elements-f01-zh_TW.svgtspan1803" fill-opacity=".21476" role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="12.446770" x="12.456144" fill="#000000">概要</tspan></text>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="277.982823" x="10" font-family="Sans" fill="#000000">
+ <tspan y="277.982823" x="10">設計要素</tspan>
</text>
- <rect id="d0e29" display="none" height="1000px" width="288" y="282.86" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e29" display="none" height="1e3px" width="288" y="283.18" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e29"/>
</flowRegion>
<flowDiv xml:space="preserve">下列幾項元素是設計的積木。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="7.5" y="312.83975" x="10" font-family="Sans" font-style="italic" fill="#000000">
- <tspan y="312.83975" x="10">線條</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="312.6906355" x="10" font-family="Sans" font-style="italic" fill="#000000">
+ <tspan y="312.6906355" x="10">線條</tspan>
</text>
- <rect id="d0e37" display="none" height="1000px" width="288" y="318.34" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e37" display="none" height="1e3px" width="288" y="318.19" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e37"/>
</flowRegion>
<flowDiv xml:space="preserve">線條被定義為表示長度和方向的特徵,由一點建立並移動跨越一個表面。線條能有各種長度、寬度、方向、曲率和顏色。線條可以是二維 (紙張上的鉛筆線),或是隱含的三維。</flowDiv>
</flowRoot>
- <g id="elements-f02-zh_TW.svgg2037" transform="translate(10, 366.473816) translate(0.000000,-424.1680)">
- <rect id="elements-f02-zh_TW.svgrect1933" height="100.99" width="305.16" stroke="#000" y="424.42" x="7.5753" stroke-width="0.49832" fill="none"/>
- <path id="elements-f02-zh_TW.svgpath1920" stroke-linejoin="miter" d="M18.77,434.05h76.604" stroke="#000" stroke-linecap="butt" stroke-width="0.94528618pt" fill="none"/>
- <path id="elements-f02-zh_TW.svgpath1921" stroke-linejoin="miter" d="M18.77,446.55h172.36" sodipodi:nodetypes="cc" stroke="#000" stroke-linecap="butt" stroke-width="0.94528618pt" fill="none"/>
- <path id="elements-f02-zh_TW.svgpath1922" stroke-linejoin="miter" d="M18.77,461.55h172.36" sodipodi:nodetypes="cc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="4.3719482" fill="none"/>
- <path id="elements-f02-zh_TW.svgpath2546" stroke-linejoin="miter" d="M19.297,492.2l171.3-21.29" sodipodi:nodetypes="cc" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="4.3719482" fill="none"/>
- <path id="elements-f02-zh_TW.svgpath2547" stroke-linejoin="miter" d="M19.297,517.2c57.102-7.1,74.428-38.92,171.3-21.29" sodipodi:nodetypes="cz" stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="4.3719482" fill="none"/>
- <path id="elements-f02-zh_TW.svgpath2548" d="M298.43,428.15l-93.59,52.33,16-0.15,80.64-52.31-3.05,0.13z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#000"/>
- <path id="elements-f02-zh_TW.svgpath2550" d="M302.27,428.15l-71.58,52.33,14.71-0.15,61.88-52.31-5.01,0.13z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#000"/>
- <path id="elements-f02-zh_TW.svgpath2551" d="M307.64,433.78l-60.48,66.22-0.1-15.79,60.57-55.54,0.01,5.11z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#000"/>
- <path id="elements-f02-zh_TW.svgpath2552" d="M307.64,440.1l-60.48,79.04-0.1-15.79,60.57-68.36,0.01,5.11z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" fill="#000"/>
+ <g id="elements-f02-zh_TW.svgg2037" transform="translate(10 -58.43)">
+ <rect id="elements-f02-zh_TW.svgrect1933" height="100.99" width="305.16" stroke="#000" y="424.42" x="7.5753" stroke-width=".49832" fill="none"/>
+ <path id="elements-f02-zh_TW.svgpath1920" d="m18.77 434.05h76.604" stroke="#000" stroke-width=".94529pt" fill="none"/>
+ <path id="elements-f02-zh_TW.svgpath1921" d="m18.77 446.55h172.36" sodipodi:nodetypes="cc" stroke="#000" stroke-width=".94529pt" fill="none"/>
+ <path id="elements-f02-zh_TW.svgpath1922" d="m18.77 461.55h172.36" sodipodi:nodetypes="cc" stroke="#000" stroke-width="4.3719" fill="none"/>
+ <path id="elements-f02-zh_TW.svgpath2546" d="m19.297 492.2l171.3-21.29" sodipodi:nodetypes="cc" stroke="#000" stroke-width="4.3719" fill="none"/>
+ <path id="elements-f02-zh_TW.svgpath2547" d="m19.297 517.2c57.102-7.1 74.428-38.92 171.3-21.29" sodipodi:nodetypes="cz" stroke="#000" stroke-width="4.3719" fill="none"/>
+ <path id="elements-f02-zh_TW.svgpath2548" d="m298.43 428.15l-93.59 52.33 16-0.15 80.64-52.31-3.05 0.13z" fill-rule="evenodd" sodipodi:nodetypes="ccccc"/>
+ <path id="elements-f02-zh_TW.svgpath2550" d="m302.27 428.15l-71.58 52.33 14.71-0.15 61.88-52.31-5.01 0.13z" fill-rule="evenodd" sodipodi:nodetypes="ccccc"/>
+ <path id="elements-f02-zh_TW.svgpath2551" d="m307.64 433.78l-60.48 66.22-0.1-15.79 60.57-55.54 0.01 5.11z" fill-rule="evenodd" sodipodi:nodetypes="ccccc"/>
+ <path id="elements-f02-zh_TW.svgpath2552" d="m307.64 440.1l-60.48 79.04-0.1-15.79 60.57-68.36 0.01 5.11z" fill-rule="evenodd" sodipodi:nodetypes="ccccc"/>
</g>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="7.5" y="491.965896" x="10" font-family="Sans" font-style="italic" fill="#000000">
- <tspan y="491.965896" x="10">形狀</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="491.23293349999994" x="10" font-family="Sans" font-style="italic" fill="#000000">
+ <tspan y="491.23293349999994" x="10">形狀</tspan>
</text>
- <rect id="d0e56" display="none" height="1000px" width="288" y="497.47" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e56" display="none" height="1e3px" width="288" y="496.73" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e56"/>
</flowRegion>
<flowDiv xml:space="preserve">當實際或隱含的線條接合圍繞一個空間時就建立出一個平面圖形、形狀。顏色或明暗變化可定義一個形狀。形狀可分為幾種類型:幾何 (正方形、三角形、圓形) 和 有機 (不規則的輪廓)。</flowDiv>
</flowRoot>
- <g id="elements-f03-zh_TW.svgg2063" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10, 546.5712139999999) translate(0.000000,-611.9634)" stroke="#000">
- <rect id="elements-f03-zh_TW.svgrect1943" height="100.99" width="305.16" y="612.21" x="7.5753" stroke-width="0.49832" fill="none"/>
- <path id="elements-f03-zh_TW.svgpolygon1952" d="M97.81,689.54,79.405,758.23,29.124,707.94z" fill-rule="evenodd" transform="matrix(0.707107,-0.707107,0.707107,0.707107,-391.8439,213.7036)" stroke-width="1pt" fill="#000"/>
- <rect id="elements-f03-zh_TW.svgrect1953" fill-rule="evenodd" height="65.282" width="65.282" y="628.75" x="28.147" stroke-width="1pt" fill="#000"/>
- <path id="elements-f03-zh_TW.svgpath1954" d="m175.45,733.14c0,14.808-12.004,26.812-26.812,26.812s-26.812-12.004-26.812-26.812,12.004-26.812,26.812-26.812,26.812,12.004,26.812,26.812z" fill-rule="evenodd" transform="matrix(1.195652,0.000000,0.000000,1.195652,83.87780,-215.1965)" stroke-width="1pt" fill="#000"/>
+ <g id="elements-f03-zh_TW.svgg2063" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 -67.07)" stroke="#000">
+ <rect id="elements-f03-zh_TW.svgrect1943" height="100.99" width="305.16" y="612.21" x="7.5753" stroke-width=".49832" fill="none"/>
+ <path id="elements-f03-zh_TW.svgpolygon1952" d="m97.81 689.54-18.405 68.69-50.281-50.29z" fill-rule="evenodd" transform="matrix(.70711 -.70711 .70711 .70711 -391.84 213.7)" stroke-width="1pt"/>
+ <rect id="elements-f03-zh_TW.svgrect1953" fill-rule="evenodd" height="65.282" width="65.282" y="628.75" x="28.147" stroke-width="1pt"/>
+ <path id="elements-f03-zh_TW.svgpath1954" d="m175.45 733.14c0 14.808-12.004 26.812-26.812 26.812s-26.812-12.004-26.812-26.812 12.004-26.812 26.812-26.812 26.812 12.004 26.812 26.812z" fill-rule="evenodd" transform="matrix(1.1957 0 0 1.1957 83.878 -215.2)" stroke-width="1pt"/>
</g>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="7.5" y="672.0632939999999" x="10" font-family="Sans" font-style="italic" fill="#000000">
- <tspan y="672.0632939999999" x="10">大小</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="670.3865464999999" x="10" font-family="Sans" font-style="italic" fill="#000000">
+ <tspan y="670.3865464999999" x="10">大小</tspan>
</text>
- <rect id="d0e75" display="none" height="1000px" width="288" y="677.56" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e75" display="none" height="1e3px" width="288" y="675.89" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e75"/>
</flowRegion>
<flowDiv xml:space="preserve">這項涉及物件、線條或形狀的比例差異。物件不論在實際或視覺上都有大小差異。</flowDiv>
</flowRoot>
- <rect id="elements-f04-zh_TW.svgrect1955" transform="translate(10, 703.6414189999999) " height="100.99" width="305.16" stroke="#000" y="0.24915" x="7.5753" stroke-width="0.49832" fill="none"/>
- <text id="elements-f04-zh_TW.svgtext3148" style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-weight="bold" sodipodi:linespacing="100.00000%" transform="translate(10, 703.6414189999999) scale(0.999982,1.000018)" font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="122.30419" font-variant="normal" y="95.748199" x="76.186218" stroke-width="3.0000000pt" fill="#000000"><tspan id="elements-f04-zh_TW.svgtspan3149" role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="95.748199" x="76.186218" fill="#000000">BIG</tspan></text>
- <text id="elements-f04-zh_TW.svgtext3154" style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-weight="bold" sodipodi:linespacing="100.00000%" transform="translate(10, 703.6414189999999) scale(0.999982,1.000018)" font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="10.076638" font-variant="normal" y="95.652267" x="50.097645" stroke-width="3.0000000pt" fill="#000000"><tspan id="elements-f04-zh_TW.svgtspan3155" role="line" dx="0 0 0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0 0 0" y="95.652267" x="50.097645" fill="#000000">small</tspan></text>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="7.5" y="829.1334989999999" x="10" font-family="Sans" font-style="italic" fill="#000000">
- <tspan y="829.1334989999999" x="10">空間</tspan>
+ <rect id="elements-f04-zh_TW.svgrect1955" transform="translate(10 701.45)" height="100.99" width="305.16" stroke="#000" y=".24915" x="7.5753" stroke-width=".49832" fill="none"/>
+ <text id="elements-f04-zh_TW.svgtext3148" font-family="Sans" font-weight="bold" sodipodi:linespacing="100.00000%" transform="translate(10 701.45) scale(.99998 1)" xml:space="preserve" line-height="100.00000%" font-size="122.3" y="95.748199" x="76.186218" stroke-width="3pt" fill="#000000"><tspan id="elements-f04-zh_TW.svgtspan3149" role="line" dx="0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0" y="95.748199" x="76.186218" fill="#000000">BIG</tspan></text>
+ <text id="elements-f04-zh_TW.svgtext3154" font-family="Sans" font-weight="bold" sodipodi:linespacing="100.00000%" transform="translate(10 701.45) scale(.99998 1)" xml:space="preserve" line-height="100.00000%" font-size="10.077" y="95.652267" x="50.097645" stroke-width="3pt" fill="#000000"><tspan id="elements-f04-zh_TW.svgtspan3155" role="line" dx="0 0 0 0 0 0 0 0 0 0 0 0" dy="0 0 0 0 0 0 0 0 0 0 0 0" y="95.652267" x="50.097645" fill="#000000">small</tspan></text>
+ <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="826.9411264999999" x="10" font-family="Sans" font-style="italic" fill="#000000">
+ <tspan y="826.9411264999999" x="10">空間</tspan>
</text>
- <rect id="d0e94" display="none" height="1000px" width="288" y="834.63" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e94" display="none" height="1e3px" width="288" y="832.44" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e94"/>
</flowRegion>
<flowDiv xml:space="preserve">空間是物件周圍、上面、下面或裡面的空白或開放面積。由空間的周圍和內部製造出形狀和結構。空間常被稱為三維或二維。實空間是由一個形狀或結構填充。虛空間則圍繞一個形狀或結構。</flowDiv>
</flowRoot>
- <rect id="elements-f05-zh_TW.svgrect1991" transform="translate(10, 881.921312) " height="100.99" width="305.16" stroke="#000" y="0.24914" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.49832" fill="none"/>
- <rect id="elements-f05-zh_TW.svgrect2044" fill-rule="evenodd" transform="translate(10, 881.921312) " height="90.929" width="100.6" y="3.9333" x="36.104" xmlns:cc="http://creativecommons.org/ns#" fill="#000"/>
- <path id="elements-f05-zh_TW.svgpath2606" d="m175.45,733.14c0,14.808-12.004,26.812-26.812,26.812s-26.812-12.004-26.812-26.812,12.004-26.812,26.812-26.812,26.812,12.004,26.812,26.812z" fill-rule="evenodd" transform="translate(10, 881.921312) matrix(1.543479,0.000000,0.000000,1.543479,6.849864,-1082.759)" xmlns:cc="http://creativecommons.org/ns#" fill="#000"/>
- <path id="elements-f05-zh_TW.svgpath2607" d="m175.45,733.14c0,14.808-12.004,26.812-26.812,26.812s-26.812-12.004-26.812-26.812,12.004-26.812,26.812-26.812,26.812,12.004,26.812,26.812z" fill-rule="evenodd" transform="translate(10, 881.921312) matrix(1.543479,0.000000,0.000000,1.543479,-142.8356,-1082.759)" xmlns:cc="http://creativecommons.org/ns#" fill="#FFF"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="7.5" y="1007.4133919999999" x="10" font-family="Sans" font-style="italic" fill="#000000">
- <tspan y="1007.4133919999999" x="10">顏色</tspan>
+ <rect id="elements-f05-zh_TW.svgrect1991" transform="translate(10 880.36)" height="100.99" width="305.16" stroke="#000" y=".24914" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="none"/>
+ <rect id="elements-f05-zh_TW.svgrect2044" fill-rule="evenodd" transform="translate(10 880.36)" height="90.929" width="100.6" y="3.9333" x="36.104" xmlns:cc="http://creativecommons.org/ns#"/>
+ <path id="elements-f05-zh_TW.svgpath2606" d="m175.45 733.14c0 14.808-12.004 26.812-26.812 26.812s-26.812-12.004-26.812-26.812 12.004-26.812 26.812-26.812 26.812 12.004 26.812 26.812z" fill-rule="evenodd" transform="translate(10 880.36) matrix(1.5435 0 0 1.5435 6.8499 -1082.8)" xmlns:cc="http://creativecommons.org/ns#"/>
+ <path id="elements-f05-zh_TW.svgpath2607" d="m175.45 733.14c0 14.808-12.004 26.812-26.812 26.812s-26.812-12.004-26.812-26.812 12.004-26.812 26.812-26.812 26.812 12.004 26.812 26.812z" fill-rule="evenodd" transform="translate(10 880.36) matrix(1.5435 0 0 1.5435 -142.84 -1082.8)" xmlns:cc="http://creativecommons.org/ns#" fill="#fff"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1005.8557074999999" x="10" font-family="Sans" font-style="italic" fill="#000000">
+ <tspan y="1005.8557074999999" x="10">顏色</tspan>
</text>
- <rect id="d0e113" display="none" height="1000px" width="288" y="1012.9" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e113" display="none" height="1e3px" width="288" y="1011.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e113"/>
</flowRegion>
<flowDiv xml:space="preserve">顏色是取決於表面反射光波長的感知特性。顏色有三個維度:色相 (顏色的另一個詞,表明了它的名字如紅色或黃色),亮度 (淺淡或深暗),飽和度 (鮮豔或黯淡)。</flowDiv>
</flowRoot>
<defs id="elements-f06-zh_TW.svgdefs3">
- <linearGradient id="elements-f06-zh_TW.svglinearGradient2620" y2="2135.3" gradientUnits="userSpaceOnUse" y1="2135.3" gradientTransform="matrix(1.735401,0.000000,0.000000,0.576236,0.000000,-1179.712)" x2="180.35" x1="4.2216" inkscape:collect="always">
- <stop id="elements-f06-zh_TW.svgstop2554" stop-color="#F00" offset="0"/>
- <stop id="elements-f06-zh_TW.svgstop2555" stop-color="#e2ff00" offset="0.16503"/>
- <stop id="elements-f06-zh_TW.svgstop2556" stop-color="#24ff00" offset="0.27659"/>
- <stop id="elements-f06-zh_TW.svgstop2557" stop-color="#00e8ff" offset="0.51113"/>
- <stop id="elements-f06-zh_TW.svgstop2558" stop-color="#1500ff" offset="0.76521"/>
+ <linearGradient id="elements-f06-zh_TW.svglinearGradient2620" y2="2135.3" gradientUnits="userSpaceOnUse" y1="2135.3" gradientTransform="matrix(1.7354 0 0 .57624 0 -1179.7)" x2="180.35" x1="4.2216" inkscape:collect="always">
+ <stop id="elements-f06-zh_TW.svgstop2554" stop-color="#f00" offset="0"/>
+ <stop id="elements-f06-zh_TW.svgstop2555" stop-color="#e2ff00" offset=".16503"/>
+ <stop id="elements-f06-zh_TW.svgstop2556" stop-color="#24ff00" offset=".27659"/>
+ <stop id="elements-f06-zh_TW.svgstop2557" stop-color="#00e8ff" offset=".51113"/>
+ <stop id="elements-f06-zh_TW.svgstop2558" stop-color="#1500ff" offset=".76521"/>
<stop id="elements-f06-zh_TW.svgstop2559" stop-color="#ff00ed" offset="1"/>
- <stop id="elements-f06-zh_TW.svgstop2560" stop-color="#F00" offset="1"/>
+ <stop id="elements-f06-zh_TW.svgstop2560" stop-color="#f00" offset="1"/>
</linearGradient>
</defs>
- <rect id="elements-f06-zh_TW.svgrect2045" fill-rule="evenodd" transform="translate(10, 1050.485582) " height="100.99" width="305.16" stroke="#000" y="0.24916" x="7.5753" stroke-width="0.49832" fill="url(#elements-f06-zh_TW.svglinearGradient2620)"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="7.5" y="1175.977662" x="10" font-family="Sans" font-style="italic" fill="#000000">
- <tspan y="1175.977662" x="10">紋理</tspan>
+ <rect id="elements-f06-zh_TW.svgrect2045" fill-rule="evenodd" transform="translate(10 1048.8)" height="100.99" width="305.16" stroke="#000" y=".24916" x="7.5753" stroke-width=".49832" fill="url(#elements-f06-zh_TW.svglinearGradient2620)"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1174.2443185" x="10" font-family="Sans" font-style="italic" fill="#000000">
+ <tspan y="1174.2443185" x="10">紋理</tspan>
</text>
- <rect id="d0e132" display="none" height="1000px" width="288" y="1181.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e132" display="none" height="1e3px" width="288" y="1179.7" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e132"/>
</flowRegion>
<flowDiv xml:space="preserve">紋理就是表面感覺 (實際紋路)或表現的外觀 (暗示紋理)。紋理的描述詞有粗糙、柔軟光潔或礫質砂等。</flowDiv>
</flowRoot>
<defs id="elements-f07-zh_TW.svgdefs3">
- <pattern id="elements-f07-zh_TW.svgpattern2172" inkscape:collect="always" xlink:href="#elements-f07-zh_TW.svgpattern2655" patternTransform="matrix(0.25,0,0,0.25,0,0)"/>
- <pattern id="elements-f07-zh_TW.svgpattern2169" inkscape:collect="always" xlink:href="#elements-f07-zh_TW.svgpattern2664" patternTransform="matrix(0.193713,0.134586,-0.134586,0.193713,0,0)"/>
- <pattern id="elements-f07-zh_TW.svgpattern2166" inkscape:collect="always" xlink:href="#elements-f07-zh_TW.svgpattern2666" patternTransform="matrix(3.602221e-2,-6.290160e-2,6.290160e-2,3.602221e-2,0,0)"/>
- <pattern id="elements-f07-zh_TW.svgpattern2650" width="24" patternUnits="userSpaceOnUse" patternTransform="matrix(0.25,0,0,0.25,0,0)" height="24">
- <path id="elements-f07-zh_TW.svgpath2649" d="M-0.25,24.25l24.5-24.5" stroke="#000" stroke-linecap="butt" stroke-width="1.25" fill="none"/>
+ <pattern id="elements-f07-zh_TW.svgpattern2172" inkscape:collect="always" xlink:href="#elements-f07-zh_TW.svgpattern2655" patternTransform="scale(.25)"/>
+ <pattern id="elements-f07-zh_TW.svgpattern2169" inkscape:collect="always" xlink:href="#elements-f07-zh_TW.svgpattern2664" patternTransform="matrix(.19371 .13459 -.13459 .19371 0 0)"/>
+ <pattern id="elements-f07-zh_TW.svgpattern2166" inkscape:collect="always" xlink:href="#elements-f07-zh_TW.svgpattern2666" patternTransform="matrix(.036022 -.062902 .062902 .036022 0 0)"/>
+ <pattern id="elements-f07-zh_TW.svgpattern2650" width="24" patternUnits="userSpaceOnUse" patternTransform="scale(.25)" height="24">
+ <path id="elements-f07-zh_TW.svgpath2649" d="m-0.25 24.25l24.5-24.5" stroke="#000" stroke-width="1.25" fill="none"/>
</pattern>
- <pattern id="elements-f07-zh_TW.svgpattern2655" inkscape:collect="always" xlink:href="#elements-f07-zh_TW.svgpattern2650" patternTransform="matrix(0.234375,0.000000,0.000000,0.234375,0,0)"/>
- <pattern id="elements-f07-zh_TW.svgpattern2664" inkscape:collect="always" xlink:href="#elements-f07-zh_TW.svgpattern2655" patternTransform="matrix(0.193713,0.134586,-0.134586,0.193713,0,0)"/>
- <pattern id="elements-f07-zh_TW.svgpattern2666" inkscape:collect="always" xlink:href="#elements-f07-zh_TW.svgpattern2664" patternTransform="matrix(3.602221e-2,-6.290160e-2,6.290160e-2,3.602221e-2,0,0)"/>
+ <pattern id="elements-f07-zh_TW.svgpattern2655" inkscape:collect="always" xlink:href="#elements-f07-zh_TW.svgpattern2650" patternTransform="scale(.23438)"/>
+ <pattern id="elements-f07-zh_TW.svgpattern2664" inkscape:collect="always" xlink:href="#elements-f07-zh_TW.svgpattern2655" patternTransform="matrix(.19371 .13459 -.13459 .19371 0 0)"/>
+ <pattern id="elements-f07-zh_TW.svgpattern2666" inkscape:collect="always" xlink:href="#elements-f07-zh_TW.svgpattern2664" patternTransform="matrix(.036022 -.062902 .062902 .036022 0 0)"/>
</defs>
- <rect id="elements-f07-zh_TW.svgrect2067" transform="translate(10, 1218.305162) " height="100.99" width="305.16" stroke="#000" y="0.24922" x="7.5753" stroke-width="0.49832" fill="none"/>
- <rect id="elements-f07-zh_TW.svgrect2652" transform="translate(10, 1218.305162) " height="54.241" width="304.83" y="0.83906" x="7.4039" fill="url(#elements-f07-zh_TW.svgpattern2172)"/>
- <rect id="elements-f07-zh_TW.svgrect2663" transform="translate(10, 1218.305162) " height="54.241" width="304.83" y="23.339" x="7.4039" fill="url(#elements-f07-zh_TW.svgpattern2169)"/>
- <rect id="elements-f07-zh_TW.svgrect2665" transform="translate(10, 1218.305162) " height="54.241" width="304.83" y="46.636" x="7.4039" fill="url(#elements-f07-zh_TW.svgpattern2166)"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="7.5" y="1343.797242" x="10" font-family="Sans" font-style="italic" fill="#000000">
- <tspan y="1343.797242" x="10">明暗</tspan>
+ <rect id="elements-f07-zh_TW.svgrect2067" transform="translate(10 1216.6)" height="100.99" width="305.16" stroke="#000" y=".24922" x="7.5753" stroke-width=".49832" fill="none"/>
+ <rect id="elements-f07-zh_TW.svgrect2652" transform="translate(10 1216.6)" height="54.241" width="304.83" y=".83906" x="7.4039" fill="url(#elements-f07-zh_TW.svgpattern2172)"/>
+ <rect id="elements-f07-zh_TW.svgrect2663" transform="translate(10 1216.6)" height="54.241" width="304.83" y="23.339" x="7.4039" fill="url(#elements-f07-zh_TW.svgpattern2169)"/>
+ <rect id="elements-f07-zh_TW.svgrect2665" transform="translate(10 1216.6)" height="54.241" width="304.83" y="46.636" x="7.4039" fill="url(#elements-f07-zh_TW.svgpattern2166)"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1342.0763035" x="10" font-family="Sans" font-style="italic" fill="#000000">
+ <tspan y="1342.0763035" x="10">明暗</tspan>
</text>
- <rect id="d0e151" display="none" height="1000px" width="288" y="1349.3" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e151" display="none" height="1e3px" width="288" y="1347.6" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e151"/>
</flowRegion>
<flowDiv xml:space="preserve">明暗是物體外觀陰暗或明亮的程度。我們由加入黑色或白色以實現顏色明暗度的變化。明暗對照法經由物體中強烈地光暗對比發揮繪畫中的價值。</flowDiv>
</flowRoot>
<defs id="elements-f08-zh_TW.svgdefs3">
- <linearGradient id="elements-f08-zh_TW.svglinearGradient2224" y2="5730.5" gradientUnits="userSpaceOnUse" y1="5730.5" gradientTransform="matrix(3.700601,0.000000,0.000000,0.270226,0.000000,-1539.931)" x2="81.905" x1="4.2527" inkscape:collect="always">
- <stop id="elements-f08-zh_TW.svgstop1081" stop-color="#7d4ad2" stop-opacity="0.532296" offset="0"/>
- <stop id="elements-f08-zh_TW.svgstop1082" stop-color="#FFF" stop-opacity="0" offset="1"/>
+ <linearGradient id="elements-f08-zh_TW.svglinearGradient2224" y2="5730.5" gradientUnits="userSpaceOnUse" y1="5730.5" gradientTransform="matrix(3.7006 0 0 .27023 0 -1539.9)" x2="81.905" x1="4.2527" inkscape:collect="always">
+ <stop id="elements-f08-zh_TW.svgstop1081" stop-color="#7d4ad2" stop-opacity=".53230" offset="0"/>
+ <stop id="elements-f08-zh_TW.svgstop1082" stop-color="#fff" stop-opacity="0" offset="1"/>
</linearGradient>
- <linearGradient id="elements-f08-zh_TW.svglinearGradient2227" y2="5808.1" gradientUnits="userSpaceOnUse" y1="5808.1" gradientTransform="matrix(3.700601,0.000000,0.000000,0.270226,0.000000,-1539.931)" x2="81.905" x1="4.2527" inkscape:collect="always">
- <stop id="elements-f08-zh_TW.svgstop1078" stop-color="#ff2ee1" stop-opacity="0.529229" offset="0"/>
- <stop id="elements-f08-zh_TW.svgstop1079" stop-color="#000" stop-opacity="0" offset="1"/>
+ <linearGradient id="elements-f08-zh_TW.svglinearGradient2227" y2="5808.1" gradientUnits="userSpaceOnUse" y1="5808.1" gradientTransform="matrix(3.7006 0 0 .27023 0 -1539.9)" x2="81.905" x1="4.2527" inkscape:collect="always">
+ <stop id="elements-f08-zh_TW.svgstop1078" stop-color="#ff2ee1" stop-opacity=".52923" offset="0"/>
+ <stop id="elements-f08-zh_TW.svgstop1079" stop-opacity="0" offset="1"/>
</linearGradient>
- <linearGradient id="elements-f08-zh_TW.svglinearGradient2230" y2="5885.8" gradientUnits="userSpaceOnUse" y1="5885.8" gradientTransform="matrix(3.700601,0.000000,0.000000,0.270226,0.000000,-1539.931)" x2="81.905" x1="4.2527" inkscape:collect="always">
+ <linearGradient id="elements-f08-zh_TW.svglinearGradient2230" y2="5885.8" gradientUnits="userSpaceOnUse" y1="5885.8" gradientTransform="matrix(3.7006 0 0 .27023 0 -1539.9)" x2="81.905" x1="4.2527" inkscape:collect="always">
<stop id="elements-f08-zh_TW.svgstop1057" stop-color="#0082ab" stop-opacity="0" offset="0"/>
- <stop id="elements-f08-zh_TW.svgstop1058" stop-color="#000" offset="1"/>
+ <stop id="elements-f08-zh_TW.svgstop1058" offset="1"/>
</linearGradient>
- <linearGradient id="elements-f08-zh_TW.svglinearGradient2233" y2="6002.3" gradientUnits="userSpaceOnUse" y1="6002.3" gradientTransform="matrix(3.700601,0.000000,0.000000,0.270226,0.000000,-1539.931)" x2="81.905" x1="4.2527" inkscape:collect="always">
+ <linearGradient id="elements-f08-zh_TW.svglinearGradient2233" y2="6002.3" gradientUnits="userSpaceOnUse" y1="6002.3" gradientTransform="matrix(3.7006 0 0 .27023 0 -1539.9)" x2="81.905" x1="4.2527" inkscape:collect="always">
<stop id="elements-f08-zh_TW.svgstop842" stop-color="#0082ab" offset="0"/>
- <stop id="elements-f08-zh_TW.svgstop1842" stop-color="#0082ab" stop-opacity="0.5" offset="0.35"/>
- <stop id="elements-f08-zh_TW.svgstop1843" stop-color="#0082ab" stop-opacity="0.22" offset="0.63"/>
+ <stop id="elements-f08-zh_TW.svgstop1842" stop-color="#0082ab" stop-opacity=".5" offset="0.35"/>
+ <stop id="elements-f08-zh_TW.svgstop1843" stop-color="#0082ab" stop-opacity=".22" offset=".63"/>
<stop id="elements-f08-zh_TW.svgstop843" stop-color="#0082ab" stop-opacity="0" offset="1"/>
</linearGradient>
</defs>
- <rect id="elements-f08-zh_TW.svgrect2122" transform="translate(10, 1386.0700550000001) " height="100.99" width="305.16" stroke="#000" y="0.24881" x="7.5753" stroke-width="0.49832" fill="none"/>
- <rect id="elements-f08-zh_TW.svgrect2151" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1386.0700550000001) " height="20.984" width="287.36" y="71.546" x="15.738" fill="url(#elements-f08-zh_TW.svglinearGradient2233)"/>
- <rect id="elements-f08-zh_TW.svgrect2152" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1386.0700550000001) " height="20.984" width="287.36" y="50.563" x="15.738" fill="url(#elements-f08-zh_TW.svglinearGradient2230)"/>
- <rect id="elements-f08-zh_TW.svgrect2156" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1386.0700550000001) " height="20.984" width="287.36" y="29.579" x="15.738" fill="url(#elements-f08-zh_TW.svglinearGradient2227)"/>
- <rect id="elements-f08-zh_TW.svgrect2157" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1386.0700550000001) " height="20.984" width="287.36" y="8.5956" x="15.738" fill="url(#elements-f08-zh_TW.svglinearGradient2224)"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1512.362135" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1512.362135" x="10">設計原則</tspan>
+ <rect id="elements-f08-zh_TW.svgrect2122" transform="translate(10 1383.9)" height="100.99" width="305.16" stroke="#000" y=".24881" x="7.5753" stroke-width=".49832" fill="none"/>
+ <rect id="elements-f08-zh_TW.svgrect2151" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1383.9)" height="20.984" width="287.36" y="71.546" x="15.738" fill="url(#elements-f08-zh_TW.svglinearGradient2233)"/>
+ <rect id="elements-f08-zh_TW.svgrect2152" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1383.9)" height="20.984" width="287.36" y="50.563" x="15.738" fill="url(#elements-f08-zh_TW.svglinearGradient2230)"/>
+ <rect id="elements-f08-zh_TW.svgrect2156" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1383.9)" height="20.984" width="287.36" y="29.579" x="15.738" fill="url(#elements-f08-zh_TW.svglinearGradient2227)"/>
+ <rect id="elements-f08-zh_TW.svgrect2157" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1383.9)" height="20.984" width="287.36" y="8.5956" x="15.738" fill="url(#elements-f08-zh_TW.svglinearGradient2224)"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1510.1958835" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1510.1958835" x="10">設計原則</tspan>
</text>
- <rect id="d0e171" display="none" height="1000px" width="288" y="1517.6" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e171" display="none" height="1e3px" width="288" y="1515.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e171"/>
</flowRegion>
<flowDiv xml:space="preserve">原則是運用設計要素創作出一個組合體。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="7.5" y="1547.4918225000001" x="10" font-family="Sans" font-style="italic" fill="#000000">
- <tspan y="1547.4918225000001" x="10">平衡</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1544.966196" x="10" font-family="Sans" font-style="italic" fill="#000000">
+ <tspan y="1544.966196" x="10">平衡</tspan>
</text>
- <rect id="d0e179" display="none" height="1000px" width="288" y="1553" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e179" display="none" height="1e3px" width="288" y="1550.5" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e179"/>
</flowRegion>
<flowDiv xml:space="preserve">平衡是一種在形狀、結構、明暗、顏色等上面的視覺均等感受。平衡感可以是對稱的或均勻的平衡或者非對稱的和非均勻的平衡。物件、明暗、顏色、紋理、形狀、結構等可以用於建立一個合成體的平衡感。</flowDiv>
</flowRoot>
- <rect id="elements-f09-zh_TW.svgrect2170" transform="translate(10, 1600.1858855) " height="100.99" width="305.16" stroke="#000" y="0.24922" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.49832" fill="none"/>
- <path id="elements-f09-zh_TW.svgrect2562" d="M160.08,0.2492v100.99-100.99z" sodipodi:nodetypes="ccc" transform="translate(10, 1600.1858855) " stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.49831799" fill="none"/>
- <path id="elements-f09-zh_TW.svgpath2564" d="m55.207,1809.3c0,11.466-9.2954,20.762-20.762,20.762-11.466,0-20.762-9.2954-20.762-20.762,0-11.466,9.2954-20.762,20.762-20.762,11.466,0,20.762,9.2954,20.762,20.762z" fill-rule="evenodd" transform="translate(10, 1600.1858855) matrix(0.823529,0.000000,0.000000,0.823529,65.31271,-1470.539)" xmlns:cc="http://creativecommons.org/ns#" fill="#000"/>
- <path id="elements-f09-zh_TW.svgpath2565" d="m55.207,1809.3c0,11.466-9.2954,20.762-20.762,20.762-11.466,0-20.762-9.2954-20.762-20.762,0-11.466,9.2954-20.762,20.762-20.762,11.466,0,20.762,9.2954,20.762,20.762z" fill-rule="evenodd" transform="translate(10, 1600.1858855) matrix(1.681818,0.000000,0.000000,1.681818,-14.99221,-3007.499)" xmlns:cc="http://creativecommons.org/ns#" fill="#000"/>
- <path id="elements-f09-zh_TW.svgpath2566" d="m55.207,1809.3c0,11.466-9.2954,20.762-20.762,20.762-11.466,0-20.762-9.2954-20.762-20.762,0-11.466,9.2954-20.762,20.762-20.762,11.466,0,20.762,9.2954,20.762,20.762z" fill-rule="evenodd" transform="translate(10, 1600.1858855) matrix(0.823529,0.000000,0.000000,0.823529,240.2315,-1414.138)" xmlns:cc="http://creativecommons.org/ns#" fill="#000"/>
- <path id="elements-f09-zh_TW.svgpath2567" d="m55.207,1809.3c0,11.466-9.2954,20.762-20.762,20.762-11.466,0-20.762-9.2954-20.762-20.762,0-11.466,9.2954-20.762,20.762-20.762,11.466,0,20.762,9.2954,20.762,20.762z" fill-rule="evenodd" transform="translate(10, 1600.1858855) matrix(1.681818,0.000000,0.000000,1.681818,163.0391,-3001.225)" xmlns:cc="http://creativecommons.org/ns#" fill="#000"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="7.5" y="1725.6780055" x="10" font-family="Sans" font-style="italic" fill="#000000">
- <tspan y="1725.6780055" x="10">對比</tspan>
+ <rect id="elements-f09-zh_TW.svgrect2170" transform="translate(10 1597.6)" height="100.99" width="305.16" stroke="#000" y=".24922" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="none"/>
+ <path id="elements-f09-zh_TW.svgrect2562" d="m160.08 0.2492v100.99-100.99z" sodipodi:nodetypes="ccc" transform="translate(10 1597.6)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="none"/>
+ <path id="elements-f09-zh_TW.svgpath2564" d="m55.207 1809.3c0 11.466-9.2954 20.762-20.762 20.762-11.466 0-20.762-9.2954-20.762-20.762 0-11.466 9.2954-20.762 20.762-20.762 11.466 0 20.762 9.2954 20.762 20.762z" fill-rule="evenodd" transform="translate(10 1597.6) matrix(.82353 0 0 .82353 65.313 -1470.5)" xmlns:cc="http://creativecommons.org/ns#"/>
+ <path id="elements-f09-zh_TW.svgpath2565" d="m55.207 1809.3c0 11.466-9.2954 20.762-20.762 20.762-11.466 0-20.762-9.2954-20.762-20.762 0-11.466 9.2954-20.762 20.762-20.762 11.466 0 20.762 9.2954 20.762 20.762z" fill-rule="evenodd" transform="translate(10 1597.6) matrix(1.6818 0 0 1.6818 -14.992 -3007.5)" xmlns:cc="http://creativecommons.org/ns#"/>
+ <path id="elements-f09-zh_TW.svgpath2566" d="m55.207 1809.3c0 11.466-9.2954 20.762-20.762 20.762-11.466 0-20.762-9.2954-20.762-20.762 0-11.466 9.2954-20.762 20.762-20.762 11.466 0 20.762 9.2954 20.762 20.762z" fill-rule="evenodd" transform="translate(10 1597.6) matrix(.82353 0 0 .82353 240.23 -1414.1)" xmlns:cc="http://creativecommons.org/ns#"/>
+ <path id="elements-f09-zh_TW.svgpath2567" d="m55.207 1809.3c0 11.466-9.2954 20.762-20.762 20.762-11.466 0-20.762-9.2954-20.762-20.762 0-11.466 9.2954-20.762 20.762-20.762 11.466 0 20.762 9.2954 20.762 20.762z" fill-rule="evenodd" transform="translate(10 1597.6) matrix(1.6818 0 0 1.6818 163.04 -3001.2)" xmlns:cc="http://creativecommons.org/ns#"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1723.0801000000001" x="10" font-family="Sans" font-style="italic" fill="#000000">
+ <tspan y="1723.0801000000001" x="10">對比</tspan>
</text>
- <rect id="d0e198" display="none" height="1000px" width="288" y="1731.2" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e198" display="none" height="1e3px" width="288" y="1728.6" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e198"/>
</flowRegion>
<flowDiv xml:space="preserve">對比是幾項相對的元素並列一起。</flowDiv>
</flowRoot>
- <rect id="elements-f10-zh_TW.svgrect2578" fill-rule="evenodd" transform="translate(10, 1757.154568) " height="100.99" width="152.52" stroke="#000" y="0.24905" x="159.95" stroke-width="0.49832" fill="#000"/>
- <rect id="elements-f10-zh_TW.svgrect2579" fill-rule="evenodd" transform="translate(10, 1757.154568) " height="58.64" width="88.56" y="21.426" x="191.93" fill="#FFF"/>
- <rect id="elements-f10-zh_TW.svgrect2574" fill-rule="evenodd" transform="translate(10, 1757.154568) " height="100.99" width="152.52" stroke="#000" y="0.24905" x="7.4506" stroke-width="0.49832" fill="#c8c8c8"/>
- <rect id="elements-f10-zh_TW.svgrect2576" fill-rule="evenodd" transform="translate(10, 1757.154568) " height="58.64" width="88.56" y="21.426" x="39.433" fill="#d4d4d4"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="7.5" y="1882.646648" x="10" font-family="Sans" font-style="italic" fill="#000000">
- <tspan y="1882.646648" x="10">強調</tspan>
+ <rect id="elements-f10-zh_TW.svgrect2578" fill-rule="evenodd" transform="translate(10 1754.1)" height="100.99" width="152.52" stroke="#000" y=".24905" x="159.95" stroke-width=".49832"/>
+ <rect id="elements-f10-zh_TW.svgrect2579" fill-rule="evenodd" transform="translate(10 1754.1)" height="58.64" width="88.56" y="21.426" x="191.93" fill="#fff"/>
+ <rect id="elements-f10-zh_TW.svgrect2574" fill-rule="evenodd" transform="translate(10 1754.1)" height="100.99" width="152.52" stroke="#000" y=".24905" x="7.4506" stroke-width=".49832" fill="#c8c8c8"/>
+ <rect id="elements-f10-zh_TW.svgrect2576" fill-rule="evenodd" transform="translate(10 1754.1)" height="58.64" width="88.56" y="21.426" x="39.433" fill="#d4d4d4"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="1879.5799925000001" x="10" font-family="Sans" font-style="italic" fill="#000000">
+ <tspan y="1879.5799925000001" x="10">強調</tspan>
</text>
- <rect id="d0e217" display="none" height="1000px" width="288" y="1888.1" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e217" display="none" height="1e3px" width="288" y="1885.1" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e217"/>
</flowRegion>
<flowDiv xml:space="preserve">強調是用來使作品的某些部份脫穎而出並引起你的注意。趣味中心或焦點的作用是吸引你的第一次目光。</flowDiv>
</flowRoot>
- <rect id="elements-f11-zh_TW.svgrect2584" fill-rule="evenodd" transform="translate(10, 1924.755398) " height="100.99" width="152.52" stroke="#000" y="0.24905" x="159.95" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.49832" fill="#c8c8c8"/>
- <rect id="elements-f11-zh_TW.svgrect2585" fill-rule="evenodd" transform="translate(10, 1924.755398) " height="58.64" width="88.56" y="21.426" x="191.93" xmlns:cc="http://creativecommons.org/ns#" fill="#d4d4d4"/>
- <rect id="elements-f11-zh_TW.svgrect2582" fill-rule="evenodd" transform="translate(10, 1924.755398) " height="100.99" width="152.52" stroke="#000" y="0.24905" x="7.4506" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.49832" fill="#c8c8c8"/>
- <rect id="elements-f11-zh_TW.svgrect2583" fill-rule="evenodd" transform="translate(10, 1924.755398) " height="58.64" width="88.56" y="21.426" x="39.433" xmlns:cc="http://creativecommons.org/ns#" fill="#d4d4d4"/>
- <path id="elements-f11-zh_TW.svgpath2587" d="m68.891,2183c0,6.2545-5.0702,11.325-11.325,11.325-6.2544,0-11.325-5.0702-11.325-11.325,0-6.2544,5.0702-11.325,11.325-11.325,6.2544,0,11.325,5.0702,11.325,11.325z" fill-rule="evenodd" transform="translate(10, 1924.755398) translate(210.2272,-2115.132)" xmlns:cc="http://creativecommons.org/ns#" fill="#F00"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="7.5" y="2050.2474780000002" x="10" font-family="Sans" font-style="italic" fill="#000000">
- <tspan y="2050.2474780000002" x="10">比例</tspan>
+ <rect id="elements-f11-zh_TW.svgrect2584" fill-rule="evenodd" transform="translate(10 1922)" height="100.99" width="152.52" stroke="#000" y=".24905" x="159.95" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="#c8c8c8"/>
+ <rect id="elements-f11-zh_TW.svgrect2585" fill-rule="evenodd" transform="translate(10 1922)" height="58.64" width="88.56" y="21.426" x="191.93" xmlns:cc="http://creativecommons.org/ns#" fill="#d4d4d4"/>
+ <rect id="elements-f11-zh_TW.svgrect2582" fill-rule="evenodd" transform="translate(10 1922)" height="100.99" width="152.52" stroke="#000" y=".24905" x="7.4506" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="#c8c8c8"/>
+ <rect id="elements-f11-zh_TW.svgrect2583" fill-rule="evenodd" transform="translate(10 1922)" height="58.64" width="88.56" y="21.426" x="39.433" xmlns:cc="http://creativecommons.org/ns#" fill="#d4d4d4"/>
+ <path id="elements-f11-zh_TW.svgpath2587" d="m68.891 2183c0 6.2545-5.0702 11.325-11.325 11.325-6.2544 0-11.325-5.0702-11.325-11.325 0-6.2544 5.0702-11.325 11.325-11.325 6.2544 0 11.325 5.0702 11.325 11.325z" fill-rule="evenodd" transform="translate(220.23 -193.1)" xmlns:cc="http://creativecommons.org/ns#" fill="#f00"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="2047.4600725" x="10" font-family="Sans" font-style="italic" fill="#000000">
+ <tspan y="2047.4600725" x="10">比例</tspan>
</text>
- <rect id="d0e236" display="none" height="1000px" width="288" y="2055.7" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e236" display="none" height="1e3px" width="288" y="2053" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e236"/>
</flowRegion>
@@ -294,145 +294,145 @@
</flowRoot>
<defs id="elements-f12-zh_TW.svgdefs3">
<linearGradient id="elements-f12-zh_TW.svglinearGradient1516">
- <stop id="elements-f12-zh_TW.svgstop1517" stop-color="#f7f7f7" stop-opacity="0.0000000" offset="0"/>
+ <stop id="elements-f12-zh_TW.svgstop1517" stop-color="#f7f7f7" stop-opacity="0" offset="0"/>
<stop id="elements-f12-zh_TW.svgstop1518" stop-color="#fff" offset="1"/>
</linearGradient>
<linearGradient id="elements-f12-zh_TW.svglinearGradient1752">
<stop id="elements-f12-zh_TW.svgstop1753" stop-color="#556d4a" offset="0"/>
- <stop id="elements-f12-zh_TW.svgstop1754" stop-color="#778670" stop-opacity="0.97175139" offset="0.64778"/>
+ <stop id="elements-f12-zh_TW.svgstop1754" stop-color="#778670" stop-opacity=".97175" offset=".64778"/>
<stop id="elements-f12-zh_TW.svgstop1755" stop-color="#8b9f82" offset="1"/>
</linearGradient>
<linearGradient id="elements-f12-zh_TW.svglinearGradient1514">
<stop id="elements-f12-zh_TW.svgstop1515" stop-color="#484848" offset="0"/>
- <stop id="elements-f12-zh_TW.svgstop1631" stop-color="#929292" offset="0.68667"/>
+ <stop id="elements-f12-zh_TW.svgstop1631" stop-color="#929292" offset=".68667"/>
<stop id="elements-f12-zh_TW.svgstop1516" stop-color="#d8d8d8" offset="1"/>
</linearGradient>
<linearGradient id="elements-f12-zh_TW.svglinearGradient1756">
<stop id="elements-f12-zh_TW.svgstop1757" stop-color="#495942" offset="0"/>
- <stop id="elements-f12-zh_TW.svgstop1758" stop-color="#778670" stop-opacity="0.97254902" offset="0.32111"/>
+ <stop id="elements-f12-zh_TW.svgstop1758" stop-color="#778670" stop-opacity=".97255" offset=".32111"/>
<stop id="elements-f12-zh_TW.svgstop1759" stop-color="#a9c19e" offset="1"/>
</linearGradient>
<linearGradient id="elements-f12-zh_TW.svglinearGradient1806">
- <stop id="elements-f12-zh_TW.svgstop1807" stop-color="#000" stop-opacity="0.40784314" offset="0"/>
- <stop id="elements-f12-zh_TW.svgstop3276" stop-color="#000" stop-opacity="0.079096042" offset="0.64778"/>
- <stop id="elements-f12-zh_TW.svgstop1808" stop-color="#000" stop-opacity="0.0000000" offset="1"/>
+ <stop id="elements-f12-zh_TW.svgstop1807" stop-opacity=".40784" offset="0"/>
+ <stop id="elements-f12-zh_TW.svgstop3276" stop-opacity=".079096" offset=".64778"/>
+ <stop id="elements-f12-zh_TW.svgstop1808" stop-opacity="0" offset="1"/>
</linearGradient>
<radialGradient id="elements-f12-zh_TW.svgradialGradient2163" fx="24.82" fy="130.39" cx="24.826" xlink:href="#elements-f12-zh_TW.svglinearGradient1806" gradientUnits="userSpaceOnUse" cy="176.56" r="51.668" inkscape:collect="always"/>
<radialGradient id="elements-f12-zh_TW.svgradialGradient2165" fx="41.757" fy="144.16" cx="24.826" xlink:href="#elements-f12-zh_TW.svglinearGradient1806" gradientUnits="userSpaceOnUse" cy="176.56" r="51.668" inkscape:collect="always"/>
- <linearGradient id="elements-f12-zh_TW.svglinearGradient2167" y2="565.31" xlink:href="#elements-f12-zh_TW.svglinearGradient1756" gradientUnits="userSpaceOnUse" y1="705.08" gradientTransform="scale(1.883162,0.531022)" x2="181.28" x1="112.6" inkscape:collect="always"/>
- <radialGradient id="elements-f12-zh_TW.svgradialGradient2169" fx="453.19" fy="224.16" cx="451.74" xlink:href="#elements-f12-zh_TW.svglinearGradient1514" gradientUnits="userSpaceOnUse" cy="224.67" r="25.301" gradientTransform="scale(0.579628,1.725246)" inkscape:collect="always"/>
- <radialGradient id="elements-f12-zh_TW.svgradialGradient2171" fx="629.09" fy="224.52" cx="629.56" xlink:href="#elements-f12-zh_TW.svglinearGradient1514" gradientUnits="userSpaceOnUse" cy="225.72" r="14.903" gradientTransform="scale(0.562112,1.779006)" inkscape:collect="always"/>
- <linearGradient id="elements-f12-zh_TW.svglinearGradient2173" y2="605.24" xlink:href="#elements-f12-zh_TW.svglinearGradient1756" gradientUnits="userSpaceOnUse" y1="297.57" gradientTransform="scale(1.205886,0.829266)" x2="326.31" x1="287.56" inkscape:collect="always"/>
- <linearGradient id="elements-f12-zh_TW.svglinearGradient2175" y2="74.428" xlink:href="#elements-f12-zh_TW.svglinearGradient1752" gradientUnits="userSpaceOnUse" y1="49.943" gradientTransform="scale(0.998217,1.001787)" x2="131.6" x1="88.666" inkscape:collect="always"/>
- <linearGradient id="elements-f12-zh_TW.svglinearGradient2177" y2="336.11" xlink:href="#elements-f12-zh_TW.svglinearGradient1752" gradientUnits="userSpaceOnUse" y1="336.11" gradientTransform="scale(1.179368,0.847912)" x2="253.38" x1="187.35" inkscape:collect="always"/>
- <linearGradient id="elements-f12-zh_TW.svglinearGradient2179" y2="45.005" gradientUnits="userSpaceOnUse" y1="53.278" gradientTransform="scale(0.856613,1.167389)" x2="131.12" x1="122.69" inkscape:collect="always">
- <stop id="elements-f12-zh_TW.svgstop1627" stop-color="#FFF" stop-opacity="0.0000000" offset="0"/>
+ <linearGradient id="elements-f12-zh_TW.svglinearGradient2167" y2="565.31" xlink:href="#elements-f12-zh_TW.svglinearGradient1756" gradientUnits="userSpaceOnUse" y1="705.08" gradientTransform="scale(1.8832 .53102)" x2="181.28" x1="112.6" inkscape:collect="always"/>
+ <radialGradient id="elements-f12-zh_TW.svgradialGradient2169" fx="453.19" fy="224.16" cx="451.74" xlink:href="#elements-f12-zh_TW.svglinearGradient1514" gradientUnits="userSpaceOnUse" cy="224.67" r="25.301" gradientTransform="scale(.57963 1.7252)" inkscape:collect="always"/>
+ <radialGradient id="elements-f12-zh_TW.svgradialGradient2171" fx="629.09" fy="224.52" cx="629.56" xlink:href="#elements-f12-zh_TW.svglinearGradient1514" gradientUnits="userSpaceOnUse" cy="225.72" r="14.903" gradientTransform="scale(.56211 1.779)" inkscape:collect="always"/>
+ <linearGradient id="elements-f12-zh_TW.svglinearGradient2173" y2="605.24" xlink:href="#elements-f12-zh_TW.svglinearGradient1756" gradientUnits="userSpaceOnUse" y1="297.57" gradientTransform="scale(1.2059 .82927)" x2="326.31" x1="287.56" inkscape:collect="always"/>
+ <linearGradient id="elements-f12-zh_TW.svglinearGradient2175" y2="74.428" xlink:href="#elements-f12-zh_TW.svglinearGradient1752" gradientUnits="userSpaceOnUse" y1="49.943" gradientTransform="scale(.99822 1.0018)" x2="131.6" x1="88.666" inkscape:collect="always"/>
+ <linearGradient id="elements-f12-zh_TW.svglinearGradient2177" y2="336.11" xlink:href="#elements-f12-zh_TW.svglinearGradient1752" gradientUnits="userSpaceOnUse" y1="336.11" gradientTransform="scale(1.1794 .84791)" x2="253.38" x1="187.35" inkscape:collect="always"/>
+ <linearGradient id="elements-f12-zh_TW.svglinearGradient2179" y2="45.005" gradientUnits="userSpaceOnUse" y1="53.278" gradientTransform="scale(.85661 1.1674)" x2="131.12" x1="122.69" inkscape:collect="always">
+ <stop id="elements-f12-zh_TW.svgstop1627" stop-color="#fff" stop-opacity="0" offset="0"/>
<stop id="elements-f12-zh_TW.svgstop1628" stop-color="#fff" offset="1"/>
</linearGradient>
- <linearGradient id="elements-f12-zh_TW.svglinearGradient2181" y2="64.209" xlink:href="#elements-f12-zh_TW.svglinearGradient1806" gradientUnits="userSpaceOnUse" y1="77.593" gradientTransform="scale(0.731690,1.366700)" x2="130.81" x1="129.26" inkscape:collect="always"/>
- <linearGradient id="elements-f12-zh_TW.svglinearGradient2183" y2="65.691" xlink:href="#elements-f12-zh_TW.svglinearGradient1806" gradientUnits="userSpaceOnUse" y1="77.259" gradientTransform="scale(0.726403,1.376647)" x2="172.7" x1="172.47" inkscape:collect="always"/>
+ <linearGradient id="elements-f12-zh_TW.svglinearGradient2181" y2="64.209" xlink:href="#elements-f12-zh_TW.svglinearGradient1806" gradientUnits="userSpaceOnUse" y1="77.593" gradientTransform="scale(.73169 1.3667)" x2="130.81" x1="129.26" inkscape:collect="always"/>
+ <linearGradient id="elements-f12-zh_TW.svglinearGradient2183" y2="65.691" xlink:href="#elements-f12-zh_TW.svglinearGradient1806" gradientUnits="userSpaceOnUse" y1="77.259" gradientTransform="scale(.72640 1.3766)" x2="172.7" x1="172.47" inkscape:collect="always"/>
<radialGradient id="elements-f12-zh_TW.svgradialGradient2185" fx="30.803" fy="141.29" cx="24.826" xlink:href="#elements-f12-zh_TW.svglinearGradient1806" gradientUnits="userSpaceOnUse" cy="176.56" r="51.668" inkscape:collect="always"/>
- <linearGradient id="elements-f12-zh_TW.svglinearGradient2187" y2="84.428" xlink:href="#elements-f12-zh_TW.svglinearGradient1516" gradientUnits="userSpaceOnUse" y1="97.763" gradientTransform="scale(0.958107,1.043724)" x2="162.73" x1="156.13" inkscape:collect="always"/>
- <linearGradient id="elements-f12-zh_TW.svglinearGradient2189" y2="103.88" xlink:href="#elements-f12-zh_TW.svglinearGradient1516" gradientUnits="userSpaceOnUse" y1="135.07" gradientTransform="scale(0.978488,1.021985)" x2="115.21" x1="110.17" inkscape:collect="always"/>
- <linearGradient id="elements-f12-zh_TW.svglinearGradient2191" y2="91.336" xlink:href="#elements-f12-zh_TW.svglinearGradient1516" gradientUnits="userSpaceOnUse" y1="123.45" gradientTransform="scale(1.035315,0.965890)" x2="130.72" x1="121.02" inkscape:collect="always"/>
- <radialGradient id="elements-f12-zh_TW.svgradialGradient2193" cx="64.959" gradientUnits="userSpaceOnUse" cy="71.937" r="34.085" gradientTransform="scale(0.945443,1.057705)" inkscape:collect="always">
- <stop id="elements-f12-zh_TW.svgstop2729" stop-color="#f7f7f7" stop-opacity="0.0000000" offset="0"/>
- <stop id="elements-f12-zh_TW.svgstop2731" stop-color="#fbfbfb" stop-opacity="0.073446326" offset="0.45062"/>
- <stop id="elements-f12-zh_TW.svgstop2730" stop-color="#FFF" stop-opacity="0.78531075" offset="1"/>
+ <linearGradient id="elements-f12-zh_TW.svglinearGradient2187" y2="84.428" xlink:href="#elements-f12-zh_TW.svglinearGradient1516" gradientUnits="userSpaceOnUse" y1="97.763" gradientTransform="scale(.95811 1.0437)" x2="162.73" x1="156.13" inkscape:collect="always"/>
+ <linearGradient id="elements-f12-zh_TW.svglinearGradient2189" y2="103.88" xlink:href="#elements-f12-zh_TW.svglinearGradient1516" gradientUnits="userSpaceOnUse" y1="135.07" gradientTransform="scale(.97849 1.022)" x2="115.21" x1="110.17" inkscape:collect="always"/>
+ <linearGradient id="elements-f12-zh_TW.svglinearGradient2191" y2="91.336" xlink:href="#elements-f12-zh_TW.svglinearGradient1516" gradientUnits="userSpaceOnUse" y1="123.45" gradientTransform="scale(1.0353 .96589)" x2="130.72" x1="121.02" inkscape:collect="always"/>
+ <radialGradient id="elements-f12-zh_TW.svgradialGradient2193" cx="64.959" gradientUnits="userSpaceOnUse" cy="71.937" r="34.085" gradientTransform="scale(.94544 1.0577)" inkscape:collect="always">
+ <stop id="elements-f12-zh_TW.svgstop2729" stop-color="#f7f7f7" stop-opacity="0" offset="0"/>
+ <stop id="elements-f12-zh_TW.svgstop2731" stop-color="#fbfbfb" stop-opacity=".073446" offset=".45062"/>
+ <stop id="elements-f12-zh_TW.svgstop2730" stop-color="#fff" stop-opacity=".78531" offset="1"/>
</radialGradient>
- <linearGradient id="elements-f12-zh_TW.svglinearGradient2195" y2="42.421" xlink:href="#elements-f12-zh_TW.svglinearGradient1516" gradientUnits="userSpaceOnUse" y1="74.473" gradientTransform="scale(0.946100,1.056971)" x2="54.702" x1="52.397" inkscape:collect="always"/>
+ <linearGradient id="elements-f12-zh_TW.svglinearGradient2195" y2="42.421" xlink:href="#elements-f12-zh_TW.svglinearGradient1516" gradientUnits="userSpaceOnUse" y1="74.473" gradientTransform="scale(.94610 1.057)" x2="54.702" x1="52.397" inkscape:collect="always"/>
</defs>
- <rect id="elements-f12-zh_TW.svgrect2588" fill-rule="evenodd" transform="translate(10, 2081.5912280000002) " height="100.99" width="152.52" stroke="#000" y="1.658" x="159.95" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.49832" fill="#FFF"/>
- <rect id="elements-f12-zh_TW.svgrect2590" fill-rule="evenodd" transform="translate(10, 2081.5912280000002) " height="100.99" width="152.52" stroke="#000" y="1.658" x="7.4506" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.49832" fill="#FFF"/>
- <g id="elements-f12-zh_TW.svgg2952" xmlns:cc="http://creativecommons.org/ns#" fill-rule="evenodd" transform="translate(10, 2081.5912280000002) matrix(0.519885,0.000000,0.000000,0.519885,27.07745,-1681.325)">
- <path id="elements-f12-zh_TW.svgpath3277" d="m82.055,175.84c0,31.007-25.136,56.143-56.143,56.143s-56.143-25.136-56.143-56.143,25.136-56.143,56.143-56.143,56.143,25.136,56.143,56.143z" fill-opacity="0.75" transform="matrix(0.966739,0.000000,0.000000,0.233544,113.9646,3337.076)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svgradialGradient2163)"/>
- <path id="elements-f12-zh_TW.svgpath1809" d="m82.055,175.84c0,31.007-25.136,56.143-56.143,56.143s-56.143-25.136-56.143-56.143,25.136-56.143,56.143-56.143,56.143,25.136,56.143,56.143z" fill-opacity="0.75" transform="matrix(1.080927,0.000000,0.000000,0.286993,162.8851,3326.394)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svgradialGradient2165)"/>
- <g id="elements-f12-zh_TW.svgg1682" transform="matrix(1.201983,0.000000,0.000000,1.201983,73.32285,3220.770)">
- <path id="elements-f12-zh_TW.svgpath1623" d="M298.95,267.7c0.1-1.13,2.05-2.51,3.01-1.83l15.29,10.75c1.45,1.01,2.1,3,2.19,4.72l1.37,27.27c0.07,1.5-2.41,3.26-3.83,2.62l-18.58-8.39c-1.77-0.8-2.35-3.37-2.18-5.25l2.73-29.89z" sodipodi:nodetypes="czzzzzzzz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#586051"/>
- <path id="elements-f12-zh_TW.svgpath1531" d="M368.79,386.45l1.29,23.74-70.24-9.67c-2.21-0.3-1.35,11.79-10.68,17.31-7.16,4.23-15.15,4.47-20.87,0.51l-33.08-22.91-81.04-5.68c-3.58-0.25-1.54,14.15-12.1,21.72-40.79,19.51-55.309-31-44.158-38.57l-19.198-13.8,138.92-1.44,41.03-41.75,108.69,37.43,1.44,33.11z" sodipodi:nodetypes="cczzzczccccccc" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke="#000" stroke-width="1.9235025pt" fill="#393939"/>
- <path id="elements-f12-zh_TW.svgpath1545" d="M316.47,281.56l0.17,16.96c0.01,1.21-1.59,2.28-2.8,2.31l-5.6,0.13c-1.24,0.03-3.05-0.82-3.11-2.06l-0.81-16.71c-0.06-1.32,1.48-2.73,2.8-2.81l6.23-0.39c1.35-0.08,3.11,1.22,3.12,2.57z" sodipodi:nodetypes="czzzzzzzz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#292e23"/>
- <path id="elements-f12-zh_TW.svgpath1624" d="M322.3,279.99l-1.01,36.73,34.03,11.46-3.37-7.42,0.34-6.74,3.71-2.69,8.42,2.69-1.35-7.75-14.49-9.09v23.58h-2.69l-16.85-9.43-2.02-6.74-0.34-16.18,4.38-2.02-8.76-6.4z" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#a5ae9d"/>
- <path id="elements-f12-zh_TW.svgpath2869" d="M85.571,349.63l2.545-39.7,8.652-8.65,123.68-12.73,24.43,3.56,124.62,52-1.15,5.92-78.18,19.45-3.05-34.61-7.12-9.67-24.44-5.6-20.86,38.17-152.18-0.51,3.054-7.63z" sodipodi:nodetypes="cccccccccccccc" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="url(#elements-f12-zh_TW.svglinearGradient2167)"/>
- <path id="elements-f12-zh_TW.svgpath2870" d="M263.26,431.93c-6.98,1.18-14.53,1.24-22.46,0.15-5.76-7.21-13.05-21.33-11.79-48.45,1.21-26.05,9.72-39.05,16.88-45.2,4.65-3.63,18.19-1.47,20.36,0,5.41,4.71,14.93,28.96,14.25,49.88-0.67,20.56-11.7,41.36-17.24,43.62z" sodipodi:nodetypes="cczcczc" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#8b8b8b"/>
- <path id="elements-f12-zh_TW.svgpath1495" d="M263.2,339.62c-7.62,0.97-13.72,20.57-14.25,43.26-0.53,23.06,7.06,45,14.31,45.43,6.89,0.4,16.78-19.82,16.95-41.44,0.17-21.98-9.04-48.26-17.01-47.25z" sodipodi:nodetypes="czzzz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#5b5b5b"/>
- <path id="elements-f12-zh_TW.svgpath1494" d="M255.56,386.27c0-9.33,3.8-27.55,10.18-27.99,6.74-0.47,8.66,20.19,8.66,29.52s-4.08,25.28-8.66,26.47c-4.91,1.27-10.18-18.67-10.18-28z" fill-opacity="0.75000000" sodipodi:nodetypes="czzzz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="url(#elements-f12-zh_TW.svgradialGradient2169)"/>
- <path id="elements-f12-zh_TW.svgpath2873" d="M260.46,366.29c2.1,0.36,8.28,6.24,7.92,21.96-0.36,15.35-5.82,16.55-7.92,16.19s-4.68-11.99-4.68-18.35,2.58-20.16,4.68-19.8z" sodipodi:nodetypes="czzzz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#d9d9d9"/>
- <path id="elements-f12-zh_TW.svgpath1506" d="M354.64,427.87c-4.16,0.71-8.67,0.75-13.4,0.09-3.45-4.37-7.79-12.92-7.04-29.35,0.72-15.78,5.8-23.65,10.07-27.38,2.78-2.2,10.86-0.89,12.16,0,3.22,2.86,8.91,17.54,8.5,30.21-0.4,12.46-6.99,25.06-10.29,26.43z" sodipodi:nodetypes="cczcczc" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="0.60128736pt" fill="#707070"/>
- <path id="elements-f12-zh_TW.svgpath1505" d="M355.09,371.95c-4.34,0.59-7.82,12.46-8.12,26.21-0.3,13.97,4.03,27.25,8.16,27.51,3.92,0.25,9.55-12,9.65-25.1,0.1-13.31-5.15-29.23-9.69-28.62z" sodipodi:nodetypes="czzzz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#545454"/>
- <path id="elements-f12-zh_TW.svgpath1504" d="M350.74,400.21c0-5.65,2.17-16.69,5.8-16.96,3.84-0.28,4.93,12.23,4.93,17.89,0,5.65-2.32,15.31-4.93,16.03-2.8,0.77-5.8-11.31-5.8-16.96z" fill-opacity="0.75000000" sodipodi:nodetypes="czzzz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="url(#elements-f12-zh_TW.svgradialGradient2171)"/>
- <path id="elements-f12-zh_TW.svgpath1507" d="M353.53,388.11c1.2,0.22,4.72,3.78,4.51,13.3-0.2,9.3-3.31,10.02-4.51,9.81-1.2-0.22-2.66-7.27-2.66-11.12s1.46-12.21,2.66-11.99z" sodipodi:nodetypes="czzzz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#b6b6b6"/>
- <path id="elements-f12-zh_TW.svgpath2878" d="M88.431,312.31c0.129-2.55,3.218-4.8,5.758-5.04l124.16-11.51c3.25-0.31,7.96,2.49,7.92,5.75l-0.36,27.72c-0.05,3.82-3.73,8.55-7.56,8.63l-125.6,2.88c-2.998,0.07-5.55-4.2-5.398-7.2l1.08-21.23z" sodipodi:nodetypes="czzzzzzzz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#5f7161"/>
- <path id="elements-f12-zh_TW.svgpath2879" d="M99.947,322.39c0.183-4.38,3.663-9.78,7.913-9.72,4.44,0.06,4.86,5.88,4.68,9s-2.58,9.78-6.65,9.72c-4.08-0.06-6.115-4.8-5.943-9z" sodipodi:nodetypes="czzzz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#aeb89b"/>
- <path id="elements-f12-zh_TW.svgpath2880" d="M194.6,316.27c0-5.61,4.44-11.14,9.18-11.52,4.91-0.39,9.19,4.65,9.53,9.18,0.36,4.71-1.92,13.11-8.45,13.68-6.36,0.55-10.26-5.55-10.26-11.34z" sodipodi:nodetypes="czzzz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#aeb89b"/>
- <path id="elements-f12-zh_TW.svgpath2881" d="M234.19,340.98l4.07-41.74,9.16-4.07,122.15,50.89v42.25l-4.45-2.29,0.13-23.67-10.06-5.85c-3.61-2.1-7.23,5.66-7.82,9.8l-2.39,16.6-56.33-11.9-2.55-39.7-30.54-13.23c-9.58-4.15-22.39,33.3-21.37,22.91z" sodipodi:nodetypes="ccccccczzccczz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="url(#elements-f12-zh_TW.svglinearGradient2173)"/>
- <path id="elements-f12-zh_TW.svgpath2882" d="M230.12,364.39l-7.13-1.53-148.62-1.53,1.018-10.18,144.55-3.05,12.72,1.02,10.69-28.5c2.34-6.23,12.77-9.36,18.83-6.62l15.78,7.13c7.38,3.33,12.71,12.28,13.23,20.35l1.53,23.42,25.96,7.12-2.04,6.62-28.5-5.09-2.04-27.49c-0.46-6.22-1.2-15.33-7.12-17.3l-13.74-4.58c-4.84-1.61-11.69,2.78-13.24,7.63l-10.69,33.6-11.19-1.02z" sodipodi:nodetypes="cccccczzzzcccczzzzcc" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#4d4d4d"/>
- <path id="elements-f12-zh_TW.svgpath1533" d="M325.65,309.57l16.14,0.22,0.72,9.36,3.96,1.8c0.7,0.32,1.44-1.03,1.44-1.8l0.03-17.49c0.01-2.32-2.11-4.33-3.96-5.75l-16.62-12.87c-1.46-1.13-5.51-0.75-5.4,1.08l1.17,19.69c0.12,2.09,0.42,5.73,2.52,5.76z" sodipodi:nodetypes="ccczzzzzzzz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#505947"/>
- <path id="elements-f12-zh_TW.svgpath1535" d="M91.387,44.457l-1.999,15.67-0.526,3.894,30.778,10.309-2.35-14.139-25.195-16.744-0.708,1.01zm0.406,3.353c0.01-0.418,0.662-0.965,1.015-0.74l5.634,3.601c0.533,0.341,0.809,1.053,0.879,1.682l1.119,9.969c0.06,0.549-0.776,1.25-1.289,1.047l-6.734-2.662c-0.643-0.255-0.908-1.183-0.891-1.875l0.267-11.022zm9.677,6.434c-0.06-0.576,0.91-1.388,1.38-1.053l6.37,4.52,1.29,2.042,0.59,6.334c0.05,0.532-0.29,1.624-0.78,1.401l-6.46-2.969c-0.73-0.336-1.49-1.033-1.57-1.832l-0.82-8.443zm10.42,6.097c-0.02-0.386,0.5-1.037,0.82-0.825l3.22,2.113c0.53,0.347,0.99,0.946,1.07,1.574l0.74,5.648c0.06,0.45-0.48,1.204-0.9,1.023l-3.67-1.602c-0.66-0.288-0.85-1.25-0.9-1.97l-0.38-5.961z" sodipodi:nodetypes="cccccccczzzzzzzzczcczzzzzczzzzzzzz" transform="translate(11.66552,18.45222)" stroke-width="1.0000000pt" fill="url(#elements-f12-zh_TW.svglinearGradient2175)"/>
- <path id="elements-f12-zh_TW.svgpath1534" d="M220.96,288.71l66.16-2.64,7.13-29.07,4.58,0.52-7.13,43.31,5.6,4.22-3.56,7.93-51.92-21.1-20.86-3.17z" sodipodi:nodetypes="ccccccccc" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="url(#elements-f12-zh_TW.svglinearGradient2177)"/>
- <path id="elements-f12-zh_TW.svgpath1532" d="M189.56,286.04l3.24-7.92,24.11,11.52,72.34-1.44,6.84-30.59-2.52-3.24-102.21,14.75-10.8,18.36,9-1.44z" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#545b4d"/>
- <path id="elements-f12-zh_TW.svgpath1529" d="M117.13,299.49l2.29-4.32c1.58-2.99,6.04-3.5,9.41-3.82l59.3-5.6c7.29-0.69,15.67-1.84,21.88,2.04,6.22,3.88,5.67,2.39,4.07,2.54l-96.95,9.16z" sodipodi:nodetypes="czzzzzc" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#415b42"/>
- <path id="elements-f12-zh_TW.svgpath1530" d="M365.19,306.19c1.5,1.1-0.11-6.52-1.62-7.61l-61.18-44.27c-3.56-2.58-8.24-4.59-12.59-3.96l-94.66,13.68c-3.71,0.53-6.35,5.6-6.81,8.26-0.49,2.79,4.3-2.71,7.71-3.17l97.53-12.95c1.59-0.21,0.59,3.97,2.16,4.32l3.24,0.72c0.94,0.21,1.73-2.01,2.52-1.44l63.7,46.42z" sodipodi:nodetypes="czzzzzzzzzzz" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#d6d6d6"/>
- <path id="elements-f12-zh_TW.svgpath1544" d="M306.46,282.19l0.76,16.29,6.62,0.25,0.76-16.79-8.14,0.25z" fill-opacity="0.89528793" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#FFF"/>
- <path id="elements-f12-zh_TW.svgpath1547" d="M311,300.26v2.25l-13.94-0.28,0.21,3.29,14.51-1.38h0.85v-0.82-3.06h-1.63z" sodipodi:nodetypes="ccccccccc" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.6250000"/>
- <path id="elements-f12-zh_TW.svgpath1625" d="M101.8,54.873c-0.18-2.29,3.17,3.677,4.67,5.073,1.49,1.397,4.46,1.506,4.3,3.307l-0.3,3.342-8.03-3.709-0.64-8.013z" fill-opacity="0.75000000" sodipodi:nodetypes="czzccz" transform="translate(11.66552,18.45222)" stroke-width="1.0000000pt" fill="url(#elements-f12-zh_TW.svglinearGradient2179)"/>
- <path id="elements-f12-zh_TW.svgpath1632" d="M117.51,314.97c0.19-2.61,2.49-5.77,5.1-5.96l61.31-4.25c2.6-0.18,5.59,2.92,5.54,5.53l-0.43,21.29c-0.06,3.23-4.43,5.91-7.66,5.96l-59.61,0.85c-2.71,0.04-5.73-3.26-5.53-5.96l1.28-17.46z" sodipodi:nodetypes="czzzzzzzz" fill-opacity="0.62303662" transform="matrix(0.377833,-2.395712e-2,2.395712e-2,0.377833,-16.04194,-27.91078)" stroke-width="1.0000000pt" fill="#474747"/>
- <path id="elements-f12-zh_TW.svgpath970" d="M88.814,111.37c-2.608,0.61-5.46,0.81-8.482,0.59-2.352-2.59-5.442-7.74-5.616-18.023-0.168-9.869,2.736-14.985,5.296-17.482,1.669-1.485,6.837-0.993,7.692-0.488,2.156,1.652,6.335,10.583,6.579,18.504,0.237,7.789-3.432,15.909-5.469,16.899z" sodipodi:nodetypes="cczcczc" transform="translate(5.000000,17.50000)" stroke-width="1.0000000pt" fill="url(#elements-f12-zh_TW.svglinearGradient2181)"/>
- <path id="elements-f12-zh_TW.svgpath1556" d="M123.21,107.85c-1.56,0.37-3.26,0.5-5.07,0.36-1.4-1.57-3.25-4.7-3.36-10.921-0.1-5.978,1.63-9.076,3.15-10.586,1-0.899,4.08-0.598,4.59-0.292,1.29,1.002,3.79,6.414,3.94,11.212,0.15,4.717-2.04,9.637-3.25,10.227z" sodipodi:nodetypes="cczcczc" transform="translate(5.000000,17.50000)" stroke-width="0.60128736pt" fill="url(#elements-f12-zh_TW.svglinearGradient2183)"/>
+ <rect id="elements-f12-zh_TW.svgrect2588" fill-rule="evenodd" transform="translate(10 2078.5)" height="100.99" width="152.52" stroke="#000" y="1.658" x="159.95" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="#fff"/>
+ <rect id="elements-f12-zh_TW.svgrect2590" fill-rule="evenodd" transform="translate(10 2078.5)" height="100.99" width="152.52" stroke="#000" y="1.658" x="7.4506" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="#fff"/>
+ <g id="elements-f12-zh_TW.svgg2952" xmlns:cc="http://creativecommons.org/ns#" fill-rule="evenodd" transform="translate(10 2078.5) matrix(.51988 0 0 .51988 27.077 -1681.3)">
+ <path id="elements-f12-zh_TW.svgpath3277" d="m82.055 175.84c0 31.007-25.136 56.143-56.143 56.143s-56.143-25.136-56.143-56.143 25.136-56.143 56.143-56.143 56.143 25.136 56.143 56.143z" fill-opacity=".75" transform="matrix(.96674 0 0 .23354 113.96 3337.1)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svgradialGradient2163)"/>
+ <path id="elements-f12-zh_TW.svgpath1809" d="m82.055 175.84c0 31.007-25.136 56.143-56.143 56.143s-56.143-25.136-56.143-56.143 25.136-56.143 56.143-56.143 56.143 25.136 56.143 56.143z" fill-opacity=".75" transform="matrix(1.0809 0 0 .28699 162.89 3326.4)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svgradialGradient2165)"/>
+ <g id="elements-f12-zh_TW.svgg1682" transform="matrix(1.202 0 0 1.202 73.323 3220.8)">
+ <path id="elements-f12-zh_TW.svgpath1623" d="m298.95 267.7c0.1-1.13 2.05-2.51 3.01-1.83l15.29 10.75c1.45 1.01 2.1 3 2.19 4.72l1.37 27.27c0.07 1.5-2.41 3.26-3.83 2.62l-18.58-8.39c-1.77-0.8-2.35-3.37-2.18-5.25l2.73-29.89z" sodipodi:nodetypes="czzzzzzzz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#586051"/>
+ <path id="elements-f12-zh_TW.svgpath1531" d="m368.79 386.45l1.29 23.74-70.24-9.67c-2.21-0.3-1.35 11.79-10.68 17.31-7.16 4.23-15.15 4.47-20.87 0.51l-33.08-22.91-81.04-5.68c-3.58-0.25-1.54 14.15-12.1 21.72-40.79 19.51-55.309-31-44.158-38.57l-19.198-13.8 138.92-1.44 41.03-41.75 108.69 37.43 1.44 33.11z" sodipodi:nodetypes="cczzzczccccccc" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke="#000" stroke-width="1.9235pt" fill="#393939"/>
+ <path id="elements-f12-zh_TW.svgpath1545" d="m316.47 281.56l0.17 16.96c0.01 1.21-1.59 2.28-2.8 2.31l-5.6 0.13c-1.24 0.03-3.05-0.82-3.11-2.06l-0.81-16.71c-0.06-1.32 1.48-2.73 2.8-2.81l6.23-0.39c1.35-0.08 3.11 1.22 3.12 2.57z" sodipodi:nodetypes="czzzzzzzz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#292e23"/>
+ <path id="elements-f12-zh_TW.svgpath1624" d="m322.3 279.99l-1.01 36.73 34.03 11.46-3.37-7.42 0.34-6.74 3.71-2.69 8.42 2.69-1.35-7.75-14.49-9.09v23.58h-2.69l-16.85-9.43-2.02-6.74-0.34-16.18 4.38-2.02-8.76-6.4z" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#a5ae9d"/>
+ <path id="elements-f12-zh_TW.svgpath2869" d="m85.571 349.63l2.545-39.7 8.652-8.65 123.68-12.73 24.43 3.56 124.62 52-1.15 5.92-78.18 19.45-3.05-34.61-7.12-9.67-24.44-5.6-20.86 38.17-152.18-0.51 3.051-7.63z" sodipodi:nodetypes="cccccccccccccc" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svglinearGradient2167)"/>
+ <path id="elements-f12-zh_TW.svgpath2870" d="m263.26 431.93c-6.98 1.18-14.53 1.24-22.46 0.15-5.76-7.21-13.05-21.33-11.79-48.45 1.21-26.05 9.72-39.05 16.88-45.2 4.65-3.63 18.19-1.47 20.36 0 5.41 4.71 14.93 28.96 14.25 49.88-0.67 20.56-11.7 41.36-17.24 43.62z" sodipodi:nodetypes="cczcczc" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#8b8b8b"/>
+ <path id="elements-f12-zh_TW.svgpath1495" d="m263.2 339.62c-7.62 0.97-13.72 20.57-14.25 43.26-0.53 23.06 7.06 45 14.31 45.43 6.89 0.4 16.78-19.82 16.95-41.44 0.17-21.98-9.04-48.26-17.01-47.25z" sodipodi:nodetypes="czzzz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#5b5b5b"/>
+ <path id="elements-f12-zh_TW.svgpath1494" d="m255.56 386.27c0-9.33 3.8-27.55 10.18-27.99 6.74-0.47 8.66 20.19 8.66 29.52s-4.08 25.28-8.66 26.47c-4.91 1.27-10.18-18.67-10.18-28z" fill-opacity=".75" sodipodi:nodetypes="czzzz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svgradialGradient2169)"/>
+ <path id="elements-f12-zh_TW.svgpath2873" d="m260.46 366.29c2.1 0.36 8.28 6.24 7.92 21.96-0.36 15.35-5.82 16.55-7.92 16.19s-4.68-11.99-4.68-18.35 2.58-20.16 4.68-19.8z" sodipodi:nodetypes="czzzz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#d9d9d9"/>
+ <path id="elements-f12-zh_TW.svgpath1506" d="m354.64 427.87c-4.16 0.71-8.67 0.75-13.4 0.09-3.45-4.37-7.79-12.92-7.04-29.35 0.72-15.78 5.8-23.65 10.07-27.38 2.78-2.2 10.86-0.89 12.16 0 3.22 2.86 8.91 17.54 8.5 30.21-0.4 12.46-6.99 25.06-10.29 26.43z" sodipodi:nodetypes="cczcczc" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width=".60129pt" fill="#707070"/>
+ <path id="elements-f12-zh_TW.svgpath1505" d="m355.09 371.95c-4.34 0.59-7.82 12.46-8.12 26.21-0.3 13.97 4.03 27.25 8.16 27.51 3.92 0.25 9.55-12 9.65-25.1 0.1-13.31-5.15-29.23-9.69-28.62z" sodipodi:nodetypes="czzzz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#545454"/>
+ <path id="elements-f12-zh_TW.svgpath1504" d="m350.74 400.21c0-5.65 2.17-16.69 5.8-16.96 3.84-0.28 4.93 12.23 4.93 17.89 0 5.65-2.32 15.31-4.93 16.03-2.8 0.77-5.8-11.31-5.8-16.96z" fill-opacity=".75" sodipodi:nodetypes="czzzz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svgradialGradient2171)"/>
+ <path id="elements-f12-zh_TW.svgpath1507" d="m353.53 388.11c1.2 0.22 4.72 3.78 4.51 13.3-0.2 9.3-3.31 10.02-4.51 9.81-1.2-0.22-2.66-7.27-2.66-11.12s1.46-12.21 2.66-11.99z" sodipodi:nodetypes="czzzz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#b6b6b6"/>
+ <path id="elements-f12-zh_TW.svgpath2878" d="m88.431 312.31c0.129-2.55 3.218-4.8 5.758-5.04l124.16-11.51c3.25-0.31 7.96 2.49 7.92 5.75l-0.36 27.72c-0.05 3.82-3.73 8.55-7.56 8.63l-125.6 2.88c-2.999 0.07-5.551-4.2-5.399-7.2l1.08-21.23z" sodipodi:nodetypes="czzzzzzzz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#5f7161"/>
+ <path id="elements-f12-zh_TW.svgpath2879" d="m99.947 322.39c0.183-4.38 3.663-9.78 7.913-9.72 4.44 0.06 4.86 5.88 4.68 9s-2.58 9.78-6.65 9.72c-4.08-0.06-6.115-4.8-5.943-9z" sodipodi:nodetypes="czzzz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#aeb89b"/>
+ <path id="elements-f12-zh_TW.svgpath2880" d="m194.6 316.27c0-5.61 4.44-11.14 9.18-11.52 4.91-0.39 9.19 4.65 9.53 9.18 0.36 4.71-1.92 13.11-8.45 13.68-6.36 0.55-10.26-5.55-10.26-11.34z" sodipodi:nodetypes="czzzz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#aeb89b"/>
+ <path id="elements-f12-zh_TW.svgpath2881" d="m234.19 340.98l4.07-41.74 9.16-4.07 122.15 50.89v42.25l-4.45-2.29 0.13-23.67-10.06-5.85c-3.61-2.1-7.23 5.66-7.82 9.8l-2.39 16.6-56.33-11.9-2.55-39.7-30.54-13.23c-9.58-4.15-22.39 33.3-21.37 22.91z" sodipodi:nodetypes="ccccccczzccczz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svglinearGradient2173)"/>
+ <path id="elements-f12-zh_TW.svgpath2882" d="m230.12 364.39l-7.13-1.53-148.62-1.53 1.022-10.18 144.55-3.05 12.72 1.02 10.69-28.5c2.34-6.23 12.77-9.36 18.83-6.62l15.78 7.13c7.38 3.33 12.71 12.28 13.23 20.35l1.53 23.42 25.96 7.12-2.04 6.62-28.5-5.09-2.04-27.49c-0.46-6.22-1.2-15.33-7.12-17.3l-13.74-4.58c-4.84-1.61-11.69 2.78-13.24 7.63l-10.69 33.6-11.19-1.02z" sodipodi:nodetypes="cccccczzzzcccczzzzcc" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#4d4d4d"/>
+ <path id="elements-f12-zh_TW.svgpath1533" d="m325.65 309.57l16.14 0.22 0.72 9.36 3.96 1.8c0.7 0.32 1.44-1.03 1.44-1.8l0.03-17.49c0.01-2.32-2.11-4.33-3.96-5.75l-16.62-12.87c-1.46-1.13-5.51-0.75-5.4 1.08l1.17 19.69c0.12 2.09 0.42 5.73 2.52 5.76z" sodipodi:nodetypes="ccczzzzzzzz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#505947"/>
+ <path id="elements-f12-zh_TW.svgpath1535" d="m91.387 44.457l-1.999 15.67-0.526 3.894 30.778 10.309-2.35-14.139-25.195-16.744-0.708 1.01zm0.406 3.353c0.01-0.418 0.662-0.965 1.015-0.74l5.634 3.601c0.533 0.341 0.809 1.053 0.879 1.682l1.119 9.969c0.06 0.549-0.776 1.25-1.289 1.047l-6.734-2.662c-0.643-0.255-0.908-1.183-0.891-1.875l0.267-11.022zm9.677 6.434c-0.06-0.576 0.91-1.388 1.38-1.053l6.37 4.52 1.29 2.042 0.59 6.334c0.05 0.532-0.29 1.624-0.78 1.401l-6.46-2.969c-0.73-0.336-1.49-1.033-1.57-1.832l-0.82-8.443zm10.42 6.097c-0.02-0.386 0.5-1.037 0.82-0.825l3.22 2.113c0.53 0.347 0.99 0.946 1.07 1.574l0.74 5.648c0.06 0.45-0.48 1.204-0.9 1.023l-3.67-1.602c-0.66-0.288-0.85-1.25-0.9-1.97l-0.38-5.961z" sodipodi:nodetypes="cccccccczzzzzzzzczcczzzzzczzzzzzzz" transform="translate(11.666 18.452)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svglinearGradient2175)"/>
+ <path id="elements-f12-zh_TW.svgpath1534" d="m220.96 288.71l66.16-2.64 7.13-29.07 4.58 0.52-7.13 43.31 5.6 4.22-3.56 7.93-51.92-21.1-20.86-3.17z" sodipodi:nodetypes="ccccccccc" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svglinearGradient2177)"/>
+ <path id="elements-f12-zh_TW.svgpath1532" d="m189.56 286.04l3.24-7.92 24.11 11.52 72.34-1.44 6.84-30.59-2.52-3.24-102.21 14.75-10.8 18.36 9-1.44z" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#545b4d"/>
+ <path id="elements-f12-zh_TW.svgpath1529" d="m117.13 299.49l2.29-4.32c1.58-2.99 6.04-3.5 9.41-3.82l59.3-5.6c7.29-0.69 15.67-1.84 21.88 2.04 6.22 3.88 5.67 2.39 4.07 2.54l-96.95 9.16z" sodipodi:nodetypes="czzzzzc" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#415b42"/>
+ <path id="elements-f12-zh_TW.svgpath1530" d="m365.19 306.19c1.5 1.1-0.11-6.52-1.62-7.61l-61.18-44.27c-3.56-2.58-8.24-4.59-12.59-3.96l-94.66 13.68c-3.71 0.53-6.35 5.6-6.81 8.26-0.49 2.79 4.3-2.71 7.71-3.17l97.53-12.95c1.59-0.21 0.59 3.97 2.16 4.32l3.24 0.72c0.94 0.21 1.73-2.01 2.52-1.44l63.7 46.42z" sodipodi:nodetypes="czzzzzzzzzzz" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#d6d6d6"/>
+ <path id="elements-f12-zh_TW.svgpath1544" d="m306.46 282.19l0.76 16.29 6.62 0.25 0.76-16.79-8.14 0.25z" fill-opacity=".89529" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#fff"/>
+ <path id="elements-f12-zh_TW.svgpath1547" d="m311 300.26v2.25l-13.94-0.28 0.21 3.29 14.51-1.38h0.85v-0.82-3.06h-1.63z" sodipodi:nodetypes="ccccccccc" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1.625"/>
+ <path id="elements-f12-zh_TW.svgpath1625" d="m101.8 54.873c-0.18-2.29 3.17 3.677 4.67 5.073 1.49 1.397 4.46 1.506 4.3 3.307l-0.3 3.342-8.03-3.709-0.64-8.013z" fill-opacity=".75" sodipodi:nodetypes="czzccz" transform="translate(11.666 18.452)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svglinearGradient2179)"/>
+ <path id="elements-f12-zh_TW.svgpath1632" d="m117.51 314.97c0.19-2.61 2.49-5.77 5.1-5.96l61.31-4.25c2.6-0.18 5.59 2.92 5.54 5.53l-0.43 21.29c-0.06 3.23-4.43 5.91-7.66 5.96l-59.61 0.85c-2.71 0.04-5.73-3.26-5.53-5.96l1.28-17.46z" sodipodi:nodetypes="czzzzzzzz" fill-opacity=".62304" transform="matrix(.37783 -.023957 .023957 .37783 -16.042 -27.911)" stroke-width="1pt" fill="#474747"/>
+ <path id="elements-f12-zh_TW.svgpath970" d="m88.814 111.37c-2.608 0.61-5.46 0.81-8.482 0.59-2.352-2.59-5.442-7.74-5.616-18.023-0.168-9.869 2.736-14.985 5.296-17.482 1.669-1.485 6.837-0.993 7.692-0.488 2.156 1.652 6.335 10.583 6.579 18.504 0.237 7.789-3.432 15.909-5.469 16.899z" sodipodi:nodetypes="cczcczc" transform="translate(5 17.5)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svglinearGradient2181)"/>
+ <path id="elements-f12-zh_TW.svgpath1556" d="m123.21 107.85c-1.56 0.37-3.26 0.5-5.07 0.36-1.4-1.57-3.25-4.7-3.36-10.921-0.1-5.978 1.63-9.076 3.15-10.586 1-0.899 4.08-0.598 4.59-0.292 1.29 1.002 3.79 6.414 3.94 11.212 0.15 4.717-2.04 9.637-3.25 10.227z" sodipodi:nodetypes="cczcczc" transform="translate(5 17.5)" stroke-width=".60129pt" fill="url(#elements-f12-zh_TW.svglinearGradient2183)"/>
</g>
- <path id="elements-f12-zh_TW.svgpath1714" d="m82.055,175.84c0,31.007-25.136,56.143-56.143,56.143s-56.143-25.136-56.143-56.143,25.136-56.143,56.143-56.143,56.143,25.136,56.143,56.143z" fill-opacity="0.75" transform="matrix(1.080927,0.000000,0.000000,0.286993,146.7630,3332.854)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svgradialGradient2185)"/>
+ <path id="elements-f12-zh_TW.svgpath1714" d="m82.055 175.84c0 31.007-25.136 56.143-56.143 56.143s-56.143-25.136-56.143-56.143 25.136-56.143 56.143-56.143 56.143 25.136 56.143 56.143z" fill-opacity=".75" transform="matrix(1.0809 0 0 .28699 146.76 3332.9)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svgradialGradient2185)"/>
</g>
- <text id="elements-f12-zh_TW.svgtext1232" font-family="helvetica" xml:space="preserve" transform="translate(10, 2081.5912280000002) " font-size="5.1805081" y="109.55157" x="7.0871472" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt"><tspan id="elements-f12-zh_TW.svgtspan1233">Random Ant &amp; 4WD</tspan></text>
- <text id="elements-f12-zh_TW.svgtext1235" font-family="helvetica" xml:space="preserve" transform="translate(10, 2081.5912280000002) " font-size="1.2781800" y="111.84713" x="7.7085347" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0000000pt"><tspan id="elements-f12-zh_TW.svgtspan1236">SVG 圖像作者為 Andrew Fitzsimon</tspan><tspan id="elements-f12-zh_TW.svgtspan2442" y="113.44485" x="7.7085347" role="line">開放美工圖庫的美意</tspan><tspan id="elements-f12-zh_TW.svgtspan2444" y="115.04258" x="7.7085347" role="line">http://www.openclipart.org/</tspan><tspan id="elements-f12-zh_TW.svgtspan2950" y="116.64030" x="7.7085347" sodipodi:role="line"/></text>
- <g id="elements-f12-zh_TW.svgg2864" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10, 2081.5912280000002) matrix(1.120145,0.000000,0.000000,1.120145,-199.5482,-2562.726)">
- <path id="elements-f12-zh_TW.svgpath924" d="M147.45,91.908l-16.76-7.699,28.54-4.076,2.26,3.17" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke="#000" stroke-width="4.5308385" fill="none"/>
- <path id="elements-f12-zh_TW.svgpath923" d="M155.46,108.55l4.98,18.12,14.49-24.46" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke="#000" stroke-width="4.5308385" fill="none"/>
- <path id="elements-f12-zh_TW.svgpath909" d="M97.069,145.26s-17.933-7.68-25.939,4.81c-8.005,12.49-10.247,28.82-4.163,35.22,6.085,6.41,25.939,1.92,30.102-6.4,4.161-8.33,8.321-25.3,6.401-29.46-1.92-4.17-6.401-4.17-6.401-4.17z" fill-rule="evenodd" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke-width="1.0000000pt" fill="#7c5a08"/>
- <path id="elements-f12-zh_TW.svgpath1569" d="M142.42,138.79l-0.53,0.11-15.21,3.31-4.77-5.9-3.23,2.96,7.25,5.42,0.41,0.22,0.45-0.11,15.07-3.28,18.6,12.4,0.39,0.25,0.5-0.06,21.72-2.94-0.11-0.95-21.47,1.31-18.63-12.43-0.44-0.31z" fill-rule="evenodd" sodipodi:nodetypes="ccccccccccccccccc" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke-width="2.8750000" fill="#3e3e3e"/>
- <path id="elements-f12-zh_TW.svgpath1568" d="M85.38,67.643l-1.952,4.074,0.372,9.661,0.024,0.396,0.256,0.279,8.636,9.568c-0.003,0.395-0.046,5.802-0.046,11.709,0,3.06,0.011,6.15,0.046,8.52,0.018,1.19,0.038,2.18,0.07,2.93,0.016,0.38,0.025,0.69,0.047,0.94,0.011,0.12,0.029,0.24,0.046,0.34,0.017,0.11-0.001,0.17,0.14,0.45,0.081,0.16,0.136,0.24,0.256,0.44s0.268,0.47,0.466,0.79c0.396,0.64,0.942,1.52,1.583,2.54,1.28,2.04,2.95,4.7,4.609,7.33,3.317,5.26,6.587,10.41,6.587,10.41l1.44,1.13s-2.89-7.44-6.21-12.7c-1.66-2.63-3.332-5.27-4.611-7.31-0.639-1.02-1.167-1.91-1.559-2.54-0.196-0.32-0.376-0.56-0.489-0.75-0.069-0.11-0.063-0.13-0.093-0.18-0.005-0.04-0.018-0.08-0.024-0.14-0.016-0.19-0.031-0.46-0.046-0.82-0.031-0.71-0.052-1.71-0.07-2.88-0.035-2.36-0.047-5.45-0.047-8.5,0-6.108,0.047-12.128,0.047-12.128v-0.419l-0.279-0.303-8.66-9.544-0.539-13.293z" fill-rule="evenodd" sodipodi:nodetypes="cccccccccccccccccccccccccccccccc" transform="matrix(0.372559,0.000000,0.000000,0.372559,189.9867,2308.318)" stroke-width="2.8750000" fill="#3e3e3e"/>
- <path id="elements-f12-zh_TW.svgpath1567" d="M109.23,147.27l-1.13,9.51-0.05,0.17v0.19,10.82l-10.541,22.61-0.084,0.19-0.028,0.22-2.502,28.56v0.28l0.111,0.31,5.644,14.26,1.94,1.77-5.109-16.7,2.447-28,10.542-22.69,0.14-0.25v-0.28-10.93l3.33-10.68-4.71,0.64z" fill-rule="evenodd" sodipodi:nodetypes="ccccccccccccccccccccc" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke-width="2.8750000" fill="#3e3e3e"/>
- <path id="elements-f12-zh_TW.svgpath919" d="M129.57,103.15c0.1,3.86,0.38,4.98,1.92,6.73l9.61,10.89c1.53,1.73,4.09,2.07,6.89,0.8,2.99-1.37,9.47-9.66,10.72-14.25,1.28-4.69,2.34-12.624,0.16-14.254-2.07-1.554-9.53-3.935-15.21-1.121-5.74,2.845-14.18,7.195-14.09,11.205z" fill-rule="evenodd" sodipodi:nodetypes="czzzzzzz" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke-width="1.0000000pt"/>
- <path id="elements-f12-zh_TW.svgpath1143" d="M134.56,103.96c-1.39-9.251,20.81-17.574,24.05-9.713,3.23,7.863-6.71,21.963-11.1,23.583s-11.64-5.14-12.95-13.87z" fill-opacity="0.75000000" sodipodi:nodetypes="cczz" fill-rule="evenodd" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke-width="1.0000000pt" fill="url(#elements-f12-zh_TW.svglinearGradient2187)"/>
- <path id="elements-f12-zh_TW.svgpath1571" d="M63.391,136.26l-0.501,0.5-18.324,18.33-12.556,5.11-0.04,0.89,13.597-3.61,0.334-0.08,0.25-0.26,18.046-18.07,34.178,5.27,0.584-2.48-34.873-5.43-0.695-0.17z" fill-rule="evenodd" sodipodi:nodetypes="ccccccccccccc" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke-width="2.8750000" fill="#3e3e3e"/>
- <path id="elements-f12-zh_TW.svgpath1572" d="M51.299,101.69l-0.81,0.43,6.339,10.4,0.306,0.5,0.556,0.11,14.932,2.69,0.139,0.03h0.112l23.941-0.41-1.669,15.76-0.111,1.09,1.057,0.27,8.589,2.28,2.48-3.15-9.373-1.32,1.696-16.1,0.167-1.45-1.446,0.03-25.276,0.44-14.237-2.58-7.392-9.02z" fill-rule="evenodd" sodipodi:nodetypes="ccccccccccccccccccccc" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke-width="2.8750000" fill="#3e3e3e"/>
- <path id="elements-f12-zh_TW.svgpath1570" d="M123.72,70.14l-0.52,0.111,0.47,8.787v0.055l-2.22,13.875-0.03,0.112-3.56,13.76-9.42,15.69-0.28,0.47,0.17,0.56,1.13,6.57,4.26-0.76-2.78-6.04,9.2-15.35,0.11-0.16,0.03-0.17,3.64-14.042v-0.056-0.055l2.28-14.042,0.03-0.139-0.03-0.139-2.48-9.037z" fill-rule="evenodd" sodipodi:nodetypes="ccccccccccccccccccccccc" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke-width="2.8750000" fill="#3e3e3e"/>
- <path id="elements-f12-zh_TW.svgpath925" d="M159.23,101.1s5.44-0.68,5.89-7.248" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke="#000" stroke-width="2.1321594pt" fill="none"/>
- <path id="elements-f12-zh_TW.svgpath926" d="M151.99,91.135s0.45-3.623,8.15-2.717" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke="#000" stroke-width="2.1321594pt" fill="none"/>
- <path id="elements-f12-zh_TW.svgpath911" d="M89.283,144.02c1.308-1.63,10.028-4.84,11.947-4.2,1.92,0.64,0.79-8.65,9.44-10.89,6.38-4.73,3.34-9.35,6.51-13.2,0.91-2.26,8.2-8.47,14.17-6.69,6.11,1.82,9.91,11.57,6.07,17.65s-6.73,4.8-6.73,4.8,1.28,4.17-6.08,6.41c-7.37,2.24-6.73,6.72-6.73,6.72s-4.8,5.77-9.92,4.49c-5.13-1.28-3.52,3.71-4.66,5.02l-14.017-10.11z" fill-rule="evenodd" sodipodi:nodetypes="cccczccccccc" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke-width="1.0000000pt" fill="#3c2b00"/>
- <path id="elements-f12-zh_TW.svgpath1730" d="M104.63,140.76c-2.94-3.6,4.74-12.92,10.63-8.34,5.88,4.58,3.6,12.59-1.31,13.9-4.9,1.31-6.31-1.88-9.32-5.56z" fill-opacity="0.75000000" sodipodi:nodetypes="cccz" fill-rule="evenodd" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke-width="1.0000000pt" fill="url(#elements-f12-zh_TW.svglinearGradient2189)"/>
- <path id="elements-f12-zh_TW.svgpath1733" d="M117.87,120.81c-1.28-2.45,0.66-5.64,2.95-7.35,2.29-1.72,8.14-4.15,10.79-2.95,2.64,1.2,5.58,7.2,5.07,10.14-0.52,2.94-5.05,7.49-8.18,7.52s-9.35-4.9-10.63-7.36z" fill-opacity="0.75000000" sodipodi:nodetypes="czzzzz" fill-rule="evenodd" transform="matrix(0.311908,0.000000,0.000000,0.311908,184.8265,2289.170)" stroke-width="1.0000000pt" fill="url(#elements-f12-zh_TW.svglinearGradient2191)"/>
- <path id="elements-f12-zh_TW.svgpath2381" d="M43.043,81.71s-5.562,15.032,0.059,19.91c5.445,4.72,19.409,6.16,27.361-10.861,7.951-17.021-18.303-32.734-27.42-9.049z" fill-opacity="0.75000000" sodipodi:nodetypes="czzc" fill-rule="evenodd" transform="matrix(0.372559,0.000000,0.000000,0.372559,189.9867,2308.318)" stroke-width="1.0000000pt" fill="url(#elements-f12-zh_TW.svgradialGradient2193)"/>
- <path id="elements-f12-zh_TW.svgpath910" d="M58.62,74.099c-6.02,0.577-10.181,9.231-12.36,16.012-1.21,0.518-1.048-6.826-0.53-8.036,0.519-1.209,2.323-7.98,5.205-9.962,2.765-1.9,6.655-2,9.677-0.916,2.994,1.073,3.766,2.351-1.992,2.902z" fill-opacity="0.75000000" sodipodi:nodetypes="ccczzz" fill-rule="evenodd" transform="matrix(0.372559,0.000000,0.000000,0.372559,189.9867,2308.318)" stroke-width="1.0000000pt" fill="url(#elements-f12-zh_TW.svglinearGradient2195)"/>
+ <text id="elements-f12-zh_TW.svgtext1232" font-family="helvetica" xml:space="preserve" transform="translate(10 2078.5)" font-size="5.1805" y="109.55157" x="7.0871472" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt"><tspan id="elements-f12-zh_TW.svgtspan1233">Random Ant &amp; 4WD</tspan></text>
+ <text id="elements-f12-zh_TW.svgtext1235" font-family="helvetica" xml:space="preserve" transform="translate(10 2078.5)" font-size="1.2782" y="111.84713" x="7.7085347" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1pt"><tspan id="elements-f12-zh_TW.svgtspan1236">SVG 圖像作者為 Andrew Fitzsimon</tspan><tspan id="elements-f12-zh_TW.svgtspan2442" y="113.44485" x="7.7085347" role="line">開放美工圖庫的美意</tspan><tspan id="elements-f12-zh_TW.svgtspan2444" y="115.04258" x="7.7085347" role="line">http://www.openclipart.org/</tspan><tspan id="elements-f12-zh_TW.svgtspan2950" y="116.64030" x="7.7085347" sodipodi:role="line"/></text>
+ <g id="elements-f12-zh_TW.svgg2864" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 2078.5) matrix(1.1201 0 0 1.1201 -199.55 -2562.7)">
+ <path id="elements-f12-zh_TW.svgpath924" d="m147.45 91.908l-16.76-7.699 28.54-4.076 2.26 3.17" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke="#000" stroke-width="4.5308" fill="none"/>
+ <path id="elements-f12-zh_TW.svgpath923" d="m155.46 108.55l4.98 18.12 14.49-24.46" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke="#000" stroke-width="4.5308" fill="none"/>
+ <path id="elements-f12-zh_TW.svgpath909" d="m97.069 145.26s-17.933-7.68-25.939 4.81c-8.005 12.49-10.247 28.82-4.163 35.22 6.085 6.41 25.939 1.92 30.102-6.4 4.161-8.33 8.321-25.3 6.401-29.46-1.92-4.17-6.401-4.17-6.401-4.17z" fill-rule="evenodd" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke-width="1pt" fill="#7c5a08"/>
+ <path id="elements-f12-zh_TW.svgpath1569" d="m142.42 138.79l-0.53 0.11-15.21 3.31-4.77-5.9-3.23 2.96 7.25 5.42 0.41 0.22 0.45-0.11 15.07-3.28 18.6 12.4 0.39 0.25 0.5-0.06 21.72-2.94-0.11-0.95-21.47 1.31-18.63-12.43-0.44-0.31z" fill-rule="evenodd" sodipodi:nodetypes="ccccccccccccccccc" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke-width="2.875" fill="#3e3e3e"/>
+ <path id="elements-f12-zh_TW.svgpath1568" d="m85.38 67.643l-1.952 4.074 0.372 9.661 0.024 0.396 0.256 0.279 8.636 9.568c-0.003 0.395-0.046 5.802-0.046 11.709 0 3.06 0.011 6.15 0.046 8.52 0.018 1.19 0.038 2.18 0.07 2.93 0.016 0.38 0.025 0.69 0.047 0.94 0.011 0.12 0.029 0.24 0.046 0.34 0.017 0.11-0.001 0.17 0.14 0.45 0.081 0.16 0.136 0.24 0.256 0.44s0.268 0.47 0.466 0.79c0.396 0.64 0.942 1.52 1.583 2.54 1.28 2.04 2.95 4.7 4.609 7.33 3.317 5.26 6.587 10.41 6.587 10.41l1.44 1.13s-2.89-7.44-6.21-12.7c-1.66-2.63-3.332-5.27-4.611-7.31-0.639-1.02-1.167-1.91-1.559-2.54-0.196-0.32-0.376-0.56-0.489-0.75-0.069-0.11-0.063-0.13-0.093-0.18-0.005-0.04-0.018-0.08-0.024-0.14-0.016-0.19-0.031-0.46-0.046-0.82-0.031-0.71-0.052-1.71-0.07-2.88-0.035-2.36-0.047-5.45-0.047-8.5 0-6.108 0.047-12.128 0.047-12.128v-0.419l-0.279-0.303-8.66-9.544-0.539-13.293z" fill-rule="evenodd" sodipodi:nodetypes="cccccccccccccccccccccccccccccccc" transform="matrix(.37256 0 0 .37256 189.99 2308.3)" stroke-width="2.875" fill="#3e3e3e"/>
+ <path id="elements-f12-zh_TW.svgpath1567" d="m109.23 147.27l-1.13 9.51-0.05 0.17v0.19 10.82l-10.541 22.61-0.084 0.19-0.028 0.22-2.502 28.56v0.28l0.111 0.31 5.644 14.26 1.94 1.77-5.109-16.7 2.447-28 10.542-22.69 0.14-0.25v-0.28-10.93l3.33-10.68-4.71 0.64z" fill-rule="evenodd" sodipodi:nodetypes="ccccccccccccccccccccc" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke-width="2.875" fill="#3e3e3e"/>
+ <path id="elements-f12-zh_TW.svgpath919" d="m129.57 103.15c0.1 3.86 0.38 4.98 1.92 6.73l9.61 10.89c1.53 1.73 4.09 2.07 6.89 0.8 2.99-1.37 9.47-9.66 10.72-14.25 1.28-4.69 2.34-12.624 0.16-14.254-2.07-1.554-9.53-3.935-15.21-1.121-5.74 2.845-14.18 7.195-14.09 11.205z" fill-rule="evenodd" sodipodi:nodetypes="czzzzzzz" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke-width="1pt"/>
+ <path id="elements-f12-zh_TW.svgpath1143" d="m134.56 103.96c-1.39-9.251 20.81-17.574 24.05-9.713 3.23 7.863-6.71 21.963-11.1 23.583s-11.64-5.14-12.95-13.87z" fill-opacity=".75" sodipodi:nodetypes="cczz" fill-rule="evenodd" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svglinearGradient2187)"/>
+ <path id="elements-f12-zh_TW.svgpath1571" d="m63.391 136.26l-0.501 0.5-18.324 18.33-12.556 5.11-0.04 0.89 13.597-3.61 0.334-0.08 0.25-0.26 18.046-18.07 34.178 5.27 0.584-2.48-34.873-5.43-0.695-0.17z" fill-rule="evenodd" sodipodi:nodetypes="ccccccccccccc" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke-width="2.875" fill="#3e3e3e"/>
+ <path id="elements-f12-zh_TW.svgpath1572" d="m51.299 101.69l-0.81 0.43 6.339 10.4 0.306 0.5 0.556 0.11 14.932 2.69 0.139 0.03h0.112l23.941-0.41-1.669 15.76-0.111 1.09 1.057 0.27 8.589 2.28 2.48-3.15-9.373-1.32 1.696-16.1 0.167-1.45-1.446 0.03-25.276 0.44-14.237-2.58-7.392-9.02z" fill-rule="evenodd" sodipodi:nodetypes="ccccccccccccccccccccc" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke-width="2.875" fill="#3e3e3e"/>
+ <path id="elements-f12-zh_TW.svgpath1570" d="m123.72 70.14l-0.52 0.111 0.47 8.787v0.055l-2.22 13.875-0.03 0.112-3.56 13.76-9.42 15.69-0.28 0.47 0.17 0.56 1.13 6.57 4.26-0.76-2.78-6.04 9.2-15.35 0.11-0.16 0.03-0.17 3.64-14.042v-0.056-0.055l2.28-14.042 0.03-0.139-0.03-0.139-2.48-9.037z" fill-rule="evenodd" sodipodi:nodetypes="ccccccccccccccccccccccc" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke-width="2.875" fill="#3e3e3e"/>
+ <path id="elements-f12-zh_TW.svgpath925" d="m159.23 101.1s5.44-0.68 5.89-7.248" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke="#000" stroke-width="2.1322pt" fill="none"/>
+ <path id="elements-f12-zh_TW.svgpath926" d="m151.99 91.135s0.45-3.623 8.15-2.717" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke="#000" stroke-width="2.1322pt" fill="none"/>
+ <path id="elements-f12-zh_TW.svgpath911" d="m89.283 144.02c1.308-1.63 10.028-4.84 11.947-4.2 1.92 0.64 0.79-8.65 9.44-10.89 6.38-4.73 3.34-9.35 6.51-13.2 0.91-2.26 8.2-8.47 14.17-6.69 6.11 1.82 9.91 11.57 6.07 17.65s-6.73 4.8-6.73 4.8 1.28 4.17-6.08 6.41c-7.37 2.24-6.73 6.72-6.73 6.72s-4.8 5.77-9.92 4.49c-5.13-1.28-3.52 3.71-4.66 5.02l-14.017-10.11z" fill-rule="evenodd" sodipodi:nodetypes="cccczccccccc" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke-width="1pt" fill="#3c2b00"/>
+ <path id="elements-f12-zh_TW.svgpath1730" d="m104.63 140.76c-2.94-3.6 4.74-12.92 10.63-8.34 5.88 4.58 3.6 12.59-1.31 13.9-4.9 1.31-6.31-1.88-9.32-5.56z" fill-opacity=".75" sodipodi:nodetypes="cccz" fill-rule="evenodd" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svglinearGradient2189)"/>
+ <path id="elements-f12-zh_TW.svgpath1733" d="m117.87 120.81c-1.28-2.45 0.66-5.64 2.95-7.35 2.29-1.72 8.14-4.15 10.79-2.95 2.64 1.2 5.58 7.2 5.07 10.14-0.52 2.94-5.05 7.49-8.18 7.52s-9.35-4.9-10.63-7.36z" fill-opacity=".75" sodipodi:nodetypes="czzzzz" fill-rule="evenodd" transform="matrix(.31191 0 0 .31191 184.83 2289.2)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svglinearGradient2191)"/>
+ <path id="elements-f12-zh_TW.svgpath2381" d="m43.043 81.71s-5.562 15.032 0.059 19.91c5.445 4.72 19.409 6.16 27.361-10.861 7.951-17.021-18.303-32.734-27.42-9.049z" fill-opacity=".75" sodipodi:nodetypes="czzc" fill-rule="evenodd" transform="matrix(.37256 0 0 .37256 189.99 2308.3)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svgradialGradient2193)"/>
+ <path id="elements-f12-zh_TW.svgpath910" d="m58.62 74.099c-6.02 0.577-10.181 9.231-12.36 16.012-1.21 0.518-1.048-6.826-0.53-8.036 0.519-1.209 2.323-7.98 5.205-9.962 2.765-1.9 6.655-2 9.677-0.916 2.994 1.073 3.766 2.351-1.992 2.902z" fill-opacity=".75" sodipodi:nodetypes="ccczzz" fill-rule="evenodd" transform="matrix(.37256 0 0 .37256 189.99 2308.3)" stroke-width="1pt" fill="url(#elements-f12-zh_TW.svglinearGradient2195)"/>
</g>
- <use id="elements-f12-zh_TW.svguse1" xlink:href="#elements-f12-zh_TW.svgg2864" transform="translate(10, 2081.5912280000002) matrix(1.758560,0.000000,0.000000,1.758560,137.3274,-45.69108) translate(-10, -2081.5912280000002)" height="3146.2500" width="320.00000" y="0.0000000" x="0.0000000" xmlns:cc="http://creativecommons.org/ns#"/>
- <use id="elements-f12-zh_TW.svguse7" xlink:href="#elements-f12-zh_TW.svgg2952" transform="translate(10, 2081.5912280000002) matrix(0.250000,0.000000,0.000000,0.250000,251.8760,41.63700) translate(-10, -2081.5912280000002)" height="3146.2500" width="320.00000" y="0.0000000" x="0.0000000" xmlns:cc="http://creativecommons.org/ns#"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="7.5" y="2220.9128680000003" x="10" font-family="Sans" font-style="italic" fill="#000000">
- <tspan y="2220.9128680000003" x="10">圖案</tspan>
+ <use id="elements-f12-zh_TW.svguse1" xlink:href="#elements-f12-zh_TW.svgg2864" transform="translate(10 2078.5) matrix(1.7586 0 0 1.7586 137.33 -45.691) translate(-10 -2078.5)" height="3146.2500" width="320.00000" y="0.0000000" x="0.0000000" xmlns:cc="http://creativecommons.org/ns#"/>
+ <use id="elements-f12-zh_TW.svguse7" xlink:href="#elements-f12-zh_TW.svgg2952" transform="translate(10 2078.5) matrix(0.25 0 0 0.25 251.88 41.637) translate(-10 -2078.5)" height="3146.2500" width="320.00000" y="0.0000000" x="0.0000000" xmlns:cc="http://creativecommons.org/ns#"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="2217.852025" x="10" font-family="Sans" font-style="italic" fill="#000000">
+ <tspan y="2217.852025" x="10">圖案</tspan>
</text>
- <rect id="d0e255" display="none" height="1000px" width="288" y="2226.4" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e255" display="none" height="1e3px" width="288" y="2223.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e255"/>
</flowRegion>
<flowDiv xml:space="preserve">圖案由一項要素 (線條、形狀或顏色) 多次重複所建立而成。</flowDiv>
</flowRoot>
<defs id="elements-f13-zh_TW.svgdefs3">
- <pattern id="elements-f13-zh_TW.svgpattern2289" inkscape:collect="always" xlink:href="#elements-f13-zh_TW.svgpattern3032" patternTransform="matrix(1.180948,0.332239,-0.332239,1.180948,43.37934,31.64300)"/>
- <pattern id="elements-f13-zh_TW.svgpattern3032" stroke-linejoin="miter" fill-opacity="0.75000000" fill-rule="evenodd" stroke-linecap="butt" height="39.359000" width="49.643104" stroke="#bdbb00" patternUnits="userSpaceOnUse" patternTransform="matrix(1.180948,0.332239,-0.332239,1.180948,43.37934,2476.965)" fill="#FF0">
- <path id="elements-f13-zh_TW.svgpath3027" stroke-width="1.8799459pt" d="M43.213,2505.2l-7.183-6-7.605,0.3,6.496-8.2-9.211-12.5h15.103l10.167-6.8,0.392,11,10.446,11.1-13.977-0.9-4.628,12z" inkscape:flatsided="false" transform="matrix(0.508520,0.156062,-0.156062,0.508520,394.1261,-1261.834)" inkscape:randomized="0.19700000" inkscape:rounded="0.0000000"/>
- <path id="elements-f13-zh_TW.svgpath3028" stroke-width="2.4481573" d="M75.59,2486.6l-11.505-7.1-6.802,9.8,0.153-13.8-6.962-0.5,11.085-3.7,2.057-12.1,3.636,10.7,8.088-3.8-4.787,8.3,5.037,12.2z" inkscape:flatsided="false" transform="matrix(0.510585,1.662537e-3,-1.662537e-3,0.510585,13.69621,-1254.911)" inkscape:randomized="0.19700000" stroke-miterlimit="4.0000000" inkscape:rounded="0.0000000"/>
- <path id="elements-f13-zh_TW.svgpath3029" stroke-width="1.5591273" d="M62.847,2516l-4.701-3.6-6.425,7.2,0.97-9.4-6.89-7.6,7.921-1.4,3.985-6.3,3.592,8.8,8.624-1.1-6.097,9.7-0.979,3.7z" inkscape:flatsided="false" transform="matrix(0.801727,2.612812e-3,-2.612812e-3,0.801727,-0.502632,-1983.714)" inkscape:randomized="0.19700000" stroke-miterlimit="4.0000000" inkscape:rounded="0.0000000"/>
- <path id="elements-f13-zh_TW.svgpath3030" stroke-width="1.8799459pt" d="M33.995,2474l-13.291-16.5-12.869,4.6,9.6643-15.1-5.192-11.7,14.254,5.7,10.458-8.1-1.665,14.8,14.235,3.6-16.742,6.6,1.148,16.1z" inkscape:flatsided="false" transform="matrix(0.435729,-0.305106,0.305106,0.435729,-744.6589,-1031.678)" inkscape:randomized="0.19700000" inkscape:rounded="0.0000000"/>
- <path id="elements-f13-zh_TW.svgpath3031" stroke-width="1.8799459pt" d="M12.4,2503.1l-9.0646-2.3-6.6401,5.6-3.354-10.9-12.632-2.3,14.957-6.1-2.5394-12,11.15,5.8,8.394,0.5-2.7638,7.8,2.4928,13.9z" inkscape:flatsided="false" transform="matrix(0.164915,-0.505720,0.505720,0.164915,-1249.948,-402.1810)" inkscape:randomized="0.19700000" inkscape:rounded="0.0000000"/>
+ <pattern id="elements-f13-zh_TW.svgpattern2289" inkscape:collect="always" xlink:href="#elements-f13-zh_TW.svgpattern3032" patternTransform="matrix(1.1809 .33224 -.33224 1.1809 43.379 31.643)"/>
+ <pattern id="elements-f13-zh_TW.svgpattern3032" width="49.643104" patternUnits="userSpaceOnUse" patternTransform="matrix(1.1809 .33224 -.33224 1.1809 43.379 2477)" height="39.359000">
+ <path id="elements-f13-zh_TW.svgpath3027" stroke-width="1.8799pt" d="m43.213 2505.2l-7.183-6-7.605 0.3 6.496-8.2-9.211-12.5h15.103l10.167-6.8 0.392 11 10.446 11.1-13.977-0.9-4.628 12z" fill-rule="evenodd" inkscape:flatsided="false" fill-opacity=".75" transform="matrix(.50852 .15606 -.15606 .50852 394.13 -1261.8)" inkscape:randomized="0.19700000" stroke="#bdbb00" inkscape:rounded="0.0000000" fill="#ff0"/>
+ <path id="elements-f13-zh_TW.svgpath3028" stroke-width="2.4482" d="m75.59 2486.6l-11.505-7.1-6.802 9.8 0.153-13.8-6.962-0.5 11.085-3.7 2.057-12.1 3.636 10.7 8.088-3.8-4.787 8.3 5.037 12.2z" fill-rule="evenodd" inkscape:flatsided="false" fill-opacity=".75" transform="matrix(.51058 .0016625 -.0016625 .51058 13.696 -1254.9)" inkscape:randomized="0.19700000" stroke="#bdbb00" inkscape:rounded="0.0000000" fill="#ff0"/>
+ <path id="elements-f13-zh_TW.svgpath3029" stroke-width="1.5591" d="m62.847 2516l-4.701-3.6-6.425 7.2 0.97-9.4-6.89-7.6 7.921-1.4 3.985-6.3 3.592 8.8 8.624-1.1-6.097 9.7-0.979 3.7z" fill-rule="evenodd" inkscape:flatsided="false" fill-opacity=".75" transform="matrix(.80173 .0026128 -.0026128 .80173 -.50263 -1983.7)" inkscape:randomized="0.19700000" stroke="#bdbb00" inkscape:rounded="0.0000000" fill="#ff0"/>
+ <path id="elements-f13-zh_TW.svgpath3030" stroke-width="1.8799pt" d="m33.995 2474l-13.291-16.5-12.869 4.6 9.664-15.1-5.192-11.7 14.254 5.7 10.458-8.1-1.665 14.8 14.235 3.6-16.742 6.6 1.148 16.1z" fill-rule="evenodd" inkscape:flatsided="false" fill-opacity=".75" transform="matrix(.43573 -.30511 .30511 .43573 -744.66 -1031.7)" inkscape:randomized="0.19700000" stroke="#bdbb00" inkscape:rounded="0.0000000" fill="#ff0"/>
+ <path id="elements-f13-zh_TW.svgpath3031" stroke-width="1.8799pt" d="m12.4 2503.1l-9.0646-2.3-6.6401 5.6-3.354-10.9-12.632-2.3 14.957-6.1-2.5392-12 11.15 5.8 8.3942 0.5-2.7638 7.8 2.4928 13.9z" fill-rule="evenodd" inkscape:flatsided="false" fill-opacity=".75" transform="matrix(.16492 -.50572 .50572 .16492 -1249.9 -402.18)" inkscape:randomized="0.19700000" stroke="#bdbb00" inkscape:rounded="0.0000000" fill="#ff0"/>
</pattern>
</defs>
- <rect id="elements-f13-zh_TW.svgrect3038" transform="translate(10, 2252.6003680000003) " height="100.75" width="305.3" y="0.35476" x="7.4959" fill="url(#elements-f13-zh_TW.svgpattern2289)"/>
- <rect id="elements-f13-zh_TW.svgrect3018" transform="translate(10, 2252.6003680000003) " height="100.61" width="304.98" y="0.32448" x="7.6676" fill="none"/>
- <rect id="elements-f13-zh_TW.svgrect2174" transform="translate(10, 2252.6003680000003) " height="100.99" width="305.16" stroke="#000" y="0.24929" x="7.5753" stroke-width="0.49832" fill="none"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="7.5" y="2378.0924480000003" x="10" font-family="Sans" font-style="italic" fill="#000000">
- <tspan y="2378.0924480000003" x="10">層次</tspan>
+ <rect id="elements-f13-zh_TW.svgrect3038" transform="translate(10 2249.3)" height="100.75" width="305.3" y=".35476" x="7.4959" fill="url(#elements-f13-zh_TW.svgpattern2289)"/>
+ <rect id="elements-f13-zh_TW.svgrect3018" transform="translate(10 2249.3)" height="100.61" width="304.98" y=".32448" x="7.6676" fill="none"/>
+ <rect id="elements-f13-zh_TW.svgrect2174" transform="translate(10 2249.3)" height="100.99" width="305.16" stroke="#000" y=".24929" x="7.5753" stroke-width=".49832" fill="none"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="7.5" y="2374.8245738" x="10" font-family="Sans" font-style="italic" fill="#000000">
+ <tspan y="2374.8245738" x="10">層次</tspan>
</text>
- <rect id="d0e274" display="none" height="1000px" width="288" y="2383.6" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e274" display="none" height="1e3px" width="288" y="2380.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e274"/>
</flowRegion>
@@ -440,225 +440,225 @@
</flowRoot>
<defs id="elements-f14-zh_TW.svgdefs3">
<linearGradient id="elements-f14-zh_TW.svglinearGradient3164">
- <stop id="elements-f14-zh_TW.svgstop3165" stop-color="#000" offset="0"/>
- <stop id="elements-f14-zh_TW.svgstop3167" stop-color="#FFF" offset="1"/>
+ <stop id="elements-f14-zh_TW.svgstop3165" offset="0"/>
+ <stop id="elements-f14-zh_TW.svgstop3167" stop-color="#fff" offset="1"/>
</linearGradient>
- <linearGradient id="elements-f14-zh_TW.svglinearGradient2331" y2="7689.7" xlink:href="#elements-f14-zh_TW.svglinearGradient3164" gradientUnits="userSpaceOnUse" y1="7559" gradientTransform="matrix(2.804661,0.000000,0.000000,0.356549,0.000000,-2631.734)" x2="55.787" x1="55.984" inkscape:collect="always"/>
- <linearGradient id="elements-f14-zh_TW.svglinearGradient2334" y2="7340.2" xlink:href="#elements-f14-zh_TW.svglinearGradient3164" gradientUnits="userSpaceOnUse" y1="7497" gradientTransform="matrix(2.804661,0.000000,0.000000,0.356549,0.000000,-2631.734)" x2="55.984" x1="55.984" inkscape:collect="always"/>
- <linearGradient id="elements-f14-zh_TW.svglinearGradient2337" y2="2897.7" xlink:href="#elements-f14-zh_TW.svglinearGradient3164" gradientUnits="userSpaceOnUse" y1="2898.4" gradientTransform="matrix(1.073093,0.000000,0.000000,0.931885,0.000000,-2631.734)" x2="316.21" x1="182.07" inkscape:collect="always"/>
- <linearGradient id="elements-f14-zh_TW.svglinearGradient2340" y2="2874.8" xlink:href="#elements-f14-zh_TW.svglinearGradient3164" gradientUnits="userSpaceOnUse" y1="2874.8" gradientTransform="matrix(1.073093,0.000000,0.000000,0.931885,0.000000,-2631.734)" x2="-14.463" x1="114.03" inkscape:collect="always"/>
+ <linearGradient id="elements-f14-zh_TW.svglinearGradient2331" y2="7689.7" xlink:href="#elements-f14-zh_TW.svglinearGradient3164" gradientUnits="userSpaceOnUse" y1="7559" gradientTransform="matrix(2.8047 0 0 .35655 0 -2631.7)" x2="55.787" x1="55.984" inkscape:collect="always"/>
+ <linearGradient id="elements-f14-zh_TW.svglinearGradient2334" y2="7340.2" xlink:href="#elements-f14-zh_TW.svglinearGradient3164" gradientUnits="userSpaceOnUse" y1="7497" gradientTransform="matrix(2.8047 0 0 .35655 0 -2631.7)" x2="55.984" x1="55.984" inkscape:collect="always"/>
+ <linearGradient id="elements-f14-zh_TW.svglinearGradient2337" y2="2897.7" xlink:href="#elements-f14-zh_TW.svglinearGradient3164" gradientUnits="userSpaceOnUse" y1="2898.4" gradientTransform="matrix(1.0731 0 0 .93188 0 -2631.7)" x2="316.21" x1="182.07" inkscape:collect="always"/>
+ <linearGradient id="elements-f14-zh_TW.svglinearGradient2340" y2="2874.8" xlink:href="#elements-f14-zh_TW.svglinearGradient3164" gradientUnits="userSpaceOnUse" y1="2874.8" gradientTransform="matrix(1.0731 0 0 .93188 0 -2631.7)" x2="-14.463" x1="114.03" inkscape:collect="always"/>
</defs>
- <rect id="elements-f14-zh_TW.svgrect3127" transform="translate(10, 2430.9349490000004) " height="100.99" width="305.16" stroke="#000" y="0.24891" x="7.5753" stroke-width="0.49832" fill="none"/>
- <rect id="elements-f14-zh_TW.svgrect3129" fill-rule="evenodd" transform="translate(10, 2430.9349490000004) " height="23.974" width="72.439" stroke="#000" stroke-miterlimit="4" y="38.759" x="123.93" stroke-width="1.25" fill="#000"/>
- <path id="elements-f14-zh_TW.svgpath3130" stroke-linejoin="miter" d="M7.7108,0.4123l116.17,38.318v24.182l-116.17,38.318" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="translate(10, 2430.9349490000004) " stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.50000000" fill="url(#elements-f14-zh_TW.svglinearGradient2340)"/>
- <path id="elements-f14-zh_TW.svgpath3133" stroke-linejoin="miter" d="M196.38,62.912v-24.182l116.17-38.318v100.82l-116.17-38.318z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10, 2430.9349490000004) " stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.50000000" fill="url(#elements-f14-zh_TW.svglinearGradient2337)"/>
- <path id="elements-f14-zh_TW.svgpath3145" stroke-linejoin="miter" d="M312.55,0.4123h-304.84l116.17,38.318h72.5l116.17-38.318z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10, 2430.9349490000004) " stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.50000000" fill="url(#elements-f14-zh_TW.svglinearGradient2334)"/>
- <path id="elements-f14-zh_TW.svgpath3147" stroke-linejoin="miter" d="M312.55,101.23h-304.84l116.17-38.318h72.5l116.17,38.318z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10, 2430.9349490000004) " stroke="#000" stroke-linecap="butt" stroke-miterlimit="4.0000000" stroke-width="0.50000000" fill="url(#elements-f14-zh_TW.svglinearGradient2331)"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2557.2270290000006" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2557.2270290000006" x="10">組合</tspan>
+ <rect id="elements-f14-zh_TW.svgrect3127" transform="translate(10 2428.4)" height="100.99" width="305.16" stroke="#000" y=".24891" x="7.5753" stroke-width=".49832" fill="none"/>
+ <rect id="elements-f14-zh_TW.svgrect3129" fill-rule="evenodd" transform="translate(10 2428.4)" height="23.974" width="72.439" stroke="#000" y="38.759" x="123.93" stroke-width="1.25"/>
+ <path id="elements-f14-zh_TW.svgpath3130" d="m7.7108 0.4123l116.17 38.318v24.182l-116.17 38.318" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="translate(10 2428.4)" stroke="#000" stroke-width=".5" fill="url(#elements-f14-zh_TW.svglinearGradient2340)"/>
+ <path id="elements-f14-zh_TW.svgpath3133" d="m196.38 62.912v-24.182l116.17-38.318v100.82l-116.17-38.318z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2428.4)" stroke="#000" stroke-width=".5" fill="url(#elements-f14-zh_TW.svglinearGradient2337)"/>
+ <path id="elements-f14-zh_TW.svgpath3145" d="m312.55 0.4123h-304.84l116.17 38.318h72.5l116.17-38.318z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2428.4)" stroke="#000" stroke-width=".5" fill="url(#elements-f14-zh_TW.svglinearGradient2334)"/>
+ <path id="elements-f14-zh_TW.svgpath3147" d="m312.55 101.23h-304.84l116.17-38.318h72.5l116.17 38.318z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2428.4)" stroke="#000" stroke-width=".5" fill="url(#elements-f14-zh_TW.svglinearGradient2331)"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2554.7060898000004" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2554.7060898000004" x="10">組合</tspan>
</text>
- <rect id="d0e294" display="none" height="1000px" width="288" y="2562.4" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e294" display="none" height="1e3px" width="288" y="2559.9" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e294"/>
</flowRegion>
<flowDiv xml:space="preserve">不同的要素結合形成一個整體。</flowDiv>
</flowRoot>
<defs id="elements-f15-zh_TW.svgdefs3">
- <pattern id="elements-f15-zh_TW.svgpattern2540" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2585" patternTransform="matrix(1.791325e-2,1.217899e-2,-1.217899e-2,1.791325e-2,7.869785,48.26800)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2530" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2605" patternTransform="matrix(6.881172e-2,2.278502e-2,-2.278502e-2,6.881172e-2,2.539170,57.95400)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2527" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3708" patternTransform="matrix(3.406157e-3,-4.621636e-2,4.621636e-2,3.406157e-3,82.30269,104.9810)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2524" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3713" patternTransform="matrix(4.788509e-2,4.961648e-2,-4.961648e-2,4.788509e-2,10.78534,68.53900)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2521" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3712" patternTransform="matrix(-1.387339e-2,2.871778e-2,2.871778e-2,1.387339e-2,181.6024,17.65300)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2518" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3710" patternTransform="matrix(1.387339e-2,2.871778e-2,-2.871778e-2,1.387339e-2,-14.53532,25.89300)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2514" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1878" patternTransform="matrix(4.788509e-2,4.961648e-2,-4.961648e-2,4.788509e-2,176.9535,68.53900)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2511" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1880" patternTransform="matrix(1.387339e-2,2.871778e-2,-2.871778e-2,1.387339e-2,151.6328,25.89300)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2508" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1887" patternTransform="matrix(2.154722e-2,6.550186e-2,-6.550186e-2,2.154722e-2,207.2501,17.43600)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2505" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1879" patternTransform="matrix(-1.387339e-2,2.871778e-2,2.871778e-2,1.387339e-2,347.7705,17.65300)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2502" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1884" patternTransform="matrix(-1.224270e-3,6.894402e-2,-6.894402e-2,-1.224270e-3,143.8084,-3.970000)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2489" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1889" patternTransform="matrix(-1.437973e-3,8.097856e-2,-8.097856e-2,-1.437973e-3,161.8816,-4.179000)"/>
- <pattern id="elements-f15-zh_TW.svgpattern3516" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2410" patternTransform="matrix(1.791325e-2,1.217899e-2,-1.217899e-2,1.791325e-2,7.869785,2842.633)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2585" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3516" patternTransform="matrix(1.791325e-2,1.217899e-2,-1.217899e-2,1.791325e-2,7.869785,2840.002)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2399" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2397" patternTransform="matrix(3.602221e-2,-6.290160e-2,6.290160e-2,3.602221e-2,5.039169,2849.688)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2403" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2399" patternTransform="matrix(6.881172e-2,2.278502e-2,-2.278502e-2,6.881172e-2,5.039169,2849.688)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2605" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2403" patternTransform="matrix(6.881172e-2,2.278502e-2,-2.278502e-2,6.881172e-2,2.539170,2849.688)"/>
- <pattern id="elements-f15-zh_TW.svgpattern1880" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3710" patternTransform="matrix(1.387339e-2,2.871778e-2,-2.871778e-2,1.387339e-2,151.6328,2817.627)"/>
- <pattern id="elements-f15-zh_TW.svgpattern1887" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1884" patternTransform="matrix(2.154722e-2,6.550186e-2,-6.550186e-2,2.154722e-2,207.2501,2809.170)"/>
- <pattern id="elements-f15-zh_TW.svgpattern3708" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3706" patternTransform="matrix(3.406157e-3,-4.621636e-2,4.621636e-2,3.406157e-3,82.30269,2896.715)"/>
- <pattern id="elements-f15-zh_TW.svgpattern3710" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3708" patternTransform="matrix(1.387339e-2,2.871778e-2,-2.871778e-2,1.387339e-2,-14.53532,2817.627)"/>
- <pattern id="elements-f15-zh_TW.svgpattern3712" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3710" patternTransform="matrix(-1.387339e-2,2.871778e-2,2.871778e-2,1.387339e-2,181.6024,2809.387)"/>
- <pattern id="elements-f15-zh_TW.svgpattern1879" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3712" patternTransform="matrix(-1.387339e-2,2.871778e-2,2.871778e-2,1.387339e-2,347.7705,2809.387)"/>
- <pattern id="elements-f15-zh_TW.svgpattern3180" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3176" patternTransform="matrix(3.111259e-2,-4.850659e-2,-4.850659e-2,-3.111259e-2,139.5469,2993.389)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2598" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3180" patternTransform="matrix(2.588574e-2,-4.035758e-2,-4.035758e-2,-2.588574e-2,110.3458,3027.344)"/>
- <pattern id="elements-f15-zh_TW.svgpattern3178" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3176" patternTransform="matrix(8.058895e-2,-4.848785e-2,-4.848785e-2,-8.058895e-2,-100.9765,2912.705)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2599" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3178" patternTransform="matrix(6.705017e-2,-4.034199e-2,-4.034199e-2,-6.705017e-2,-89.77020,2960.215)"/>
- <pattern id="elements-f15-zh_TW.svgpattern3176" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3173" patternTransform="matrix(4.937844e-2,-2.970946e-2,-2.970946e-2,-4.937844e-2,65.70686,2891.160)"/>
- <pattern id="elements-f15-zh_TW.svgpattern3181" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3176" patternTransform="matrix(4.937844e-2,-2.970946e-2,-2.970946e-2,-4.937844e-2,107.0526,2920.398)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2596" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3181" patternTransform="matrix(4.108296e-2,-2.471833e-2,-2.471833e-2,-4.108296e-2,83.31043,2966.615)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2650" width="24.565119" patternUnits="userSpaceOnUse" patternTransform="matrix(0.235877,0.000000,0.000000,0.235877,23.89020,1385.940)" height="24.565200">
- <path id="elements-f15-zh_TW.svgpath2649" stroke-linejoin="miter" d="M0.625,23.94l23.315-23.315" stroke="#000" stroke-linecap="butt" stroke-width="1.0000000pt" fill="none"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2540" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2585" patternTransform="matrix(.017913 .012179 -.012179 .017913 7.8698 48.268)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2530" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2605" patternTransform="matrix(.068812 .022785 -.022785 .068812 2.5392 57.954)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2527" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3708" patternTransform="matrix(.0034062 -.046216 .046216 .0034062 82.303 104.98)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2524" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3713" patternTransform="matrix(.047885 .049616 -.049616 .047885 10.785 68.539)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2521" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3712" patternTransform="matrix(-.013873 .028718 .028718 .013873 181.6 17.653)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2518" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3710" patternTransform="matrix(.013873 .028718 -.028718 .013873 -14.535 25.893)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2514" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1878" patternTransform="matrix(.047885 .049616 -.049616 .047885 176.95 68.539)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2511" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1880" patternTransform="matrix(.013873 .028718 -.028718 .013873 151.63 25.893)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2508" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1887" patternTransform="matrix(.021547 .065502 -.065502 .021547 207.25 17.436)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2505" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1879" patternTransform="matrix(-.013873 .028718 .028718 .013873 347.77 17.653)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2502" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1884" patternTransform="matrix(-.0012243 .068944 -.068944 -.0012243 143.81 -3.97)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2489" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1889" patternTransform="matrix(-.0014380 .080979 -.080979 -.0014380 161.88 -4.179)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern3516" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2410" patternTransform="matrix(.017913 .012179 -.012179 .017913 7.8698 2842.6)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2585" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3516" patternTransform="matrix(.017913 .012179 -.012179 .017913 7.8698 2840)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2399" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2397" patternTransform="matrix(.036022 -.062902 .062902 .036022 5.0392 2849.7)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2403" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2399" patternTransform="matrix(.068812 .022785 -.022785 .068812 5.0392 2849.7)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2605" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2403" patternTransform="matrix(.068812 .022785 -.022785 .068812 2.5392 2849.7)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern1880" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3710" patternTransform="matrix(.013873 .028718 -.028718 .013873 151.63 2817.6)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern1887" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1884" patternTransform="matrix(.021547 .065502 -.065502 .021547 207.25 2809.2)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern3708" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3706" patternTransform="matrix(.0034062 -.046216 .046216 .0034062 82.303 2896.7)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern3710" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3708" patternTransform="matrix(.013873 .028718 -.028718 .013873 -14.535 2817.6)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern3712" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3710" patternTransform="matrix(-.013873 .028718 .028718 .013873 181.6 2809.4)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern1879" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3712" patternTransform="matrix(-.013873 .028718 .028718 .013873 347.77 2809.4)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern3180" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3176" patternTransform="matrix(.031113 -.048507 -.048507 -.031113 139.55 2993.4)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2598" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3180" patternTransform="matrix(.025886 -.040358 -.040358 -.025886 110.35 3027.3)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern3178" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3176" patternTransform="matrix(.080589 -.048488 -.048488 -.080589 -100.98 2912.7)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2599" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3178" patternTransform="matrix(.067050 -.040342 -.040342 -.067050 -89.77 2960.2)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern3176" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3173" patternTransform="matrix(.049378 -.029709 -.029709 -.049378 65.707 2891.2)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern3181" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3176" patternTransform="matrix(.049378 -.029709 -.029709 -.049378 107.05 2920.4)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2596" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3181" patternTransform="matrix(.041083 -.024718 -.024718 -.041083 83.31 2966.6)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2650" width="24.565119" patternUnits="userSpaceOnUse" patternTransform="matrix(.23588 0 0 .23588 23.89 1385.9)" height="24.565200">
+ <path id="elements-f15-zh_TW.svgpath2649" d="m0.625 23.94l23.315-23.315" stroke="#000" stroke-width="1pt" fill="none"/>
</pattern>
- <pattern id="elements-f15-zh_TW.svgpattern2655" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2650" patternTransform="matrix(0.235877,0.000000,0.000000,0.235877,7.403921,1355.414)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2664" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2655" patternTransform="matrix(0.193713,0.134586,-0.134586,0.193713,7.403921,1377.914)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2666" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2664" patternTransform="matrix(3.602221e-2,-6.290160e-2,6.290160e-2,3.602221e-2,7.403921,1401.211)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2397" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2666" patternTransform="matrix(3.602221e-2,-6.290160e-2,6.290160e-2,3.602221e-2,5.039169,2839.013)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2410" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2397" patternTransform="matrix(1.791325e-2,1.217899e-2,-1.217899e-2,1.791325e-2,7.869785,2889.957)"/>
- <pattern id="elements-f15-zh_TW.svgpattern3173" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2410" patternTransform="matrix(4.937844e-2,2.970946e-2,-2.970946e-2,4.937844e-2,7.869785,2842.513)"/>
- <pattern id="elements-f15-zh_TW.svgpattern3182" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3173" patternTransform="matrix(4.937844e-2,2.970946e-2,-2.970946e-2,4.937844e-2,50.08138,2871.272)"/>
- <pattern id="elements-f15-zh_TW.svgpattern2597" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3182" patternTransform="matrix(4.108296e-2,2.471833e-2,-2.471833e-2,4.108296e-2,35.91026,2925.742)"/>
- <pattern id="elements-f15-zh_TW.svgpattern3695" fill-rule="evenodd" height="205.67261" width="291.92533" patternUnits="userSpaceOnUse" patternTransform="matrix(6.389029e-2,6.620037e-2,-6.620037e-2,6.389029e-2,11.88013,2864.769)">
- <path id="elements-f15-zh_TW.svgpath3658" fill="#F00" d="M233.64,85.643c-6.25,0-11.28,14.887-11.56,33.437-12.96-12.19-26.33-18.76-30.62-14.47-4.01,4.01,1.57,15.98,12.22,28.1-16,1.06-28.32,5.57-28.32,11.21,0,5.93,13.51,10.64,30.69,11.38-12.3,13.01-18.9,26.5-14.59,30.81,4.31,4.32,17.79-2.31,30.81-14.62,0.73,17.18,5.45,30.68,11.37,30.68,5.61,0,10.08-12.12,11.19-27.93,13.08,12.42,26.7,19.11,31.03,14.78,4.55-4.55-2.85-19.29-16.5-32.94-0.24-0.24-0.48-0.39-0.72-0.62,18.47-0.32,33.29-5.3,33.29-11.54,0-5.97-13.7-10.73-31.07-11.4,10.54-12.06,16.05-23.92,12.07-27.91-3.99-3.99-15.82,1.56-27.88,12.1-0.68-17.379-5.43-31.067-11.41-31.067z"/>
- <path id="elements-f15-zh_TW.svgpath3667" sodipodi:rx="20.394436" sodipodi:ry="20.394436" sodipodi:type="arc" d="M-117.27,2856.2a20.394,20.394,0,1,0,-40.79,0,20.394,20.394,0,1,0,40.79,0z" stroke-opacity="0.40331492" stroke-linejoin="miter" stroke-linecap="butt" transform="translate(371.3076,-2712.318)" stroke="#000" sodipodi:cy="2856.2305" sodipodi:cx="-137.66243" stroke-miterlimit="4.0000000" stroke-width="1.8750000" fill="#cfe300"/>
- <path id="elements-f15-zh_TW.svgpath3671" fill="#c70600" d="M213.45,13.665c-4.69-4.1332-18.31,3.714-30.78,17.445-1.67-17.715-7.36-31.485-13.42-31.102-5.65,0.3577-9.37,13.025-9.4,29.156-12.71-9.773-24.93-14.535-28.66-10.299-3.92,4.447,3.1,16.911,15.51,28.822-17.83,1.636-31.71,7.387-31.32,13.471,0.38,6.089,14.87,10.026,32.78,9.396-10.81,13.382-16.2,26.627-11.75,30.546,4.21,3.7,15.57-2.436,26.86-13.566,1.6,17.976,7.4,31.996,13.52,31.606,6.42-0.41,10.61-16.36,9.39-35.623-0.02-0.336-0.1-0.61-0.13-0.944,14.07,11.977,28.48,18.027,32.6,13.35,3.95-4.48-3.18-17.102-15.77-29.093,15.88-2.08,27.86-7.335,27.5-12.964-0.35-5.629-12.9-9.289-28.91-9.354,10.98-13.483,16.46-26.899,11.98-30.847z"/>
- <path id="elements-f15-zh_TW.svgpath3672" sodipodi:rx="20.394436" sodipodi:ry="20.394436" sodipodi:type="arc" d="M-117.27,2856.2a20.394,20.394,0,1,0,-40.79,0,20.394,20.394,0,1,0,40.79,0z" stroke-opacity="0.40331492" stroke-linejoin="miter" stroke-linecap="butt" transform="matrix(0.750308,0.661089,-0.661089,0.750308,2166.439,-1994.659)" stroke="#000" sodipodi:cy="2856.2305" sodipodi:cx="-137.66243" stroke-miterlimit="4.0000000" stroke-width="1.8750000" fill="#d3e900"/>
- <path id="elements-f15-zh_TW.svgpath3673" fill="#ffd400" d="M98.08,13.665c-4.691-4.1333-18.306,3.713-30.78,17.445-1.666-17.715-7.356-31.485-13.413-31.102-5.658,0.3577-9.38,13.025-9.405,29.156-12.71-9.773-24.928-14.535-28.66-10.299-3.918,4.447,3.098,16.911,15.505,28.822-17.828,1.635-31.704,7.387-31.319,13.471,0.38489,6.088,14.875,10.026,32.787,9.396-10.813,13.381-16.2,26.627-11.752,30.546,4.204,3.7,15.569-2.436,26.863-13.566,1.598,17.976,7.394,31.996,13.511,31.606,6.42-0.41,10.612-16.36,9.395-35.623-0.022-0.336-0.102-0.61-0.126-0.944,14.063,11.977,28.473,18.027,32.594,13.35,3.95-4.48-3.18-17.102-15.766-29.093,15.876-2.081,27.856-7.335,27.496-12.964-0.35-5.629-12.89-9.289-28.907-9.354,10.98-13.483,16.457-26.899,11.977-30.847z"/>
- <path id="elements-f15-zh_TW.svgpath3674" sodipodi:rx="20.394436" sodipodi:ry="20.394436" sodipodi:type="arc" d="M-117.27,2856.2a20.394,20.394,0,1,0,-40.79,0,20.394,20.394,0,1,0,40.79,0z" stroke-opacity="0.40331492" stroke-linejoin="miter" stroke-linecap="butt" transform="matrix(0.750308,0.661089,-0.661089,0.750308,2051.071,-1994.659)" stroke="#000" sodipodi:cy="2856.2305" sodipodi:cx="-137.66243" stroke-miterlimit="4.0000000" stroke-width="1.8750000" fill="#d3e900"/>
- <path id="elements-f15-zh_TW.svgpath3675" fill="#ffd400" d="M159.88,100.19c-4.69-4.132-18.3,3.71-30.78,17.45-1.66-17.719-7.35-31.489-13.41-31.106-5.66,0.358-9.38,13.025-9.4,29.156-12.713-9.77-24.931-14.53-28.663-10.3-3.918,4.45,3.097,16.91,15.505,28.82-17.829,1.64-31.704,7.39-31.32,13.47,0.385,6.09,14.876,10.03,32.788,9.4-10.813,13.38-16.2,26.63-11.753,30.55,4.204,3.7,15.57-2.44,26.863-13.57,1.6,17.97,7.39,31.99,13.51,31.6,6.42-0.4,10.61-16.36,9.4-35.62-0.03-0.33-0.11-0.61-0.13-0.94,14.06,11.98,28.47,18.03,32.59,13.35,3.95-4.48-3.18-17.1-15.76-29.09,15.87-2.08,27.85-7.34,27.5-12.97-0.36-5.63-12.9-9.29-28.91-9.35,10.98-13.48,16.46-26.9,11.97-30.85z"/>
- <path id="elements-f15-zh_TW.svgpath3676" sodipodi:rx="20.394436" sodipodi:ry="20.394436" sodipodi:type="arc" d="M-117.27,2856.2a20.394,20.394,0,1,0,-40.79,0,20.394,20.394,0,1,0,40.79,0z" stroke-opacity="0.40331492" stroke-linejoin="miter" stroke-linecap="butt" transform="matrix(0.750308,0.661089,-0.661089,0.750308,2112.875,-1908.133)" stroke="#000" sodipodi:cy="2856.2305" sodipodi:cx="-137.66243" stroke-miterlimit="4.0000000" stroke-width="1.8750000" fill="#d3e900"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2655" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2650" patternTransform="matrix(.23588 0 0 .23588 7.4039 1355.4)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2664" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2655" patternTransform="matrix(.19371 .13459 -.13459 .19371 7.4039 1377.9)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2666" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2664" patternTransform="matrix(.036022 -.062902 .062902 .036022 7.4039 1401.2)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2397" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2666" patternTransform="matrix(.036022 -.062902 .062902 .036022 5.0392 2839)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2410" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2397" patternTransform="matrix(.017913 .012179 -.012179 .017913 7.8698 2890)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern3173" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern2410" patternTransform="matrix(.049378 .029709 -.029709 .049378 7.8698 2842.5)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern3182" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3173" patternTransform="matrix(.049378 .029709 -.029709 .049378 50.081 2871.3)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern2597" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3182" patternTransform="matrix(.041083 .024718 -.024718 .041083 35.91 2925.7)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern3695" width="291.92533" patternUnits="userSpaceOnUse" patternTransform="matrix(.063890 0.0662 -0.0662 .063890 11.88 2864.8)" height="205.67261">
+ <path id="elements-f15-zh_TW.svgpath3658" d="m233.64 85.643c-6.25 0-11.28 14.887-11.56 33.437-12.96-12.19-26.33-18.76-30.62-14.47-4.01 4.01 1.57 15.98 12.22 28.1-16 1.06-28.32 5.57-28.32 11.21 0 5.93 13.51 10.64 30.69 11.38-12.3 13.01-18.9 26.5-14.59 30.81 4.31 4.32 17.79-2.31 30.81-14.62 0.73 17.18 5.45 30.68 11.37 30.68 5.61 0 10.08-12.12 11.19-27.93 13.08 12.42 26.7 19.11 31.03 14.78 4.55-4.55-2.85-19.29-16.5-32.94-0.24-0.24-0.48-0.39-0.72-0.62 18.47-0.32 33.29-5.3 33.29-11.54 0-5.97-13.7-10.73-31.07-11.4 10.54-12.06 16.05-23.92 12.07-27.91-3.99-3.99-15.82 1.56-27.88 12.1-0.68-17.379-5.43-31.067-11.41-31.067z" fill-rule="evenodd" fill="#f00"/>
+ <path id="elements-f15-zh_TW.svgpath3667" sodipodi:rx="20.394436" sodipodi:ry="20.394436" sodipodi:type="arc" d="m-117.27 2856.2a20.394 20.394 0 1 0 -40.79 0 20.394 20.394 0 1 0 40.79 0z" stroke-opacity=".40331" fill-rule="evenodd" transform="translate(371.31 -2712.3)" stroke="#000" sodipodi:cy="2856.2305" sodipodi:cx="-137.66243" stroke-width="1.875" fill="#cfe300"/>
+ <path id="elements-f15-zh_TW.svgpath3671" d="m213.45 13.665c-4.69-4.1332-18.31 3.714-30.78 17.445-1.67-17.715-7.36-31.485-13.42-31.102-5.65 0.3576-9.37 13.025-9.4 29.156-12.71-9.773-24.93-14.535-28.66-10.299-3.92 4.447 3.1 16.911 15.51 28.822-17.83 1.636-31.71 7.387-31.32 13.471 0.38 6.089 14.87 10.026 32.78 9.396-10.81 13.382-16.2 26.627-11.75 30.546 4.21 3.7 15.57-2.436 26.86-13.566 1.6 17.976 7.4 31.996 13.52 31.606 6.42-0.41 10.61-16.36 9.39-35.623-0.02-0.336-0.1-0.61-0.13-0.944 14.07 11.977 28.48 18.027 32.6 13.35 3.95-4.48-3.18-17.102-15.77-29.093 15.88-2.08 27.86-7.335 27.5-12.964-0.35-5.629-12.9-9.289-28.91-9.354 10.98-13.483 16.46-26.899 11.98-30.847z" fill-rule="evenodd" fill="#c70600"/>
+ <path id="elements-f15-zh_TW.svgpath3672" sodipodi:rx="20.394436" sodipodi:ry="20.394436" sodipodi:type="arc" d="m-117.27 2856.2a20.394 20.394 0 1 0 -40.79 0 20.394 20.394 0 1 0 40.79 0z" stroke-opacity=".40331" fill-rule="evenodd" transform="matrix(.75031 .66109 -.66109 .75031 2166.4 -1994.7)" stroke="#000" sodipodi:cy="2856.2305" sodipodi:cx="-137.66243" stroke-width="1.875" fill="#d3e900"/>
+ <path id="elements-f15-zh_TW.svgpath3673" d="m98.08 13.665c-4.691-4.1333-18.306 3.713-30.78 17.445-1.666-17.715-7.356-31.485-13.413-31.102-5.658 0.3575-9.38 13.025-9.405 29.156-12.71-9.773-24.928-14.535-28.66-10.299-3.918 4.447 3.098 16.911 15.505 28.822-17.828 1.635-31.704 7.387-31.319 13.471 0.38469 6.088 14.875 10.026 32.787 9.396-10.813 13.381-16.2 26.627-11.752 30.546 4.204 3.7 15.569-2.436 26.863-13.566 1.598 17.976 7.394 31.996 13.511 31.606 6.42-0.41 10.612-16.36 9.395-35.623-0.022-0.336-0.102-0.61-0.126-0.944 14.063 11.977 28.473 18.027 32.594 13.35 3.95-4.48-3.18-17.102-15.766-29.093 15.876-2.081 27.856-7.335 27.496-12.964-0.35-5.629-12.89-9.289-28.907-9.354 10.98-13.483 16.457-26.899 11.977-30.847z" fill-rule="evenodd" fill="#ffd400"/>
+ <path id="elements-f15-zh_TW.svgpath3674" sodipodi:rx="20.394436" sodipodi:ry="20.394436" sodipodi:type="arc" d="m-117.27 2856.2a20.394 20.394 0 1 0 -40.79 0 20.394 20.394 0 1 0 40.79 0z" stroke-opacity=".40331" fill-rule="evenodd" transform="matrix(.75031 .66109 -.66109 .75031 2051.1 -1994.7)" stroke="#000" sodipodi:cy="2856.2305" sodipodi:cx="-137.66243" stroke-width="1.875" fill="#d3e900"/>
+ <path id="elements-f15-zh_TW.svgpath3675" d="m159.88 100.19c-4.69-4.132-18.3 3.71-30.78 17.45-1.66-17.719-7.35-31.489-13.41-31.106-5.66 0.358-9.38 13.025-9.4 29.156-12.713-9.77-24.931-14.53-28.663-10.3-3.918 4.45 3.097 16.91 15.505 28.82-17.829 1.64-31.704 7.39-31.32 13.47 0.385 6.09 14.876 10.03 32.788 9.4-10.813 13.38-16.2 26.63-11.753 30.55 4.204 3.7 15.57-2.44 26.863-13.57 1.6 17.97 7.39 31.99 13.51 31.6 6.42-0.4 10.61-16.36 9.4-35.62-0.03-0.33-0.11-0.61-0.13-0.94 14.06 11.98 28.47 18.03 32.59 13.35 3.95-4.48-3.18-17.1-15.76-29.09 15.87-2.08 27.85-7.34 27.5-12.97-0.36-5.63-12.9-9.29-28.91-9.35 10.98-13.48 16.46-26.9 11.97-30.85z" fill-rule="evenodd" fill="#ffd400"/>
+ <path id="elements-f15-zh_TW.svgpath3676" sodipodi:rx="20.394436" sodipodi:ry="20.394436" sodipodi:type="arc" d="m-117.27 2856.2a20.394 20.394 0 1 0 -40.79 0 20.394 20.394 0 1 0 40.79 0z" stroke-opacity=".40331" fill-rule="evenodd" transform="matrix(.75031 .66109 -.66109 .75031 2112.9 -1908.1)" stroke="#000" sodipodi:cy="2856.2305" sodipodi:cx="-137.66243" stroke-width="1.875" fill="#d3e900"/>
</pattern>
- <pattern id="elements-f15-zh_TW.svgpattern3706" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3695" patternTransform="matrix(4.136665e-2,4.286235e-2,-4.286235e-2,4.136665e-2,10.33947,2863.228)"/>
- <pattern id="elements-f15-zh_TW.svgpattern3713" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3706" patternTransform="matrix(4.788509e-2,4.961648e-2,-4.961648e-2,4.788509e-2,10.78534,2860.273)"/>
- <pattern id="elements-f15-zh_TW.svgpattern1878" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3713" patternTransform="matrix(4.788509e-2,4.961648e-2,-4.961648e-2,4.788509e-2,176.9535,2860.273)"/>
- <pattern id="elements-f15-zh_TW.svgpattern1884" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1878" patternTransform="matrix(-1.224270e-3,6.894402e-2,-6.894402e-2,-1.224270e-3,143.8084,2787.764)"/>
- <pattern id="elements-f15-zh_TW.svgpattern1889" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1884" patternTransform="matrix(-1.437973e-3,8.097856e-2,-8.097856e-2,-1.437973e-3,161.8816,2787.555)"/>
- <linearGradient id="elements-f15-zh_TW.svglinearGradient2533" y2="7705.3" gradientUnits="userSpaceOnUse" y1="7363.3" gradientTransform="matrix(2.670812,0.000000,0.000000,0.374418,0.000000,-2791.734)" x2="57.76" x1="59.412" inkscape:collect="always">
- <stop id="elements-f15-zh_TW.svgstop1807" stop-color="#000" stop-opacity="0.40784314" offset="0"/>
- <stop id="elements-f15-zh_TW.svgstop3276" stop-color="#000" stop-opacity="0.079096042" offset="0.64778"/>
- <stop id="elements-f15-zh_TW.svgstop1808" stop-color="#000" stop-opacity="0.0000000" offset="1"/>
+ <pattern id="elements-f15-zh_TW.svgpattern3706" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3695" patternTransform="matrix(.041367 .042862 -.042862 .041367 10.339 2863.2)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern3713" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3706" patternTransform="matrix(.047885 .049616 -.049616 .047885 10.785 2860.3)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern1878" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern3713" patternTransform="matrix(.047885 .049616 -.049616 .047885 176.95 2860.3)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern1884" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1878" patternTransform="matrix(-.0012243 .068944 -.068944 -.0012243 143.81 2787.8)"/>
+ <pattern id="elements-f15-zh_TW.svgpattern1889" inkscape:collect="always" xlink:href="#elements-f15-zh_TW.svgpattern1884" patternTransform="matrix(-.0014380 .080979 -.080979 -.0014380 161.88 2787.6)"/>
+ <linearGradient id="elements-f15-zh_TW.svglinearGradient2533" y2="7705.3" gradientUnits="userSpaceOnUse" y1="7363.3" gradientTransform="matrix(2.6708 0 0 .37442 0 -2791.7)" x2="57.76" x1="59.412" inkscape:collect="always">
+ <stop id="elements-f15-zh_TW.svgstop1807" stop-opacity=".40784" offset="0"/>
+ <stop id="elements-f15-zh_TW.svgstop3276" stop-opacity=".079096" offset=".64778"/>
+ <stop id="elements-f15-zh_TW.svgstop1808" stop-opacity="0" offset="1"/>
</linearGradient>
- <linearGradient id="elements-f15-zh_TW.svglinearGradient2536" y2="4923" gradientUnits="userSpaceOnUse" y1="4976.3" gradientTransform="matrix(1.739219,0.000000,0.000000,0.574971,0.000000,-2791.734)" x2="76.655" x1="56.535" inkscape:collect="always">
+ <linearGradient id="elements-f15-zh_TW.svglinearGradient2536" y2="4923" gradientUnits="userSpaceOnUse" y1="4976.3" gradientTransform="matrix(1.7392 0 0 .57497 0 -2791.7)" x2="76.655" x1="56.535" inkscape:collect="always">
<stop id="elements-f15-zh_TW.svgstop1515" stop-color="#484848" offset="0"/>
- <stop id="elements-f15-zh_TW.svgstop1631" stop-color="#929292" offset="0.68667"/>
+ <stop id="elements-f15-zh_TW.svgstop1631" stop-color="#929292" offset=".68667"/>
<stop id="elements-f15-zh_TW.svgstop1516" stop-color="#d8d8d8" offset="1"/>
</linearGradient>
- <linearGradient id="elements-f15-zh_TW.svglinearGradient2543" y2="7122.1" gradientUnits="userSpaceOnUse" y1="7033.7" gradientTransform="matrix(2.510466,0.000000,0.000000,0.398332,0.000000,-2791.734)" x2="61.152" x1="61.152" inkscape:collect="always">
+ <linearGradient id="elements-f15-zh_TW.svglinearGradient2543" y2="7122.1" gradientUnits="userSpaceOnUse" y1="7033.7" gradientTransform="matrix(2.5105 0 0 .39833 0 -2791.7)" x2="61.152" x1="61.152" inkscape:collect="always">
<stop id="elements-f15-zh_TW.svgstop2371" stop-color="#0c0099" offset="0"/>
<stop id="elements-f15-zh_TW.svgstop2372" stop-color="#0069ff" offset="1"/>
</linearGradient>
- <linearGradient id="elements-f15-zh_TW.svglinearGradient2546" y2="4937.7" gradientUnits="userSpaceOnUse" y1="5033.1" gradientTransform="matrix(1.743346,0.000000,0.000000,0.573610,0.000000,-2791.734)" x2="62.071" x1="60.736" inkscape:collect="always">
+ <linearGradient id="elements-f15-zh_TW.svglinearGradient2546" y2="4937.7" gradientUnits="userSpaceOnUse" y1="5033.1" gradientTransform="matrix(1.7433 0 0 .57361 0 -2791.7)" x2="62.071" x1="60.736" inkscape:collect="always">
<stop id="elements-f15-zh_TW.svgstop2607" stop-color="#565c3b" offset="0"/>
<stop id="elements-f15-zh_TW.svgstop2609" stop-color="#9e96d0" offset="1"/>
</linearGradient>
- <linearGradient id="elements-f15-zh_TW.svglinearGradient2549" y2="6566.2" gradientUnits="userSpaceOnUse" y1="6776.9" gradientTransform="matrix(2.341667,0.000000,0.000000,0.427046,0.000000,-2791.734)" x2="67.973" x1="67.973" inkscape:collect="always">
+ <linearGradient id="elements-f15-zh_TW.svglinearGradient2549" y2="6566.2" gradientUnits="userSpaceOnUse" y1="6776.9" gradientTransform="matrix(2.3417 0 0 .42705 0 -2791.7)" x2="67.973" x1="67.973" inkscape:collect="always">
<stop id="elements-f15-zh_TW.svgstop2363" stop-color="#00990f" offset="0"/>
<stop id="elements-f15-zh_TW.svgstop2366" stop-color="#00ff1a" offset="1"/>
</linearGradient>
</defs>
- <rect id="elements-f15-zh_TW.svgrect2359" fill-rule="evenodd" transform="translate(10, 2588.3489040000004) " height="55.704" width="305.45" y="45.539" x="7.5522" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svglinearGradient2549)"/>
- <path id="elements-f15-zh_TW.svgpath2373" d="M175.12,48.594l-3.4,52.836h-157.19l160.59-52.836z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="translate(10, 2588.3489040000004) " xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svglinearGradient2546)"/>
- <rect id="elements-f15-zh_TW.svgrect1734" fill-rule="evenodd" transform="translate(10, 2588.3489040000004) " height="48.419" width="305.16" y="0.11732" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svglinearGradient2543)"/>
- <rect id="elements-f15-zh_TW.svgrect2396" transform="translate(10, 2588.3489040000004) " height="52.932" width="304.85" y="48.268" x="7.8698" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2540)"/>
- <path id="elements-f15-zh_TW.svgpath2382" stroke-linejoin="miter" style="stroke-dasharray:5.0000000 2.5000000;" d="M103.54,100.43l70.72-50.836" sodipodi:nodetypes="cc" transform="translate(10, 2588.3489040000004) " stroke-dashoffset="0.0000000" stroke="#b0af00" stroke-linecap="butt" stroke-miterlimit="4.0000000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.2500000" fill="none"/>
- <path id="elements-f15-zh_TW.svgpath2384" stroke-linejoin="miter" d="M175.12,48.594l-3.4,52.836h-157.19l160.59-52.836z" sodipodi:nodetypes="cccc" transform="translate(10, 2588.3489040000004) " stroke="url(#elements-f15-zh_TW.svglinearGradient2536)" stroke-linecap="butt" stroke-miterlimit="4.0000000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.37500000" fill="none"/>
- <path id="elements-f15-zh_TW.svgpath2387" d="M66.375,5.766l-29.375,21.344-10.656-10.688-18.782,15.032-0.0313,17h126.44,4.47,173.59l-0.03-38.594-15.5,14-22.06-2.5-18.6-12-15.75,18.906-25.18-13.219-23.29,18.875-21.4-5.656-33.66,18.75-32.84-25.25-10.658,10.688-26.687-26.688z" fill-rule="evenodd" transform="translate(10, 2588.3489040000004) " xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svglinearGradient2533)"/>
- <path id="elements-f15-zh_TW.svgrect2398" d="M12.724,100.91l156.86-0.85,3.14-51.436-160,52.286z" sodipodi:nodetypes="cccc" transform="translate(10, 2588.3489040000004) " xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2530)"/>
- <path id="elements-f15-zh_TW.svgpath3707" d="M75.087,78.225l66.733-19.439-4.97-3.222-9.95,2.604-12.87,6.372-4.12-6.99-8.49,5.518-7.037-7.592-8.492,5.518-9.95-3.222-11.406,6.974-8.493-4.679-4.122-7.592-11.406,5.518-4.123-6.136-11.406,2.604-9.949,2.605-7.0365-3.222-0.8208,16.812,12.237-3.273,6.41,5.467,2.04,12.751,19.521-17.841,0.583,14.208,9.323-1.816,9.324-6.187,8.47,4.26z" sodipodi:nodetypes="ccccccccccccccccccccccccccc" transform="translate(10, 2588.3489040000004) " xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2527)"/>
- <path id="elements-f15-zh_TW.svgrect3704" d="M7.5099,67.447v34.993l16.378-3.679,21.136-10.237,16.366-3.082,6.826-7.851,6.827-0.697,13.981-3.083,6.827-0.697,16.369-5.467,16.36-3.082-28.55,7.217-3.709-11.453-36.691-0.347,6.525,13.962-15.926-6.683-10.867-6.683-17.302-1.352-14.55,8.221z" sodipodi:nodetypes="ccccccccccccccccccc" transform="translate(10, 2588.3489040000004) " xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2524)"/>
- <path id="elements-f15-zh_TW.svgpath3711" d="M151.66,54.474l-11.57-1.502-9.34,2.087-29.24,9.225-14.914,1.587-5.471-11.023-17.833,2.69-9.945-0.472-21.599-3.386-24.062-1.474,0.4461-4.122,16.927-1.032,5.597,1.029,4.566-0.002,6.627,1.029,4.566-1.032,6.627-2.062,5.596,1.029,5.596,2.058,6.627-1.031,4.566-1.032,5.597,1.028,6.626,1.029,5.082-1.032,5.081-1.032,5.597-0.001,5.63,1.017,6.66-0.013,5.11-0.528,6.14,1.532,5.12-1.558,4.08,0.501,8.17-0.026,7.65,1.004,11.77-1.056,8.69,1.004-20.77,5.567z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc" transform="translate(10, 2588.3489040000004) " xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2521)"/>
- <path id="elements-f15-zh_TW.svgpath3709" d="M7.686,55.504l17.229-0.472,11.401,8.267,23.056,0.985,12.859-0.473,15.772-4.843,15.767,6.811,9.95-0.473,13.36-3.386,28.18-8.684-3.02-4.146-31.86,6.154-16.4-1.056-22.592-0.026-15.672-4.906-16.702,1.274-11.772,3.58-16.408-6.207-12.288,1.004-0.8602,6.597z" sodipodi:nodetypes="cccccccccccccccccccc" transform="translate(10, 2588.3489040000004) " xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2518)"/>
- <rect id="elements-f15-zh_TW.svgrect2179" transform="translate(10, 2588.3489040000004) " height="100.99" width="305.16" stroke="#000" y="0.24891" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.49832" fill="none"/>
- <path id="elements-f15-zh_TW.svgpath1875" d="M173.68,67.447l-2.48,32.511,36.22,1.282,105.46-0.31-2.25-33.283-15.88-3.082-32.26-4.236-36.69-0.347-13.32,13.962,1.44-19.084-28.23-1.722-9.86,3.608-2.15,10.701z" sodipodi:nodetypes="ccccccccccccc" transform="translate(10, 2588.3489040000004) " xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2514)"/>
- <path id="elements-f15-zh_TW.svgpath1877" d="M173.85,55.504l17.23-0.472,11.4,8.267,13.14,0.985,12.86-0.473,25.69-4.843,5.85,6.811,19.87-0.473,13.36-3.386,18.26-8.684-3.02-4.146-21.94,6.154-16.4-1.056-22.59-0.026-15.68-4.906-16.7,1.274-11.77,3.58-16.41-6.207-12.29,1.004-0.86,6.597z" sodipodi:nodetypes="cccccccccccccccccccc" transform="translate(10, 2588.3489040000004) " xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2511)"/>
- <path id="elements-f15-zh_TW.svgpath1885" d="M230.21,62.78l6.2,6.384,44.52,10.788,31.49,11.254-1.54-23.111,1.27-12.171-62.03,5.828-19.91,1.028z" sodipodi:nodetypes="cccccccc" transform="translate(10, 2588.3489040000004) " xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2508)"/>
- <path id="elements-f15-zh_TW.svgpath1876" d="M306.26,52.972l-9.34,2.087-29.24,9.225-14.92,1.587-5.47-13.503-17.83,5.17-9.94-0.472-21.6-3.386-24.07-1.474,0.45-4.122,16.93-1.032,5.59,1.029,4.57-0.002,6.63,1.029,4.56-1.032,6.63-2.062,5.6,1.029,5.59,2.058,6.63-1.031,4.57-1.032,5.59,1.028,6.63,1.029,5.08-1.032,5.08-1.032,5.6-0.001,5.63,1.017,6.66-0.013,5.11-0.528,6.14,1.532,5.12-1.558,4.08,0.501,8.17-0.026-4.23,5.017z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" transform="translate(10, 2588.3489040000004) " xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2505)"/>
- <path id="elements-f15-zh_TW.svgpath1883" d="M173.87,62.414l-0.46,21.414,20.91-1.348,23.19-1.005,7.47-3.487-0.9-23.709-39.61-0.571-10.6,8.706z" sodipodi:nodetypes="cccccccc" transform="translate(10, 2588.3489040000004) " xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2502)"/>
- <path id="elements-f15-zh_TW.svgpath3143" stroke-linejoin="round" d="M198.16,59.687v10.019l47.91,27.683,1.09-20.324-49-17.378z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10, 2588.3489040000004) " stroke="#000" stroke-linecap="butt" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557491pt" fill="#845206"/>
- <path id="elements-f15-zh_TW.svgpath3144" stroke-linejoin="round" d="M246.07,97.389l1.09-20.689,43.34-11.978v19.6l-44.43,13.067z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10, 2588.3489040000004) " stroke="#000" stroke-linecap="butt" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557491pt" fill="#734805"/>
- <path id="elements-f15-zh_TW.svgpath3141" stroke-linejoin="round" d="M195.95,58.853l17.52-12.248,56.2,5.412-24.68,25.771-49.04-18.935z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10, 2588.3489040000004) " stroke="#000" stroke-linecap="round" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557491pt" fill="#950f06"/>
- <path id="elements-f15-zh_TW.svgpath3517" stroke-linejoin="round" d="M256.02,94.521l0.64-14.679,25.6-7.074v14.036l-26.24,7.717z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10, 2588.3489040000004) " stroke="#000" stroke-linecap="butt" xmlns:cc="http://creativecommons.org/ns#" stroke-width="0.62352548pt" fill="#8a5606"/>
- <path id="elements-f15-zh_TW.svgpath3142" stroke-linejoin="round" d="M270.03,52.017l22.86,12.705-47.54,13.066,24.68-25.771z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="translate(10, 2588.3489040000004) " stroke="#000" stroke-linecap="round" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557491pt" fill="#7f3e06"/>
- <g id="elements-f15-zh_TW.svgg2600" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10, 2588.3489040000004) translate(0.000000,-2863.636)">
- <path id="elements-f15-zh_TW.svgrect3172" sodipodi:nodetypes="ccccc" fill="url(#elements-f15-zh_TW.svgpattern2597)" d="M196.36,2926.7v11l47.76,27.6,2.68-20.7-50.44-17.9z"/>
- <path id="elements-f15-zh_TW.svgpath3175" sodipodi:nodetypes="ccccc" fill="url(#elements-f15-zh_TW.svgpattern2596)" d="M246.72,2963.6l-1.23-17.9,44.25-12.4v17.3l-43.02,13z"/>
- <path id="elements-f15-zh_TW.svgpath3177" sodipodi:nodetypes="ccccc" fill="url(#elements-f15-zh_TW.svgpattern2599)" d="M196.31,2925.2l17.82-11.5,53.31,6.4-21,22.8-50.13-17.7z"/>
- <path id="elements-f15-zh_TW.svgpath3179" sodipodi:nodetypes="cccc" fill="url(#elements-f15-zh_TW.svgpattern2598)" d="M247.23,2943.6l22.68-24.9,21.72,12.6-44.4,12.3z"/>
+ <rect id="elements-f15-zh_TW.svgrect2359" fill-rule="evenodd" transform="translate(10 2585.4)" height="55.704" width="305.45" y="45.539" x="7.5522" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svglinearGradient2549)"/>
+ <path id="elements-f15-zh_TW.svgpath2373" d="m175.12 48.594l-3.4 52.836h-157.19l160.59-52.836z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="translate(10 2585.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svglinearGradient2546)"/>
+ <rect id="elements-f15-zh_TW.svgrect1734" fill-rule="evenodd" transform="translate(10 2585.4)" height="48.419" width="305.16" y=".11732" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svglinearGradient2543)"/>
+ <rect id="elements-f15-zh_TW.svgrect2396" transform="translate(10 2585.4)" height="52.932" width="304.85" y="48.268" x="7.8698" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2540)"/>
+ <path id="elements-f15-zh_TW.svgpath2382" d="m103.54 100.43l70.72-50.836" sodipodi:nodetypes="cc" transform="translate(10 2585.4)" stroke="#b0af00" stroke-dasharray="5.0000000 2.5000000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.25" fill="none"/>
+ <path id="elements-f15-zh_TW.svgpath2384" d="m175.12 48.594l-3.4 52.836h-157.19l160.59-52.836z" sodipodi:nodetypes="cccc" transform="translate(10 2585.4)" stroke="url(#elements-f15-zh_TW.svglinearGradient2536)" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".375" fill="none"/>
+ <path id="elements-f15-zh_TW.svgpath2387" d="m66.375 5.766l-29.375 21.344-10.656-10.688-18.782 15.032-0.0308 17h126.44 4.47 173.59l-0.03-38.594-15.5 14-22.06-2.5-18.6-12-15.75 18.906-25.18-13.219-23.29 18.875-21.4-5.656-33.66 18.75-32.84-25.25-10.658 10.688-26.687-26.688z" fill-rule="evenodd" transform="translate(10 2585.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svglinearGradient2533)"/>
+ <path id="elements-f15-zh_TW.svgrect2398" d="m12.724 100.91l156.86-0.85 3.14-51.436-160 52.286z" sodipodi:nodetypes="cccc" transform="translate(10 2585.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2530)"/>
+ <path id="elements-f15-zh_TW.svgpath3707" d="m75.087 78.225l66.733-19.439-4.97-3.222-9.95 2.604-12.87 6.372-4.12-6.99-8.49 5.518-7.037-7.592-8.492 5.518-9.95-3.222-11.406 6.974-8.493-4.679-4.122-7.592-11.406 5.518-4.123-6.136-11.406 2.604-9.949 2.605-7.0365-3.222-0.8208 16.812 12.237-3.273 6.41 5.467 2.04 12.751 19.521-17.841 0.583 14.208 9.323-1.816 9.324-6.187 8.47 4.26z" sodipodi:nodetypes="ccccccccccccccccccccccccccc" transform="translate(10 2585.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2527)"/>
+ <path id="elements-f15-zh_TW.svgrect3704" d="m7.5099 67.447v34.993l16.378-3.679 21.136-10.237 16.366-3.082 6.826-7.851 6.827-0.697 13.981-3.083 6.827-0.697 16.369-5.467 16.36-3.082-28.55 7.217-3.709-11.453-36.691-0.347 6.525 13.962-15.926-6.683-10.867-6.683-17.302-1.352-14.55 8.221z" sodipodi:nodetypes="ccccccccccccccccccc" transform="translate(10 2585.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2524)"/>
+ <path id="elements-f15-zh_TW.svgpath3711" d="m151.66 54.474l-11.57-1.502-9.34 2.087-29.24 9.225-14.914 1.587-5.471-11.023-17.833 2.69-9.945-0.472-21.599-3.386-24.062-1.474 0.4461-4.122 16.927-1.032 5.597 1.029 4.566-0.002 6.627 1.029 4.566-1.032 6.627-2.062 5.596 1.029 5.596 2.058 6.627-1.031 4.566-1.032 5.597 1.028 6.626 1.029 5.082-1.032 5.081-1.032 5.597-0.001 5.63 1.017 6.66-0.013 5.11-0.528 6.14 1.532 5.12-1.558 4.08 0.501 8.17-0.026 7.65 1.004 11.77-1.056 8.69 1.004-20.77 5.567z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc" transform="translate(10 2585.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2521)"/>
+ <path id="elements-f15-zh_TW.svgpath3709" d="m7.686 55.504l17.229-0.472 11.401 8.267 23.056 0.985 12.859-0.473 15.772-4.843 15.767 6.811 9.95-0.473 13.36-3.386 28.18-8.684-3.02-4.146-31.86 6.154-16.4-1.056-22.592-0.026-15.672-4.906-16.702 1.274-11.772 3.58-16.408-6.207-12.288 1.004-0.86 6.597z" sodipodi:nodetypes="cccccccccccccccccccc" transform="translate(10 2585.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2518)"/>
+ <rect id="elements-f15-zh_TW.svgrect2179" transform="translate(10 2585.4)" height="100.99" width="305.16" stroke="#000" y=".24891" x="7.5753" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".49832" fill="none"/>
+ <path id="elements-f15-zh_TW.svgpath1875" d="m173.68 67.447l-2.48 32.511 36.22 1.282 105.46-0.31-2.25-33.283-15.88-3.082-32.26-4.236-36.69-0.347-13.32 13.962 1.44-19.084-28.23-1.722-9.86 3.608-2.15 10.701z" sodipodi:nodetypes="ccccccccccccc" transform="translate(10 2585.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2514)"/>
+ <path id="elements-f15-zh_TW.svgpath1877" d="m173.85 55.504l17.23-0.472 11.4 8.267 13.14 0.985 12.86-0.473 25.69-4.843 5.85 6.811 19.87-0.473 13.36-3.386 18.26-8.684-3.02-4.146-21.94 6.154-16.4-1.056-22.59-0.026-15.68-4.906-16.7 1.274-11.77 3.58-16.41-6.207-12.29 1.004-0.86 6.597z" sodipodi:nodetypes="cccccccccccccccccccc" transform="translate(10 2585.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2511)"/>
+ <path id="elements-f15-zh_TW.svgpath1885" d="m230.21 62.78l6.2 6.384 44.52 10.788 31.49 11.254-1.54-23.111 1.27-12.171-62.03 5.828-19.91 1.028z" sodipodi:nodetypes="cccccccc" transform="translate(10 2585.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2508)"/>
+ <path id="elements-f15-zh_TW.svgpath1876" d="m306.26 52.972l-9.34 2.087-29.24 9.225-14.92 1.587-5.47-13.503-17.83 5.17-9.94-0.472-21.6-3.386-24.07-1.474 0.45-4.122 16.93-1.032 5.59 1.029 4.57-0.002 6.63 1.029 4.56-1.032 6.63-2.062 5.6 1.029 5.59 2.058 6.63-1.031 4.57-1.032 5.59 1.028 6.63 1.029 5.08-1.032 5.08-1.032 5.6-0.001 5.63 1.017 6.66-0.013 5.11-0.528 6.14 1.532 5.12-1.558 4.08 0.501 8.17-0.026-4.23 5.017z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" transform="translate(10 2585.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2505)"/>
+ <path id="elements-f15-zh_TW.svgpath1883" d="m173.87 62.414l-0.46 21.414 20.91-1.348 23.19-1.005 7.47-3.487-0.9-23.709-39.61-0.571-10.6 8.706z" sodipodi:nodetypes="cccccccc" transform="translate(10 2585.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2502)"/>
+ <path id="elements-f15-zh_TW.svgpath3143" stroke-linejoin="round" d="m198.16 59.687v10.019l47.91 27.683 1.09-20.324-49-17.378z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2585.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557pt" fill="#845206"/>
+ <path id="elements-f15-zh_TW.svgpath3144" stroke-linejoin="round" d="m246.07 97.389l1.09-20.689 43.34-11.978v19.6l-44.43 13.067z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2585.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557pt" fill="#734805"/>
+ <path id="elements-f15-zh_TW.svgpath3141" stroke-linejoin="round" d="m195.95 58.853l17.52-12.248 56.2 5.412-24.68 25.771-49.04-18.935z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2585.4)" stroke="#000" stroke-linecap="round" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557pt" fill="#950f06"/>
+ <path id="elements-f15-zh_TW.svgpath3517" stroke-linejoin="round" d="m256.02 94.521l0.64-14.679 25.6-7.074v14.036l-26.24 7.717z" fill-rule="evenodd" sodipodi:nodetypes="ccccc" transform="translate(10 2585.4)" stroke="#000" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".62353pt" fill="#8a5606"/>
+ <path id="elements-f15-zh_TW.svgpath3142" stroke-linejoin="round" d="m270.03 52.017l22.86 12.705-47.54 13.066 24.68-25.771z" fill-rule="evenodd" sodipodi:nodetypes="cccc" transform="translate(10 2585.4)" stroke="#000" stroke-linecap="round" xmlns:cc="http://creativecommons.org/ns#" stroke-width="1.0557pt" fill="#7f3e06"/>
+ <g id="elements-f15-zh_TW.svgg2600" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 -278.2)">
+ <path id="elements-f15-zh_TW.svgrect3172" sodipodi:nodetypes="ccccc" fill="url(#elements-f15-zh_TW.svgpattern2597)" d="m196.36 2926.7v11l47.76 27.6 2.68-20.7-50.44-17.9z"/>
+ <path id="elements-f15-zh_TW.svgpath3175" sodipodi:nodetypes="ccccc" fill="url(#elements-f15-zh_TW.svgpattern2596)" d="m246.72 2963.6l-1.23-17.9 44.25-12.4v17.3l-43.02 13z"/>
+ <path id="elements-f15-zh_TW.svgpath3177" sodipodi:nodetypes="ccccc" fill="url(#elements-f15-zh_TW.svgpattern2599)" d="m196.31 2925.2l17.82-11.5 53.31 6.4-21 22.8-50.13-17.7z"/>
+ <path id="elements-f15-zh_TW.svgpath3179" sodipodi:nodetypes="cccc" fill="url(#elements-f15-zh_TW.svgpattern2598)" d="m247.23 2943.6l22.68-24.9 21.72 12.6-44.4 12.3z"/>
</g>
- <path id="elements-f15-zh_TW.svgpath1888" d="M194.7,68.832l-6.72,24.773,15.43,4.409,11.91-0.853,11.03,3.529,16.3,0.03,28.12-2.06,21.9-9.481-5.44-4.001-2.72-1.562-3.6,0.192-4.47,3.26-1.85,1.507-4.56,2.137-8.07,2.137-7.19-1.37-8.95,5.644-1.93-4.878-3.57,0.008-4.45-1.747-0.06-4.377-2.69-4.377-7.27,3.537-4.63-2.601-1.13-7.862-3.56-1.954-3.56,0.676-2.73,3.105-3.72-4.31-6.35-1.317-5.47-2.194z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccc" transform="translate(10, 2588.3489040000004) " xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2489)"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2715.5876540000004" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2715.5876540000004" x="10">參考文獻</tspan>
+ <path id="elements-f15-zh_TW.svgpath1888" d="m194.7 68.832l-6.72 24.773 15.43 4.409 11.91-0.853 11.03 3.529 16.3 0.03 28.12-2.06 21.9-9.481-5.44-4.001-2.72-1.562-3.6 0.192-4.47 3.26-1.85 1.507-4.56 2.137-8.07 2.137-7.19-1.37-8.95 5.644-1.93-4.878-3.57 0.008-4.45-1.747-0.06-4.377-2.69-4.377-7.27 3.537-4.63-2.601-1.13-7.862-3.56-1.954-3.56 0.676-2.73 3.105-3.72-4.31-6.35-1.317-5.47-2.194z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccc" transform="translate(10 2585.4)" xmlns:cc="http://creativecommons.org/ns#" fill="url(#elements-f15-zh_TW.svgpattern2489)"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2712.6682773" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2712.6682773" x="10">參考文獻</tspan>
</text>
- <rect id="d0e313" display="none" height="1000px" width="288" y="2720.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e313" display="none" height="1e3px" width="288" y="2717.9" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e313"/>
</flowRegion>
<flowDiv xml:space="preserve">這是用於文件的部份參考文獻。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 2744.8110915)"/>
- <rect id="d0e319" display="none" height="1000px" width="258" y="2738.8" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 2741.5)"/>
+ <rect id="d0e319" display="none" height="1e3px" width="258" y="2735.5" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e319"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="Sans">http://sanford-artedventures.com/study/study.html</flowSpan>
</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 2762.615779)"/>
- <rect id="d0e326" display="none" height="1000px" width="258" y="2756.6" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 2759.3)"/>
+ <rect id="d0e326" display="none" height="1e3px" width="258" y="2753.3" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e326"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="Sans">http://www.makart.com/resources/artclass/EPlist.html</flowSpan>
</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 2780.3579665)"/>
- <rect id="d0e333" display="none" height="1000px" width="258" y="2774.4" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 2777)"/>
+ <rect id="d0e333" display="none" height="1e3px" width="258" y="2771" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e333"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="Sans">http://www.princetonol.com/groups/iad/Files/elements2.htm</flowSpan>
</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 2807.1893735000003)"/>
- <rect id="d0e340" display="none" height="1000px" width="258" y="2801.2" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 2803.9)"/>
+ <rect id="d0e340" display="none" height="1e3px" width="258" y="2797.9" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e340"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="Sans">http://oswego.org/staff/bpeterso/web/elements_and_principles.htm</flowSpan>
</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 2835.7942175000003)"/>
- <rect id="d0e347" display="none" height="1000px" width="258" y="2829.8" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 2832.5)"/>
+ <rect id="d0e347" display="none" height="1e3px" width="258" y="2826.5" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e347"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="Sans">http://www.johnlovett.com/test.htm</flowSpan>
</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 2853.5989050000003)"/>
- <rect id="d0e354" display="none" height="1000px" width="258" y="2847.6" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 2850.3)"/>
+ <rect id="d0e354" display="none" height="1e3px" width="258" y="2844.3" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e354"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="Sans">http://digital-web.com/articles/elements_of_design/</flowSpan>
</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 2871.5637488)"/>
- <rect id="d0e361" display="none" height="1000px" width="258" y="2865.6" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 2868.2)"/>
+ <rect id="d0e361" display="none" height="1e3px" width="258" y="2862.2" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e361"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold" font-family="Sans">http://digital-web.com/articles/principles_of_design/</flowSpan>
</flowDiv>
</flowRoot>
- <rect id="d0e368" display="none" height="1000px" width="288" y="2883.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e368" display="none" height="1e3px" width="288" y="2880.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e368"/>
</flowRegion>
<flowDiv xml:space="preserve">特別感謝 Linda Kim (<flowSpan font-weight="bold" font-family="Sans">http://www.redlucite.org</flowSpan>) 給予我以及這篇教學的幫助。也感謝開放美工圖庫 (<flowSpan font-weight="bold" font-family="Sans">http://www.openclipart.org/</flowSpan>) 和遞交到這個計劃的作品、作者。</flowDiv>
</flowRoot>
- <g transform="translate(0, 2923.5824026)">
+ <g transform="translate(0 2920.4)">
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
- <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.149642,0.000000,0.000000,0.465194,-0.130153,3495.428)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
- <filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom">
- <feFlood id="feFlood60" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/>
+ <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
+ <filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
+ <feFlood id="feFlood60" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/>
<feComposite id="feComposite62" operator="in" result="composite1" in2="SourceGraphic" in="flood"/>
<feGaussianBlur id="feGaussianBlur64" result="blur" stdDeviation="20" in="composite1"/>
<feOffset id="feOffset66" result="offset" dx="0" dy="0"/>
@@ -674,19 +674,19 @@
</rdf:RDF>
</metadata>
<g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer">
- <rect id="rect1494" transform="scale(1.000000,-1.000000)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-0.11217" fill="url(#linearGradient2465)"/>
- <path id="path1508" stroke-width="1pt" fill="#FFF" d="m80.493,57.976-4.9567,0,0,0.3171,0.14846,0c0.66805,0,0.74228,0.0338,0.74228,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74228,0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722,0.4723-0.29691,0.8907-0.49485,1.0864-0.25566,0.2699-0.72577,0.3981-1.4186,0.3981h-0.54433c-0.24742,0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031,0,0.70928,0.0404,0.87423,0.1821,0.21443,0.1754,0.2969,0.3914,0.31341,0.7895h0.38763v-2.2133h-0.38763c-0.04124,0.6612-0.37114,0.9244-1.1546,0.9244h-0.19794v-1.5385c0-0.2901,0.07423-0.3374,0.51959-0.3374h0.42887c0.72578,0,1.0804,0.0608,1.3608,0.2497,0.27217,0.1754,0.47011,0.5533,0.59382,1.1606h0.35463l-0.11546-1.7274zm-10.944,2.7059,0.93196,0c0.74227,0,1.1299-0.0472,1.4598-0.1755,0.58558-0.2294,0.91547-0.6612,0.91547-1.1943,0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07422,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172,0-1.7274c0-0.3104,0.04948-0.3442,0.5031-0.3442h0.52784c0.85774,0,1.2619,0.3307,1.2619,1.046,0,0.695-0.42062,1.0256-1.2948,1.0256h-0.99794zm-7.1753-2.4832-0.34639,0-1.8969,3.9341c-0.16495,0.3508-0.19793,0.398-0.32164,0.506-0.13196,0.1281-0.36289,0.2092-0.58557,0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536,0-0.66804-0.1282-0.66804-0.3846,0-0.081,0.02474-0.1755,0.07422-0.2835l0.27217-0.5938h2.1856l0.44536,0.9042c0.04948,0.1012,0.06598,0.1485,0.06598,0.1823,0,0.1079-0.20619,0.1754-0.51134,0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238,0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413,1.1067,0.93196,1.9164-1.8474,0,0.91547-1.9164zm-5.6907-1.0594-0.3134,0-0.3299,0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001,0-1.4598,0.2632-2.0206,0.8097-0.52784,0.5129-0.77526,1.0797-0.77526,1.7747,0,1.4508,1.1629,2.4899,2.7876,2.4899,1.3196,0,2.1608-0.6342,2.3505-1.7678l-0.38763-0.054c-0.08248,0.3576-0.18145,0.6005-0.3299,0.803-0.33815,0.4655-0.86599,0.7017-1.534,0.7017-1.2206,0-1.798-0.695-1.798-2.1457,0-0.7626,0.12371-1.2754,0.40413-1.6804,0.25567-0.3778,0.76701-0.614,1.2949-0.614,0.57732,0,1.0887,0.2497,1.4021,0.6816,0.1567,0.2226,0.28041,0.4858,0.47011,1.0053h0.36288l-0.12371-1.95zm-8.2557,0.0067-0.30515,0-0.3299,0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804,0-1.8062,0.5668-1.8062,1.4102,0,0.7356,0.44536,1.1,1.6577,1.3564l0.7835,0.1619c0.61031,0.1283,0.66804,0.1418,0.84124,0.2496,0.24742,0.1553,0.37938,0.3779,0.37938,0.6411,0,0.2699-0.12371,0.4926-0.37113,0.6749-0.27217,0.1956-0.54434,0.2699-0.99795,0.2699-0.61031,0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299,1.9231h0.32165l0.37113-0.4588c0.55258,0.371,1.0144,0.506,1.732,0.506,1.2124,0,1.9876-0.5802,1.9876-1.4845,0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83,0-0.4724,0.47011-0.7963,1.1711-0.7963,0.57732,0,1.0474,0.2026,1.3773,0.5871,0.23918,0.2767,0.38763,0.5601,0.49484,0.9042h0.35464l-0.09897-1.7544zm-11.151,2.7059,0-1.8355,0-0.1956c0-0.2834,0.07423-0.3172,0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894,1.4351,1.7206c0.13196,0.1619,0.16495,0.216,0.16495,0.2834,0,0.108-0.1567,0.1552-0.56083,0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361,0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551,1.2289-1.0054c0.39588-0.3442,0.89898-0.5399,1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938,0,0.53609,0.0608,0.53609,0.2025,0,0.0944-0.16495,0.2901-0.40413,0.4858l-2.0206,1.66zm-9.2207-2.6654-1.699,0,0,0.3171,0.20618,0c0.42062,0,0.61032,0.054,0.75877,0.2227v2.8679c0,0.9245-0.16495,1.1201-0.9567,1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784,4.0622h0.3464v-3.5021c0-0.9245,0.16495-1.1202,0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351,0.027,0.94846,0.2227,0.94846,1.1472v2.1189l-3.2908-3.5832zm-5.3609,0.8299,0-0.1956c0-0.2834,0.07423-0.3172,0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979,0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/>
- <path id="path1517" stroke-width="1.0000000pt" fill="#FFF" d="M305.97,58.204h1.35v2.817c0,0.532-0.02,0.862-0.05,0.989-0.13,0.485-0.42,0.819-0.87,1.003-0.31,0.127-0.77,0.19-1.38,0.19-1.43,0-2.15-0.428-2.15-1.285l1.43-0.007c0.1,0.268,0.36,0.402,0.81,0.402,0.32,0,0.55-0.101,0.68-0.303,0.1-0.155,0.15-0.41,0.15-0.763v-0.12c-0.43,0.344-0.9,0.516-1.41,0.516-0.56,0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37,0-0.485,0.19-0.889,0.57-1.214,0.36-0.301,0.79-0.452,1.29-0.452,0.64,0,1.12,0.209,1.42,0.628v-0.501zm-0.07,1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25,0-0.46,0.073-0.63,0.219-0.16,0.146-0.24,0.343-0.24,0.593,0,0.207,0.08,0.386,0.25,0.536,0.08,0.071,0.17,0.125,0.26,0.163,0.1,0.037,0.2,0.056,0.3,0.056,0.28,0,0.5-0.068,0.66-0.205,0.19-0.15,0.28-0.357,0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452,0.6-0.678,1.06-0.678l0.43,0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6,0-0.9,0.356-0.9,1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62,0,1.14,0.165,1.56,0.494,0.43,0.353,0.65,0.84,0.65,1.462,0,0.607-0.21,1.09-0.64,1.447-0.41,0.33-0.92,0.495-1.54,0.495-0.68,0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504,0-0.622,0.23-1.109,0.7-1.462,0.42-0.315,0.96-0.473,1.6-0.473zm-0.04,2.867c0.24,0,0.44-0.09,0.59-0.269s0.22-0.393,0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46,0.087-0.61,0.261c-0.08,0.09-0.13,0.186-0.17,0.29-0.04,0.099-0.06,0.219-0.06,0.36,0,0.259,0.07,0.475,0.21,0.649,0.14,0.175,0.35,0.262,0.61,0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15,0.377,0.4,0.565,0.74,0.565,0.36,0,0.58-0.099,0.68-0.297,0.08,0,0.3,0.015,0.63,0.043,0.34,0.028,0.64,0.042,0.89,0.042-0.24,0.466-0.54,0.791-0.91,0.975-0.33,0.16-0.77,0.24-1.32,0.24-0.65,0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483,0-0.607,0.23-1.087,0.69-1.44,0.41-0.311,0.93-0.466,1.57-0.466,0.63,0,1.14,0.16,1.54,0.48,0.4,0.316,0.63,0.782,0.69,1.398l0.01,0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16,0-0.33,0.045-0.5,0.135-0.17,0.089-0.26,0.209-0.28,0.36h1.49zm-7.76-1.349h1.44l-0.01,0.459c0.4-0.381,0.84-0.572,1.34-0.572,0.56,0,1,0.174,1.32,0.523,0.33,0.343,0.5,0.795,0.5,1.355,0,0.579-0.16,1.052-0.48,1.419-0.34,0.391-0.79,0.587-1.35,0.587-0.31,0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27,2.747c0.26,0,0.47-0.09,0.63-0.269,0.16-0.183,0.24-0.404,0.24-0.663,0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24,0-0.44,0.085-0.62,0.254-0.17,0.17-0.26,0.377-0.26,0.621,0,0.255,0.08,0.478,0.23,0.671,0.16,0.189,0.36,0.283,0.61,0.283zm-6.81-1.646c0.11-0.475,0.38-0.812,0.78-1.009,0.3-0.141,0.73-0.212,1.29-0.212,0.53,0,0.96,0.104,1.28,0.311,0.39,0.249,0.59,0.623,0.59,1.122v1.688c0,0.108,0.01,0.207,0.03,0.296,0.01,0.09,0.05,0.208,0.11,0.354h-1.49l-0.05-0.424c-0.34,0.353-0.76,0.529-1.24,0.529-0.39,0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89,0-0.409,0.13-0.713,0.4-0.911,0.2-0.141,0.5-0.244,0.93-0.31l1.02-0.12c0.22-0.038,0.33-0.097,0.33-0.177,0-0.183-0.14-0.275-0.41-0.275-0.16,0-0.29,0.019-0.39,0.056-0.1,0.033-0.18,0.116-0.23,0.247h-1.47zm1.27,1.356c0,0.198,0.17,0.297,0.5,0.297,0.21,0,0.39-0.066,0.55-0.198s0.25-0.297,0.25-0.494l-0.96,0.12c-0.06,0.005-0.14,0.035-0.22,0.092-0.08,0.051-0.12,0.113-0.12,0.183zm-1.58-1.038l-1.44,0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27,0-0.47,0.094-0.62,0.282-0.14,0.184-0.21,0.412-0.21,0.685,0,0.236,0.08,0.436,0.24,0.601,0.16,0.16,0.36,0.24,0.59,0.24,0.38,0,0.62-0.21,0.74-0.629l1.45,0.064c-0.24,1.068-0.97,1.603-2.2,1.603-0.66,0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468,0-0.64,0.25-1.135,0.74-1.483,0.43-0.311,0.98-0.466,1.64-0.466,0.53,0,0.97,0.132,1.34,0.395,0.36,0.259,0.61,0.643,0.72,1.151zm-7.4,1.038c0.1,0.165,0.22,0.273,0.38,0.325,0.11,0.033,0.27,0.049,0.5,0.049,0.06,0,0.1-0.002,0.13-0.007,0.03-0.009,0.07-0.026,0.12-0.049,0.1-0.042,0.15-0.106,0.15-0.191,0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925,0-0.475,0.23-0.821,0.68-1.038,0.35-0.165,0.78-0.247,1.32-0.247,1.11,0,1.75,0.379,1.94,1.137l-1.37,0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36,0-0.54,0.084-0.54,0.254,0,0.056,0.06,0.106,0.18,0.148,0.13,0.043,0.44,0.094,0.94,0.156,0.5,0.061,0.85,0.15,1.04,0.268,0.3,0.169,0.45,0.447,0.45,0.833,0,0.443-0.21,0.786-0.61,1.031-0.33,0.198-0.74,0.297-1.23,0.297-0.6,0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75,1.37,1.76,2.288h-1.7l-1.08-1.49-0.4,0.289v1.194h-1.44v-4.978zm-4.85,1.32h1.45v0.48c0.37-0.386,0.83-0.579,1.36-0.579,0.43,0,0.78,0.12,1.04,0.36,0.27,0.236,0.4,0.57,0.4,1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24,0-0.42,0.092-0.55,0.276-0.13,0.183-0.19,0.398-0.19,0.642v1.759h-1.45v-3.658zm-1.98,0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12,3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62,2.274c0.04-0.273,0.13-0.652,0.28-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.05-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.55-2.098-0.6,2.098h-1.56l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.05-0.273,0.14-0.652,0.29-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.04-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.04-0.273,0.14-0.652,0.28-1.137,0.07-0.217,0.12-0.438,0.18-0.664,0.04-0.16,0.08-0.318,0.11-0.473l1.49,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.05-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.11-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.29-3.658h1.51z"/>
- <g id="g1515" filter="url(#filter58)" fill-rule="evenodd" transform="matrix(0.0294185,0,0,0.0294185,0.1569075,53.985559)">
- <path id="path1516" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/>
- <path id="path1518" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" stroke-width="1pt" fill="#000"/>
- <path id="path1519" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" stroke-width="1pt" fill="#000"/>
- <path id="path1520" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" stroke-width="1pt" fill="#000"/>
- <path id="path1521" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt" fill="#000"/>
+ <rect id="rect1494" transform="scale(1 -1)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-.11217" fill="url(#linearGradient2465)"/>
+ <path id="path1508" stroke-width="1pt" fill="#fff" d="m80.493 57.976h-4.9567v0.3171h0.14846c0.66805 0 0.74228 0.0338 0.74228 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74228 0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722 0.4723-0.29691 0.8907-0.49485 1.0864-0.25566 0.2699-0.72577 0.3981-1.4186 0.3981h-0.54433c-0.24742 0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031 0 0.70928 0.0404 0.87423 0.1821 0.21443 0.1754 0.2969 0.3914 0.31341 0.7895h0.38763v-2.2133h-0.38763c-0.04124 0.6612-0.37114 0.9244-1.1546 0.9244h-0.19794v-1.5385c0-0.2901 0.07423-0.3374 0.51959-0.3374h0.42887c0.72578 0 1.0804 0.0608 1.3608 0.2497 0.27217 0.1754 0.47011 0.5533 0.59382 1.1606h0.35463l-0.11546-1.7274zm-10.944 2.7059h0.93196c0.74227 0 1.1299-0.0472 1.4598-0.1755 0.58558-0.2294 0.91547-0.6612 0.91547-1.1943 0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07422 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172v-1.7274c0-0.3104 0.04948-0.3442 0.5031-0.3442h0.52784c0.85774 0 1.2619 0.3307 1.2619 1.046 0 0.695-0.42062 1.0256-1.2948 1.0256h-0.99794zm-7.1753-2.4832h-0.34639l-1.8969 3.9341c-0.16495 0.3508-0.19793 0.398-0.32164 0.506-0.13196 0.1281-0.36289 0.2092-0.58557 0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536 0-0.66804-0.1282-0.66804-0.3846 0-0.081 0.02474-0.1755 0.07422-0.2835l0.27217-0.5938h2.1856l0.44536 0.9042c0.04948 0.1012 0.06598 0.1485 0.06598 0.1823 0 0.1079-0.20619 0.1754-0.51134 0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238 0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413 1.1067 0.93196 1.9164h-1.8474l0.91547-1.9164zm-5.6907-1.0594h-0.3134l-0.3299 0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001 0-1.4598 0.2632-2.0206 0.8097-0.52784 0.5129-0.77526 1.0797-0.77526 1.7747 0 1.4508 1.1629 2.4899 2.7876 2.4899 1.3196 0 2.1608-0.6342 2.3505-1.7678l-0.38763-0.054c-0.08248 0.3576-0.18145 0.6005-0.3299 0.803-0.33815 0.4655-0.86599 0.7017-1.534 0.7017-1.2206 0-1.798-0.695-1.798-2.1457 0-0.7626 0.12371-1.2754 0.40413-1.6804 0.25567-0.3778 0.76701-0.614 1.2949-0.614 0.57732 0 1.0887 0.2497 1.4021 0.6816 0.1567 0.2226 0.28041 0.4858 0.47011 1.0053h0.36288l-0.12371-1.95zm-8.2557 0.0067h-0.30515l-0.3299 0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804 0-1.8062 0.5668-1.8062 1.4102 0 0.7356 0.44536 1.1 1.6577 1.3564l0.7835 0.1619c0.61031 0.1283 0.66804 0.1418 0.84124 0.2496 0.24742 0.1553 0.37938 0.3779 0.37938 0.6411 0 0.2699-0.12371 0.4926-0.37113 0.6749-0.27217 0.1956-0.54434 0.2699-0.99795 0.2699-0.61031 0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299 1.9231h0.32165l0.37113-0.4588c0.55258 0.371 1.0144 0.506 1.732 0.506 1.2124 0 1.9876-0.5802 1.9876-1.4845 0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83 0-0.4724 0.47011-0.7963 1.1711-0.7963 0.57732 0 1.0474 0.2026 1.3773 0.5871 0.23918 0.2767 0.38763 0.5601 0.49484 0.9042h0.35464l-0.09897-1.7544zm-11.151 2.7059v-1.8355-0.1956c0-0.2834 0.07423-0.3172 0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894 1.4351 1.7206c0.13196 0.1619 0.16495 0.216 0.16495 0.2834 0 0.108-0.1567 0.1552-0.56083 0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361 0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551 1.2289-1.0054c0.39588-0.3442 0.89898-0.5399 1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938 0 0.53609 0.0608 0.53609 0.2025 0 0.0944-0.16495 0.2901-0.40413 0.4858l-2.0206 1.66zm-9.2207-2.6654h-1.699v0.3171h0.20618c0.42062 0 0.61032 0.054 0.75877 0.2227v2.8679c0 0.9245-0.16495 1.1201-0.9567 1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784 4.0622h0.3464v-3.5021c0-0.9245 0.16495-1.1202 0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351 0.027 0.94846 0.2227 0.94846 1.1472v2.1189l-3.2908-3.5832zm-5.3609 0.8299v-0.1956c0-0.2834 0.07423-0.3172 0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979 0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/>
+ <path id="path1517" stroke-width="1pt" fill="#fff" d="m305.97 58.204h1.35v2.817c0 0.532-0.02 0.862-0.05 0.989-0.13 0.485-0.42 0.819-0.87 1.003-0.31 0.127-0.77 0.19-1.38 0.19-1.43 0-2.15-0.428-2.15-1.285l1.43-0.007c0.1 0.268 0.36 0.402 0.81 0.402 0.32 0 0.55-0.101 0.68-0.303 0.1-0.155 0.15-0.41 0.15-0.763v-0.12c-0.43 0.344-0.9 0.516-1.41 0.516-0.56 0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37 0-0.485 0.19-0.889 0.57-1.214 0.36-0.301 0.79-0.452 1.29-0.452 0.64 0 1.12 0.209 1.42 0.628v-0.501zm-0.07 1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25 0-0.46 0.073-0.63 0.219-0.16 0.146-0.24 0.343-0.24 0.593 0 0.207 0.08 0.386 0.25 0.536 0.08 0.071 0.17 0.125 0.26 0.163 0.1 0.037 0.2 0.056 0.3 0.056 0.28 0 0.5-0.068 0.66-0.205 0.19-0.15 0.28-0.357 0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452 0.6-0.678 1.06-0.678l0.43 0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6 0-0.9 0.356-0.9 1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62 0 1.14 0.165 1.56 0.494 0.43 0.353 0.65 0.84 0.65 1.462 0 0.607-0.21 1.09-0.64 1.447-0.41 0.33-0.92 0.495-1.54 0.495-0.68 0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504 0-0.622 0.23-1.109 0.7-1.462 0.42-0.315 0.96-0.473 1.6-0.473zm-0.04 2.867c0.24 0 0.44-0.09 0.59-0.269s0.22-0.393 0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46 0.087-0.61 0.261c-0.08 0.09-0.13 0.186-0.17 0.29-0.04 0.099-0.06 0.219-0.06 0.36 0 0.259 0.07 0.475 0.21 0.649 0.14 0.175 0.35 0.262 0.61 0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15 0.377 0.4 0.565 0.74 0.565 0.36 0 0.58-0.099 0.68-0.297 0.08 0 0.3 0.015 0.63 0.043 0.34 0.028 0.64 0.042 0.89 0.042-0.24 0.466-0.54 0.791-0.91 0.975-0.33 0.16-0.77 0.24-1.32 0.24-0.65 0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483 0-0.607 0.23-1.087 0.69-1.44 0.41-0.311 0.93-0.466 1.57-0.466 0.63 0 1.14 0.16 1.54 0.48 0.4 0.316 0.63 0.782 0.69 1.398l0.01 0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16 0-0.33 0.045-0.5 0.135-0.17 0.089-0.26 0.209-0.28 0.36h1.49zm-7.76-1.349h1.44l-0.01 0.459c0.4-0.381 0.84-0.572 1.34-0.572 0.56 0 1 0.174 1.32 0.523 0.33 0.343 0.5 0.795 0.5 1.355 0 0.579-0.16 1.052-0.48 1.419-0.34 0.391-0.79 0.587-1.35 0.587-0.31 0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27 2.747c0.26 0 0.47-0.09 0.63-0.269 0.16-0.183 0.24-0.404 0.24-0.663 0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24 0-0.44 0.085-0.62 0.254-0.17 0.17-0.26 0.377-0.26 0.621 0 0.255 0.08 0.478 0.23 0.671 0.16 0.189 0.36 0.283 0.61 0.283zm-6.81-1.646c0.11-0.475 0.38-0.812 0.78-1.009 0.3-0.141 0.73-0.212 1.29-0.212 0.53 0 0.96 0.104 1.28 0.311 0.39 0.249 0.59 0.623 0.59 1.122v1.688c0 0.108 0.01 0.207 0.03 0.296 0.01 0.09 0.05 0.208 0.11 0.354h-1.49l-0.05-0.424c-0.34 0.353-0.76 0.529-1.24 0.529-0.39 0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89 0-0.409 0.13-0.713 0.4-0.911 0.2-0.141 0.5-0.244 0.93-0.31l1.02-0.12c0.22-0.038 0.33-0.097 0.33-0.177 0-0.183-0.14-0.275-0.41-0.275-0.16 0-0.29 0.019-0.39 0.056-0.1 0.033-0.18 0.116-0.23 0.247h-1.47zm1.27 1.356c0 0.198 0.17 0.297 0.5 0.297 0.21 0 0.39-0.066 0.55-0.198s0.25-0.297 0.25-0.494l-0.96 0.12c-0.06 0.005-0.14 0.035-0.22 0.092-0.08 0.051-0.12 0.113-0.12 0.183zm-1.58-1.038l-1.44 0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27 0-0.47 0.094-0.62 0.282-0.14 0.184-0.21 0.412-0.21 0.685 0 0.236 0.08 0.436 0.24 0.601 0.16 0.16 0.36 0.24 0.59 0.24 0.38 0 0.62-0.21 0.74-0.629l1.45 0.064c-0.24 1.068-0.97 1.603-2.2 1.603-0.66 0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468 0-0.64 0.25-1.135 0.74-1.483 0.43-0.311 0.98-0.466 1.64-0.466 0.53 0 0.97 0.132 1.34 0.395 0.36 0.259 0.61 0.643 0.72 1.151zm-7.4 1.038c0.1 0.165 0.22 0.273 0.38 0.325 0.11 0.033 0.27 0.049 0.5 0.049 0.06 0 0.1-0.002 0.13-0.007 0.03-0.009 0.07-0.026 0.12-0.049 0.1-0.042 0.15-0.106 0.15-0.191 0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925 0-0.475 0.23-0.821 0.68-1.038 0.35-0.165 0.78-0.247 1.32-0.247 1.11 0 1.75 0.379 1.94 1.137l-1.37 0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36 0-0.54 0.084-0.54 0.254 0 0.056 0.06 0.106 0.18 0.148 0.13 0.043 0.44 0.094 0.94 0.156 0.5 0.061 0.85 0.15 1.04 0.268 0.3 0.169 0.45 0.447 0.45 0.833 0 0.443-0.21 0.786-0.61 1.031-0.33 0.198-0.74 0.297-1.23 0.297-0.6 0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75 1.37 1.76 2.288h-1.7l-1.08-1.49-0.4 0.289v1.194h-1.44v-4.978zm-4.85 1.32h1.45v0.48c0.37-0.386 0.83-0.579 1.36-0.579 0.43 0 0.78 0.12 1.04 0.36 0.27 0.236 0.4 0.57 0.4 1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24 0-0.42 0.092-0.55 0.276-0.13 0.183-0.19 0.398-0.19 0.642v1.759h-1.45v-3.658zm-1.98 0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12 3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62 2.274c0.04-0.273 0.13-0.652 0.28-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.05-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.55-2.098-0.6 2.098h-1.56l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.05-0.273 0.14-0.652 0.29-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.04-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.04-0.273 0.14-0.652 0.28-1.137 0.07-0.217 0.12-0.438 0.18-0.664 0.04-0.16 0.08-0.318 0.11-0.473l1.49 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.05-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.11-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.29-3.658h1.51z"/>
+ <g id="g1515" filter="url(#filter58)" fill-rule="evenodd" transform="matrix(.029418 0 0 .029418 .15691 53.986)">
+ <path id="path1516" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/>
+ <path id="path1518" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/>
+ <path id="path1519" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/>
+ <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/>
+ <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/>
</g>
- <use id="use1328" style="color:#000000;" fill-rule="nonzero" xlink:href="#path1508" transform="matrix(5.176729,0,0,5.176729,-102.7023,-256.6246)" height="1052.3622" fill-opacity="0.06461535" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/>
- <text id="text7519" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,-1,1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-6.5672836" x="-70.83046" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="-70.83046" style="letter-spacing:0.29056421;" y="-6.5672836">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↑</tspan> 向上捲動頁面</tspan></text>
- <path id="path7527" opacity="0.5" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(-0.614962,-4.549602e-2,-6.191898e-2,0.451855,207.28878,-98.1536)" fill="#000"/>
+ <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/>
+ <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.5672836" x="-70.83046" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="-70.83046" style="letter-spacing:.29056" y="-6.5672836">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↑</tspan> 向上捲動頁面</tspan></text>
+ <path id="path7527" opacity=".5" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.29 -98.154)"/>
</g>
</g>
</svg>
diff --git a/share/tutorials/tutorial-interpolate.zh_TW.svg b/share/tutorials/tutorial-interpolate.zh_TW.svg
index e5f72eb14..5e735c05c 100644
--- a/share/tutorials/tutorial-interpolate.zh_TW.svg
+++ b/share/tutorials/tutorial-interpolate.zh_TW.svg
@@ -5,11 +5,11 @@
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
<linearGradient id="linearGradient841">
<stop id="stop842" stop-color="#0082ab" offset="0"/>
- <stop id="stop843" stop-color="#FFF" stop-opacity="0" offset="1"/>
+ <stop id="stop843" stop-color="#fff" stop-opacity="0" offset="1"/>
</linearGradient>
- <linearGradient id="linearGradient1657" y2="0.91667" xlink:href="#linearGradient841" y1="0.16666" x2="0.51619" x1="0.51619"/>
- <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom">
- <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/>
+ <linearGradient id="linearGradient1657" y2=".91667" xlink:href="#linearGradient841" y1=".16666" x2=".51619" x1=".51619"/>
+ <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
+ <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/>
<feComposite id="feComposite53" operator="in" result="composite1" in2="SourceGraphic" in="flood"/>
<feGaussianBlur id="feGaussianBlur55" result="blur" stdDeviation="20" in="composite1"/>
<feOffset id="feOffset57" result="offset" dx="0" dy="0"/>
@@ -25,542 +25,542 @@
</rdf:RDF>
</metadata>
<g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer">
- <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y="0.27753" x="0.18215" fill="url(#linearGradient1657)"/>
- <path id="path93" stroke-width="1.0000000pt" fill="#FFF" d="M150.97,4.9606h-9.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2,0.913-0.57,1.722-0.95,2.1-0.5,0.522-1.41,0.769-2.74,0.769h-1.06c-0.48,0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98,0,1.37,0.0783,1.69,0.3521,0.42,0.339,0.58,0.756,0.61,1.526h0.75v-4.2776h-0.75c-0.08,1.278-0.72,1.7866-2.23,1.7866h-0.38v-2.9734c0-0.5607,0.14-0.652,1-0.652h0.83c1.4,0,2.09,0.1173,2.63,0.4825,0.52,0.3391,0.91,1.0694,1.15,2.243h0.68l-0.22-3.3385zm-21.15,5.2294h1.8c1.43,0,2.18-0.091,2.82-0.339,1.13-0.4434,1.77-1.278,1.77-2.3082,0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29,0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999,0.09-0.6651,0.97-0.6651h1.02c1.66,0,2.44,0.639,2.44,2.0213,0,1.3433-0.81,1.9823-2.5,1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67,7.6029c-0.31,0.678-0.38,0.769-0.62,0.978-0.25,0.248-0.7,0.404-1.13,0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86,0-1.29-0.247-1.29-0.743,0-0.156,0.05-0.339,0.14-0.548l0.53-1.147h4.22l0.87,1.747c0.09,0.196,0.12,0.287,0.12,0.352,0,0.209-0.4,0.339-0.99,0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79,0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78,2.1387l1.8,3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63,0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55,0-2.825,0.5086-3.909,1.565-1.02,0.9911-1.498,2.0865-1.498,3.4297,0,2.8043,2.247,4.8123,5.387,4.8123,2.55,0,4.18-1.226,4.54-3.417l-0.75-0.104c-0.16,0.691-0.35,1.16-0.63,1.552-0.66,0.9-1.68,1.356-2.97,1.356-2.358,0-3.473-1.343-3.473-4.1471,0-1.4736,0.239-2.4647,0.781-3.2472,0.494-0.7303,1.482-1.1867,2.502-1.1867,1.12,0,2.1,0.4825,2.71,1.3171,0.3,0.4304,0.54,0.939,0.91,1.9431h0.7l-0.24-3.7688zm-15.955,0.013h-0.589l-0.638,0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088,0-3.491,1.0955-3.491,2.7256,0,1.4215,0.861,2.1257,3.204,2.6214l1.514,0.313c1.18,0.248,1.291,0.274,1.626,0.482,0.478,0.3,0.733,0.731,0.733,1.239,0,0.522-0.239,0.952-0.717,1.304-0.526,0.379-1.052,0.522-1.928,0.522-1.18,0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064,3.717h0.622l0.717-0.887c1.068,0.717,1.961,0.978,3.347,0.978,2.343,0,3.842-1.122,3.842-2.869,0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041,0-0.9128,0.908-1.5388,2.263-1.5388,1.116,0,2.024,0.3912,2.662,1.1346,0.462,0.5347,0.749,1.0824,0.956,1.7475h0.686l-0.192-3.3907zm-21.55,5.2296v-3.5473-0.3782c0-0.5477,0.144-0.6129,1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291,0,1.434,0.0652,1.434,0.6129v0.3782,6.2073,0.378c0,0.548-0.143,0.613-1.434,0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291,0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258,2.774,3.3258c0.255,0.313,0.319,0.417,0.319,0.547,0,0.209-0.303,0.3-1.084,0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877,0-1.1-0.091-1.562-0.652l-3.857-4.551,2.375-1.9431c0.765-0.6651,1.737-1.0433,2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733,0,1.036,0.1173,1.036,0.3912,0,0.1826-0.319,0.5608-0.781,0.939l-3.906,3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813,0,1.18,0.1043,1.467,0.4303v5.5421c0,1.787-0.319,2.165-1.849,2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109,7.8509h0.67v-6.7685c0-1.7866,0.319-2.1648,1.849-2.2169v-0.613h-4.543v0.613c1.514,0.0521,1.833,0.4303,1.833,2.2169v4.0945l-6.36-6.9244zm-10.36,1.6041v-0.3782c0-0.5477,0.143-0.6129,1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291,0,1.435,0.0652,1.435,0.6129v0.3782,6.2073,0.378c0,0.548-0.144,0.613-1.435,0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275,0-1.418-0.065-1.418-0.613v-0.378-6.2073z"/>
- <use id="use1325" opacity="0.0786517" xlink:href="#path93" transform="matrix(2.39436,0,0,2.331219,-82.96365,-14.49494)" height="1052.3622" width="320" y="0" x="0"/>
- <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(0.058837,0,0,0.058837,-4.7689003,-3.296641)">
- <path id="path805" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/>
- <path id="path1791" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" stroke-width="1pt" fill="#000"/>
- <path id="path1792" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" stroke-width="1pt" fill="#000"/>
- <path id="path1793" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" stroke-width="1pt" fill="#000"/>
- <path id="path831" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt" fill="#000"/>
+ <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y=".27753" x=".18215" fill="url(#linearGradient1657)"/>
+ <path id="path93" d="m150.97 4.9606h-9.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2 0.913-0.57 1.722-0.95 2.1-0.5 0.522-1.41 0.769-2.74 0.769h-1.06c-0.48 0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98 0 1.37 0.0783 1.69 0.3521 0.42 0.339 0.58 0.756 0.61 1.526h0.75v-4.2776h-0.75c-0.08 1.278-0.72 1.7866-2.23 1.7866h-0.38v-2.9734c0-0.5607 0.14-0.652 1-0.652h0.83c1.4 0 2.09 0.1173 2.63 0.4825 0.52 0.3391 0.91 1.0694 1.15 2.243h0.68l-0.22-3.3385zm-21.15 5.2294h1.8c1.43 0 2.18-0.091 2.82-0.339 1.13-0.4434 1.77-1.278 1.77-2.3082 0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29 0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999 0.09-0.6651 0.97-0.6651h1.02c1.66 0 2.44 0.639 2.44 2.0213 0 1.3433-0.81 1.9823-2.5 1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67 7.6029c-0.31 0.678-0.38 0.769-0.62 0.978-0.25 0.248-0.7 0.404-1.13 0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86 0-1.29-0.247-1.29-0.743 0-0.156 0.05-0.339 0.14-0.548l0.53-1.147h4.22l0.87 1.747c0.09 0.196 0.12 0.287 0.12 0.352 0 0.209-0.4 0.339-0.99 0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79 0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78 2.1387l1.8 3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63 0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55 0-2.825 0.5086-3.909 1.565-1.02 0.9911-1.498 2.0865-1.498 3.4297 0 2.8043 2.247 4.8123 5.387 4.8123 2.55 0 4.18-1.226 4.54-3.417l-0.75-0.104c-0.16 0.691-0.35 1.16-0.63 1.552-0.66 0.9-1.68 1.356-2.97 1.356-2.358 0-3.473-1.343-3.473-4.1471 0-1.4736 0.239-2.4647 0.781-3.2472 0.494-0.7303 1.482-1.1867 2.502-1.1867 1.12 0 2.1 0.4825 2.71 1.3171 0.3 0.4304 0.54 0.939 0.91 1.9431h0.7l-0.24-3.7688zm-15.955 0.013h-0.589l-0.638 0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088 0-3.491 1.0955-3.491 2.7256 0 1.4215 0.861 2.1257 3.204 2.6214l1.514 0.313c1.18 0.248 1.291 0.274 1.626 0.482 0.478 0.3 0.733 0.731 0.733 1.239 0 0.522-0.239 0.952-0.717 1.304-0.526 0.379-1.052 0.522-1.928 0.522-1.18 0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064 3.717h0.622l0.717-0.887c1.068 0.717 1.961 0.978 3.347 0.978 2.343 0 3.842-1.122 3.842-2.869 0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041 0-0.9128 0.908-1.5388 2.263-1.5388 1.116 0 2.024 0.3912 2.662 1.1346 0.462 0.5347 0.749 1.0824 0.956 1.7475h0.686l-0.192-3.3907zm-21.55 5.2296v-3.5473-0.3782c0-0.5477 0.144-0.6129 1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291 0 1.434 0.0652 1.434 0.6129v0.3782 6.2073 0.378c0 0.548-0.143 0.613-1.434 0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291 0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258 2.774 3.3258c0.255 0.313 0.319 0.417 0.319 0.547 0 0.209-0.303 0.3-1.084 0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877 0-1.1-0.091-1.562-0.652l-3.857-4.551 2.375-1.9431c0.765-0.6651 1.737-1.0433 2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733 0 1.036 0.1173 1.036 0.3912 0 0.1826-0.319 0.5608-0.781 0.939l-3.906 3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813 0 1.18 0.1043 1.467 0.4303v5.5421c0 1.787-0.319 2.165-1.849 2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109 7.8509h0.67v-6.7685c0-1.7866 0.319-2.1648 1.849-2.2169v-0.613h-4.543v0.613c1.514 0.0521 1.833 0.4303 1.833 2.2169v4.0945l-6.36-6.9244zm-10.36 1.6041v-0.3782c0-0.5477 0.143-0.6129 1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291 0 1.435 0.0652 1.435 0.6129v0.3782 6.2073 0.378c0 0.548-0.144 0.613-1.435 0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275 0-1.418-0.065-1.418-0.613v-0.378-6.2073z" stroke-width="1pt" fill="#fff"/>
+ <use id="use1325" opacity=".078652" xlink:href="#path93" transform="matrix(2.3944 0 0 2.3312 -82.964 -14.495)" height="1052.3622" width="320" y="0" x="0"/>
+ <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(.058837 0 0 .058837 -4.7689 -3.2966)">
+ <path id="path805" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/>
+ <path id="path1791" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/>
+ <path id="path1792" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/>
+ <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/>
+ <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/>
</g>
- <path id="use2086" stroke-linejoin="miter" style="marker-end:none;marker-start:none;stroke-dasharray:none;marker-mid:none;" d="M100.21,10.827h5.7l-3.5,11.473h6.43l-0.57,1.871h-6.43l-1.54,4.72c-1.307,4.014-2.69,8.869-4.155,14.565-1.464,5.641-2.197,8.923-2.197,9.845,0,1.248,0.57,1.872,1.709,1.872,2.007,0,4.423-2.767,7.243-8.3,0.27-0.597,0.68-1.329,1.22-2.197l1.63,0.814c-2.12,4.394-3.69,7.214-4.72,8.462-2.227,2.658-4.586,3.987-7.082,3.987-1.681,0-3.037-0.515-4.068-1.546-1.031-1.085-1.546-2.468-1.546-4.15,0-1.519,0.244-3.227,0.732-5.126,0.543-2.115,2.279-8.191,5.208-18.226l1.383-4.72h-6.509l0.651-1.871h6.509l3.902-11.473zm40.91,10.822h6.1c-5.16,16.436-7.73,26.851-7.73,31.245,0,1.628,0.43,2.441,1.3,2.441,1.03,0,2.25-0.976,3.66-2.929,1.47-2.007,2.74-4.475,3.83-7.404l1.79,0.732c-2.88,8.137-6.46,12.205-10.75,12.205-3.68,0-5.53-2.061-5.53-6.184,0-1.085,0.14-2.848,0.41-5.289-2.12,3.255-3.83,5.615-5.13,7.079-2.6,2.929-5.56,4.394-8.87,4.394-1.95,0-3.58-0.678-4.88-2.034s-1.95-3.038-1.95-5.045c0-0.976,0.81-4.258,2.44-9.845l1.46-5.045c1.63-5.588,2.45-9.032,2.45-10.334,0-1.031-0.36-1.546-1.06-1.546-2.28,0-5.29,3.58-9.03,10.741l-1.79-0.896c4.12-8.462,8.27-12.693,12.44-12.693,1.52,0,2.74,0.57,3.67,1.709,0.97,1.139,1.46,2.631,1.46,4.475,0,2.278-0.54,5.126-1.63,8.544l-2.19,6.916c-1.79,5.642-2.69,8.923-2.69,9.846,0,1.898,0.98,2.847,2.93,2.847,1.74,0,3.64-1.057,5.7-3.173,2.11-2.116,4.01-4.909,5.69-8.381,2.55-5.262,5.18-12.72,7.9-22.376zm24.05-10.822h5.7l-3.5,11.473h6.43l-0.57,1.871h-6.43l-1.55,4.72c-1.3,4.014-2.68,8.869-4.15,14.565-1.46,5.641-2.19,8.923-2.19,9.845,0,1.248,0.57,1.872,1.71,1.872,2,0,4.42-2.767,7.24-8.3,0.27-0.597,0.68-1.329,1.22-2.197l1.63,0.814c-2.12,4.394-3.69,7.214-4.72,8.462-2.23,2.658-4.59,3.987-7.08,3.987-1.68,0-3.04-0.515-4.07-1.546-1.03-1.085-1.55-2.468-1.55-4.15,0-1.519,0.25-3.227,0.74-5.126,0.54-2.115,2.27-8.191,5.2-18.226l1.39-4.72h-6.51l0.65-1.871h6.51l3.9-11.473zm28.16,12.287c-3.91-0.217-7.38,3.688-10.42,11.717-2.11,5.587-3.17,10.605-3.17,15.053,0,4.122,1.82,6.184,5.45,6.184,2.93,0,5.48-1.872,7.65-5.615,1.41-2.387,2.63-5.533,3.66-9.438,1.03-3.96,1.63-7.676,1.79-11.148,0.22-4.285-1.44-6.536-4.96-6.753zm-0.08-1.872c3.2,0,5.8,1.275,7.81,3.824,2,2.496,3.01,5.75,3.01,9.765,0,4.936-1.77,9.926-5.29,14.971-3.8,5.425-8.41,8.137-13.83,8.137-3.31,0-6.03-1.139-8.14-3.417-2.12-2.333-3.17-5.289-3.17-8.87,0-6.075,2.22-11.825,6.67-17.25,3.9-4.773,8.22-7.16,12.94-7.16zm15.86,12.856l-1.71-0.732c1.41-3.472,3.12-6.347,5.13-8.625,2.01-2.333,3.8-3.499,5.37-3.499,3.53,0,5.29,2.577,5.29,7.73,0,0.922-0.16,2.767-0.49,5.533,3.74-8.842,7.73-13.263,11.96-13.263,1.2,0,2.2,0.38,3.01,1.139,0.87,0.705,1.3,1.573,1.3,2.604,0,0.868-0.29,1.6-0.89,2.197s-1.33,0.895-2.2,0.895c-1.84,0-2.76-1.058-2.76-3.173,0-0.597-0.19-0.895-0.57-0.895-0.55,0-1.31,0.488-2.28,1.464-0.98,0.977-1.82,2.116-2.52,3.418-2.17,3.905-5.7,13.236-10.58,27.99h-6.1c2.54-7.648,4.2-13.236,4.96-16.762,1.19-5.533,1.79-9.547,1.79-12.042,0-2.658-0.44-3.987-1.3-3.987-0.76,0-1.87,0.976-3.34,2.929-1.41,1.953-2.77,4.313-4.07,7.079zm45.98-31.245c1.03,0,1.89,0.3797,2.6,1.1391,0.76,0.7052,1.14,1.5731,1.14,2.6038s-0.38,1.9257-1.14,2.6852c-0.71,0.759-1.57,1.139-2.6,1.139-1.04,0-1.93-0.38-2.69-1.139-0.76-0.7595-1.14-1.6545-1.14-2.6852s0.38-1.8986,1.14-2.6038c0.76-0.7594,1.65-1.1391,2.69-1.1391zm1.22,42.718l1.62,0.814c-3.63,7.703-7.59,11.554-11.88,11.554-1.52,0-2.76-0.542-3.74-1.627-0.98-1.139-1.46-2.577-1.46-4.313,0-1.193,0.16-2.305,0.48-3.336,0.33-1.031,1.22-3.336,2.69-6.916l3.09-7.405c1.85-4.394,2.77-7.35,2.77-8.869,0-1.085-0.46-1.627-1.39-1.627-1.89,0-4.5,2.983-7.81,8.95l-1.62-0.976c3.85-7.052,7.54-10.578,11.06-10.578,1.47,0,2.66,0.543,3.58,1.627,0.92,1.085,1.39,2.496,1.39,4.232,0,2.061-1.12,5.885-3.34,11.472l-3.42,8.544c-1.41,3.526-2.11,5.832-2.11,6.916,0,0.977,0.43,1.465,1.3,1.465,1.03,0,2.36-0.922,3.99-2.766,1.68-1.899,3.28-4.286,4.8-7.161zm27.58-22.295c-1.63-0.108-3.53,0.841-5.7,2.848-2.11,1.953-4.09,4.584-5.94,7.893-3.68,6.564-5.53,12.069-5.53,16.518,0,3.471,1.36,5.207,4.07,5.207,4.39,0,8.54-4.312,12.45-12.937,2.66-5.859,4.15-10.714,4.47-14.565,0.11-1.411-0.19-2.577-0.89-3.499-0.71-0.922-1.68-1.41-2.93-1.465zm6.83-0.976h5.78c-1.35,3.634-3.2,8.95-5.53,15.948-2.5,7.54-3.74,12.666-3.74,15.379,0,1.139,0.43,1.708,1.3,1.708,1.9,0,4.55-3.688,7.97-11.066l1.79,0.733c-2.28,4.936-4.23,8.326-5.86,10.171-1.62,1.844-3.47,2.766-5.53,2.766-3.36,0-5.04-1.519-5.04-4.557,0-0.813,0.24-2.468,0.73-4.963-3.85,6.401-7.98,9.601-12.37,9.601-2.77,0-5.02-0.922-6.75-2.766-1.74-1.844-2.61-4.258-2.61-7.242,0-6.184,2.44-12.178,7.33-17.982,4.88-5.859,9.9-8.788,15.05-8.788,2.71,0,4.77,1.492,6.18,4.475l1.3-3.417zm16.71-17.82l0.49-1.8714c4.07-0.1628,8.68-0.434,13.83-0.8137-0.43,1.4646-0.76,2.5224-0.97,3.1733-0.6,1.6816-1.44,4.2312-2.53,7.6486l-6.59,21.481c-3.14,10.253-4.72,16.545-4.72,18.878,0,1.681,0.49,2.522,1.47,2.522,1.36,0,3.04-1.465,5.04-4.394,1.03-1.519,2.2-3.526,3.5-6.021l1.87,0.895c-1.62,2.983-2.84,5.099-3.66,6.347-2.49,3.743-5.34,5.614-8.54,5.614-1.63,0-2.96-0.597-3.99-1.79s-1.54-2.712-1.54-4.557c0-2.278,0.92-6.428,2.76-12.449l7.16-23.353c1.58-5.153,2.36-8.055,2.36-8.706,0-0.9764-0.38-1.6273-1.14-1.9528-0.76-0.3797-2.36-0.5967-4.8-0.651z" fill-rule="nonzero" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill-opacity="0.110769" stroke-dashoffset="0" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="1pt" fill="#FFF"/>
- <text id="text7519" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,1,-1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-326.81229" x="3.6203015" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203015" style="letter-spacing:0.29056421;" y="-326.81229">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↓</tspan> 向下捲動頁面</tspan></text>
- <path id="path7527" opacity="0.5" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(0.614962,4.549602e-2,6.191898e-2,-0.451855,112.95622,172.17069)" fill="#000"/>
- <path id="text2413" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M147.73,15.782c0.19,0.019,0.4,0.126,0.61,0.322,0.22,0.196,0.31,0.364,0.28,0.504-0.02,0.094-0.12,0.14-0.31,0.14-0.03,0-0.1-0.004-0.19-0.014-0.1-0.018-0.17-0.028-0.23-0.028-0.05,0-0.09,0.005-0.12,0.014,0.01,0-0.12,0.042-0.38,0.126s-0.58,0.182-0.97,0.294c-0.38,0.103-0.85,0.22-1.42,0.35-0.56,0.131-1.11,0.234-1.63,0.308l-0.1,0.112-0.22,0.952,0.03,0.294c0.04,0.14,0.2,0.238,0.5,0.294s0.77,0.084,1.4,0.084h0.23c0.49,0,0.85-0.004,1.09-0.014,0.24-0.018,0.4-0.032,0.47-0.042,0.09-0.018,0.21-0.051,0.37-0.098,0.12-0.037,0.21-0.084,0.26-0.14l0.19-0.21c0.08-0.093,0.16-0.242,0.23-0.448,0.09-0.205,0.16-0.387,0.21-0.546,0.06-0.168,0.13-0.298,0.2-0.392,0.07-0.093,0.15-0.107,0.24-0.042,0.04,0.028,0.02,0.243-0.06,0.644-0.11,0.542-0.16,0.845-0.15,0.91l0.26,0.294c0.03,0.056,0.04,0.112,0.03,0.168-0.08,0.411-1.08,0.616-2.98,0.616h-0.94c-0.27-0.009-0.52-0.023-0.75-0.042-0.24-0.018-0.43-0.032-0.59-0.042-0.16-0.018-0.3-0.046-0.42-0.084-0.12-0.046-0.23-0.079-0.31-0.098-0.07-0.028-0.14-0.079-0.18-0.154-0.04-0.074-0.07-0.13-0.09-0.168-0.01-0.046-0.02-0.121-0.02-0.224,0.01-0.112,0.01-0.2,0.02-0.266,0.02-0.065,0.05-0.168,0.07-0.308,0.04-0.158,0.09-0.42,0.16-0.784s0.13-0.662,0.18-0.896c0.17-0.849,0.28-1.516,0.35-2.002,0.06-0.056,0.14-0.084,0.24-0.084,0.06,0,0.14,0.014,0.24,0.042,0.1,0.019,0.17,0.028,0.22,0.028l0.55,0.154c0.01,0.01,0.03,0.014,0.04,0.014,0.03,0.056,0.04,0.112,0.03,0.168-0.01,0.075-0.13,0.173-0.35,0.294-0.22,0.112-0.34,0.192-0.37,0.238l-0.28,1.274c0,0.028,0.02,0.052,0.06,0.07l2.14-0.602c0.84-0.27,1.56-0.597,2.16-0.98m-0.07,5.95c-0.02,0.075-0.12,0.178-0.3,0.308-0.17,0.122-0.26,0.215-0.28,0.28-0.03,0.084-0.06,0.243-0.11,0.476-0.05,0.234-0.1,0.542-0.17,0.924l-0.04,0.168c-0.27,1.447-0.48,2.539-0.63,3.276-0.04,0.196-0.2,0.294-0.49,0.294l-0.18-0.014c-0.06-0.065-0.07-0.219-0.03-0.462,0.03-0.149,0.02-0.261-0.03-0.336-1.99,0-3.12,0.005-3.41,0.014l-0.4,0.028c-0.05,0.047-0.11,0.192-0.18,0.434l-0.1,0.224c-0.08,0.103-0.22,0.145-0.4,0.126-0.19-0.009-0.28-0.06-0.28-0.154,0-0.037,0.03-0.186,0.08-0.448,0.1-0.513,0.29-1.362,0.56-2.548l0.06-0.252,0.46-2.506,0.13-0.462c0.01-0.093,0.06-0.149,0.12-0.168,0.06,0.01,0.17,0.08,0.34,0.21,0.18,0.122,0.27,0.187,0.29,0.196,0.37,0.019,0.83,0.028,1.4,0.028,0.38,0,0.79-0.004,1.25-0.014h0.17l0.89,0.014c0.03-0.009,0.05-0.014,0.07-0.014,0.04-0.009,0.15-0.07,0.32-0.182,0.19-0.121,0.32-0.158,0.4-0.112,0.18,0.094,0.31,0.21,0.39,0.35,0.08,0.131,0.11,0.238,0.1,0.322m-9.3-3.206c-0.16,0-0.37,0.01-0.63,0.028-0.26,0.01-0.4,0.014-0.41,0.014-0.16-0.186-0.21-0.41-0.14-0.672,0.01-0.009,0.21,0.01,0.59,0.056,0.39,0.038,0.73,0.056,1,0.056,0.29,0,0.46-0.037,0.49-0.112,0.05-0.14,0.12-0.401,0.21-0.784,0.05-0.298,0.11-0.676,0.18-1.134,0.07-0.466,0.11-0.709,0.12-0.728,0.02-0.13,0.07-0.205,0.16-0.224,0.79,0.14,1.17,0.308,1.13,0.504-0.02,0.075-0.12,0.154-0.31,0.238-0.17,0.084-0.29,0.164-0.33,0.238-0.06,0.103-0.14,0.402-0.24,0.896-0.05,0.252-0.1,0.565-0.17,0.938-0.03,0.131,0.05,0.196,0.24,0.196,0.21,0,0.39-0.042,0.53-0.126l0.38-0.392c0.22-0.14,0.47,0.042,0.74,0.546l0.09,0.154c0.01,0.028,0.01,0.056,0,0.084-0.02,0.112-0.13,0.182-0.34,0.21l-0.67,0.028-0.84,0.014c-0.15,0.019-0.25,0.056-0.3,0.112l-0.54,2.408v0.028l0.01,0.014,1.96-0.784c0.07-0.009,0.12,0.061,0.16,0.21-0.05,0.112-0.42,0.336-1.12,0.672s-1.09,0.556-1.15,0.658c-0.02,0.094-0.09,0.416-0.2,0.966-0.1,0.542-0.25,1.312-0.46,2.31l-0.03,0.168c-0.04,0.196-0.07,0.369-0.11,0.518-0.02,0.122-0.04,0.234-0.07,0.336-0.02,0.103-0.03,0.164-0.03,0.182-0.05,0.271-0.14,0.476-0.25,0.616s-0.29,0.276-0.53,0.406c-0.19,0.103-0.33,0.154-0.44,0.154-0.07,0-0.15-0.079-0.22-0.238-0.07-0.158-0.12-0.247-0.17-0.266l-0.92-0.28c-0.07,0-0.09-0.056-0.06-0.168,0.02-0.121,0.17-0.191,0.44-0.21l1.24,0.028c0.09,0,0.19-0.247,0.31-0.742,0.13-0.504,0.36-1.577,0.7-3.22l0.06-0.28-0.05-0.014c-0.01,0.01-0.18,0.089-0.51,0.238-0.33,0.15-0.55,0.276-0.66,0.378l-0.13,0.406c-0.05,0.094-0.11,0.14-0.18,0.14-0.13,0-0.26-0.154-0.38-0.462-0.12-0.317-0.17-0.546-0.14-0.686,0.05-0.037,0.38-0.154,0.98-0.35,0.62-0.205,0.97-0.331,1.07-0.378,0.09-0.037,0.15-0.14,0.19-0.308,0.09-0.28,0.18-0.672,0.28-1.176,0.05-0.242,0.1-0.518,0.14-0.826,0.06-0.261,0.08-0.41,0.07-0.448,0-0.093-0.25-0.14-0.74-0.14m8.08,3.5c0-0.084-0.07-0.135-0.2-0.154-0.13-0.018-0.45-0.028-0.95-0.028-0.54,0-1.28,0.01-2.23,0.028h-0.4c-0.05,0-0.1,0.024-0.14,0.07-0.1,0.346-0.23,0.859-0.37,1.54l0.07,0.098c1.95,0.028,3.21,0.038,3.77,0.028,0.07-0.018,0.11-0.06,0.14-0.126l0.31-1.456m-4.79,3.962c0.08,0.103,0.6,0.154,1.55,0.154,1.07,0,1.73-0.014,1.98-0.042,0.25-0.018,0.4-0.07,0.45-0.154l0.29-1.414,0.04-0.238c0.02-0.056-0.01-0.102-0.1-0.14h-3.66c-0.1,0-0.16,0.033-0.2,0.098l-0.35,1.736m12.25-3.976c-0.14-0.009-0.22-0.056-0.24-0.14s-0.01-0.228,0.03-0.434c0.05-0.224,0.12-0.546,0.24-0.966l0.53-2.758c0.02-0.084,0.06-0.144,0.14-0.182,0.06,0.01,0.13,0.047,0.19,0.112,0.08,0.056,0.18,0.112,0.31,0.168,0.13,0.047,0.32,0.07,0.55,0.07,0.16,0,0.33-0.009,0.52-0.028l0.32-0.028c0.09-0.112,0.16-0.261,0.19-0.448,0.02-0.093,0.04-0.172,0.05-0.238-0.03-0.009-0.06-0.023-0.1-0.042-0.07-0.018-0.21-0.028-0.42-0.028-0.31,0-0.78,0.019-1.42,0.056l-0.86,0.014c-0.17,0-0.27-0.074-0.3-0.224-0.03-0.158-0.01-0.266,0.04-0.322,0.06-0.009,0.28,0,0.66,0.028,0.39,0.028,0.73,0.042,1.04,0.042,0.29,0,0.47-0.028,0.54-0.084,0-0.13-0.03-0.261-0.11-0.392-0.06-0.14-0.14-0.266-0.24-0.378-0.08-0.112-0.13-0.182-0.14-0.21,0-0.13,0.06-0.21,0.19-0.238,0.28,0.094,0.5,0.201,0.65,0.322,0.16,0.122,0.26,0.229,0.28,0.322,0.03,0.094,0.05,0.187,0.06,0.28,0.01,0.094,0.01,0.168-0.01,0.224-0.02,0.103-0.04,0.159-0.05,0.168l1.43-0.014c0.05-0.009,0.09-0.014,0.13-0.014,0.11-0.056,0.3-0.275,0.56-0.658,0.26-0.392,0.4-0.592,0.42-0.602,0.04-0.046,0.09-0.07,0.15-0.07,0.11,0,0.24,0.056,0.41,0.168,0.18,0.103,0.28,0.187,0.32,0.252-0.01,0.131-0.11,0.215-0.31,0.252l-0.26,0.056c-0.27,0.159-0.5,0.36-0.68,0.602,0.05,0.038,0.31,0.056,0.79,0.056,0.42,0,0.67-0.009,0.75-0.028,0.09-0.018,0.21-0.112,0.38-0.28,0.13-0.14,0.25-0.21,0.34-0.21,0.03,0,0.05,0.005,0.07,0.014,0.05,0.038,0.1,0.089,0.15,0.154,0.07,0.066,0.13,0.14,0.2,0.224s0.12,0.164,0.15,0.238c0.04,0.075,0.04,0.145,0.02,0.21-0.03,0.056-0.1,0.094-0.2,0.112-0.09,0.01-0.23,0.014-0.41,0.014h-0.36c-0.2-0.009-0.55-0.014-1.05-0.014-0.49-0.009-1.14-0.014-1.93-0.014-0.12,0.056-0.27,0.196-0.45,0.42l-0.14,0.21c0.01,0.075,0.03,0.112,0.06,0.112,0.21,0.028,0.48,0.042,0.81,0.042,0.58,0,0.96-0.014,1.13-0.042,0.19-0.037,0.35-0.107,0.48-0.21,0.06-0.037,0.12-0.056,0.18-0.056,0.11,0,0.22,0.07,0.32,0.21,0.11,0.131,0.16,0.262,0.14,0.392l-0.01,0.084c-0.23,0.178-0.36,0.392-0.41,0.644-0.09,0.458-0.17,0.938-0.24,1.442-0.05,0.504-0.09,0.808-0.12,0.91-0.05,0.252-0.11,0.425-0.18,0.518-0.08,0.094-0.2,0.145-0.37,0.154l-0.21-0.042h-0.01c-0.09-0.177-0.18-0.266-0.3-0.266l-2.82-0.014c-0.55,0-0.87,0.005-0.94,0.014-0.08,0.01-0.17,0.075-0.3,0.196-0.1,0.112-0.21,0.168-0.33,0.168m-1-5.138c-0.14-0.27-0.38-0.574-0.74-0.91-0.35-0.336-0.59-0.522-0.7-0.56-0.01-0.084,0.02-0.154,0.07-0.21,0.06-0.065,0.13-0.098,0.23-0.098,0.16,0,0.37,0.066,0.63,0.196,0.27,0.122,0.51,0.308,0.72,0.56,0.23,0.243,0.31,0.49,0.24,0.742l-0.1,0.21-0.09,0.084-0.17,0.014c-0.03,0-0.06-0.009-0.09-0.028m-1.75,0.238c0.14,0,0.35,0.052,0.62,0.154,0.27,0.103,0.52,0.252,0.74,0.448,0.24,0.196,0.33,0.397,0.3,0.602-0.06,0.252-0.16,0.378-0.31,0.378s-0.33-0.135-0.55-0.406l-0.1-0.126c-0.06-0.074-0.33-0.266-0.81-0.574l-0.11-0.098c-0.05-0.056-0.06-0.13-0.03-0.224,0.01-0.018,0.03-0.042,0.04-0.07,0.05-0.056,0.12-0.084,0.21-0.084m5.07,7.028c0.27,0,0.45-0.014,0.53-0.042,0.09-0.028,0.15-0.093,0.19-0.196,0.01-0.056,0.04-0.312,0.09-0.77l-0.07-0.056-2.43-0.056c-1.32-0.093-2.21-0.522-2.68-1.288h-0.09l-1.12,0.854c-0.21,0.168-0.34,0.299-0.41,0.392l-0.18,0.322c-0.03,0.028-0.06,0.052-0.09,0.07-0.14,0.028-0.26-0.074-0.37-0.308-0.11-0.242-0.14-0.429-0.12-0.56,0.01-0.037,0.02-0.065,0.03-0.084l0.87-0.336c0.59-0.242,0.99-0.485,1.22-0.728,0.08-0.196,0.15-0.41,0.19-0.644,0.05-0.242,0.07-0.434,0.07-0.574,0-0.084-0.16-0.126-0.47-0.126-0.09,0-0.21,0.01-0.37,0.028-0.15,0.019-0.28,0.028-0.39,0.028-0.1,0-0.21-0.004-0.32-0.014-0.11-0.018-0.19-0.065-0.22-0.14-0.04-0.074-0.05-0.177-0.03-0.308,0.03-0.102,0.1-0.163,0.21-0.182,0.39,0.075,0.78,0.112,1.17,0.112h0.17,0.2c0.05-0.028,0.12-0.074,0.18-0.14,0.08-0.065,0.13-0.112,0.17-0.14,0.04-0.037,0.09-0.065,0.17-0.084,0.07-0.028,0.14-0.018,0.21,0.028,0.23,0.187,0.37,0.346,0.43,0.476,0.06,0.131,0.05,0.224-0.03,0.28-0.06,0.056-0.15,0.126-0.25,0.21-0.1,0.075-0.17,0.145-0.2,0.21l-0.18,0.826c-0.04,0.327,0.03,0.532,0.23,0.616,0.65,0.364,1.39,0.56,2.21,0.588h0.1c0.28,0.01,0.56,0.014,0.85,0.014,1.04,0,2.03-0.032,2.98-0.098l1.78-0.182h0.06c0.03-0.018,0.07,0.01,0.11,0.084-0.02,0.103-0.12,0.229-0.3,0.378-0.16,0.14-0.27,0.243-0.3,0.308-0.08,0.038-0.42,0.075-1.03,0.112-0.6,0.038-1.03,0.056-1.28,0.056-0.06,0-0.1,0.028-0.12,0.084,0,0.01,0.06,0.028,0.17,0.056,0.12,0.028,0.21,0.075,0.27,0.14,0.06,0.056,0.06,0.14-0.02,0.252-0.19,0.122-0.29,0.182-0.3,0.182-0.08,0.066-0.12,0.14-0.12,0.224l0.1,0.098c0.15,0.01,0.29,0.014,0.42,0.014,0.27,0,0.49-0.028,0.65-0.084,0.16-0.065,0.27-0.13,0.3-0.196,0.05-0.074,0.11-0.14,0.17-0.196,0.07-0.065,0.14-0.098,0.23-0.098,0.1,0,0.24,0.112,0.43,0.336,0.2,0.224,0.29,0.397,0.27,0.518-0.02,0.084-0.08,0.136-0.19,0.154-0.09,0.019-0.31,0.028-0.67,0.028-0.23,0-0.52-0.004-0.87-0.014-0.39,0-0.69,0.014-0.89,0.042l-0.1,0.098c-0.08,0.308-0.16,0.644-0.24,1.008l-0.12,0.798c-0.09,0.28-0.26,0.486-0.51,0.616-0.24,0.14-0.45,0.21-0.61,0.21-0.07,0-0.13-0.009-0.19-0.028-0.14-0.317-0.37-0.485-0.7-0.504l-0.56-0.056-0.16-0.07c-0.07-0.018-0.1-0.06-0.1-0.126,0.01-0.065,0.04-0.112,0.08-0.14,0.04-0.037,0.25-0.056,0.65-0.056,0.33,0,0.62,0.005,0.86,0.014,0.25,0.019,0.41,0.024,0.49,0.014l0.13-0.14c0.09-0.289,0.17-0.574,0.22-0.854,0.07-0.326,0.1-0.546,0.09-0.658,0-0.121-0.04-0.182-0.11-0.182-0.08-0.009-0.22-0.014-0.44-0.014-0.2,0-0.48,0.005-0.84,0.014h-0.17l-2.96,0.042-2.83,0.014h-0.11c-0.09,0-0.15-0.051-0.2-0.154-0.04-0.112-0.04-0.224-0.01-0.336,0.02-0.112,0.06-0.168,0.14-0.168s0.28,0.028,0.58,0.084c0.32,0.047,0.52,0.07,0.61,0.07,0.3,0.019,1.19,0.024,2.67,0.014h2.56c0.23,0.01,0.41,0.014,0.56,0.014m-4.18,0.588c0.3,0.028,0.59,0.206,0.89,0.532,0.3,0.327,0.42,0.621,0.37,0.882-0.02,0.094-0.07,0.182-0.16,0.266l-0.18,0.14-0.1,0.042c-0.14,0-0.24-0.065-0.32-0.196-0.07-0.13-0.13-0.28-0.15-0.448-0.03-0.158-0.05-0.252-0.07-0.28l-0.44-0.644c-0.01-0.018-0.01-0.032,0-0.042-0.01-0.028-0.01-0.051,0-0.07,0.01-0.065,0.06-0.126,0.16-0.182m2.94-6.16c0,0.028-0.01,0.066-0.02,0.112-0.03,0.103,0.01,0.164,0.1,0.182,0.1,0.019,0.33,0.028,0.67,0.028,1.7,0,2.76,0.014,3.18,0.042,0.13-0.056,0.21-0.154,0.24-0.294,0.04-0.158,0.01-0.266-0.07-0.322-0.59-0.018-1.9-0.028-3.92-0.028-0.09,0.038-0.16,0.131-0.18,0.28m0.08,0.784c-0.09,0.019-0.16,0.047-0.21,0.084-0.04,0.038-0.07,0.122-0.1,0.252-0.03,0.159-0.01,0.271,0.04,0.336,1.04,0.038,2.05,0.056,3.04,0.056h0.34c0.1-0.009,0.19-0.009,0.26,0,0.08,0,0.14-0.004,0.2-0.014,0.06-0.009,0.1-0.018,0.14-0.028,0.04-0.018,0.07-0.037,0.08-0.056,0.03-0.028,0.05-0.056,0.06-0.084s0.02-0.065,0.03-0.112c0.04-0.186,0.01-0.308-0.09-0.364-1.1-0.065-2.01-0.098-2.73-0.098-0.36,0-0.67,0.01-0.93,0.028h-0.13m3.6,1.736c0.08-0.308,0.09-0.494,0.03-0.56-0.42-0.046-1.06-0.07-1.91-0.07-0.36,0-0.76,0.005-1.2,0.014l-0.9,0.056h-0.03c-0.06,0.066-0.11,0.159-0.14,0.28,0,0.056-0.01,0.117-0.01,0.182l0.03,0.154c0.07,0.047,0.39,0.07,0.94,0.07,0.48,0,1.14-0.014,1.98-0.042h0.44l0.52,0.014c0.09-0.009,0.17-0.042,0.25-0.098m14.87-1.764c-0.03,0.159-0.22,0.238-0.56,0.238-0.89-0.009-1.62-0.014-2.19-0.014-0.53,0-0.91,0.005-1.15,0.014-0.23,0-0.42,0.01-0.57,0.028-0.15,0.019-0.23,0.038-0.25,0.056-0.02,0.019-0.03,0.056-0.04,0.112-0.23,1.148-0.35,1.858-0.38,2.128l0.08,0.084h2.69c0.31,0,0.61-0.004,0.91-0.014,0.01,0,0.14-0.116,0.38-0.35,0.25-0.233,0.42-0.35,0.52-0.35,0.08,0,0.21,0.112,0.37,0.336,0.18,0.215,0.34,0.439,0.47,0.672-0.03,0.094-0.09,0.159-0.19,0.196-0.08,0.028-0.23,0.042-0.46,0.042h-0.24c-0.15-0.009-0.36-0.014-0.64-0.014h-3.09l-0.79,0.014c-0.02,0-0.04,0.005-0.05,0.014-0.02,0-0.06,0.038-0.12,0.112l-0.61,3.318c-0.06,0.243-0.11,0.416-0.16,0.518-0.03,0.112-0.11,0.243-0.22,0.392-0.11,0.159-0.27,0.28-0.46,0.364-0.19,0.094-0.44,0.173-0.76,0.238-0.04-0.018-0.1-0.112-0.17-0.28-0.05-0.168-0.13-0.27-0.23-0.308l-1.4-0.28c-0.08-0.056-0.1-0.13-0.06-0.224,0.02-0.112,0.1-0.186,0.24-0.224,0.6,0.103,1.12,0.154,1.54,0.154,0.17,0,0.32-0.009,0.45-0.028,0.17,0,0.29-0.074,0.36-0.224,0.21-0.886,0.37-1.647,0.5-2.282,0.12-0.569,0.17-0.919,0.17-1.05,0.01-0.13-0.04-0.196-0.15-0.196l-3-0.014c-0.74,0.028-1.41,0.089-1.99,0.182-0.05-0.056-0.1-0.168-0.15-0.336s-0.07-0.289-0.06-0.364c0.02-0.065,0.06-0.102,0.12-0.112,0.07,0,0.54,0.033,1.4,0.098,0.02,0,0.18,0.01,0.47,0.028,0.3,0.01,0.74,0.014,1.32,0.014,0.34,0,0.7-0.004,1.06-0.014l1.04-0.028c0.07-0.065,0.11-0.107,0.11-0.126l0.43-2.114c0-0.102-0.04-0.154-0.14-0.154l-3.5,0.028-0.61,0.098-0.14-0.056c-0.04-0.046-0.07-0.154-0.1-0.322s-0.03-0.294,0-0.378l0.1-0.056c0.56,0.112,1.34,0.168,2.35,0.168,0.74,0,1.43-0.018,2.09-0.056,0.09-0.074,0.23-0.588,0.42-1.54,0.05-0.27,0.09-0.452,0.12-0.546l-0.05-0.07c-1.51,0.243-2.73,0.364-3.69,0.364h-0.39c-0.1-0.009-0.18-0.014-0.22-0.014-0.04-0.009-0.06-0.014-0.07-0.014-0.16-0.028-0.23-0.126-0.2-0.294,0.03-0.102,0.08-0.158,0.16-0.168l0.78-0.028c2.34-0.121,4.71-0.541,7.11-1.26l0.69-0.336c0.04-0.009,0.07-0.014,0.11-0.014,0.09,0,0.24,0.07,0.43,0.21,0.21,0.131,0.36,0.266,0.45,0.406,0,0.178-0.11,0.29-0.33,0.336-0.22,0.038-0.38,0.042-0.48,0.014h-0.14l-3.35,0.728c-0.09,0.075-0.23,0.607-0.42,1.596l-0.07,0.532c0,0.094,0.06,0.14,0.19,0.14l2.32,0.042c0.26-0.009,0.45-0.056,0.57-0.14,0.13-0.084,0.23-0.191,0.31-0.322,0.1-0.13,0.22-0.233,0.37-0.308,0.13,0.075,0.3,0.229,0.53,0.462,0.23,0.234,0.33,0.416,0.31,0.546m11.99,1.008c0.05-0.018,0.17-0.116,0.37-0.294,0.19-0.177,0.33-0.266,0.42-0.266,0.08,0,0.22,0.122,0.42,0.364,0.2,0.243,0.29,0.42,0.26,0.532-0.01,0.066-0.05,0.112-0.14,0.14l-0.38,0.056-1.05,0.028c-0.07,0.038-0.11,0.08-0.12,0.126-0.04,0.122-0.13,0.514-0.27,1.176l-0.63,3.458-0.15,0.602c-0.04,0.159-0.12,0.294-0.25,0.406-0.13,0.122-0.27,0.206-0.42,0.252-0.15,0.047-0.27,0.08-0.37,0.098-0.09,0.028-0.15,0.042-0.17,0.042-0.05,0-0.1-0.014-0.14-0.042-0.08-0.308-0.28-0.49-0.58-0.546l-0.55-0.07c-0.06-0.065-0.07-0.163-0.01-0.294,0.02-0.037,0.19-0.056,0.49-0.056,0.12,0,0.28,0.005,0.47,0.014,0.2,0.01,0.32,0.014,0.37,0.014,0.22,0,0.37-0.037,0.46-0.112,0.08-0.074,0.15-0.228,0.19-0.462l0.9-4.438c0.01-0.046,0-0.084-0.03-0.112-0.02-0.028-0.07-0.046-0.17-0.056-0.09-0.018-0.17-0.028-0.25-0.028h-0.39c-0.69,0-1.06,0.01-1.11,0.028-0.08,0-0.14,0.042-0.18,0.126l-0.45,1.47c-0.66,1.951-1.54,3.444-2.66,4.48-0.09,0.084-0.17,0.098-0.25,0.042-0.06-0.046-0.03-0.158,0.1-0.336,0.13-0.177,0.36-0.508,0.69-0.994,0.33-0.494,0.63-1.036,0.89-1.624,0.39-0.877,0.74-1.899,1.05-3.066l-0.08-0.14-1.37,0.042c-0.12,0.038-0.19,0.117-0.21,0.238-0.12,0.336-0.25,0.887-0.4,1.652-0.11,0.542-0.2,1.055-0.28,1.54l-0.12,0.7-0.23,1.162c-0.05,0.206-0.22,0.406-0.5,0.602s-0.53,0.294-0.76,0.294c-0.07,0-0.13-0.06-0.16-0.182-0.04-0.121-0.06-0.186-0.07-0.196-0.02-0.009-0.21-0.065-0.56-0.168-0.35-0.102-0.51-0.205-0.49-0.308,0-0.084,0.05-0.154,0.16-0.21l1.14,0.07c0.26,0,0.44-0.046,0.53-0.14,0.1-0.084,0.18-0.266,0.22-0.546l0.65-3.22c0.07-0.373,0.13-0.653,0.17-0.84,0.03-0.186,0.05-0.303,0.04-0.35,0-0.056-0.02-0.084-0.07-0.084-0.12-0.028-0.43-0.042-0.93-0.042-0.43,0-0.71,0.014-0.84,0.042-0.12,0.019-0.18,0.08-0.19,0.182-0.33,1.167-0.67,2.17-1.04,3.01-0.36,0.84-0.81,1.582-1.36,2.226-0.24,0.318-0.43,0.532-0.58,0.644-0.06,0.066-0.14,0.066-0.26,0-0.04-0.046-0.02-0.14,0.06-0.28,0.08-0.13,0.28-0.387,0.57-0.77,0.7-0.896,1.36-2.552,1.96-4.97l-0.07-0.098-1.38,0.056c-0.06-0.037-0.1-0.102-0.13-0.196-0.03-0.102-0.03-0.191-0.03-0.266,0.02-0.065,0.06-0.107,0.1-0.126l1.11,0.084c0.15,0,0.29-0.014,0.43-0.042,0.12-0.13,0.29-0.709,0.49-1.736,0.25-1.185,0.42-2.179,0.52-2.982,0.04-0.056,0.09-0.084,0.15-0.084,0.08,0,0.14,0.019,0.2,0.056,0.06,0.028,0.1,0.066,0.14,0.112,0.05,0.038,0.15,0.075,0.31,0.112,0.16,0.038,0.37,0.056,0.64,0.056,0.73,0,1.13-0.028,1.21-0.084,0.06-0.046,0.13-0.102,0.19-0.168,0.07-0.065,0.11-0.107,0.14-0.126,0.04-0.018,0.08-0.028,0.13-0.028,0.14,0,0.32,0.182,0.54,0.546l0.07,0.21c0.01,0.075-0.07,0.173-0.25,0.294-0.17,0.122-0.26,0.215-0.29,0.28-0.06,0.159-0.17,0.672-0.35,1.54-0.09,0.439-0.18,0.962-0.3,1.568l-0.04,0.224c-0.03,0.112-0.02,0.187,0.03,0.224,0.06,0.038,0.18,0.056,0.36,0.056,0.4,0,0.76-0.023,1.1-0.07,0.14-0.112,0.3-0.616,0.47-1.512,0.09-0.41,0.18-0.928,0.27-1.554,0.1-0.625,0.18-1.068,0.22-1.33,0.04-0.149,0.07-0.252,0.09-0.308s0.07-0.084,0.12-0.084c0.1,0,0.17,0.019,0.23,0.056,0.05,0.028,0.1,0.066,0.14,0.112,0.03,0.038,0.13,0.075,0.29,0.112,0.17,0.038,0.39,0.056,0.67,0.056h0.65c0.13-0.009,0.25-0.028,0.36-0.056,0.11-0.037,0.18-0.065,0.2-0.084,0.02-0.018,0.09-0.079,0.21-0.182,0.11-0.084,0.2-0.126,0.28-0.126,0.09,0,0.22,0.098,0.39,0.294s0.24,0.346,0.22,0.448c-0.02,0.084-0.11,0.187-0.29,0.308-0.18,0.122-0.27,0.21-0.28,0.266l-0.58,2.842-0.09,0.56c-0.02,0.084,0,0.136,0.05,0.154m-0.8-0.084c0.08-0.177,0.2-0.69,0.37-1.54,0.24-1.222,0.37-1.95,0.38-2.184,0.02-0.093-0.01-0.149-0.09-0.168h-1.72c-0.07,0-0.13,0.08-0.18,0.238-0.33,1.671-0.59,2.922-0.8,3.752l0.04,0.056c1.24,0,1.91-0.051,2-0.154m-5.93-3.92c-0.07,0-0.12,0.014-0.16,0.042-0.03,0.028-0.07,0.075-0.11,0.14-0.03,0.066-0.07,0.154-0.1,0.266-0.02,0.112-0.06,0.252-0.09,0.42s-0.07,0.369-0.12,0.602c-0.33,1.708-0.49,2.576-0.47,2.604l1.37,0.056c0.22-0.009,0.36-0.028,0.45-0.056,0.08-0.028,0.14-0.093,0.18-0.196,0.22-0.98,0.38-1.768,0.5-2.366,0.09-0.429,0.14-0.709,0.17-0.84,0.03-0.14,0.04-0.275,0.03-0.406,0-0.14-0.03-0.219-0.08-0.238l-1.57-0.028" stroke="#FFF" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.4" fill="#FFF"/>
+ <path id="use2086" d="m100.21 10.827h5.7l-3.5 11.473h6.43l-0.57 1.871h-6.43l-1.54 4.72c-1.307 4.014-2.69 8.869-4.155 14.565-1.464 5.641-2.197 8.923-2.197 9.845 0 1.248 0.57 1.872 1.709 1.872 2.007 0 4.423-2.767 7.243-8.3 0.27-0.597 0.68-1.329 1.22-2.197l1.63 0.814c-2.12 4.394-3.69 7.214-4.72 8.462-2.227 2.658-4.586 3.987-7.082 3.987-1.681 0-3.037-0.515-4.068-1.546-1.031-1.085-1.546-2.468-1.546-4.15 0-1.519 0.244-3.227 0.732-5.126 0.543-2.115 2.279-8.191 5.208-18.226l1.383-4.72h-6.509l0.651-1.871h6.509l3.902-11.473zm40.91 10.822h6.1c-5.16 16.436-7.73 26.851-7.73 31.245 0 1.628 0.43 2.441 1.3 2.441 1.03 0 2.25-0.976 3.66-2.929 1.47-2.007 2.74-4.475 3.83-7.404l1.79 0.732c-2.88 8.137-6.46 12.205-10.75 12.205-3.68 0-5.53-2.061-5.53-6.184 0-1.085 0.14-2.848 0.41-5.289-2.12 3.255-3.83 5.615-5.13 7.079-2.6 2.929-5.56 4.394-8.87 4.394-1.95 0-3.58-0.678-4.88-2.034s-1.95-3.038-1.95-5.045c0-0.976 0.81-4.258 2.44-9.845l1.46-5.045c1.63-5.588 2.45-9.032 2.45-10.334 0-1.031-0.36-1.546-1.06-1.546-2.28 0-5.29 3.58-9.03 10.741l-1.79-0.896c4.12-8.462 8.27-12.693 12.44-12.693 1.52 0 2.74 0.57 3.67 1.709 0.97 1.139 1.46 2.631 1.46 4.475 0 2.278-0.54 5.126-1.63 8.544l-2.19 6.916c-1.79 5.642-2.69 8.923-2.69 9.846 0 1.898 0.98 2.847 2.93 2.847 1.74 0 3.64-1.057 5.7-3.173 2.11-2.116 4.01-4.909 5.69-8.381 2.55-5.262 5.18-12.72 7.9-22.376zm24.05-10.822h5.7l-3.5 11.473h6.43l-0.57 1.871h-6.43l-1.55 4.72c-1.3 4.014-2.68 8.869-4.15 14.565-1.46 5.641-2.19 8.923-2.19 9.845 0 1.248 0.57 1.872 1.71 1.872 2 0 4.42-2.767 7.24-8.3 0.27-0.597 0.68-1.329 1.22-2.197l1.63 0.814c-2.12 4.394-3.69 7.214-4.72 8.462-2.23 2.658-4.59 3.987-7.08 3.987-1.68 0-3.04-0.515-4.07-1.546-1.03-1.085-1.55-2.468-1.55-4.15 0-1.519 0.25-3.227 0.74-5.126 0.54-2.115 2.27-8.191 5.2-18.226l1.39-4.72h-6.51l0.65-1.871h6.51l3.9-11.473zm28.16 12.287c-3.91-0.217-7.38 3.688-10.42 11.717-2.11 5.587-3.17 10.605-3.17 15.053 0 4.122 1.82 6.184 5.45 6.184 2.93 0 5.48-1.872 7.65-5.615 1.41-2.387 2.63-5.533 3.66-9.438 1.03-3.96 1.63-7.676 1.79-11.148 0.22-4.285-1.44-6.536-4.96-6.753zm-0.08-1.872c3.2 0 5.8 1.275 7.81 3.824 2 2.496 3.01 5.75 3.01 9.765 0 4.936-1.77 9.926-5.29 14.971-3.8 5.425-8.41 8.137-13.83 8.137-3.31 0-6.03-1.139-8.14-3.417-2.12-2.333-3.17-5.289-3.17-8.87 0-6.075 2.22-11.825 6.67-17.25 3.9-4.773 8.22-7.16 12.94-7.16zm15.86 12.856l-1.71-0.732c1.41-3.472 3.12-6.347 5.13-8.625 2.01-2.333 3.8-3.499 5.37-3.499 3.53 0 5.29 2.577 5.29 7.73 0 0.922-0.16 2.767-0.49 5.533 3.74-8.842 7.73-13.263 11.96-13.263 1.2 0 2.2 0.38 3.01 1.139 0.87 0.705 1.3 1.573 1.3 2.604 0 0.868-0.29 1.6-0.89 2.197s-1.33 0.895-2.2 0.895c-1.84 0-2.76-1.058-2.76-3.173 0-0.597-0.19-0.895-0.57-0.895-0.55 0-1.31 0.488-2.28 1.464-0.98 0.977-1.82 2.116-2.52 3.418-2.17 3.905-5.7 13.236-10.58 27.99h-6.1c2.54-7.648 4.2-13.236 4.96-16.762 1.19-5.533 1.79-9.547 1.79-12.042 0-2.658-0.44-3.987-1.3-3.987-0.76 0-1.87 0.976-3.34 2.929-1.41 1.953-2.77 4.313-4.07 7.079zm45.98-31.245c1.03 0 1.89 0.3797 2.6 1.1391 0.76 0.7052 1.14 1.5731 1.14 2.6038s-0.38 1.9257-1.14 2.6852c-0.71 0.759-1.57 1.139-2.6 1.139-1.04 0-1.93-0.38-2.69-1.139-0.76-0.7595-1.14-1.6545-1.14-2.6852s0.38-1.8986 1.14-2.6038c0.76-0.7594 1.65-1.1391 2.69-1.1391zm1.22 42.718l1.62 0.814c-3.63 7.703-7.59 11.554-11.88 11.554-1.52 0-2.76-0.542-3.74-1.627-0.98-1.139-1.46-2.577-1.46-4.313 0-1.193 0.16-2.305 0.48-3.336 0.33-1.031 1.22-3.336 2.69-6.916l3.09-7.405c1.85-4.394 2.77-7.35 2.77-8.869 0-1.085-0.46-1.627-1.39-1.627-1.89 0-4.5 2.983-7.81 8.95l-1.62-0.976c3.85-7.052 7.54-10.578 11.06-10.578 1.47 0 2.66 0.543 3.58 1.627 0.92 1.085 1.39 2.496 1.39 4.232 0 2.061-1.12 5.885-3.34 11.472l-3.42 8.544c-1.41 3.526-2.11 5.832-2.11 6.916 0 0.977 0.43 1.465 1.3 1.465 1.03 0 2.36-0.922 3.99-2.766 1.68-1.899 3.28-4.286 4.8-7.161zm27.58-22.295c-1.63-0.108-3.53 0.841-5.7 2.848-2.11 1.953-4.09 4.584-5.94 7.893-3.68 6.564-5.53 12.069-5.53 16.518 0 3.471 1.36 5.207 4.07 5.207 4.39 0 8.54-4.312 12.45-12.937 2.66-5.859 4.15-10.714 4.47-14.565 0.11-1.411-0.19-2.577-0.89-3.499-0.71-0.922-1.68-1.41-2.93-1.465zm6.83-0.976h5.78c-1.35 3.634-3.2 8.95-5.53 15.948-2.5 7.54-3.74 12.666-3.74 15.379 0 1.139 0.43 1.708 1.3 1.708 1.9 0 4.55-3.688 7.97-11.066l1.79 0.733c-2.28 4.936-4.23 8.326-5.86 10.171-1.62 1.844-3.47 2.766-5.53 2.766-3.36 0-5.04-1.519-5.04-4.557 0-0.813 0.24-2.468 0.73-4.963-3.85 6.401-7.98 9.601-12.37 9.601-2.77 0-5.02-0.922-6.75-2.766-1.74-1.844-2.61-4.258-2.61-7.242 0-6.184 2.44-12.178 7.33-17.982 4.88-5.859 9.9-8.788 15.05-8.788 2.71 0 4.77 1.492 6.18 4.475l1.3-3.417zm16.71-17.82l0.49-1.8714c4.07-0.1628 8.68-0.434 13.83-0.8137-0.43 1.4646-0.76 2.5224-0.97 3.1733-0.6 1.6816-1.44 4.2312-2.53 7.6486l-6.59 21.481c-3.14 10.253-4.72 16.545-4.72 18.878 0 1.681 0.49 2.522 1.47 2.522 1.36 0 3.04-1.465 5.04-4.394 1.03-1.519 2.2-3.526 3.5-6.021l1.87 0.895c-1.62 2.983-2.84 5.099-3.66 6.347-2.49 3.743-5.34 5.614-8.54 5.614-1.63 0-2.96-0.597-3.99-1.79s-1.54-2.712-1.54-4.557c0-2.278 0.92-6.428 2.76-12.449l7.16-23.353c1.58-5.153 2.36-8.055 2.36-8.706 0-0.9764-0.38-1.6273-1.14-1.9528-0.76-0.3797-2.36-0.5967-4.8-0.651z" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill-opacity=".11077" stroke-width="1pt" fill="#fff"/>
+ <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203015" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203015" style="letter-spacing:.29056" y="-326.81229">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↓</tspan> 向下捲動頁面</tspan></text>
+ <path id="path7527" opacity=".5" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.96 172.17)"/>
+ <path id="text2413" d="m147.73 15.782c0.19 0.019 0.4 0.126 0.61 0.322 0.22 0.196 0.31 0.364 0.28 0.504-0.02 0.094-0.12 0.14-0.31 0.14-0.03 0-0.1-0.004-0.19-0.014-0.1-0.018-0.17-0.028-0.23-0.028-0.05 0-0.09 0.005-0.12 0.014 0.01 0-0.12 0.042-0.38 0.126s-0.58 0.182-0.97 0.294c-0.38 0.103-0.85 0.22-1.42 0.35-0.56 0.131-1.11 0.234-1.63 0.308l-0.1 0.112-0.22 0.952 0.03 0.294c0.04 0.14 0.2 0.238 0.5 0.294s0.77 0.084 1.4 0.084h0.23c0.49 0 0.85-0.004 1.09-0.014 0.24-0.018 0.4-0.032 0.47-0.042 0.09-0.018 0.21-0.051 0.37-0.098 0.12-0.037 0.21-0.084 0.26-0.14l0.19-0.21c0.08-0.093 0.16-0.242 0.23-0.448 0.09-0.205 0.16-0.387 0.21-0.546 0.06-0.168 0.13-0.298 0.2-0.392 0.07-0.093 0.15-0.107 0.24-0.042 0.04 0.028 0.02 0.243-0.06 0.644-0.11 0.542-0.16 0.845-0.15 0.91l0.26 0.294c0.03 0.056 0.04 0.112 0.03 0.168-0.08 0.411-1.08 0.616-2.98 0.616h-0.94c-0.27-0.009-0.52-0.023-0.75-0.042-0.24-0.018-0.43-0.032-0.59-0.042-0.16-0.018-0.3-0.046-0.42-0.084-0.12-0.046-0.23-0.079-0.31-0.098-0.07-0.028-0.14-0.079-0.18-0.154-0.04-0.074-0.07-0.13-0.09-0.168-0.01-0.046-0.02-0.121-0.02-0.224 0.01-0.112 0.01-0.2 0.02-0.266 0.02-0.065 0.05-0.168 0.07-0.308 0.04-0.158 0.09-0.42 0.16-0.784s0.13-0.662 0.18-0.896c0.17-0.849 0.28-1.516 0.35-2.002 0.06-0.056 0.14-0.084 0.24-0.084 0.06 0 0.14 0.014 0.24 0.042 0.1 0.019 0.17 0.028 0.22 0.028l0.55 0.154c0.01 0.01 0.03 0.014 0.04 0.014 0.03 0.056 0.04 0.112 0.03 0.168-0.01 0.075-0.13 0.173-0.35 0.294-0.22 0.112-0.34 0.192-0.37 0.238l-0.28 1.274c0 0.028 0.02 0.052 0.06 0.07l2.14-0.602c0.84-0.27 1.56-0.597 2.16-0.98m-0.07 5.95c-0.02 0.075-0.12 0.178-0.3 0.308-0.17 0.122-0.26 0.215-0.28 0.28-0.03 0.084-0.06 0.243-0.11 0.476-0.05 0.234-0.1 0.542-0.17 0.924l-0.04 0.168c-0.27 1.447-0.48 2.539-0.63 3.276-0.04 0.196-0.2 0.294-0.49 0.294l-0.18-0.014c-0.06-0.065-0.07-0.219-0.03-0.462 0.03-0.149 0.02-0.261-0.03-0.336-1.99 0-3.12 0.005-3.41 0.014l-0.4 0.028c-0.05 0.047-0.11 0.192-0.18 0.434l-0.1 0.224c-0.08 0.103-0.22 0.145-0.4 0.126-0.19-0.009-0.28-0.06-0.28-0.154 0-0.037 0.03-0.186 0.08-0.448 0.1-0.513 0.29-1.362 0.56-2.548l0.06-0.252 0.46-2.506 0.13-0.462c0.01-0.093 0.06-0.149 0.12-0.168 0.06 0.01 0.17 0.08 0.34 0.21 0.18 0.122 0.27 0.187 0.29 0.196 0.37 0.019 0.83 0.028 1.4 0.028 0.38 0 0.79-0.004 1.25-0.014h0.17l0.89 0.014c0.03-0.009 0.05-0.014 0.07-0.014 0.04-0.009 0.15-0.07 0.32-0.182 0.19-0.121 0.32-0.158 0.4-0.112 0.18 0.094 0.31 0.21 0.39 0.35 0.08 0.131 0.11 0.238 0.1 0.322m-9.3-3.206c-0.16 0-0.37 0.01-0.63 0.028-0.26 0.01-0.4 0.014-0.41 0.014-0.16-0.186-0.21-0.41-0.14-0.672 0.01-0.009 0.21 0.01 0.59 0.056 0.39 0.038 0.73 0.056 1 0.056 0.29 0 0.46-0.037 0.49-0.112 0.05-0.14 0.12-0.401 0.21-0.784 0.05-0.298 0.11-0.676 0.18-1.134 0.07-0.466 0.11-0.709 0.12-0.728 0.02-0.13 0.07-0.205 0.16-0.224 0.79 0.14 1.17 0.308 1.13 0.504-0.02 0.075-0.12 0.154-0.31 0.238-0.17 0.084-0.29 0.164-0.33 0.238-0.06 0.103-0.14 0.402-0.24 0.896-0.05 0.252-0.1 0.565-0.17 0.938-0.03 0.131 0.05 0.196 0.24 0.196 0.21 0 0.39-0.042 0.53-0.126l0.38-0.392c0.22-0.14 0.47 0.042 0.74 0.546l0.09 0.154c0.01 0.028 0.01 0.056 0 0.084-0.02 0.112-0.13 0.182-0.34 0.21l-0.67 0.028-0.84 0.014c-0.15 0.019-0.25 0.056-0.3 0.112l-0.54 2.408v0.028l0.01 0.014 1.96-0.784c0.07-0.009 0.12 0.061 0.16 0.21-0.05 0.112-0.42 0.336-1.12 0.672s-1.09 0.556-1.15 0.658c-0.02 0.094-0.09 0.416-0.2 0.966-0.1 0.542-0.25 1.312-0.46 2.31l-0.03 0.168c-0.04 0.196-0.07 0.369-0.11 0.518-0.02 0.122-0.04 0.234-0.07 0.336-0.02 0.103-0.03 0.164-0.03 0.182-0.05 0.271-0.14 0.476-0.25 0.616s-0.29 0.276-0.53 0.406c-0.19 0.103-0.33 0.154-0.44 0.154-0.07 0-0.15-0.079-0.22-0.238-0.07-0.158-0.12-0.247-0.17-0.266l-0.92-0.28c-0.07 0-0.09-0.056-0.06-0.168 0.02-0.121 0.17-0.191 0.44-0.21l1.24 0.028c0.09 0 0.19-0.247 0.31-0.742 0.13-0.504 0.36-1.577 0.7-3.22l0.06-0.28-0.05-0.014c-0.01 0.01-0.18 0.089-0.51 0.238-0.33 0.15-0.55 0.276-0.66 0.378l-0.13 0.406c-0.05 0.094-0.11 0.14-0.18 0.14-0.13 0-0.26-0.154-0.38-0.462-0.12-0.317-0.17-0.546-0.14-0.686 0.05-0.037 0.38-0.154 0.98-0.35 0.62-0.205 0.97-0.331 1.07-0.378 0.09-0.037 0.15-0.14 0.19-0.308 0.09-0.28 0.18-0.672 0.28-1.176 0.05-0.242 0.1-0.518 0.14-0.826 0.06-0.261 0.08-0.41 0.07-0.448 0-0.093-0.25-0.14-0.74-0.14m8.08 3.5c0-0.084-0.07-0.135-0.2-0.154-0.13-0.018-0.45-0.028-0.95-0.028-0.54 0-1.28 0.01-2.23 0.028h-0.4c-0.05 0-0.1 0.024-0.14 0.07-0.1 0.346-0.23 0.859-0.37 1.54l0.07 0.098c1.95 0.028 3.21 0.038 3.77 0.028 0.07-0.018 0.11-0.06 0.14-0.126l0.31-1.456m-4.79 3.962c0.08 0.103 0.6 0.154 1.55 0.154 1.07 0 1.73-0.014 1.98-0.042 0.25-0.018 0.4-0.07 0.45-0.154l0.29-1.414 0.04-0.238c0.02-0.056-0.01-0.102-0.1-0.14h-3.66c-0.1 0-0.16 0.033-0.2 0.098l-0.35 1.736m12.25-3.976c-0.14-0.009-0.22-0.056-0.24-0.14s-0.01-0.228 0.03-0.434c0.05-0.224 0.12-0.546 0.24-0.966l0.53-2.758c0.02-0.084 0.06-0.144 0.14-0.182 0.06 0.01 0.13 0.047 0.19 0.112 0.08 0.056 0.18 0.112 0.31 0.168 0.13 0.047 0.32 0.07 0.55 0.07 0.16 0 0.33-0.009 0.52-0.028l0.32-0.028c0.09-0.112 0.16-0.261 0.19-0.448 0.02-0.093 0.04-0.172 0.05-0.238-0.03-0.009-0.06-0.023-0.1-0.042-0.07-0.018-0.21-0.028-0.42-0.028-0.31 0-0.78 0.019-1.42 0.056l-0.86 0.014c-0.17 0-0.27-0.074-0.3-0.224-0.03-0.158-0.01-0.266 0.04-0.322 0.06-0.009 0.28 0 0.66 0.028 0.39 0.028 0.73 0.042 1.04 0.042 0.29 0 0.47-0.028 0.54-0.084 0-0.13-0.03-0.261-0.11-0.392-0.06-0.14-0.14-0.266-0.24-0.378-0.08-0.112-0.13-0.182-0.14-0.21 0-0.13 0.06-0.21 0.19-0.238 0.28 0.094 0.5 0.201 0.65 0.322 0.16 0.122 0.26 0.229 0.28 0.322 0.03 0.094 0.05 0.187 0.06 0.28 0.01 0.094 0.01 0.168-0.01 0.224-0.02 0.103-0.04 0.159-0.05 0.168l1.43-0.014c0.05-0.009 0.09-0.014 0.13-0.014 0.11-0.056 0.3-0.275 0.56-0.658 0.26-0.392 0.4-0.592 0.42-0.602 0.04-0.046 0.09-0.07 0.15-0.07 0.11 0 0.24 0.056 0.41 0.168 0.18 0.103 0.28 0.187 0.32 0.252-0.01 0.131-0.11 0.215-0.31 0.252l-0.26 0.056c-0.27 0.159-0.5 0.36-0.68 0.602 0.05 0.038 0.31 0.056 0.79 0.056 0.42 0 0.67-0.009 0.75-0.028 0.09-0.018 0.21-0.112 0.38-0.28 0.13-0.14 0.25-0.21 0.34-0.21 0.03 0 0.05 0.005 0.07 0.014 0.05 0.038 0.1 0.089 0.15 0.154 0.07 0.066 0.13 0.14 0.2 0.224s0.12 0.164 0.15 0.238c0.04 0.075 0.04 0.145 0.02 0.21-0.03 0.056-0.1 0.094-0.2 0.112-0.09 0.01-0.23 0.014-0.41 0.014h-0.36c-0.2-0.009-0.55-0.014-1.05-0.014-0.49-0.009-1.14-0.014-1.93-0.014-0.12 0.056-0.27 0.196-0.45 0.42l-0.14 0.21c0.01 0.075 0.03 0.112 0.06 0.112 0.21 0.028 0.48 0.042 0.81 0.042 0.58 0 0.96-0.014 1.13-0.042 0.19-0.037 0.35-0.107 0.48-0.21 0.06-0.037 0.12-0.056 0.18-0.056 0.11 0 0.22 0.07 0.32 0.21 0.11 0.131 0.16 0.262 0.14 0.392l-0.01 0.084c-0.23 0.178-0.36 0.392-0.41 0.644-0.09 0.458-0.17 0.938-0.24 1.442-0.05 0.504-0.09 0.808-0.12 0.91-0.05 0.252-0.11 0.425-0.18 0.518-0.08 0.094-0.2 0.145-0.37 0.154l-0.21-0.042h-0.01c-0.09-0.177-0.18-0.266-0.3-0.266l-2.82-0.014c-0.55 0-0.87 0.005-0.94 0.014-0.08 0.01-0.17 0.075-0.3 0.196-0.1 0.112-0.21 0.168-0.33 0.168m-1-5.138c-0.14-0.27-0.38-0.574-0.74-0.91-0.35-0.336-0.59-0.522-0.7-0.56-0.01-0.084 0.02-0.154 0.07-0.21 0.06-0.065 0.13-0.098 0.23-0.098 0.16 0 0.37 0.066 0.63 0.196 0.27 0.122 0.51 0.308 0.72 0.56 0.23 0.243 0.31 0.49 0.24 0.742l-0.1 0.21-0.09 0.084-0.17 0.014c-0.03 0-0.06-0.009-0.09-0.028m-1.75 0.238c0.14 0 0.35 0.052 0.62 0.154 0.27 0.103 0.52 0.252 0.74 0.448 0.24 0.196 0.33 0.397 0.3 0.602-0.06 0.252-0.16 0.378-0.31 0.378s-0.33-0.135-0.55-0.406l-0.1-0.126c-0.06-0.074-0.33-0.266-0.81-0.574l-0.11-0.098c-0.05-0.056-0.06-0.13-0.03-0.224 0.01-0.018 0.03-0.042 0.04-0.07 0.05-0.056 0.12-0.084 0.21-0.084m5.07 7.028c0.27 0 0.45-0.014 0.53-0.042 0.09-0.028 0.15-0.093 0.19-0.196 0.01-0.056 0.04-0.312 0.09-0.77l-0.07-0.056-2.43-0.056c-1.32-0.093-2.21-0.522-2.68-1.288h-0.09l-1.12 0.854c-0.21 0.168-0.34 0.299-0.41 0.392l-0.18 0.322c-0.03 0.028-0.06 0.052-0.09 0.07-0.14 0.028-0.26-0.074-0.37-0.308-0.11-0.242-0.14-0.429-0.12-0.56 0.01-0.037 0.02-0.065 0.03-0.084l0.87-0.336c0.59-0.242 0.99-0.485 1.22-0.728 0.08-0.196 0.15-0.41 0.19-0.644 0.05-0.242 0.07-0.434 0.07-0.574 0-0.084-0.16-0.126-0.47-0.126-0.09 0-0.21 0.01-0.37 0.028-0.15 0.019-0.28 0.028-0.39 0.028-0.1 0-0.21-0.004-0.32-0.014-0.11-0.018-0.19-0.065-0.22-0.14-0.04-0.074-0.05-0.177-0.03-0.308 0.03-0.102 0.1-0.163 0.21-0.182 0.39 0.075 0.78 0.112 1.17 0.112h0.17 0.2c0.05-0.028 0.12-0.074 0.18-0.14 0.08-0.065 0.13-0.112 0.17-0.14 0.04-0.037 0.09-0.065 0.17-0.084 0.07-0.028 0.14-0.018 0.21 0.028 0.23 0.187 0.37 0.346 0.43 0.476 0.06 0.131 0.05 0.224-0.03 0.28-0.06 0.056-0.15 0.126-0.25 0.21-0.1 0.075-0.17 0.145-0.2 0.21l-0.18 0.826c-0.04 0.327 0.03 0.532 0.23 0.616 0.65 0.364 1.39 0.56 2.21 0.588h0.1c0.28 0.01 0.56 0.014 0.85 0.014 1.04 0 2.03-0.032 2.98-0.098l1.78-0.182h0.06c0.03-0.018 0.07 0.01 0.11 0.084-0.02 0.103-0.12 0.229-0.3 0.378-0.16 0.14-0.27 0.243-0.3 0.308-0.08 0.038-0.42 0.075-1.03 0.112-0.6 0.038-1.03 0.056-1.28 0.056-0.06 0-0.1 0.028-0.12 0.084 0 0.01 0.06 0.028 0.17 0.056 0.12 0.028 0.21 0.075 0.27 0.14 0.06 0.056 0.06 0.14-0.02 0.252-0.19 0.122-0.29 0.182-0.3 0.182-0.08 0.066-0.12 0.14-0.12 0.224l0.1 0.098c0.15 0.01 0.29 0.014 0.42 0.014 0.27 0 0.49-0.028 0.65-0.084 0.16-0.065 0.27-0.13 0.3-0.196 0.05-0.074 0.11-0.14 0.17-0.196 0.07-0.065 0.14-0.098 0.23-0.098 0.1 0 0.24 0.112 0.43 0.336 0.2 0.224 0.29 0.397 0.27 0.518-0.02 0.084-0.08 0.136-0.19 0.154-0.09 0.019-0.31 0.028-0.67 0.028-0.23 0-0.52-0.004-0.87-0.014-0.39 0-0.69 0.014-0.89 0.042l-0.1 0.098c-0.08 0.308-0.16 0.644-0.24 1.008l-0.12 0.798c-0.09 0.28-0.26 0.486-0.51 0.616-0.24 0.14-0.45 0.21-0.61 0.21-0.07 0-0.13-0.009-0.19-0.028-0.14-0.317-0.37-0.485-0.7-0.504l-0.56-0.056-0.16-0.07c-0.07-0.018-0.1-0.06-0.1-0.126 0.01-0.065 0.04-0.112 0.08-0.14 0.04-0.037 0.25-0.056 0.65-0.056 0.33 0 0.62 0.005 0.86 0.014 0.25 0.019 0.41 0.024 0.49 0.014l0.13-0.14c0.09-0.289 0.17-0.574 0.22-0.854 0.07-0.326 0.1-0.546 0.09-0.658 0-0.121-0.04-0.182-0.11-0.182-0.08-0.009-0.22-0.014-0.44-0.014-0.2 0-0.48 0.005-0.84 0.014h-0.17l-2.96 0.042-2.83 0.014h-0.11c-0.09 0-0.15-0.051-0.2-0.154-0.04-0.112-0.04-0.224-0.01-0.336 0.02-0.112 0.06-0.168 0.14-0.168s0.28 0.028 0.58 0.084c0.32 0.047 0.52 0.07 0.61 0.07 0.3 0.019 1.19 0.024 2.67 0.014h2.56c0.23 0.01 0.41 0.014 0.56 0.014m-4.18 0.588c0.3 0.028 0.59 0.206 0.89 0.532 0.3 0.327 0.42 0.621 0.37 0.882-0.02 0.094-0.07 0.182-0.16 0.266l-0.18 0.14-0.1 0.042c-0.14 0-0.24-0.065-0.32-0.196-0.07-0.13-0.13-0.28-0.15-0.448-0.03-0.158-0.05-0.252-0.07-0.28l-0.44-0.644c-0.01-0.018-0.01-0.032 0-0.042-0.01-0.028-0.01-0.051 0-0.07 0.01-0.065 0.06-0.126 0.16-0.182m2.94-6.16c0 0.028-0.01 0.066-0.02 0.112-0.03 0.103 0.01 0.164 0.1 0.182 0.1 0.019 0.33 0.028 0.67 0.028 1.7 0 2.76 0.014 3.18 0.042 0.13-0.056 0.21-0.154 0.24-0.294 0.04-0.158 0.01-0.266-0.07-0.322-0.59-0.018-1.9-0.028-3.92-0.028-0.09 0.038-0.16 0.131-0.18 0.28m0.08 0.784c-0.09 0.019-0.16 0.047-0.21 0.084-0.04 0.038-0.07 0.122-0.1 0.252-0.03 0.159-0.01 0.271 0.04 0.336 1.04 0.038 2.05 0.056 3.04 0.056h0.34c0.1-0.009 0.19-0.009 0.26 0 0.08 0 0.14-0.004 0.2-0.014 0.06-0.009 0.1-0.018 0.14-0.028 0.04-0.018 0.07-0.037 0.08-0.056 0.03-0.028 0.05-0.056 0.06-0.084s0.02-0.065 0.03-0.112c0.04-0.186 0.01-0.308-0.09-0.364-1.1-0.065-2.01-0.098-2.73-0.098-0.36 0-0.67 0.01-0.93 0.028h-0.13m3.6 1.736c0.08-0.308 0.09-0.494 0.03-0.56-0.42-0.046-1.06-0.07-1.91-0.07-0.36 0-0.76 0.005-1.2 0.014l-0.9 0.056h-0.03c-0.06 0.066-0.11 0.159-0.14 0.28 0 0.056-0.01 0.117-0.01 0.182l0.03 0.154c0.07 0.047 0.39 0.07 0.94 0.07 0.48 0 1.14-0.014 1.98-0.042h0.44l0.52 0.014c0.09-0.009 0.17-0.042 0.25-0.098m14.87-1.764c-0.03 0.159-0.22 0.238-0.56 0.238-0.89-0.009-1.62-0.014-2.19-0.014-0.53 0-0.91 0.005-1.15 0.014-0.23 0-0.42 0.01-0.57 0.028-0.15 0.019-0.23 0.038-0.25 0.056-0.02 0.019-0.03 0.056-0.04 0.112-0.23 1.148-0.35 1.858-0.38 2.128l0.08 0.084h2.69c0.31 0 0.61-0.004 0.91-0.014 0.01 0 0.14-0.116 0.38-0.35 0.25-0.233 0.42-0.35 0.52-0.35 0.08 0 0.21 0.112 0.37 0.336 0.18 0.215 0.34 0.439 0.47 0.672-0.03 0.094-0.09 0.159-0.19 0.196-0.08 0.028-0.23 0.042-0.46 0.042h-0.24c-0.15-0.009-0.36-0.014-0.64-0.014h-3.09l-0.79 0.014c-0.02 0-0.04 0.005-0.05 0.014-0.02 0-0.06 0.038-0.12 0.112l-0.61 3.318c-0.06 0.243-0.11 0.416-0.16 0.518-0.03 0.112-0.11 0.243-0.22 0.392-0.11 0.159-0.27 0.28-0.46 0.364-0.19 0.094-0.44 0.173-0.76 0.238-0.04-0.018-0.1-0.112-0.17-0.28-0.05-0.168-0.13-0.27-0.23-0.308l-1.4-0.28c-0.08-0.056-0.1-0.13-0.06-0.224 0.02-0.112 0.1-0.186 0.24-0.224 0.6 0.103 1.12 0.154 1.54 0.154 0.17 0 0.32-0.009 0.45-0.028 0.17 0 0.29-0.074 0.36-0.224 0.21-0.886 0.37-1.647 0.5-2.282 0.12-0.569 0.17-0.919 0.17-1.05 0.01-0.13-0.04-0.196-0.15-0.196l-3-0.014c-0.74 0.028-1.41 0.089-1.99 0.182-0.05-0.056-0.1-0.168-0.15-0.336s-0.07-0.289-0.06-0.364c0.02-0.065 0.06-0.102 0.12-0.112 0.07 0 0.54 0.033 1.4 0.098 0.02 0 0.18 0.01 0.47 0.028 0.3 0.01 0.74 0.014 1.32 0.014 0.34 0 0.7-0.004 1.06-0.014l1.04-0.028c0.07-0.065 0.11-0.107 0.11-0.126l0.43-2.114c0-0.102-0.04-0.154-0.14-0.154l-3.5 0.028-0.61 0.098-0.14-0.056c-0.04-0.046-0.07-0.154-0.1-0.322s-0.03-0.294 0-0.378l0.1-0.056c0.56 0.112 1.34 0.168 2.35 0.168 0.74 0 1.43-0.018 2.09-0.056 0.09-0.074 0.23-0.588 0.42-1.54 0.05-0.27 0.09-0.452 0.12-0.546l-0.05-0.07c-1.51 0.243-2.73 0.364-3.69 0.364h-0.39c-0.1-0.009-0.18-0.014-0.22-0.014-0.04-0.009-0.06-0.014-0.07-0.014-0.16-0.028-0.23-0.126-0.2-0.294 0.03-0.102 0.08-0.158 0.16-0.168l0.78-0.028c2.34-0.121 4.71-0.541 7.11-1.26l0.69-0.336c0.04-0.009 0.07-0.014 0.11-0.014 0.09 0 0.24 0.07 0.43 0.21 0.21 0.131 0.36 0.266 0.45 0.406 0 0.178-0.11 0.29-0.33 0.336-0.22 0.038-0.38 0.042-0.48 0.014h-0.14l-3.35 0.728c-0.09 0.075-0.23 0.607-0.42 1.596l-0.07 0.532c0 0.094 0.06 0.14 0.19 0.14l2.32 0.042c0.26-0.009 0.45-0.056 0.57-0.14 0.13-0.084 0.23-0.191 0.31-0.322 0.1-0.13 0.22-0.233 0.37-0.308 0.13 0.075 0.3 0.229 0.53 0.462 0.23 0.234 0.33 0.416 0.31 0.546m11.99 1.008c0.05-0.018 0.17-0.116 0.37-0.294 0.19-0.177 0.33-0.266 0.42-0.266 0.08 0 0.22 0.122 0.42 0.364 0.2 0.243 0.29 0.42 0.26 0.532-0.01 0.066-0.05 0.112-0.14 0.14l-0.38 0.056-1.05 0.028c-0.07 0.038-0.11 0.08-0.12 0.126-0.04 0.122-0.13 0.514-0.27 1.176l-0.63 3.458-0.15 0.602c-0.04 0.159-0.12 0.294-0.25 0.406-0.13 0.122-0.27 0.206-0.42 0.252-0.15 0.047-0.27 0.08-0.37 0.098-0.09 0.028-0.15 0.042-0.17 0.042-0.05 0-0.1-0.014-0.14-0.042-0.08-0.308-0.28-0.49-0.58-0.546l-0.55-0.07c-0.06-0.065-0.07-0.163-0.01-0.294 0.02-0.037 0.19-0.056 0.49-0.056 0.12 0 0.28 0.005 0.47 0.014 0.2 0.01 0.32 0.014 0.37 0.014 0.22 0 0.37-0.037 0.46-0.112 0.08-0.074 0.15-0.228 0.19-0.462l0.9-4.438c0.01-0.046 0-0.084-0.03-0.112-0.02-0.028-0.07-0.046-0.17-0.056-0.09-0.018-0.17-0.028-0.25-0.028h-0.39c-0.69 0-1.06 0.01-1.11 0.028-0.08 0-0.14 0.042-0.18 0.126l-0.45 1.47c-0.66 1.951-1.54 3.444-2.66 4.48-0.09 0.084-0.17 0.098-0.25 0.042-0.06-0.046-0.03-0.158 0.1-0.336 0.13-0.177 0.36-0.508 0.69-0.994 0.33-0.494 0.63-1.036 0.89-1.624 0.39-0.877 0.74-1.899 1.05-3.066l-0.08-0.14-1.37 0.042c-0.12 0.038-0.19 0.117-0.21 0.238-0.12 0.336-0.25 0.887-0.4 1.652-0.11 0.542-0.2 1.055-0.28 1.54l-0.12 0.7-0.23 1.162c-0.05 0.206-0.22 0.406-0.5 0.602s-0.53 0.294-0.76 0.294c-0.07 0-0.13-0.06-0.16-0.182-0.04-0.121-0.06-0.186-0.07-0.196-0.02-0.009-0.21-0.065-0.56-0.168-0.35-0.102-0.51-0.205-0.49-0.308 0-0.084 0.05-0.154 0.16-0.21l1.14 0.07c0.26 0 0.44-0.046 0.53-0.14 0.1-0.084 0.18-0.266 0.22-0.546l0.65-3.22c0.07-0.373 0.13-0.653 0.17-0.84 0.03-0.186 0.05-0.303 0.04-0.35 0-0.056-0.02-0.084-0.07-0.084-0.12-0.028-0.43-0.042-0.93-0.042-0.43 0-0.71 0.014-0.84 0.042-0.12 0.019-0.18 0.08-0.19 0.182-0.33 1.167-0.67 2.17-1.04 3.01-0.36 0.84-0.81 1.582-1.36 2.226-0.24 0.318-0.43 0.532-0.58 0.644-0.06 0.066-0.14 0.066-0.26 0-0.04-0.046-0.02-0.14 0.06-0.28 0.08-0.13 0.28-0.387 0.57-0.77 0.7-0.896 1.36-2.552 1.96-4.97l-0.07-0.098-1.38 0.056c-0.06-0.037-0.1-0.102-0.13-0.196-0.03-0.102-0.03-0.191-0.03-0.266 0.02-0.065 0.06-0.107 0.1-0.126l1.11 0.084c0.15 0 0.29-0.014 0.43-0.042 0.12-0.13 0.29-0.709 0.49-1.736 0.25-1.185 0.42-2.179 0.52-2.982 0.04-0.056 0.09-0.084 0.15-0.084 0.08 0 0.14 0.019 0.2 0.056 0.06 0.028 0.1 0.066 0.14 0.112 0.05 0.038 0.15 0.075 0.31 0.112 0.16 0.038 0.37 0.056 0.64 0.056 0.73 0 1.13-0.028 1.21-0.084 0.06-0.046 0.13-0.102 0.19-0.168 0.07-0.065 0.11-0.107 0.14-0.126 0.04-0.018 0.08-0.028 0.13-0.028 0.14 0 0.32 0.182 0.54 0.546l0.07 0.21c0.01 0.075-0.07 0.173-0.25 0.294-0.17 0.122-0.26 0.215-0.29 0.28-0.06 0.159-0.17 0.672-0.35 1.54-0.09 0.439-0.18 0.962-0.3 1.568l-0.04 0.224c-0.03 0.112-0.02 0.187 0.03 0.224 0.06 0.038 0.18 0.056 0.36 0.056 0.4 0 0.76-0.023 1.1-0.07 0.14-0.112 0.3-0.616 0.47-1.512 0.09-0.41 0.18-0.928 0.27-1.554 0.1-0.625 0.18-1.068 0.22-1.33 0.04-0.149 0.07-0.252 0.09-0.308s0.07-0.084 0.12-0.084c0.1 0 0.17 0.019 0.23 0.056 0.05 0.028 0.1 0.066 0.14 0.112 0.03 0.038 0.13 0.075 0.29 0.112 0.17 0.038 0.39 0.056 0.67 0.056h0.65c0.13-0.009 0.25-0.028 0.36-0.056 0.11-0.037 0.18-0.065 0.2-0.084 0.02-0.018 0.09-0.079 0.21-0.182 0.11-0.084 0.2-0.126 0.28-0.126 0.09 0 0.22 0.098 0.39 0.294s0.24 0.346 0.22 0.448c-0.02 0.084-0.11 0.187-0.29 0.308-0.18 0.122-0.27 0.21-0.28 0.266l-0.58 2.842-0.09 0.56c-0.02 0.084 0 0.136 0.05 0.154m-0.8-0.084c0.08-0.177 0.2-0.69 0.37-1.54 0.24-1.222 0.37-1.95 0.38-2.184 0.02-0.093-0.01-0.149-0.09-0.168h-1.72c-0.07 0-0.13 0.08-0.18 0.238-0.33 1.671-0.59 2.922-0.8 3.752l0.04 0.056c1.24 0 1.91-0.051 2-0.154m-5.93-3.92c-0.07 0-0.12 0.014-0.16 0.042-0.03 0.028-0.07 0.075-0.11 0.14-0.03 0.066-0.07 0.154-0.1 0.266-0.02 0.112-0.06 0.252-0.09 0.42s-0.07 0.369-0.12 0.602c-0.33 1.708-0.49 2.576-0.47 2.604l1.37 0.056c0.22-0.009 0.36-0.028 0.45-0.056 0.08-0.028 0.14-0.093 0.18-0.196 0.22-0.98 0.38-1.768 0.5-2.366 0.09-0.429 0.14-0.709 0.17-0.84 0.03-0.14 0.04-0.275 0.03-0.406 0-0.14-0.03-0.219-0.08-0.238l-1.57-0.028" stroke="#fff" stroke-width=".4" fill="#fff"/>
</g>
- <text id="text1920" style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.0000000" font-style="normal" transform="scale(1.130730,1.130730)" font-stretch="normal" font-variant="normal" y="18.25828" x="176.24451" font-weight="normal" fill="#ffffff">
- <tspan id="tspan1668" style="letter-spacing:2.1813099;" dx="0 -0.57057059 0 0 0 0 0" fill="#ffffff">::內插</tspan>
+ <text id="text1920" font-family="Sans" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff">
+ <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::內插</tspan>
</text>
Ryan Lerch, ryanlerch at gmail dot com
- <rect id="d0e15" display="none" height="1000px" width="264" y="36" x="35"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.2" line-height="150%" font-weight="normal" font-style="italic" fill="#000000">
+ <rect id="d0e15" display="none" height="1e3px" width="264" y="36" x="35"/>
+ <flowRoot font-size="7.2" font-style="italic" font-family="Sans" line-height="150%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e15"/>
</flowRegion>
<flowDiv xml:space="preserve">這篇文章說明如何使用 Inkscape 的內插擴充功能</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="68.3937498" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="68.3937498" x="10">介紹</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="68.3164061" x="10" font-family="Sans" fill="#000000">
+ <tspan y="68.3164061" x="10">介紹</tspan>
</text>
- <rect id="d0e24" display="none" height="1000px" width="288" y="73.594" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e24" display="none" height="1e3px" width="288" y="73.516" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e24"/>
</flowRegion>
<flowDiv xml:space="preserve">內插是在兩個或多個選取路徑之間作<flowSpan font-style="italic">線性內插</flowSpan>。大致上來說就是在路徑的間隔填入東西並且根據給定的階層數轉變它們。</flowDiv>
</flowRoot>
- <rect id="d0e30" display="none" height="1000px" width="288" y="102.25" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e30" display="none" height="1e3px" width="288" y="102.58" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e30"/>
</flowRegion>
- <flowDiv xml:space="preserve">To use the Interpolate extension, select the paths that you wish to transform, and choose <flowSpan font-family="Sans">Extensions &gt; Generate From Path &gt; Interpolate</flowSpan> from the menu.</flowDiv>
+ <flowDiv xml:space="preserve">開始使用內插擴充功能,選取你想要轉變的路徑,並從選單中選擇 <flowSpan font-family="Sans">擴充功能 &gt; 從路徑產生 &gt; 內插</flowSpan>。</flowDiv>
</flowRoot>
- <rect id="d0e36" display="none" height="1000px" width="288" y="139.72" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e36" display="none" height="1e3px" width="288" y="131.87" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e36"/>
</flowRegion>
- <flowDiv xml:space="preserve">Before invoking the extension, the objects that you are going to transform need to be <flowSpan font-style="italic">paths</flowSpan>. This is done by selecting the object and using <flowSpan font-family="Sans">Path &gt; Object to Path</flowSpan> or <flowSpan font-weight="bold">Shift+Ctrl+C</flowSpan>. If your objects are not paths, the extension will do nothing.</flowDiv>
+ <flowDiv xml:space="preserve">調用此擴充功能前,你必須先將物件轉換成<flowSpan font-style="italic">路徑</flowSpan>。選取物件然後使用 <flowSpan font-family="Sans">路徑 &gt; 物件轉成路徑</flowSpan> 或 <flowSpan font-weight="bold">Shift+Ctrl+C</flowSpan>。如果你的物件不是路徑,那麼執行內插不會有任何作用。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="202.31596280000002" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="202.31596280000002" x="10">Interpolation between two identical paths</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="185.0673101" x="10" font-family="Sans" fill="#000000">
+ <tspan y="185.0673101" x="10">兩個相同路徑的內插</tspan>
</text>
- <rect id="d0e54" display="none" height="1000px" width="288" y="207.52" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e54" display="none" height="1e3px" width="288" y="190.27" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e54"/>
</flowRegion>
- <flowDiv xml:space="preserve">The simplest use of the Interpolate extension is to interpolate between two paths that are identical. When the extension is called, the result is that the space between the two paths is filled with duplicates of the original paths. The number of steps defines how many of these duplicates are placed.</flowDiv>
+ <flowDiv xml:space="preserve">內插特效最簡單的用法是在兩個完全相同的路徑之間執行內插擴充功能。當呼叫這個特效時,其結果便是以數個原始物件的再製物件填入這兩個路徑之間的空間。階層數會決定放置多少個複製物件。</flowDiv>
</flowRoot>
- <rect id="d0e57" display="none" height="1000px" width="288" y="267.82" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e57" display="none" height="1e3px" width="288" y="229.88" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e57"/>
</flowRegion>
<flowDiv xml:space="preserve">例如,下面有兩個路徑:</flowDiv>
</flowRoot>
- <g id="interpolate-f01-zh_TW.svgg2896" transform="translate(10, 293.4744018) translate(4.5977783e-8,7.758846e-3)">
- <path id="interpolate-f01-zh_TW.svgrect4368" stroke-linejoin="round" d="M20.29,2.0163c10.119,0,18.265,8.1467,18.265,18.266s-8.146,18.265-18.265,18.265c-10.12,0-18.266-8.146-18.266-18.265s8.1459-18.266,18.266-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <path id="interpolate-f01-zh_TW.svgrect4370" stroke-linejoin="round" d="M245.44,2.0163c10.12,0,18.27,8.1467,18.27,18.266s-8.15,18.265-18.27,18.265-18.27-8.146-18.27-18.265,8.15-18.266,18.27-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
+ <g id="interpolate-f01-zh_TW.svgg2896" stroke-linejoin="round" transform="translate(10 255.57)" stroke="#2e75ac" stroke-width="4.0482" fill="#0cf">
+ <path id="interpolate-f01-zh_TW.svgrect4368" d="m20.29 2.0163c10.119 0 18.265 8.1467 18.265 18.266s-8.146 18.265-18.265 18.265c-10.12 0-18.266-8.146-18.266-18.265 0.0001-10.119 8.146-18.266 18.266-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" inkscape:export-xdpi="88.379997"/>
+ <path id="interpolate-f01-zh_TW.svgrect4370" d="m245.44 2.0163c10.12 0 18.27 8.1467 18.27 18.266s-8.15 18.265-18.27 18.265-18.27-8.146-18.27-18.265 8.15-18.266 18.27-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" inkscape:export-xdpi="88.379997"/>
</g>
- <rect id="d0e70" display="none" height="1000px" width="288" y="346.05" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e70" display="none" height="1e3px" width="288" y="308.14" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e70"/>
</flowRegion>
- <flowDiv xml:space="preserve">Now, select the two paths, and run the Interpolate extension with the settings shown in the following image.</flowDiv>
- </flowRoot>
- <g id="interpolate-f02-zh_TW.svgg3003" transform="translate(10, 382.5490388) translate(2.8125e-6,2.0373646e-2)">
- <path id="interpolate-f02-zh_TW.svgpath4419" stroke-linejoin="round" d="M20.29,2.0037c10.119,0,18.265,8.1463,18.265,18.265s-8.146,18.266-18.265,18.266c-10.12,0-18.266-8.147-18.266-18.266s8.1459-18.265,18.266-18.265z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate2.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <path id="interpolate-f02-zh_TW.svgpath4421" stroke-linejoin="round" d="M245.44,2.0037c10.12,0,18.27,8.1463,18.27,18.265s-8.15,18.266-18.27,18.266-18.27-8.147-18.27-18.266,8.15-18.265,18.27-18.265z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate2.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <g id="interpolate-f02-zh_TW.svgg4423" inkscape:export-ydpi="88.379997" inkscape:export-xdpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate2.png" transform="matrix(0.5218716,0,0,0.5218716,-12.141006,-26.068155)">
- <path id="interpolate-f02-zh_TW.svgpath4425" stroke-linejoin="round" d="M123.78,53.791c19.39,0,35,15.61,35,35,0,19.389-15.61,34.999-35,34.999s-35.004-15.61-35.004-34.999c0-19.39,15.614-35,35.004-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f02-zh_TW.svgpath4427" stroke-linejoin="round" d="M185.41,53.791c19.39,0,35,15.61,35,35,0,19.389-15.61,34.999-35,34.999s-35-15.61-35-34.999c0-19.39,15.61-35,35-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f02-zh_TW.svgpath4429" stroke-linejoin="round" d="M247.04,53.791c19.39,0,35,15.61,35,35,0,19.389-15.61,34.999-35,34.999s-35-15.61-35-34.999c0-19.39,15.61-35,35-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f02-zh_TW.svgpath4431" stroke-linejoin="round" d="M308.67,53.791c19.39,0,35,15.61,35,35,0,19.389-15.61,34.999-35,34.999s-35-15.61-35-34.999c0-19.39,15.61-35,35-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f02-zh_TW.svgpath4433" stroke-linejoin="round" d="M370.31,53.791c19.39,0,35,15.61,35,35,0,19.389-15.61,34.999-35,34.999s-35-15.61-35-34.999c0-19.39,15.61-35,35-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f02-zh_TW.svgpath4435" stroke-linejoin="round" d="M431.94,53.791c19.39,0,35,15.61,35,35,0,19.389-15.61,34.999-35,34.999s-35-15.61-35-34.999c0-19.39,15.61-35,35-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
+ <flowDiv xml:space="preserve">現在,選取這兩個路徑,然後以下面圖片裡的設定值來執行內插擴充功能。</flowDiv>
+ </flowRoot>
+ <g id="interpolate-f02-zh_TW.svgg3003" transform="translate(10 333.98)">
+ <path id="interpolate-f02-zh_TW.svgpath4419" stroke-linejoin="round" d="m20.29 2.0037c10.119 0 18.265 8.1463 18.265 18.265s-8.146 18.266-18.265 18.266c-10.12 0-18.266-8.147-18.266-18.266 0.0001-10.119 8.146-18.265 18.266-18.265z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate2.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="4.0482" fill="#0cf"/>
+ <path id="interpolate-f02-zh_TW.svgpath4421" stroke-linejoin="round" d="m245.44 2.0037c10.12 0 18.27 8.1463 18.27 18.265s-8.15 18.266-18.27 18.266-18.27-8.147-18.27-18.266 8.15-18.265 18.27-18.265z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate2.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="4.0482" fill="#0cf"/>
+ <g id="interpolate-f02-zh_TW.svgg4423" stroke-linejoin="round" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate2.png" transform="matrix(.52187 0 0 .52187 -12.141 -26.068)" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="7.757" fill="#0cf">
+ <path id="interpolate-f02-zh_TW.svgpath4425" d="m123.78 53.791c19.39 0 35 15.61 35 35 0 19.389-15.61 34.999-35 34.999s-35.004-15.61-35.004-34.999c0-19.39 15.614-35 35.004-35"/>
+ <path id="interpolate-f02-zh_TW.svgpath4427" d="m185.41 53.791c19.39 0 35 15.61 35 35 0 19.389-15.61 34.999-35 34.999s-35-15.61-35-34.999c0-19.39 15.61-35 35-35"/>
+ <path id="interpolate-f02-zh_TW.svgpath4429" d="m247.04 53.791c19.39 0 35 15.61 35 35 0 19.389-15.61 34.999-35 34.999s-35-15.61-35-34.999c0-19.39 15.61-35 35-35"/>
+ <path id="interpolate-f02-zh_TW.svgpath4431" d="m308.67 53.791c19.39 0 35 15.61 35 35 0 19.389-15.61 34.999-35 34.999s-35-15.61-35-34.999c0-19.39 15.61-35 35-35"/>
+ <path id="interpolate-f02-zh_TW.svgpath4433" d="m370.31 53.791c19.39 0 35 15.61 35 35 0 19.389-15.61 34.999-35 34.999s-35-15.61-35-34.999c0-19.39 15.61-35 35-35"/>
+ <path id="interpolate-f02-zh_TW.svgpath4435" d="m431.94 53.791c19.39 0 35 15.61 35 35 0 19.389-15.61 34.999-35 34.999s-35-15.61-35-34.999c0-19.39 15.61-35 35-35"/>
</g>
- <flowRoot id="interpolate-f02-zh_TW.svgflowRoot2609" font-weight="normal" xml:space="preserve" transform="translate(-291.30762,26.335616)" font-style="normal" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="interpolate-f02-zh_TW.svgflowRegion2611"><rect id="interpolate-f02-zh_TW.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f02-zh_TW.svgflowPara2615">指數: 0.0</flowPara><flowPara id="interpolate-f02-zh_TW.svgflowPara2617">內插階層數: 6</flowPara><flowPara id="interpolate-f02-zh_TW.svgflowPara2619">插入方式: 2</flowPara><flowPara id="interpolate-f02-zh_TW.svgflowPara2621">再製終點路徑: 未勾選</flowPara><flowPara id="interpolate-f02-zh_TW.svgflowPara2623">插入樣式: 未勾選</flowPara></flowRoot>
+ <flowRoot id="interpolate-f02-zh_TW.svgflowRoot2609" xml:space="preserve" transform="translate(-291.31 26.336)" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="interpolate-f02-zh_TW.svgflowRegion2611"><rect id="interpolate-f02-zh_TW.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f02-zh_TW.svgflowPara2615">指數: 0.0</flowPara><flowPara id="interpolate-f02-zh_TW.svgflowPara2617">內插階層數: 6</flowPara><flowPara id="interpolate-f02-zh_TW.svgflowPara2619">插入方式: 2</flowPara><flowPara id="interpolate-f02-zh_TW.svgflowPara2621">再製終點路徑: 未勾選</flowPara><flowPara id="interpolate-f02-zh_TW.svgflowPara2623">插入樣式: 未勾選</flowPara></flowRoot>
</g>
- <rect id="d0e83" display="none" height="1000px" width="288" y="476.26" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e83" display="none" height="1e3px" width="288" y="427.81" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e83"/>
</flowRegion>
- <flowDiv xml:space="preserve">As can be seen from the above result, the space between the two circle-shaped paths has been filled with 6 (the number of interpolation steps) other circle-shaped paths. Also note that the extension groups these shapes together.</flowDiv>
+ <flowDiv xml:space="preserve">如同上圖中所見執行後的結果,兩的圓形路徑之間的地方被填入 6 個 (內插階層數) 其他的圓形路徑。並注意此擴充功能會把這些形狀群組在一起。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="538.8366348" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="538.8366348" x="10">兩個相異路徑的內插</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="470.10298059999997" x="10" font-family="Sans" fill="#000000">
+ <tspan y="470.10298059999997" x="10">兩個相異路徑的內插</tspan>
</text>
- <rect id="d0e92" display="none" height="1000px" width="288" y="544.04" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e92" display="none" height="1e3px" width="288" y="475.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e92"/>
</flowRegion>
<flowDiv xml:space="preserve">當內插用在兩個不同的路徑上時,程式所插入的路徑之形狀會從其中一個漸漸變為另一個。你會獲得路徑之間連續的形狀轉變效果,形狀轉變的數量仍是由內插階層數決定。</flowDiv>
</flowRoot>
- <rect id="d0e95" display="none" height="1000px" width="288" y="583.33" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e95" display="none" height="1e3px" width="288" y="515.73" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e95"/>
</flowRegion>
<flowDiv xml:space="preserve">例如,下面有兩個路徑:</flowDiv>
</flowRoot>
- <g id="interpolate-f03-zh_TW.svgg15756" transform="translate(10, 608.9885108) translate(-17.882737,-67.121272)">
- <path id="interpolate-f03-zh_TW.svgpath4455" stroke-linejoin="round" d="M38.172,69.145c10.119,0,18.266,8.147,18.266,18.266s-8.147,18.269-18.266,18.269-18.265-8.15-18.265-18.269,8.146-18.266,18.265-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <path id="interpolate-f03-zh_TW.svgpath4457" stroke-linejoin="round" d="M281.59,76.452l-18.27,29.228-18.26-29.228h36.53z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
+ <g id="interpolate-f03-zh_TW.svgg15756" stroke-linejoin="round" transform="translate(-7.883 474.29)" stroke="#2e75ac" stroke-width="4.0482" fill="#0cf">
+ <path id="interpolate-f03-zh_TW.svgpath4455" d="m38.172 69.145c10.119 0 18.266 8.147 18.266 18.266s-8.147 18.269-18.266 18.269-18.265-8.15-18.265-18.269 8.146-18.266 18.265-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" inkscape:export-xdpi="88.379997"/>
+ <path id="interpolate-f03-zh_TW.svgpath4457" d="m281.59 76.452l-18.27 29.228-18.26-29.228h36.53z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" inkscape:export-xdpi="88.379997"/>
</g>
- <rect id="d0e108" display="none" height="1000px" width="288" y="661.57" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e108" display="none" height="1e3px" width="288" y="593.99" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e108"/>
</flowRegion>
- <flowDiv xml:space="preserve">Now, select the two paths, and run the Interpolate extension. The result should be like this:</flowDiv>
- </flowRoot>
- <g id="interpolate-f04-zh_TW.svgg2967" transform="translate(10, 696.3990748) translate(2.8125e-6,-0.4247481)">
- <path id="interpolate-f04-zh_TW.svgpath2532" stroke-linejoin="round" d="M263.71,9.755s-8.58,13.718-13.98,22.357c-2.48,3.97-4.29,6.868-4.29,6.868s-4.94-7.903-9.68-15.49c-4.38-7.002-8.59-13.735-8.59-13.735h10.17,26.37" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <g id="interpolate-f04-zh_TW.svgg2606" transform="matrix(0.5218716,0,0,0.5218716,-7.8861822,-205.17)">
- <path id="interpolate-f04-zh_TW.svgpath2534" stroke-linejoin="round" d="M453.79,409.84c2.77,0-9.09,24.76-17.95,41.71-4.08,7.37-7.26,12.91-7.62,13.61-0.84,1.59-10.62-10.31-20.33-22.77-8.9-11.5-17.32-23.4-18.22-24.71-0.56-0.8,6.36-1.78,15.81-2.84,17.76-2.77,45.54-5,48.31-5" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f04-zh_TW.svgpath2536" stroke-linejoin="round" d="M387.15,407.84c5.54,0-1.73,23.23-9.12,40.59-3.4,7.12-6.29,12.66-7.01,14.05-1.67,3.19-11.77-5.46-22.12-15.85-9.41-9.58-18.17-20.49-19.97-23.1-1.12-1.61,4.26-3.57,12.14-5.69,14.79-5.54,40.54-10,46.08-10" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f04-zh_TW.svgpath2538" stroke-linejoin="round" d="M320.52,405.84c8.31,0,5.61,21.71-0.3,39.47-2.72,6.87-5.31,12.41-6.4,14.49-2.5,4.79-12.92-0.62-23.9-8.93-9.92-7.66-19.04-17.58-21.74-21.49-1.68-2.42,2.17-5.36,8.47-8.54,11.84-8.31,35.56-15,43.87-15" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f04-zh_TW.svgpath2540" stroke-linejoin="round" d="M253.89,403.84c11.08,0,12.96,20.18,8.52,38.35-2.03,6.62-4.34,12.16-5.79,14.93-3.34,6.38-14.07,4.22-25.68-2.01-10.43-5.75-19.9-14.67-23.51-19.88-2.23-3.23,0.08-7.15,4.81-11.39,8.87-11.08,30.57-20,41.65-20" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f04-zh_TW.svgpath2542" stroke-linejoin="round" d="M187.26,401.84c13.85,0,20.3,18.66,17.35,37.23-1.36,6.38-3.38,11.91-5.19,15.38-4.17,7.97-15.22,9.06-27.46,4.9-10.95-3.83-20.77-11.76-25.27-18.27-2.8-4.03-2.02-8.94,1.13-14.24,5.92-13.85,25.59-25,39.44-25" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f04-zh_TW.svgpath2544" stroke-linejoin="round" d="M120.62,399.84c16.62,0,27.66,17.13,26.18,36.11-0.68,6.13-2.41,11.66-4.58,15.82-5,9.57-16.37,13.9-29.25,11.82-11.45-1.91-21.626-8.85-27.032-16.66-3.354-4.84-4.108-10.73-2.532-17.09,2.959-16.62,20.594-30,37.214-30" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
+ <flowDiv xml:space="preserve">現在,選取這兩個路徑,並執行內插擴充功能。執行後的結果如下面所示:</flowDiv>
+ </flowRoot>
+ <g id="interpolate-f04-zh_TW.svgg2967" transform="translate(10 619.39)">
+ <path id="interpolate-f04-zh_TW.svgpath2532" stroke-linejoin="round" d="m263.71 9.755s-8.58 13.718-13.98 22.357c-2.48 3.97-4.29 6.868-4.29 6.868s-4.94-7.903-9.68-15.49c-4.38-7.002-8.59-13.735-8.59-13.735h10.17 26.37" stroke="#2e75ac" stroke-width="4.0482" fill="#0cf"/>
+ <g id="interpolate-f04-zh_TW.svgg2606" stroke-linejoin="round" transform="matrix(.52187 0 0 .52187 -7.8862 -205.17)" stroke="#2e75ac" stroke-width="7.757" fill="#0cf">
+ <path id="interpolate-f04-zh_TW.svgpath2534" d="m453.79 409.84c2.77 0-9.09 24.76-17.95 41.71-4.08 7.37-7.26 12.91-7.62 13.61-0.84 1.59-10.62-10.31-20.33-22.77-8.9-11.5-17.32-23.4-18.22-24.71-0.56-0.8 6.36-1.78 15.81-2.84 17.76-2.77 45.54-5 48.31-5"/>
+ <path id="interpolate-f04-zh_TW.svgpath2536" d="m387.15 407.84c5.54 0-1.73 23.23-9.12 40.59-3.4 7.12-6.29 12.66-7.01 14.05-1.67 3.19-11.77-5.46-22.12-15.85-9.41-9.58-18.17-20.49-19.97-23.1-1.12-1.61 4.26-3.57 12.14-5.69 14.79-5.54 40.54-10 46.08-10"/>
+ <path id="interpolate-f04-zh_TW.svgpath2538" d="m320.52 405.84c8.31 0 5.61 21.71-0.3 39.47-2.72 6.87-5.31 12.41-6.4 14.49-2.5 4.79-12.92-0.62-23.9-8.93-9.92-7.66-19.04-17.58-21.74-21.49-1.68-2.42 2.17-5.36 8.47-8.54 11.84-8.31 35.56-15 43.87-15"/>
+ <path id="interpolate-f04-zh_TW.svgpath2540" d="m253.89 403.84c11.08 0 12.96 20.18 8.52 38.35-2.03 6.62-4.34 12.16-5.79 14.93-3.34 6.38-14.07 4.22-25.68-2.01-10.43-5.75-19.9-14.67-23.51-19.88-2.23-3.23 0.08-7.15 4.81-11.39 8.87-11.08 30.57-20 41.65-20"/>
+ <path id="interpolate-f04-zh_TW.svgpath2542" d="m187.26 401.84c13.85 0 20.3 18.66 17.35 37.23-1.36 6.38-3.38 11.91-5.19 15.38-4.17 7.97-15.22 9.06-27.46 4.9-10.95-3.83-20.77-11.76-25.27-18.27-2.8-4.03-2.02-8.94 1.13-14.24 5.92-13.85 25.59-25 39.44-25"/>
+ <path id="interpolate-f04-zh_TW.svgpath2544" d="m120.62 399.84c16.62 0 27.66 17.13 26.18 36.11-0.68 6.13-2.41 11.66-4.58 15.82-5 9.57-16.37 13.9-29.25 11.82-11.45-1.91-21.626-8.85-27.032-16.66-3.354-4.84-4.108-10.73-2.532-17.09 2.959-16.62 20.594-30 37.214-30"/>
</g>
- <path id="interpolate-f04-zh_TW.svgpath2546" stroke-linejoin="round" d="M20.29,2.4488c10.119,0,18.265,8.1462,18.265,18.265,0,3.067-0.748,5.952-2.072,8.485-3.046,5.824-9.141,9.781-16.193,9.781-6.245,0-11.738-3.102-15.029-7.856-2.0422-2.95-3.2366-6.535-3.2366-10.41,0-10.119,8.1459-18.265,18.266-18.265" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <flowRoot id="interpolate-f04-zh_TW.svgflowRoot2609" font-weight="normal" xml:space="preserve" transform="translate(-291.30762,26.53513)" font-style="normal" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="interpolate-f04-zh_TW.svgflowRegion2611"><rect id="interpolate-f04-zh_TW.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f04-zh_TW.svgflowPara2615">指數: 0.0</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2617">內插階層數: 6</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2619">插入方式: 2</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2621">再製終點路徑: 未勾選</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2623">插入樣式: 未勾選</flowPara></flowRoot>
+ <path id="interpolate-f04-zh_TW.svgpath2546" stroke-linejoin="round" d="m20.29 2.4488c10.119 0 18.265 8.1462 18.265 18.265 0 3.067-0.748 5.952-2.072 8.485-3.046 5.824-9.141 9.781-16.193 9.781-6.245 0-11.738-3.102-15.029-7.856-2.0425-2.95-3.2369-6.535-3.2369-10.41 0-10.119 8.1459-18.265 18.266-18.265v-0.0002" stroke="#2e75ac" stroke-width="4.0482" fill="#0cf"/>
+ <flowRoot id="interpolate-f04-zh_TW.svgflowRoot2609" xml:space="preserve" transform="translate(-291.31 26.535)" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="interpolate-f04-zh_TW.svgflowRegion2611"><rect id="interpolate-f04-zh_TW.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f04-zh_TW.svgflowPara2615">指數: 0.0</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2617">內插階層數: 6</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2619">插入方式: 2</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2621">再製終點路徑: 未勾選</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2623">插入樣式: 未勾選</flowPara></flowRoot>
</g>
- <rect id="d0e121" display="none" height="1000px" width="288" y="789.87" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e121" display="none" height="1e3px" width="288" y="713.42" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e121"/>
</flowRegion>
<flowDiv xml:space="preserve">如上圖中看到的結果,圓形路徑和三角形路徑之間的地方被填入 6 個路徑,且路徑的形狀從圓形漸漸轉變成三角形。</flowDiv>
</flowRoot>
- <rect id="d0e124" display="none" height="1000px" width="288" y="818.57" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e124" display="none" height="1e3px" width="288" y="742.7" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e124"/>
</flowRegion>
- <flowDiv xml:space="preserve">When using the Interpolate extension on two different paths, the <flowSpan font-style="italic">position</flowSpan> of the starting node of each path is important. To find the starting node of a path, select the path, then choose the Node Tool so that the nodes appear and press <flowSpan font-weight="bold">TAB</flowSpan>. The first node that is selected is the starting node of that path.</flowDiv>
+ <flowDiv xml:space="preserve">當內插擴充功能用於兩個相異的路徑時,每個路徑起始節點的<flowSpan font-style="italic">位置</flowSpan>就很重要。要查詢路徑的起始節點,先選取路徑,然後選擇節點工具會出現路徑節點,再按 <flowSpan font-weight="bold">TAB</flowSpan> 鍵。第一個被選取的就是路徑的起始節點。</flowDiv>
</flowRoot>
- <rect id="d0e133" display="none" height="1000px" width="288" y="879" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e133" display="none" height="1e3px" width="288" y="783.16" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e133"/>
</flowRegion>
<flowDiv xml:space="preserve">看下面的圖像,除了顯示節點以外其他部份和上一個範例完全相同。每個路徑上的綠色節點便是起始節點。</flowDiv>
</flowRoot>
- <g id="interpolate-f05-zh_TW.svgg2898" transform="translate(10, 915.7057738) translate(9.4344012e-2,0)">
- <path id="interpolate-f05-zh_TW.svgpath4455" stroke-linejoin="round" d="M20.262,2.0739c10.119,0,18.265,8.1461,18.265,18.265,0,10.12-8.146,18.266-18.265,18.266s-18.266-8.146-18.266-18.266c0-10.119,8.1469-18.265,18.266-18.265z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <path id="interpolate-f05-zh_TW.svgpath4457" stroke-linejoin="round" d="M263.68,9.3801l-18.27,29.225-18.26-29.225h36.53z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <rect id="interpolate-f05-zh_TW.svgrect2473" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-16.968" x="-14.604" fill="#0F0"/>
- <rect id="interpolate-f05-zh_TW.svgrect2475" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-43.997" x="-14.271" fill="#CCC"/>
- <rect id="interpolate-f05-zh_TW.svgrect2477" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-43.648" x="10.895" fill="#CCC"/>
- <rect id="interpolate-f05-zh_TW.svgrect2479" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-17.746" x="11.67" fill="#CCC"/>
- <rect id="interpolate-f05-zh_TW.svgrect2481" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-168.8" x="-157.71" fill="#CCC"/>
- <rect id="interpolate-f05-zh_TW.svgrect2483" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-192.64" x="-181.96" fill="#0F0"/>
- <rect id="interpolate-f05-zh_TW.svgrect2485" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-200.55" x="-150.15" fill="#CCC"/>
+ <g id="interpolate-f05-zh_TW.svgg2898" transform="translate(10.094 819.59)">
+ <path id="interpolate-f05-zh_TW.svgpath4455" stroke-linejoin="round" d="m20.262 2.0739c10.119 0 18.265 8.1461 18.265 18.265 0 10.12-8.146 18.266-18.265 18.266s-18.266-8.146-18.266-18.266c0.0001-10.119 8.147-18.265 18.266-18.265z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="4.0482" fill="#0cf"/>
+ <path id="interpolate-f05-zh_TW.svgpath4457" stroke-linejoin="round" d="m263.68 9.3801l-18.27 29.225-18.26-29.225 36.53 0.0001z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="4.0482" fill="#0cf"/>
+ <rect id="interpolate-f05-zh_TW.svgrect2473" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-16.968" x="-14.604" fill="#0f0"/>
+ <rect id="interpolate-f05-zh_TW.svgrect2475" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-43.997" x="-14.271" fill="#ccc"/>
+ <rect id="interpolate-f05-zh_TW.svgrect2477" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-43.648" x="10.895" fill="#ccc"/>
+ <rect id="interpolate-f05-zh_TW.svgrect2479" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-17.746" x="11.67" fill="#ccc"/>
+ <rect id="interpolate-f05-zh_TW.svgrect2481" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-168.8" x="-157.71" fill="#ccc"/>
+ <rect id="interpolate-f05-zh_TW.svgrect2483" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-192.64" x="-181.96" fill="#0f0"/>
+ <rect id="interpolate-f05-zh_TW.svgrect2485" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-200.55" x="-150.15" fill="#ccc"/>
</g>
- <rect id="d0e146" display="none" height="1000px" width="288" y="968.82" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e146" display="none" height="1e3px" width="288" y="872.71" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e146"/>
</flowRegion>
<flowDiv xml:space="preserve">上一個範例 (下圖所示) 於每個路徑上標示起始節點。</flowDiv>
</flowRoot>
- <g id="interpolate-f04-zh_TW.svgg2967" transform="translate(10, 994.6803206000001) translate(2.8125e-6,-0.4247481)">
- <path id="interpolate-f04-zh_TW.svgpath2532" stroke-linejoin="round" d="M263.71,9.755s-8.58,13.718-13.98,22.357c-2.48,3.97-4.29,6.868-4.29,6.868s-4.94-7.903-9.68-15.49c-4.38-7.002-8.59-13.735-8.59-13.735h10.17,26.37" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <g id="interpolate-f04-zh_TW.svgg2606" transform="matrix(0.5218716,0,0,0.5218716,-7.8861822,-205.17)">
- <path id="interpolate-f04-zh_TW.svgpath2534" stroke-linejoin="round" d="M453.79,409.84c2.77,0-9.09,24.76-17.95,41.71-4.08,7.37-7.26,12.91-7.62,13.61-0.84,1.59-10.62-10.31-20.33-22.77-8.9-11.5-17.32-23.4-18.22-24.71-0.56-0.8,6.36-1.78,15.81-2.84,17.76-2.77,45.54-5,48.31-5" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f04-zh_TW.svgpath2536" stroke-linejoin="round" d="M387.15,407.84c5.54,0-1.73,23.23-9.12,40.59-3.4,7.12-6.29,12.66-7.01,14.05-1.67,3.19-11.77-5.46-22.12-15.85-9.41-9.58-18.17-20.49-19.97-23.1-1.12-1.61,4.26-3.57,12.14-5.69,14.79-5.54,40.54-10,46.08-10" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f04-zh_TW.svgpath2538" stroke-linejoin="round" d="M320.52,405.84c8.31,0,5.61,21.71-0.3,39.47-2.72,6.87-5.31,12.41-6.4,14.49-2.5,4.79-12.92-0.62-23.9-8.93-9.92-7.66-19.04-17.58-21.74-21.49-1.68-2.42,2.17-5.36,8.47-8.54,11.84-8.31,35.56-15,43.87-15" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f04-zh_TW.svgpath2540" stroke-linejoin="round" d="M253.89,403.84c11.08,0,12.96,20.18,8.52,38.35-2.03,6.62-4.34,12.16-5.79,14.93-3.34,6.38-14.07,4.22-25.68-2.01-10.43-5.75-19.9-14.67-23.51-19.88-2.23-3.23,0.08-7.15,4.81-11.39,8.87-11.08,30.57-20,41.65-20" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f04-zh_TW.svgpath2542" stroke-linejoin="round" d="M187.26,401.84c13.85,0,20.3,18.66,17.35,37.23-1.36,6.38-3.38,11.91-5.19,15.38-4.17,7.97-15.22,9.06-27.46,4.9-10.95-3.83-20.77-11.76-25.27-18.27-2.8-4.03-2.02-8.94,1.13-14.24,5.92-13.85,25.59-25,39.44-25" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f04-zh_TW.svgpath2544" stroke-linejoin="round" d="M120.62,399.84c16.62,0,27.66,17.13,26.18,36.11-0.68,6.13-2.41,11.66-4.58,15.82-5,9.57-16.37,13.9-29.25,11.82-11.45-1.91-21.626-8.85-27.032-16.66-3.354-4.84-4.108-10.73-2.532-17.09,2.959-16.62,20.594-30,37.214-30" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
+ <g id="interpolate-f04-zh_TW.svgg2967" transform="translate(10 898.23)">
+ <path id="interpolate-f04-zh_TW.svgpath2532" stroke-linejoin="round" d="m263.71 9.755s-8.58 13.718-13.98 22.357c-2.48 3.97-4.29 6.868-4.29 6.868s-4.94-7.903-9.68-15.49c-4.38-7.002-8.59-13.735-8.59-13.735h10.17 26.37" stroke="#2e75ac" stroke-width="4.0482" fill="#0cf"/>
+ <g id="interpolate-f04-zh_TW.svgg2606" stroke-linejoin="round" transform="matrix(.52187 0 0 .52187 -7.8862 -205.17)" stroke="#2e75ac" stroke-width="7.757" fill="#0cf">
+ <path id="interpolate-f04-zh_TW.svgpath2534" d="m453.79 409.84c2.77 0-9.09 24.76-17.95 41.71-4.08 7.37-7.26 12.91-7.62 13.61-0.84 1.59-10.62-10.31-20.33-22.77-8.9-11.5-17.32-23.4-18.22-24.71-0.56-0.8 6.36-1.78 15.81-2.84 17.76-2.77 45.54-5 48.31-5"/>
+ <path id="interpolate-f04-zh_TW.svgpath2536" d="m387.15 407.84c5.54 0-1.73 23.23-9.12 40.59-3.4 7.12-6.29 12.66-7.01 14.05-1.67 3.19-11.77-5.46-22.12-15.85-9.41-9.58-18.17-20.49-19.97-23.1-1.12-1.61 4.26-3.57 12.14-5.69 14.79-5.54 40.54-10 46.08-10"/>
+ <path id="interpolate-f04-zh_TW.svgpath2538" d="m320.52 405.84c8.31 0 5.61 21.71-0.3 39.47-2.72 6.87-5.31 12.41-6.4 14.49-2.5 4.79-12.92-0.62-23.9-8.93-9.92-7.66-19.04-17.58-21.74-21.49-1.68-2.42 2.17-5.36 8.47-8.54 11.84-8.31 35.56-15 43.87-15"/>
+ <path id="interpolate-f04-zh_TW.svgpath2540" d="m253.89 403.84c11.08 0 12.96 20.18 8.52 38.35-2.03 6.62-4.34 12.16-5.79 14.93-3.34 6.38-14.07 4.22-25.68-2.01-10.43-5.75-19.9-14.67-23.51-19.88-2.23-3.23 0.08-7.15 4.81-11.39 8.87-11.08 30.57-20 41.65-20"/>
+ <path id="interpolate-f04-zh_TW.svgpath2542" d="m187.26 401.84c13.85 0 20.3 18.66 17.35 37.23-1.36 6.38-3.38 11.91-5.19 15.38-4.17 7.97-15.22 9.06-27.46 4.9-10.95-3.83-20.77-11.76-25.27-18.27-2.8-4.03-2.02-8.94 1.13-14.24 5.92-13.85 25.59-25 39.44-25"/>
+ <path id="interpolate-f04-zh_TW.svgpath2544" d="m120.62 399.84c16.62 0 27.66 17.13 26.18 36.11-0.68 6.13-2.41 11.66-4.58 15.82-5 9.57-16.37 13.9-29.25 11.82-11.45-1.91-21.626-8.85-27.032-16.66-3.354-4.84-4.108-10.73-2.532-17.09 2.959-16.62 20.594-30 37.214-30"/>
</g>
- <path id="interpolate-f04-zh_TW.svgpath2546" stroke-linejoin="round" d="M20.29,2.4488c10.119,0,18.265,8.1462,18.265,18.265,0,3.067-0.748,5.952-2.072,8.485-3.046,5.824-9.141,9.781-16.193,9.781-6.245,0-11.738-3.102-15.029-7.856-2.0422-2.95-3.2366-6.535-3.2366-10.41,0-10.119,8.1459-18.265,18.266-18.265" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <flowRoot id="interpolate-f04-zh_TW.svgflowRoot2609" font-weight="normal" xml:space="preserve" transform="translate(-291.30762,26.53513)" font-style="normal" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="interpolate-f04-zh_TW.svgflowRegion2611"><rect id="interpolate-f04-zh_TW.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f04-zh_TW.svgflowPara2615">指數: 0.0</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2617">內插階層數: 6</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2619">插入方式: 2</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2621">再製終點路徑: 未勾選</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2623">插入樣式: 未勾選</flowPara></flowRoot>
+ <path id="interpolate-f04-zh_TW.svgpath2546" stroke-linejoin="round" d="m20.29 2.4488c10.119 0 18.265 8.1462 18.265 18.265 0 3.067-0.748 5.952-2.072 8.485-3.046 5.824-9.141 9.781-16.193 9.781-6.245 0-11.738-3.102-15.029-7.856-2.0425-2.95-3.2369-6.535-3.2369-10.41 0-10.119 8.1459-18.265 18.266-18.265v-0.0002" stroke="#2e75ac" stroke-width="4.0482" fill="#0cf"/>
+ <flowRoot id="interpolate-f04-zh_TW.svgflowRoot2609" xml:space="preserve" transform="translate(-291.31 26.535)" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="interpolate-f04-zh_TW.svgflowRegion2611"><rect id="interpolate-f04-zh_TW.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f04-zh_TW.svgflowPara2615">指數: 0.0</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2617">內插階層數: 6</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2619">插入方式: 2</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2621">再製終點路徑: 未勾選</flowPara><flowPara id="interpolate-f04-zh_TW.svgflowPara2623">插入樣式: 未勾選</flowPara></flowRoot>
</g>
- <rect id="d0e159" display="none" height="1000px" width="288" y="1088.1" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e159" display="none" height="1e3px" width="288" y="992.26" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e159"/>
</flowRegion>
<flowDiv xml:space="preserve">現在,翻轉三角形路徑使得起始節點位置不同,注意內插效果產生的變化:</flowDiv>
</flowRoot>
- <g id="interpolate-f07-zh_TW.svgg2958" transform="translate(10, 1114.1702761000001) translate(-2.3727341e-7,0.318569)">
+ <g id="interpolate-f07-zh_TW.svgg2958" transform="translate(10 1018.4)">
<g id="interpolate-f07-zh_TW.svgg2900">
- <path id="interpolate-f07-zh_TW.svgpath2614" stroke-linejoin="round" d="M20.356,2.0242c10.119,0,18.265,8.1468,18.265,18.266s-8.146,18.265-18.265,18.265-18.266-8.146-18.266-18.265,8.1465-18.266,18.266-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <path id="interpolate-f07-zh_TW.svgpath2616" stroke-linejoin="round" d="M227.24,9.3304l18.27,29.225,18.26-29.225h-36.53z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <rect id="interpolate-f07-zh_TW.svgrect2618" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-16.999" x="-14.706" fill="#0F0"/>
- <rect id="interpolate-f07-zh_TW.svgrect2620" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-44.028" x="-14.373" fill="#CCC"/>
- <rect id="interpolate-f07-zh_TW.svgrect2622" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-43.679" x="10.793" fill="#CCC"/>
- <rect id="interpolate-f07-zh_TW.svgrect2624" transform="matrix(-0.7129787,0.7011857,-0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="-17.777" x="11.568" fill="#CCC"/>
- <rect id="interpolate-f07-zh_TW.svgrect2626" transform="matrix(0.7129787,0.7011857,0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="175.46" x="192.27" fill="#CCC"/>
- <rect id="interpolate-f07-zh_TW.svgrect2628" transform="matrix(0.7129787,0.7011857,0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="151.62" x="168.02" fill="#0F0"/>
- <rect id="interpolate-f07-zh_TW.svgrect2630" transform="matrix(0.7129787,0.7011857,0.7011857,-0.7129787,0,0)" height="2.9821" width="2.9821" y="143.71" x="199.83" fill="#CCC"/>
+ <path id="interpolate-f07-zh_TW.svgpath2614" stroke-linejoin="round" d="m20.356 2.0242c10.119 0 18.265 8.1468 18.265 18.266s-8.146 18.265-18.265 18.265-18.266-8.146-18.266-18.265c0.0005-10.119 8.147-18.266 18.266-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="4.0482" fill="#0cf"/>
+ <path id="interpolate-f07-zh_TW.svgpath2616" stroke-linejoin="round" d="m227.24 9.3304l18.27 29.225 18.26-29.225-36.53 0.0004z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-width="4.0482" fill="#0cf"/>
+ <rect id="interpolate-f07-zh_TW.svgrect2618" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-16.999" x="-14.706" fill="#0f0"/>
+ <rect id="interpolate-f07-zh_TW.svgrect2620" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-44.028" x="-14.373" fill="#ccc"/>
+ <rect id="interpolate-f07-zh_TW.svgrect2622" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-43.679" x="10.793" fill="#ccc"/>
+ <rect id="interpolate-f07-zh_TW.svgrect2624" transform="rotate(135.48)" height="2.9821" width="2.9821" y="-17.777" x="11.568" fill="#ccc"/>
+ <rect id="interpolate-f07-zh_TW.svgrect2626" transform="matrix(.71298 .70119 .70119 -.71298 0 0)" height="2.9821" width="2.9821" y="175.46" x="192.27" fill="#ccc"/>
+ <rect id="interpolate-f07-zh_TW.svgrect2628" transform="matrix(.71298 .70119 .70119 -.71298 0 0)" height="2.9821" width="2.9821" y="151.62" x="168.02" fill="#0f0"/>
+ <rect id="interpolate-f07-zh_TW.svgrect2630" transform="matrix(.71298 .70119 .70119 -.71298 0 0)" height="2.9821" width="2.9821" y="143.71" x="199.83" fill="#ccc"/>
</g>
</g>
- <g id="interpolate-f08-zh_TW.svgg2947" transform="translate(10, 1175.2894011) translate(-4.5008329e-8,1.1377795e-2)">
- <g id="interpolate-f08-zh_TW.svgg2693" transform="matrix(0.5218716,0,0,0.5218716,-7.8861828,-265.1763)">
- <path id="interpolate-f08-zh_TW.svgpath2695" stroke-linejoin="round" d="M53.99,511.98c19.39,0,35,15.61,35,35,0,5.88-1.434,11.41-3.971,16.26-5.837,11.16-17.515,18.74-31.029,18.74-11.966,0-22.492-5.94-28.798-15.05-3.913-5.65-6.202-12.52-6.202-19.95,0-19.39,15.61-35,35-35" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f08-zh_TW.svgpath2697" stroke-linejoin="round" d="M110.62,513.98c16.62,0,32.35,17.14,33.83,36.12,0.68,6.13-0.06,11.66-2.23,15.82-5,9.56-13.66,13.9-23.95,11.82-9.06-1.91-16.93-8.85-22.332-16.66-3.354-4.85-6.523-10.73-8.099-17.1-2.959-16.62,6.164-30,22.781-30" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f08-zh_TW.svgpath2699" stroke-linejoin="round" d="M167.26,515.98c13.85,0,29.69,18.66,32.65,37.24,1.35,6.37,1.32,11.91-0.49,15.37-4.17,7.98-9.81,9.07-16.86,4.91-6.16-3.83-11.37-11.76-15.87-18.27-2.8-4.04-6.85-8.94-10-14.25-5.92-13.85-3.28-25,10.57-25" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f08-zh_TW.svgpath2701" stroke-linejoin="round" d="M223.89,517.98c11.08,0,27.04,20.19,31.47,38.36,2.04,6.62,2.71,12.16,1.26,14.93-3.34,6.38-5.95,4.22-9.78-2.01-3.25-5.75-5.8-14.67-9.41-19.88-2.23-3.23-7.16-7.16-11.89-11.4-8.88-11.08-12.73-20-1.65-20" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f08-zh_TW.svgpath2703" stroke-linejoin="round" d="M280.52,519.98c8.31,0,24.39,21.71,30.3,39.48,2.72,6.87,4.09,12.41,3,14.49-2.5,4.78-2.1-0.62-2.7-8.93-0.34-7.67-0.24-17.59-2.94-21.49-1.68-2.42-7.49-5.37-13.79-8.55-11.84-8.31-22.18-15-13.87-15" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f08-zh_TW.svgpath2705" stroke-linejoin="round" d="M337.15,521.98c5.54,0,21.74,23.24,29.13,40.6,3.39,7.12,5.46,12.66,4.74,14.05-1.67,3.19,1.75-5.46,4.38-15.85,2.57-9.58,5.33-20.5,3.53-23.1-1.12-1.61-7.81-3.58-15.69-5.7-14.8-5.54-31.63-10-26.09-10" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f08-zh_TW.svgpath2707" stroke-linejoin="round" d="M393.79,523.98c2.77,0,19.08,24.76,27.95,41.72,4.07,7.36,6.84,12.91,6.48,13.6-0.84,1.6,5.61-10.3,11.47-22.76,5.47-11.5,10.88-23.41,9.98-24.71-0.56-0.81-8.13-1.79-17.58-2.85-17.76-2.77-41.07-5-38.3-5" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f08-zh_TW.svgpath2709" stroke-linejoin="round" d="M450.42,525.98s16.43,26.29,26.77,42.84c4.76,7.61,8.23,13.16,8.23,13.16s9.46-15.14,18.55-29.68c8.39-13.42,16.45-26.32,16.45-26.32h-19.48-50.52" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
+ <g id="interpolate-f08-zh_TW.svgg2947" transform="translate(10 1079.2)">
+ <g id="interpolate-f08-zh_TW.svgg2693" stroke-linejoin="round" transform="matrix(.52187 0 0 .52187 -7.8862 -265.18)" stroke="#2e75ac" stroke-width="7.757" fill="#0cf">
+ <path id="interpolate-f08-zh_TW.svgpath2695" d="m53.99 511.98c19.39 0 35 15.61 35 35 0 5.88-1.434 11.41-3.971 16.26-5.837 11.16-17.515 18.74-31.029 18.74-11.966 0-22.492-5.94-28.798-15.05-3.913-5.65-6.202-12.52-6.202-19.95 0-19.39 15.61-35 35-35"/>
+ <path id="interpolate-f08-zh_TW.svgpath2697" d="m110.62 513.98c16.62 0 32.35 17.14 33.83 36.12 0.68 6.13-0.06 11.66-2.23 15.82-5 9.56-13.66 13.9-23.95 11.82-9.06-1.91-16.93-8.85-22.332-16.66-3.354-4.85-6.523-10.73-8.099-17.1-2.959-16.62 6.164-30 22.781-30"/>
+ <path id="interpolate-f08-zh_TW.svgpath2699" d="m167.26 515.98c13.85 0 29.69 18.66 32.65 37.24 1.35 6.37 1.32 11.91-0.49 15.37-4.17 7.98-9.81 9.07-16.86 4.91-6.16-3.83-11.37-11.76-15.87-18.27-2.8-4.04-6.85-8.94-10-14.25-5.92-13.85-3.28-25 10.57-25"/>
+ <path id="interpolate-f08-zh_TW.svgpath2701" d="m223.89 517.98c11.08 0 27.04 20.19 31.47 38.36 2.04 6.62 2.71 12.16 1.26 14.93-3.34 6.38-5.95 4.22-9.78-2.01-3.25-5.75-5.8-14.67-9.41-19.88-2.23-3.23-7.16-7.16-11.89-11.4-8.88-11.08-12.73-20-1.65-20"/>
+ <path id="interpolate-f08-zh_TW.svgpath2703" d="m280.52 519.98c8.31 0 24.39 21.71 30.3 39.48 2.72 6.87 4.09 12.41 3 14.49-2.5 4.78-2.1-0.62-2.7-8.93-0.34-7.67-0.24-17.59-2.94-21.49-1.68-2.42-7.49-5.37-13.79-8.55-11.84-8.31-22.18-15-13.87-15"/>
+ <path id="interpolate-f08-zh_TW.svgpath2705" d="m337.15 521.98c5.54 0 21.74 23.24 29.13 40.6 3.39 7.12 5.46 12.66 4.74 14.05-1.67 3.19 1.75-5.46 4.38-15.85 2.57-9.58 5.33-20.5 3.53-23.1-1.12-1.61-7.81-3.58-15.69-5.7-14.8-5.54-31.63-10-26.09-10"/>
+ <path id="interpolate-f08-zh_TW.svgpath2707" d="m393.79 523.98c2.77 0 19.08 24.76 27.95 41.72 4.07 7.36 6.84 12.91 6.48 13.6-0.84 1.6 5.61-10.3 11.47-22.76 5.47-11.5 10.88-23.41 9.98-24.71-0.56-0.81-8.13-1.79-17.58-2.85-17.76-2.77-41.07-5-38.3-5"/>
+ <path id="interpolate-f08-zh_TW.svgpath2709" d="m450.42 525.98s16.43 26.29 26.77 42.84c4.76 7.61 8.23 13.16 8.23 13.16s9.46-15.14 18.55-29.68c8.39-13.42 16.45-26.32 16.45-26.32h-19.48-50.52"/>
</g>
</g>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1240.6685761" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1240.6685761" x="10">插入方式</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1144.5692089" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1144.5692089" x="10">插入方式</tspan>
</text>
- <rect id="d0e188" display="none" height="1000px" width="288" y="1245.9" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e188" display="none" height="1e3px" width="288" y="1149.8" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e188"/>
</flowRegion>
- <flowDiv xml:space="preserve">One of the parameters of the Interpolate extension is the Interpolation Method. There are 2 interpolation methods implemented, and they differ in the way that they calculate the curves of the new shapes. The choices are either Interpolation Method 1 or 2.</flowDiv>
+ <flowDiv xml:space="preserve">插入方式是內插擴充功能的其中一個參數。有 2 種不同的插入方式,兩者的差別在於用不同的方式來計算新形狀的曲線。插入方式 1 或 2 只能二選一。</flowDiv>
</flowRoot>
- <rect id="d0e191" display="none" height="1000px" width="288" y="1295.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e191" display="none" height="1e3px" width="288" y="1179" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e191"/>
</flowRegion>
<flowDiv xml:space="preserve">在上面的範例中,我們使用插入方式 2,結果如下:</flowDiv>
</flowRoot>
- <g id="interpolate-f09-zh_TW.svgg2939" transform="translate(10, 1321.5620151) translate(4.5977783e-8,-4.346754e-3)">
- <path id="interpolate-f09-zh_TW.svgpath2532" stroke-linejoin="round" d="M263.71,9.3346s-8.58,13.717-13.98,22.356c-2.48,3.971-4.29,6.868-4.29,6.868s-4.94-7.903-9.68-15.489c-4.38-7.003-8.59-13.735-8.59-13.735h10.17,26.37" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <g id="interpolate-f09-zh_TW.svgg2606" transform="matrix(0.5218716,0,0,0.5218716,-7.8861822,-205.5904)">
- <path id="interpolate-f09-zh_TW.svgpath2534" stroke-linejoin="round" d="M453.79,409.84c2.77,0-9.09,24.76-17.95,41.71-4.08,7.37-7.26,12.91-7.62,13.61-0.84,1.59-10.62-10.31-20.33-22.77-8.9-11.5-17.32-23.4-18.22-24.71-0.56-0.8,6.36-1.78,15.81-2.84,17.76-2.77,45.54-5,48.31-5" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f09-zh_TW.svgpath2536" stroke-linejoin="round" d="M387.15,407.84c5.54,0-1.73,23.23-9.12,40.59-3.4,7.12-6.29,12.66-7.01,14.05-1.67,3.19-11.77-5.46-22.12-15.85-9.41-9.58-18.17-20.49-19.97-23.1-1.12-1.61,4.26-3.57,12.14-5.69,14.79-5.54,40.54-10,46.08-10" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f09-zh_TW.svgpath2538" stroke-linejoin="round" d="M320.52,405.84c8.31,0,5.61,21.71-0.3,39.47-2.72,6.87-5.31,12.41-6.4,14.49-2.5,4.79-12.92-0.62-23.9-8.93-9.92-7.66-19.04-17.58-21.74-21.49-1.68-2.42,2.17-5.36,8.47-8.54,11.84-8.31,35.56-15,43.87-15" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f09-zh_TW.svgpath2540" stroke-linejoin="round" d="M253.89,403.84c11.08,0,12.96,20.18,8.52,38.35-2.03,6.62-4.34,12.16-5.79,14.93-3.34,6.38-14.07,4.22-25.68-2.01-10.43-5.75-19.9-14.67-23.51-19.88-2.23-3.23,0.08-7.15,4.81-11.39,8.87-11.08,30.57-20,41.65-20" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f09-zh_TW.svgpath2542" stroke-linejoin="round" d="M187.26,401.84c13.85,0,20.3,18.66,17.35,37.23-1.36,6.38-3.38,11.91-5.19,15.38-4.17,7.97-15.22,9.06-27.46,4.9-10.95-3.83-20.77-11.76-25.27-18.27-2.8-4.03-2.02-8.94,1.13-14.24,5.92-13.85,25.59-25,39.44-25" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f09-zh_TW.svgpath2544" stroke-linejoin="round" d="M120.62,399.84c16.62,0,27.66,17.13,26.18,36.11-0.68,6.13-2.41,11.66-4.58,15.82-5,9.57-16.37,13.9-29.25,11.82-11.45-1.91-21.626-8.85-27.032-16.66-3.354-4.84-4.108-10.73-2.532-17.09,2.959-16.62,20.594-30,37.214-30" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
+ <g id="interpolate-f09-zh_TW.svgg2939" stroke-linejoin="round" transform="translate(10 1204.6)" stroke="#2e75ac" fill="#0cf">
+ <path id="interpolate-f09-zh_TW.svgpath2532" d="m263.71 9.3346s-8.58 13.717-13.98 22.356c-2.48 3.971-4.29 6.868-4.29 6.868s-4.94-7.903-9.68-15.489c-4.38-7.003-8.59-13.735-8.59-13.735 0-0.0004 4.42-0.0004 10.17-0.0004h26.37" stroke-width="4.0482"/>
+ <g id="interpolate-f09-zh_TW.svgg2606" transform="matrix(.52187 0 0 .52187 -7.8862 -205.59)" stroke-width="7.757">
+ <path id="interpolate-f09-zh_TW.svgpath2534" d="m453.79 409.84c2.77 0-9.09 24.76-17.95 41.71-4.08 7.37-7.26 12.91-7.62 13.61-0.84 1.59-10.62-10.31-20.33-22.77-8.9-11.5-17.32-23.4-18.22-24.71-0.56-0.8 6.36-1.78 15.81-2.84 17.76-2.77 45.54-5 48.31-5"/>
+ <path id="interpolate-f09-zh_TW.svgpath2536" d="m387.15 407.84c5.54 0-1.73 23.23-9.12 40.59-3.4 7.12-6.29 12.66-7.01 14.05-1.67 3.19-11.77-5.46-22.12-15.85-9.41-9.58-18.17-20.49-19.97-23.1-1.12-1.61 4.26-3.57 12.14-5.69 14.79-5.54 40.54-10 46.08-10"/>
+ <path id="interpolate-f09-zh_TW.svgpath2538" d="m320.52 405.84c8.31 0 5.61 21.71-0.3 39.47-2.72 6.87-5.31 12.41-6.4 14.49-2.5 4.79-12.92-0.62-23.9-8.93-9.92-7.66-19.04-17.58-21.74-21.49-1.68-2.42 2.17-5.36 8.47-8.54 11.84-8.31 35.56-15 43.87-15"/>
+ <path id="interpolate-f09-zh_TW.svgpath2540" d="m253.89 403.84c11.08 0 12.96 20.18 8.52 38.35-2.03 6.62-4.34 12.16-5.79 14.93-3.34 6.38-14.07 4.22-25.68-2.01-10.43-5.75-19.9-14.67-23.51-19.88-2.23-3.23 0.08-7.15 4.81-11.39 8.87-11.08 30.57-20 41.65-20"/>
+ <path id="interpolate-f09-zh_TW.svgpath2542" d="m187.26 401.84c13.85 0 20.3 18.66 17.35 37.23-1.36 6.38-3.38 11.91-5.19 15.38-4.17 7.97-15.22 9.06-27.46 4.9-10.95-3.83-20.77-11.76-25.27-18.27-2.8-4.03-2.02-8.94 1.13-14.24 5.92-13.85 25.59-25 39.44-25"/>
+ <path id="interpolate-f09-zh_TW.svgpath2544" d="m120.62 399.84c16.62 0 27.66 17.13 26.18 36.11-0.68 6.13-2.41 11.66-4.58 15.82-5 9.57-16.37 13.9-29.25 11.82-11.45-1.91-21.626-8.85-27.032-16.66-3.354-4.84-4.108-10.73-2.532-17.09 2.959-16.62 20.594-30 37.214-30"/>
</g>
- <path id="interpolate-f09-zh_TW.svgpath2546" stroke-linejoin="round" d="M20.29,2.0284c10.119,0,18.265,8.1466,18.265,18.266,0,3.066-0.748,5.952-2.072,8.484-3.046,5.824-9.141,9.781-16.193,9.781-6.245,0-11.738-3.102-15.029-7.855-2.0422-2.95-3.2366-6.535-3.2366-10.41,0-10.119,8.1459-18.266,18.266-18.266" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
+ <path id="interpolate-f09-zh_TW.svgpath2546" d="m20.29 2.0284c10.119 0 18.265 8.1466 18.265 18.266 0 3.066-0.748 5.952-2.072 8.484-3.046 5.824-9.141 9.781-16.193 9.781-6.245 0-11.738-3.102-15.029-7.855-2.0425-2.95-3.2369-6.535-3.2369-10.41 0-10.119 8.1459-18.266 18.266-18.266v0.0004" stroke-width="4.0482"/>
</g>
- <rect id="d0e204" display="none" height="1000px" width="288" y="1374.1" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e204" display="none" height="1e3px" width="288" y="1257.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e204"/>
</flowRegion>
<flowDiv xml:space="preserve">現在和插入方式 1 作比較:</flowDiv>
</flowRoot>
- <g id="interpolate-f10-zh_TW.svgg2607" transform="translate(10, 1400.1724231) translate(-19.278123,-16.358316)">
- <path id="interpolate-f10-zh_TW.svgpath4460" stroke-linejoin="round" d="M39.568,18.382c10.119,0,18.265,8.147,18.265,18.266s-8.146,18.265-18.265,18.265-18.266-8.146-18.266-18.265,8.147-18.266,18.266-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <path id="interpolate-f10-zh_TW.svgpath4462" stroke-linejoin="round" d="M282.98,25.689l-18.26,29.224-18.27-29.224h36.53z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" stroke="#2e75ac" inkscape:export-xdpi="88.379997" stroke-miterlimit="4" stroke-width="4.04815769" fill="#0CF"/>
- <g id="interpolate-f10-zh_TW.svgg4484" transform="matrix(0.5218716,0,0,0.5218716,10.864771,-181.23611)">
- <path id="interpolate-f10-zh_TW.svgpath4486" stroke-linejoin="round" d="M121.63,384.51c16.62,0,25,21.38,25,38s-18.38,22-35,22c-16.617,0-27.497-13.38-24.997-30s18.377-30,34.997-30" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f10-zh_TW.svgpath4488" stroke-linejoin="round" d="M188.27,386.51c13.85,0,15,27.15,15,41s-21.15,9-35,9-20-11.15-15-25,21.15-25,35-25" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f10-zh_TW.svgpath4490" stroke-linejoin="round" d="M254.9,388.51c11.08,0,5,32.92,5,44s-23.92-4-35-4-12.5-8.92-5-20,23.92-20,35-20" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f10-zh_TW.svgpath4492" stroke-linejoin="round" d="M321.53,390.51c8.31,0-5,38.69-5,47s-26.69-17-35-17-5-6.69,5-15,26.69-15,35-15" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f10-zh_TW.svgpath4494" stroke-linejoin="round" d="M388.16,392.51c5.54,0-15,44.46-15,50s-29.46-30-35-30,2.5-4.46,15-10,29.46-10,35-10" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
- <path id="interpolate-f10-zh_TW.svgpath4496" stroke-linejoin="round" d="M454.8,394.51c2.77,0-25,50.23-25,53s-32.23-43-35-43,10-2.23,25-5,32.23-5,35-5" stroke="#2e75ac" stroke-miterlimit="4" stroke-width="7.75699997" fill="#0CF"/>
+ <g id="interpolate-f10-zh_TW.svgg2607" stroke-linejoin="round" transform="translate(-9.278 1266.4)" stroke="#2e75ac" fill="#0cf">
+ <path id="interpolate-f10-zh_TW.svgpath4460" d="m39.568 18.382c10.119 0 18.265 8.147 18.265 18.266s-8.146 18.265-18.265 18.265-18.266-8.146-18.266-18.265 8.147-18.266 18.266-18.266z" inkscape:export-ydpi="88.379997" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" inkscape:export-xdpi="88.379997" stroke-width="4.0482"/>
+ <path id="interpolate-f10-zh_TW.svgpath4462" d="m282.98 25.689l-18.26 29.224-18.27-29.224h36.53z" inkscape:export-ydpi="88.379997" sodipodi:nodetypes="cccc" inkscape:export-filename="C:\Documents and Settings\ryan\Desktop\interpolate1.png" inkscape:export-xdpi="88.379997" stroke-width="4.0482"/>
+ <g id="interpolate-f10-zh_TW.svgg4484" transform="matrix(.52187 0 0 .52187 10.865 -181.24)" stroke-width="7.757">
+ <path id="interpolate-f10-zh_TW.svgpath4486" d="m121.63 384.51c16.62 0 25 21.38 25 38s-18.38 22-35 22c-16.617 0-27.497-13.38-24.997-30s18.377-30 34.997-30"/>
+ <path id="interpolate-f10-zh_TW.svgpath4488" d="m188.27 386.51c13.85 0 15 27.15 15 41s-21.15 9-35 9-20-11.15-15-25 21.15-25 35-25"/>
+ <path id="interpolate-f10-zh_TW.svgpath4490" d="m254.9 388.51c11.08 0 5 32.92 5 44s-23.92-4-35-4-12.5-8.92-5-20 23.92-20 35-20"/>
+ <path id="interpolate-f10-zh_TW.svgpath4492" d="m321.53 390.51c8.31 0-5 38.69-5 47s-26.69-17-35-17-5-6.69 5-15 26.69-15 35-15"/>
+ <path id="interpolate-f10-zh_TW.svgpath4494" d="m388.16 392.51c5.54 0-15 44.46-15 50s-29.46-30-35-30 2.5-4.46 15-10 29.46-10 35-10"/>
+ <path id="interpolate-f10-zh_TW.svgpath4496" d="m454.8 394.51c2.77 0-25 50.23-25 53s-32.23-43-35-43 10-2.23 25-5 32.23-5 35-5"/>
</g>
</g>
- <rect id="d0e217" display="none" height="1000px" width="288" y="1452.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e217" display="none" height="1e3px" width="288" y="1335.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e217"/>
</flowRegion>
<flowDiv xml:space="preserve">至於兩者數值計算的方式有何差別不在本文講述的範圍,所以直接試看看這兩種方式,然後選用產生效果最接近你想要的那一種。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1494.3087691" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1494.3087691" x="10">指數</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1377.2075524" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1377.2075524" x="10">指數</tspan>
</text>
- <rect id="d0e226" display="none" height="1000px" width="288" y="1499.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e226" display="none" height="1e3px" width="288" y="1382.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e226"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-style="italic">指數參數</flowSpan>可控制插入路徑之間的間隔距離。指數為 0 會使複本之間的間隔距離平均分配。</flowDiv>
</flowRoot>
- <rect id="d0e231" display="none" height="1000px" width="288" y="1528" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e231" display="none" height="1e3px" width="288" y="1411.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e231"/>
</flowRegion>
<flowDiv xml:space="preserve">下面是另一個範例且指數為 0 的效果。</flowDiv>
</flowRoot>
- <g id="interpolate-f11-zh_TW.svgg2920" transform="translate(10, 1553.7815821000002) translate(2.8125e-6,-2.3064422e-7)">
- <path id="interpolate-f11-zh_TW.svgpath5198" stroke-linejoin="round" d="M247.6,27.441h-10.65l-5.33-9.226,5.33-9.226h10.65l5.33,9.226-5.33,9.226z" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.86884195" fill="#0F0"/>
- <path id="interpolate-f11-zh_TW.svgpath5921" stroke-linejoin="round" d="M22.999,28.619s-3.491-3.274-3.621-3.274c-0.066,0-0.79,4.829-0.872,4.829s-2.393-4.166-2.481-4.166c-0.087,0-2.283,4.393-2.365,4.393-0.081,0-0.986-4.649-1.051-4.649-0.131,0-3.5815,3.526-3.5815,3.526s0.6054-4.753,0.5399-4.866c-0.0327-0.057-4.3588,2.191-4.3997,2.121-0.0409-0.071,1.9781-4.395,1.9345-4.471-0.0436-0.075-4.8806,0.725-4.9215,0.655-0.0408-0.071,3.1955-3.54,3.1628-3.597-0.0654-0.113-4.9385-0.837-4.9385-0.837s4.2094-2.3,4.2748-2.413c0.0327-0.057-4.322-2.231-4.2811-2.302,0.02044-0.036,4.6908-0.901,4.7123-0.938s-3.483-3.4376-3.4612-3.4754,4.7214,0.5734,4.7428,0.5362c0.0215-0.0372-2.2719-4.3618-2.2514-4.3972,0.0409-0.0708,4.3273,1.9258,4.36,1.8691,0.0654-0.1133-0.7671-4.9822-0.7671-4.9822s3.4899,3.2745,3.6209,3.2745c0.066,0,0.79-4.8295,0.872-4.8295,0.081,0,2.393,4.1658,2.48,4.1658,0.088,0,2.283-4.3929,2.365-4.3929s0.987,4.6493,1.052,4.6493c0.131,0,3.581-3.5263,3.581-3.5263s-0.605,4.7534-0.54,4.8667c0.033,0.0566,4.359-2.1918,4.4-2.121,0.041,0.0709-1.978,4.3946-1.935,4.4702,0.022,0.0377,4.837-0.8006,4.859-0.7634,0.021,0.0372-3.232,3.4771-3.212,3.5121,0.041,0.071,4.909,0.785,4.942,0.841,0.065,0.114-4.057,2.414-4.057,2.414s4.349,2.184,4.284,2.297c-0.033,0.057-4.72,0.951-4.761,1.022-0.021,0.036,3.484,3.435,3.463,3.472-0.022,0.038-4.721-0.574-4.743-0.536-0.044,0.076,2.227,4.439,2.186,4.51-0.04,0.071-4.327-1.926-4.36-1.869-0.065,0.113,0.768,4.982,0.768,4.982" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.79674554" fill="#0F0"/>
- <g id="interpolate-f11-zh_TW.svgg6545" transform="matrix(0.5218716,0,0,0.5218716,-9.217538,-573.46675)">
- <path id="interpolate-f11-zh_TW.svgpath6547" stroke-linejoin="round" d="M430.62,1151.8s-1.99-0.9-3.61-0.9c-0.79,0-1.88,1.3-2.87,1.3-0.86,0-2.37-1.1-3.29-1.1-0.91,0-2.42,1.2-3.32,1.2-0.92,0-2.03-1.3-2.85-1.3-1.07,0-2.95,1-3.68,1-1.05,0-1.64-0.5-1.59-0.9,0.03-0.3-0.12-0.8-0.43-1.3-0.32-0.5-1.96-0.7-2.51-1.7-0.41-0.7-0.3-2.6-0.78-3.5-0.44-0.7-2.22-1.3-2.68-2.1-0.45-0.8,0.01-2.5-0.42-3.2-0.5-0.9-2.29-1.9-2.7-2.6-0.55-0.9,0.14-2.4-0.15-2.9-0.23-0.4-0.52-0.8-0.72-0.9-0.35-0.1-0.48-1,0.1-2,0.36-0.6,2.08-1.6,2.58-2.5,0.41-0.7-0.1-2.4,0.37-3.2,0.42-0.8,2.14-1.3,2.57-2.1,0.47-0.8,0.29-2.8,0.71-3.5,0.48-0.8,2.09-1,2.47-1.7,0.82-1.4,1.16-3.5,1.13-3.7h0.03c0.19,0,2.14,0.9,3.61,0.9,0.79,0,1.89-1.3,2.88-1.3,0.85,0,2.36,1.1,3.28,1.1s2.43-1.2,3.33-1.2c0.91,0,2.03,1.3,2.85,1.3,1.07,0,2.95-1,3.68-1,1.02,0,1.6,0.5,1.56,0.9-0.03,0.2,0.12,0.8,0.44,1.3,0.32,0.6,1.96,0.8,2.51,1.7,0.41,0.7,0.3,2.7,0.78,3.5,0.43,0.7,2.2,1.3,2.65,2.1,0.44,0.7-0.02,2.4,0.4,3.1,0.49,0.9,2.28,1.9,2.7,2.6,0.54,0.9-0.15,2.3,0.15,2.9,0.28,0.4,0.62,0.8,0.84,0.9,0.34,0.2,0.45,1-0.1,2-0.37,0.6-2.1,1.6-2.61,2.5-0.42,0.7,0.1,2.4-0.37,3.2-0.42,0.8-2.14,1.4-2.58,2.1-0.47,0.8-0.3,2.8-0.74,3.6-0.48,0.8-2.09,1-2.47,1.7-0.83,1.4-1.15,3.7-1.15,3.7" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f11-zh_TW.svgpath6549" stroke-linejoin="round" d="M369.14,1152.1s-2.78-1.8-4.16-1.8c-0.68,0-1.83,2.6-2.68,2.6-0.74,0-2.74-2.2-3.53-2.2s-2.75,2.4-3.52,2.4c-0.79,0-2.01-2.6-2.71-2.6-0.94,0-3.6,2-4.21,2-0.88,0-1.3-1-1.21-1.8,0.06-0.5-0.04-1.1-0.3-1.6-0.28-0.5-3.03,0.1-3.5-0.7-0.36-0.6,0.38-3.6-0.03-4.3-0.39-0.7-3.41-0.9-3.81-1.6-0.38-0.7,1.03-3.2,0.66-3.8-0.44-0.8-3.48-1.9-3.82-2.4-0.47-0.8,1.45-2.8,1.24-3.3-0.2-0.3-0.61-0.7-1-0.9-0.7-0.3-1.38-1.4-0.89-2.2,0.31-0.5,3.23-1.7,3.65-2.4,0.36-0.6-1.19-3.1-0.79-3.8,0.36-0.6,3.29-0.9,3.66-1.5,0.39-0.7-0.49-3.7-0.13-4.4,0.41-0.7,3.12-0.2,3.45-0.8,0.7-1.2,0.75-4.3,0.7-4.6h0.02c0.16,0,2.9,1.8,4.17,1.8,0.68,0,1.82-2.7,2.67-2.7,0.74,0,2.74,2.3,3.53,2.3s2.75-2.4,3.53-2.4c0.79,0,2,2.5,2.71,2.5,0.94,0,3.6-1.9,4.21-1.9,0.85,0,1.27,0.9,1.18,1.7-0.06,0.5,0.04,1.2,0.31,1.7,0.28,0.5,3.03-0.1,3.5,0.7,0.36,0.6-0.38,3.6,0.03,4.3,0.37,0.7,3.38,0.9,3.76,1.5,0.38,0.7-1.05,3.2-0.69,3.8,0.42,0.7,3.47,1.8,3.83,2.4,0.47,0.8-1.42,2.7-1.17,3.1,0.23,0.4,0.72,0.8,1.16,1.1,0.69,0.3,1.29,1.3,0.82,2.1-0.31,0.5-3.25,1.7-3.69,2.4-0.35,0.6,1.19,3.1,0.8,3.8-0.36,0.7-3.3,0.9-3.67,1.6-0.4,0.7,0.46,3.7,0.08,4.4-0.41,0.7-3.12,0.2-3.45,0.8-0.71,1.2-0.71,4.7-0.71,4.7" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f11-zh_TW.svgpath6551" stroke-linejoin="round" d="M307.66,1152.4s-3.56-2.7-4.72-2.7c-0.57,0-1.76,4-2.47,4-0.63,0-3.11-3.4-3.78-3.4-0.66,0-3.07,3.6-3.73,3.6s-1.98-3.8-2.57-3.8c-0.8,0-4.25,2.9-4.74,2.9-0.7,0-0.95-1.5-0.81-2.6,0.08-0.8,0.03-1.6-0.18-2-0.24-0.4-4.1,0.9-4.49,0.2-0.3-0.5,1.06-4.5,0.71-5.1-0.32-0.6-4.59-0.5-4.93-1-0.32-0.6,2.05-3.9,1.74-4.5-0.37-0.6-4.68-1.7-4.95-2.2-0.37-0.7,2.78-3.1,2.63-3.5-0.15-0.3-0.69-0.7-1.27-1-1.05-0.6-2.28-1.7-1.88-2.4,0.26-0.5,4.39-1.7,4.73-2.3,0.29-0.5-2.29-3.8-1.96-4.3,0.29-0.6,4.44-0.6,4.74-1.1,0.32-0.5-1.26-4.6-0.96-5.1,0.34-0.6,4.15,0.5,4.43,0,0.58-1,0.35-5.1,0.27-5.6h0.01c0.13,0,3.66,2.7,4.72,2.7,0.57,0,1.76-4,2.48-4,0.62,0,3.1,3.4,3.77,3.4s3.07-3.6,3.73-3.6,1.98,3.9,2.57,3.9c0.8,0,4.25-2.9,4.74-2.9,0.68,0,0.93,1.3,0.8,2.5-0.09,0.8-0.04,1.6,0.19,2,0.24,0.4,4.09-0.9,4.48-0.2,0.3,0.5-1.06,4.6-0.71,5.2,0.3,0.5,4.55,0.3,4.87,0.9,0.3,0.5-2.08,3.8-1.79,4.3,0.36,0.6,4.66,1.7,4.96,2.3,0.4,0.7-2.69,3.1-2.49,3.4,0.18,0.3,0.83,0.8,1.48,1.1,1.03,0.6,2.14,1.6,1.75,2.3-0.27,0.5-4.42,1.7-4.78,2.4-0.29,0.5,2.29,3.8,1.96,4.3-0.29,0.5-4.44,0.5-4.75,1.1-0.34,0.6,1.22,4.7,0.9,5.2-0.34,0.6-4.15-0.5-4.43,0-0.59,1-0.27,5.6-0.27,5.6" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f11-zh_TW.svgpath6553" stroke-linejoin="round" d="M246.18,1152.7s-4.35-3.5-5.28-3.5c-0.45,0-1.7,5.2-2.27,5.2-0.5,0-3.48-4.5-4.02-4.5s-3.4,4.8-3.93,4.8-1.96-5.1-2.43-5.1c-0.66,0-4.9,3.9-5.27,3.9-0.52,0-0.61-1.9-0.43-3.5,0.12-1,0.12-2-0.06-2.3-0.19-0.3-5.16,1.8-5.47,1.2-0.25-0.4,1.74-5.5,1.46-6-0.26-0.5-5.78,0-6.05-0.5-0.27-0.4,3.06-4.6,2.82-5-0.32-0.5-5.88-1.7-6.08-2.1-0.28-0.5,4.1-3.4,4.02-3.8-0.11-0.2-0.78-0.6-1.56-1-1.39-0.8-3.17-2.1-2.86-2.6,0.2-0.4,5.54-1.7,5.81-2.2,0.23-0.4-3.39-4.5-3.14-4.9,0.24-0.4,5.6-0.1,5.84-0.5,0.25-0.5-2.04-5.6-1.8-6,0.27-0.5,5.18,1.3,5.41,0.9,0.47-0.8-0.06-5.9-0.16-6.5-0.01,0-0.01-0.1,0-0.1,0.1,0,4.42,3.6,5.28,3.6,0.45,0,1.7-5.3,2.27-5.3,0.5,0,3.48,4.6,4.02,4.6s3.4-4.8,3.93-4.8,1.96,5.1,2.43,5.1c0.66,0,4.9-3.9,5.27-3.9,0.51,0,0.6,1.9,0.42,3.4-0.12,1-0.12,2,0.06,2.4,0.2,0.3,5.16-1.8,5.48-1.2,0.24,0.4-1.75,5.5-1.47,6,0.24,0.4,5.73-0.1,5.98,0.3,0.24,0.4-3.11,4.6-2.88,5,0.29,0.5,5.85,1.6,6.09,2,0.33,0.6-3.96,3.5-3.81,3.8,0.14,0.2,0.93,0.7,1.8,1.2,1.38,0.7,2.98,1.9,2.67,2.4-0.21,0.4-5.57,1.8-5.87,2.3-0.22,0.4,3.39,4.5,3.14,4.9-0.24,0.4-5.6,0.1-5.83,0.5-0.28,0.5,1.98,5.7,1.72,6.2-0.28,0.4-5.19-1.4-5.42-1-0.47,0.8,0.17,6.6,0.17,6.6" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f11-zh_TW.svgpath6555" stroke-linejoin="round" d="M184.7,1153.1s-5.13-4.5-5.83-4.5c-0.35,0-1.64,6.6-2.08,6.6-0.38,0-3.84-5.7-4.26-5.7s-3.72,6-4.13,6-1.94-6.4-2.29-6.4c-0.53,0-5.56,4.9-5.8,4.9-0.35,0-0.27-2.4-0.05-4.3,0.15-1.3,0.2-2.4,0.07-2.7-0.15-0.2-6.23,2.6-6.46,2.2-0.19-0.3,2.42-6.5,2.21-6.9-0.21-0.3-6.98,0.5-7.18,0.1-0.2-0.3,4.08-5.3,3.9-5.6-0.25-0.5-7.07-1.7-7.21-2-0.19-0.3,5.42-3.7,5.41-4-0.06-0.2-0.86-0.7-1.83-1.2-1.74-0.9-4.07-2.3-3.85-2.7,0.15-0.3,6.69-1.7,6.88-2.1,0.17-0.2-4.48-5.2-4.3-5.5,0.17-0.3,6.75,0.3,6.92,0,0.18-0.3-2.81-6.5-2.64-6.8,0.21-0.3,6.23,2.2,6.4,1.9,0.35-0.6-0.47-6.8-0.6-7.5,0-0.1-0.01-0.1,0-0.1,0.06,0,5.17,4.5,5.83,4.5,0.35,0,1.64-6.7,2.07-6.7,0.39,0,3.85,5.7,4.27,5.7,0.41,0,3.72-6,4.13-6s1.93,6.4,2.29,6.4c0.53,0,5.56-4.8,5.8-4.8,0.34,0,0.26,2.3,0.04,4.2-0.15,1.3-0.2,2.5-0.06,2.7,0.15,0.3,6.22-2.5,6.46-2.1,0.19,0.3-2.43,6.5-2.22,6.8,0.18,0.3,6.92-0.6,7.09-0.2,0.18,0.3-4.13,5.2-3.97,5.5,0.22,0.4,7.04,1.6,7.22,1.9,0.26,0.5-5.23,3.9-5.13,4.1,0.09,0.1,1.03,0.7,2.12,1.2,1.73,0.9,3.83,2.3,3.6,2.7-0.17,0.2-6.73,1.7-6.96,2.1-0.16,0.3,4.49,5.2,4.3,5.5-0.17,0.3-6.74-0.3-6.91,0-0.22,0.4,2.74,6.6,2.54,7-0.21,0.3-6.22-2.1-6.39-1.8-0.36,0.6,0.6,7.6,0.6,7.6" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f11-zh_TW.svgpath6557" stroke-linejoin="round" d="M123.21,1153.4s-5.9-5.4-6.38-5.4c-0.24,0-1.58,7.9-1.87,7.9-0.27,0-4.22-6.8-4.51-6.8s-4.05,7.2-4.33,7.2-1.91-7.6-2.15-7.6c-0.39,0-6.214,5.8-6.336,5.8-0.175,0,0.081-2.9,0.345-5.2,0.172-1.5,0.273-2.8,0.181-3-0.106-0.1-7.288,3.4-7.445,3.1-0.133-0.2,3.109-7.4,2.96-7.7-0.144-0.2-8.163,1-8.306,0.7-0.139-0.2,5.104-6.1,4.981-6.3-0.188-0.3-8.268-1.6-8.336-1.7-0.092-0.2,6.744-4.1,6.802-4.4-0.022-0.1-0.946-0.6-2.109-1.2-2.092-1.1-4.97-2.7-4.832-2.9,0.093-0.2,7.838-1.7,7.954-1.9,0.104-0.2-5.577-5.9-5.465-6.1,0.106-0.2,7.897,0.7,8.003,0.5,0.111-0.2-3.58-7.4-3.477-7.6,0.145-0.3,7.258,2.9,7.374,2.7,0.234-0.4-0.866-7.6-1.021-8.5-0.01-0.1-0.014-0.1-0.011-0.1,0.031,0,5.928,5.4,6.388,5.4,0.23,0,1.57-7.9,1.87-7.9,0.27,0,4.21,6.8,4.51,6.8,0.29,0,4.05-7.2,4.33-7.2s1.91,7.6,2.15,7.6c0.39,0,6.21-5.8,6.33-5.8,0.17,0-0.07,2.8-0.34,5.1-0.17,1.5-0.28,2.9-0.19,3.1,0.11,0.1,7.29-3.4,7.45-3.1,0.13,0.2-3.11,7.4-2.96,7.7,0.11,0.2,8.09-1.1,8.2-0.9s-5.17,6-5.06,6.1c0.14,0.3,8.22,1.6,8.34,1.8,0.19,0.3-6.51,4.2-6.45,4.3,0.04,0.1,1.14,0.7,2.45,1.4,2.06,1,4.66,2.5,4.51,2.8-0.11,0.2-7.89,1.8-8.04,2-0.1,0.2,5.58,5.9,5.47,6.1s-7.9-0.7-8-0.5c-0.15,0.3,3.5,7.6,3.36,7.8-0.14,0.3-7.25-2.9-7.37-2.7-0.24,0.4,1.03,8.6,1.03,8.6" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
+ <g id="interpolate-f11-zh_TW.svgg2920" transform="translate(10 1436.9)">
+ <path id="interpolate-f11-zh_TW.svgpath5198" stroke-linejoin="round" d="m247.6 27.441h-10.65l-5.33-9.226 5.33-9.226h10.65l5.33 9.226-5.33 9.226z" stroke="#17a500" stroke-width=".86884" fill="#0f0"/>
+ <path id="interpolate-f11-zh_TW.svgpath5921" stroke-linejoin="round" d="m22.999 28.619s-3.491-3.274-3.621-3.274c-0.066 0-0.79 4.829-0.872 4.829s-2.393-4.166-2.481-4.166c-0.087 0-2.283 4.393-2.365 4.393-0.081 0-0.986-4.649-1.051-4.649-0.131 0-3.5815 3.526-3.5815 3.526s0.6054-4.753 0.5399-4.866c-0.0327-0.057-4.3588 2.191-4.3997 2.121-0.0409-0.071 1.9781-4.395 1.9345-4.471-0.0436-0.075-4.8806 0.725-4.9215 0.655-0.0408-0.071 3.1955-3.54 3.1628-3.597-0.0654-0.113-4.9385-0.837-4.9385-0.837-0.00004 0 4.2094-2.3 4.2748-2.413 0.0327-0.057-4.322-2.231-4.2811-2.302 0.0204-0.036 4.6908-0.901 4.7123-0.938s-3.483-3.4376-3.4612-3.4754 4.7214 0.5734 4.7428 0.5362c0.0215-0.0372-2.2719-4.3618-2.2514-4.3972 0.0409-0.0708 4.3273 1.9258 4.36 1.8691 0.0654-0.1133-0.7671-4.9822-0.7671-4.9822s3.4899 3.2745 3.6209 3.2745c0.066 0 0.79-4.8295 0.872-4.8295 0.081-0.00003 2.393 4.1658 2.48 4.1658 0.088 0 2.283-4.3929 2.365-4.3929 0.082-0.00003 0.987 4.6493 1.052 4.6493 0.131 0 3.581-3.5263 3.581-3.5263s-0.605 4.7534-0.54 4.8667c0.033 0.0566 4.359-2.1918 4.4-2.121 0.041 0.0709-1.978 4.3946-1.935 4.4702 0.022 0.0377 4.837-0.8006 4.859-0.7634 0.021 0.0372-3.232 3.4771-3.212 3.5121 0.041 0.071 4.909 0.785 4.942 0.841 0.065 0.114-4.057 2.414-4.057 2.414s4.349 2.184 4.284 2.297c-0.033 0.057-4.72 0.951-4.761 1.022-0.021 0.036 3.484 3.435 3.463 3.472-0.022 0.038-4.721-0.574-4.743-0.536-0.044 0.076 2.227 4.439 2.186 4.51-0.04 0.071-4.327-1.926-4.36-1.869-0.065 0.113 0.768 4.982 0.768 4.982" stroke="#17a500" stroke-width=".79675" fill="#0f0"/>
+ <g id="interpolate-f11-zh_TW.svgg6545" stroke-linejoin="round" transform="matrix(.52187 0 0 .52187 -9.2175 -573.47)" stroke="#17a500" stroke-width="1.6649" fill="#0f0">
+ <path id="interpolate-f11-zh_TW.svgpath6547" d="m430.62 1151.8s-1.99-0.9-3.61-0.9c-0.79 0-1.88 1.3-2.87 1.3-0.86 0-2.37-1.1-3.29-1.1-0.91 0-2.42 1.2-3.32 1.2-0.92 0-2.03-1.3-2.85-1.3-1.07 0-2.95 1-3.68 1-1.05 0-1.64-0.5-1.59-0.9 0.03-0.3-0.12-0.8-0.43-1.3-0.32-0.5-1.96-0.7-2.51-1.7-0.41-0.7-0.3-2.6-0.78-3.5-0.44-0.7-2.22-1.3-2.68-2.1-0.45-0.8 0.01-2.5-0.42-3.2-0.5-0.9-2.29-1.9-2.7-2.6-0.55-0.9 0.14-2.4-0.15-2.9-0.23-0.4-0.52-0.8-0.72-0.9-0.35-0.1-0.48-1 0.1-2 0.36-0.6 2.08-1.6 2.58-2.5 0.41-0.7-0.1-2.4 0.37-3.2 0.42-0.8 2.14-1.3 2.57-2.1 0.47-0.8 0.29-2.8 0.71-3.5 0.48-0.8 2.09-1 2.47-1.7 0.82-1.4 1.16-3.5 1.13-3.7h0.03c0.19 0 2.14 0.9 3.61 0.9 0.79 0 1.89-1.3 2.88-1.3 0.85 0 2.36 1.1 3.28 1.1s2.43-1.2 3.33-1.2c0.91 0 2.03 1.3 2.85 1.3 1.07 0 2.95-1 3.68-1 1.02 0 1.6 0.5 1.56 0.9-0.03 0.2 0.12 0.8 0.44 1.3 0.32 0.6 1.96 0.8 2.51 1.7 0.41 0.7 0.3 2.7 0.78 3.5 0.43 0.7 2.2 1.3 2.65 2.1 0.44 0.7-0.02 2.4 0.4 3.1 0.49 0.9 2.28 1.9 2.7 2.6 0.54 0.9-0.15 2.3 0.15 2.9 0.28 0.4 0.62 0.8 0.84 0.9 0.34 0.2 0.45 1-0.1 2-0.37 0.6-2.1 1.6-2.61 2.5-0.42 0.7 0.1 2.4-0.37 3.2-0.42 0.8-2.14 1.4-2.58 2.1-0.47 0.8-0.3 2.8-0.74 3.6-0.48 0.8-2.09 1-2.47 1.7-0.83 1.4-1.15 3.7-1.15 3.7"/>
+ <path id="interpolate-f11-zh_TW.svgpath6549" d="m369.14 1152.1s-2.78-1.8-4.16-1.8c-0.68 0-1.83 2.6-2.68 2.6-0.74 0-2.74-2.2-3.53-2.2s-2.75 2.4-3.52 2.4c-0.79 0-2.01-2.6-2.71-2.6-0.94 0-3.6 2-4.21 2-0.88 0-1.3-1-1.21-1.8 0.06-0.5-0.04-1.1-0.3-1.6-0.28-0.5-3.03 0.1-3.5-0.7-0.36-0.6 0.38-3.6-0.03-4.3-0.39-0.7-3.41-0.9-3.81-1.6-0.38-0.7 1.03-3.2 0.66-3.8-0.44-0.8-3.48-1.9-3.82-2.4-0.47-0.8 1.45-2.8 1.24-3.3-0.2-0.3-0.61-0.7-1-0.9-0.7-0.3-1.38-1.4-0.89-2.2 0.31-0.5 3.23-1.7 3.65-2.4 0.36-0.6-1.19-3.1-0.79-3.8 0.36-0.6 3.29-0.9 3.66-1.5 0.39-0.7-0.49-3.7-0.13-4.4 0.41-0.7 3.12-0.2 3.45-0.8 0.7-1.2 0.75-4.3 0.7-4.6h0.02c0.16 0 2.9 1.8 4.17 1.8 0.68 0 1.82-2.7 2.67-2.7 0.74 0 2.74 2.3 3.53 2.3s2.75-2.4 3.53-2.4c0.79 0 2 2.5 2.71 2.5 0.94 0 3.6-1.9 4.21-1.9 0.85 0 1.27 0.9 1.18 1.7-0.06 0.5 0.04 1.2 0.31 1.7 0.28 0.5 3.03-0.1 3.5 0.7 0.36 0.6-0.38 3.6 0.03 4.3 0.37 0.7 3.38 0.9 3.76 1.5 0.38 0.7-1.05 3.2-0.69 3.8 0.42 0.7 3.47 1.8 3.83 2.4 0.47 0.8-1.42 2.7-1.17 3.1 0.23 0.4 0.72 0.8 1.16 1.1 0.69 0.3 1.29 1.3 0.82 2.1-0.31 0.5-3.25 1.7-3.69 2.4-0.35 0.6 1.19 3.1 0.8 3.8-0.36 0.7-3.3 0.9-3.67 1.6-0.4 0.7 0.46 3.7 0.08 4.4-0.41 0.7-3.12 0.2-3.45 0.8-0.71 1.2-0.71 4.7-0.71 4.7"/>
+ <path id="interpolate-f11-zh_TW.svgpath6551" d="m307.66 1152.4s-3.56-2.7-4.72-2.7c-0.57 0-1.76 4-2.47 4-0.63 0-3.11-3.4-3.78-3.4-0.66 0-3.07 3.6-3.73 3.6s-1.98-3.8-2.57-3.8c-0.8 0-4.25 2.9-4.74 2.9-0.7 0-0.95-1.5-0.81-2.6 0.08-0.8 0.03-1.6-0.18-2-0.24-0.4-4.1 0.9-4.49 0.2-0.3-0.5 1.06-4.5 0.71-5.1-0.32-0.6-4.59-0.5-4.93-1-0.32-0.6 2.05-3.9 1.74-4.5-0.37-0.6-4.68-1.7-4.95-2.2-0.37-0.7 2.78-3.1 2.63-3.5-0.15-0.3-0.69-0.7-1.27-1-1.05-0.6-2.28-1.7-1.88-2.4 0.26-0.5 4.39-1.7 4.73-2.3 0.29-0.5-2.29-3.8-1.96-4.3 0.29-0.6 4.44-0.6 4.74-1.1 0.32-0.5-1.26-4.6-0.96-5.1 0.34-0.6 4.15 0.5 4.43 0 0.58-1 0.35-5.1 0.27-5.6h0.01c0.13 0 3.66 2.7 4.72 2.7 0.57 0 1.76-4 2.48-4 0.62 0 3.1 3.4 3.77 3.4s3.07-3.6 3.73-3.6 1.98 3.9 2.57 3.9c0.8 0 4.25-2.9 4.74-2.9 0.68 0 0.93 1.3 0.8 2.5-0.09 0.8-0.04 1.6 0.19 2 0.24 0.4 4.09-0.9 4.48-0.2 0.3 0.5-1.06 4.6-0.71 5.2 0.3 0.5 4.55 0.3 4.87 0.9 0.3 0.5-2.08 3.8-1.79 4.3 0.36 0.6 4.66 1.7 4.96 2.3 0.4 0.7-2.69 3.1-2.49 3.4 0.18 0.3 0.83 0.8 1.48 1.1 1.03 0.6 2.14 1.6 1.75 2.3-0.27 0.5-4.42 1.7-4.78 2.4-0.29 0.5 2.29 3.8 1.96 4.3-0.29 0.5-4.44 0.5-4.75 1.1-0.34 0.6 1.22 4.7 0.9 5.2-0.34 0.6-4.15-0.5-4.43 0-0.59 1-0.27 5.6-0.27 5.6"/>
+ <path id="interpolate-f11-zh_TW.svgpath6553" d="m246.18 1152.7s-4.35-3.5-5.28-3.5c-0.45 0-1.7 5.2-2.27 5.2-0.5 0-3.48-4.5-4.02-4.5s-3.4 4.8-3.93 4.8-1.96-5.1-2.43-5.1c-0.66 0-4.9 3.9-5.27 3.9-0.52 0-0.61-1.9-0.43-3.5 0.12-1 0.12-2-0.06-2.3-0.19-0.3-5.16 1.8-5.47 1.2-0.25-0.4 1.74-5.5 1.46-6-0.26-0.5-5.78 0-6.05-0.5-0.27-0.4 3.06-4.6 2.82-5-0.32-0.5-5.88-1.7-6.08-2.1-0.28-0.5 4.1-3.4 4.02-3.8-0.11-0.2-0.78-0.6-1.56-1-1.39-0.8-3.17-2.1-2.86-2.6 0.2-0.4 5.54-1.7 5.81-2.2 0.23-0.4-3.39-4.5-3.14-4.9 0.24-0.4 5.6-0.1 5.84-0.5 0.25-0.5-2.04-5.6-1.8-6 0.27-0.5 5.18 1.3 5.41 0.9 0.47-0.8-0.06-5.9-0.16-6.5-0.01 0-0.01-0.1 0-0.1 0.1 0 4.42 3.6 5.28 3.6 0.45 0 1.7-5.3 2.27-5.3 0.5 0 3.48 4.6 4.02 4.6s3.4-4.8 3.93-4.8 1.96 5.1 2.43 5.1c0.66 0 4.9-3.9 5.27-3.9 0.51 0 0.6 1.9 0.42 3.4-0.12 1-0.12 2 0.06 2.4 0.2 0.3 5.16-1.8 5.48-1.2 0.24 0.4-1.75 5.5-1.47 6 0.24 0.4 5.73-0.1 5.98 0.3 0.24 0.4-3.11 4.6-2.88 5 0.29 0.5 5.85 1.6 6.09 2 0.33 0.6-3.96 3.5-3.81 3.8 0.14 0.2 0.93 0.7 1.8 1.2 1.38 0.7 2.98 1.9 2.67 2.4-0.21 0.4-5.57 1.8-5.87 2.3-0.22 0.4 3.39 4.5 3.14 4.9-0.24 0.4-5.6 0.1-5.83 0.5-0.28 0.5 1.98 5.7 1.72 6.2-0.28 0.4-5.19-1.4-5.42-1-0.47 0.8 0.17 6.6 0.17 6.6"/>
+ <path id="interpolate-f11-zh_TW.svgpath6555" d="m184.7 1153.1s-5.13-4.5-5.83-4.5c-0.35 0-1.64 6.6-2.08 6.6-0.38 0-3.84-5.7-4.26-5.7s-3.72 6-4.13 6-1.94-6.4-2.29-6.4c-0.53 0-5.56 4.9-5.8 4.9-0.35 0-0.27-2.4-0.05-4.3 0.15-1.3 0.2-2.4 0.07-2.7-0.15-0.2-6.23 2.6-6.46 2.2-0.19-0.3 2.42-6.5 2.21-6.9-0.21-0.3-6.98 0.5-7.18 0.1-0.2-0.3 4.08-5.3 3.9-5.6-0.25-0.5-7.07-1.7-7.21-2-0.19-0.3 5.42-3.7 5.41-4-0.06-0.2-0.86-0.7-1.83-1.2-1.74-0.9-4.07-2.3-3.85-2.7 0.15-0.3 6.69-1.7 6.88-2.1 0.17-0.2-4.48-5.2-4.3-5.5 0.17-0.3 6.75 0.3 6.92 0 0.18-0.3-2.81-6.5-2.64-6.8 0.21-0.3 6.23 2.2 6.4 1.9 0.35-0.6-0.47-6.8-0.6-7.5 0-0.1-0.01-0.1 0-0.1 0.06 0 5.17 4.5 5.83 4.5 0.35 0 1.64-6.7 2.07-6.7 0.39 0 3.85 5.7 4.27 5.7 0.41 0 3.72-6 4.13-6s1.93 6.4 2.29 6.4c0.53 0 5.56-4.8 5.8-4.8 0.34 0 0.26 2.3 0.04 4.2-0.15 1.3-0.2 2.5-0.06 2.7 0.15 0.3 6.22-2.5 6.46-2.1 0.19 0.3-2.43 6.5-2.22 6.8 0.18 0.3 6.92-0.6 7.09-0.2 0.18 0.3-4.13 5.2-3.97 5.5 0.22 0.4 7.04 1.6 7.22 1.9 0.26 0.5-5.23 3.9-5.13 4.1 0.09 0.1 1.03 0.7 2.12 1.2 1.73 0.9 3.83 2.3 3.6 2.7-0.17 0.2-6.73 1.7-6.96 2.1-0.16 0.3 4.49 5.2 4.3 5.5-0.17 0.3-6.74-0.3-6.91 0-0.22 0.4 2.74 6.6 2.54 7-0.21 0.3-6.22-2.1-6.39-1.8-0.36 0.6 0.6 7.6 0.6 7.6"/>
+ <path id="interpolate-f11-zh_TW.svgpath6557" d="m123.21 1153.4s-5.9-5.4-6.38-5.4c-0.24 0-1.58 7.9-1.87 7.9-0.27 0-4.22-6.8-4.51-6.8s-4.05 7.2-4.33 7.2-1.91-7.6-2.15-7.6c-0.39 0-6.214 5.8-6.336 5.8-0.175 0 0.081-2.9 0.345-5.2 0.172-1.5 0.273-2.8 0.181-3-0.106-0.1-7.288 3.4-7.445 3.1-0.133-0.2 3.109-7.4 2.96-7.7-0.144-0.2-8.163 1-8.306 0.7-0.139-0.2 5.104-6.1 4.981-6.3-0.188-0.3-8.268-1.6-8.336-1.7-0.092-0.2 6.744-4.1 6.802-4.4-0.022-0.1-0.946-0.6-2.109-1.2-2.092-1.1-4.97-2.7-4.832-2.9 0.093-0.2 7.838-1.7 7.954-1.9 0.104-0.2-5.577-5.9-5.465-6.1 0.106-0.2 7.897 0.7 8.003 0.5 0.111-0.2-3.58-7.4-3.477-7.6 0.145-0.3 7.258 2.9 7.374 2.7 0.234-0.4-0.866-7.6-1.021-8.5-0.01-0.1-0.014-0.1-0.011-0.1 0.031 0 5.928 5.4 6.388 5.4 0.23 0 1.57-7.9 1.87-7.9 0.27 0 4.21 6.8 4.51 6.8 0.29 0 4.05-7.2 4.33-7.2s1.91 7.6 2.15 7.6c0.39 0 6.21-5.8 6.33-5.8 0.17 0-0.07 2.8-0.34 5.1-0.17 1.5-0.28 2.9-0.19 3.1 0.11 0.1 7.29-3.4 7.45-3.1 0.13 0.2-3.11 7.4-2.96 7.7 0.11 0.2 8.09-1.1 8.2-0.9s-5.17 6-5.06 6.1c0.14 0.3 8.22 1.6 8.34 1.8 0.19 0.3-6.51 4.2-6.45 4.3 0.04 0.1 1.14 0.7 2.45 1.4 2.06 1 4.66 2.5 4.51 2.8-0.11 0.2-7.89 1.8-8.04 2-0.1 0.2 5.58 5.9 5.47 6.1s-7.9-0.7-8-0.5c-0.15 0.3 3.5 7.6 3.36 7.8-0.14 0.3-7.25-2.9-7.37-2.7-0.24 0.4 1.03 8.6 1.03 8.6"/>
</g>
- <flowRoot id="interpolate-f11-zh_TW.svgflowRoot2609" font-weight="normal" xml:space="preserve" transform="translate(-291.30762,14.934984)" font-style="normal" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="interpolate-f11-zh_TW.svgflowRegion2611"><rect id="interpolate-f11-zh_TW.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f11-zh_TW.svgflowPara2615">指數: 0.0</flowPara><flowPara id="interpolate-f11-zh_TW.svgflowPara2617">內插階層數: 6</flowPara><flowPara id="interpolate-f11-zh_TW.svgflowPara2619">插入方式: 2</flowPara><flowPara id="interpolate-f11-zh_TW.svgflowPara2621">再製終點路徑: 未勾選</flowPara><flowPara id="interpolate-f11-zh_TW.svgflowPara2623">插入樣式: 未勾選</flowPara></flowRoot>
+ <flowRoot id="interpolate-f11-zh_TW.svgflowRoot2609" xml:space="preserve" transform="translate(-291.31 14.935)" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="interpolate-f11-zh_TW.svgflowRegion2611"><rect id="interpolate-f11-zh_TW.svgrect2613" height="133.57" width="127.14" y="15.934" x="290.71"/></flowRegion><flowPara id="interpolate-f11-zh_TW.svgflowPara2615">指數: 0.0</flowPara><flowPara id="interpolate-f11-zh_TW.svgflowPara2617">內插階層數: 6</flowPara><flowPara id="interpolate-f11-zh_TW.svgflowPara2619">插入方式: 2</flowPara><flowPara id="interpolate-f11-zh_TW.svgflowPara2621">再製終點路徑: 未勾選</flowPara><flowPara id="interpolate-f11-zh_TW.svgflowPara2623">插入樣式: 未勾選</flowPara></flowRoot>
</g>
- <rect id="d0e244" display="none" height="1000px" width="288" y="1636.1" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e244" display="none" height="1e3px" width="288" y="1519.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e244"/>
</flowRegion>
<flowDiv xml:space="preserve">同樣的範例但指數為 1:</flowDiv>
</flowRoot>
- <g id="interpolate-f12-zh_TW.svgg2771" transform="translate(10, 1662.0727021000002) translate(-24.034172,-18.39093)">
- <path id="interpolate-f12-zh_TW.svgpath6640" stroke-linejoin="round" d="M271.63,45.832h-10.65l-5.33-9.226,5.33-9.226h10.65l5.33,9.226-5.33,9.226z" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.86884195" fill="#0F0"/>
- <path id="interpolate-f12-zh_TW.svgpath6642" stroke-linejoin="round" d="M47.033,47.01s-3.49-3.274-3.621-3.274c-0.066,0-0.79,4.829-0.872,4.829s-2.393-4.166-2.481-4.166c-0.087,0-2.283,4.393-2.364,4.393-0.082,0-0.987-4.649-1.052-4.649-0.131,0-3.581,3.526-3.581,3.526s0.605-4.753,0.54-4.866c-0.033-0.057-4.359,2.191-4.4,2.121-0.041-0.071,1.978-4.395,1.934-4.471-0.043-0.075-4.88,0.725-4.921,0.655-0.041-0.071,3.195-3.54,3.163-3.597-0.066-0.113-4.939-0.837-4.939-0.837s4.21-2.3,4.275-2.413c0.033-0.057-4.322-2.232-4.281-2.302,0.02-0.036,4.691-0.901,4.712-0.938,0.022-0.037-3.483-3.438-3.461-3.475,0.022-0.038,4.721,0.573,4.743,0.536,0.021-0.037-2.272-4.362-2.252-4.397,0.041-0.071,4.328,1.925,4.36,1.869,0.066-0.114-0.767-4.983-0.767-4.983s3.49,3.275,3.621,3.275c0.066,0,0.79-4.83,0.872-4.83s2.393,4.166,2.48,4.166c0.088,0,2.284-4.393,2.365-4.393,0.082,0,0.987,4.65,1.052,4.65,0.131,0,3.581-3.527,3.581-3.527s-0.605,4.754-0.54,4.867c0.033,0.057,4.359-2.192,4.4-2.121s-1.978,4.395-1.934,4.47c0.021,0.038,4.837-0.8,4.858-0.763s-3.232,3.476-3.211,3.512c0.04,0.071,4.908,0.785,4.941,0.841,0.065,0.114-4.057,2.414-4.057,2.414s4.349,2.184,4.284,2.297c-0.033,0.057-4.72,0.951-4.761,1.022-0.021,0.036,3.484,3.435,3.463,3.472-0.021,0.038-4.721-0.574-4.743-0.536-0.043,0.076,2.227,4.439,2.187,4.51-0.041,0.071-4.328-1.926-4.36-1.869-0.066,0.113,0.767,4.982,0.767,4.982" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.79674554" fill="#0F0"/>
- <g id="interpolate-f12-zh_TW.svgg6743" transform="matrix(0.5218716,0,0,0.5218716,14.289464,-599.88532)">
- <path id="interpolate-f12-zh_TW.svgpath6745" stroke-linejoin="round" d="M484.33,1237.4s-1.33-0.2-3.13-0.2c-0.89,0-1.94,0.2-3.05,0.2-0.95,0-2.05-0.1-3.07-0.1-1.03,0-2.15,0.1-3.16,0.1-1.02,0-2.05-0.2-2.97-0.2-1.19,0-2.38,0.2-3.22,0.2-1.2,0-1.93-0.1-1.92-0.1,0-0.1-0.19-0.4-0.53-1-0.36-0.7-1.05-1.5-1.67-2.5-0.46-0.8-0.89-1.9-1.42-2.8-0.5-0.9-1.2-1.7-1.72-2.6-0.5-0.9-0.87-1.9-1.34-2.7-0.56-1-1.27-1.9-1.73-2.7-0.64-1.1-1-2.1-1.34-2.7-0.28-0.5-0.46-0.8-0.49-0.8-0.05,0,0.29-0.8,0.94-1.9,0.41-0.7,1.1-1.6,1.66-2.6,0.47-0.8,0.84-1.8,1.37-2.7,0.48-0.8,1.16-1.7,1.65-2.5,0.52-0.9,0.94-2,1.43-2.8,0.53-0.9,1.19-1.7,1.62-2.5,0.92-1.6,1.5-2.8,1.5-2.8h0.04c0.21,0,1.49,0.1,3.13,0.1,0.89,0,1.94-0.2,3.05-0.2,0.95,0,2.05,0.2,3.07,0.2,1.03,0,2.15-0.2,3.16-0.2,1.02,0,2.05,0.2,2.97,0.2,1.19,0,2.39-0.1,3.22-0.1,1.18,0,1.89,0,1.89,0.1-0.01,0,0.19,0.4,0.54,1,0.37,0.6,1.06,1.5,1.67,2.5,0.46,0.8,0.89,1.9,1.42,2.8,0.49,0.8,1.19,1.7,1.7,2.6,0.5,0.8,0.86,1.8,1.34,2.6,0.55,1,1.26,1.9,1.73,2.7,0.6,1.1,0.94,2,1.29,2.6,0.31,0.6,0.52,0.9,0.55,0.9,0.05,0.1-0.27,0.7-0.88,1.8-0.41,0.7-1.11,1.6-1.68,2.6-0.47,0.9-0.84,1.9-1.37,2.8-0.48,0.8-1.16,1.6-1.65,2.5-0.53,0.9-0.96,2-1.45,2.8-0.54,1-1.2,1.7-1.63,2.5-0.93,1.6-1.52,2.9-1.52,2.9" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f12-zh_TW.svgpath6747" stroke-linejoin="round" d="M457.98,1237.5s-1.66-0.5-3.37-0.5c-0.84,0-1.91,0.7-2.96,0.7-0.9,0-2.21-0.6-3.18-0.6s-2.28,0.7-3.24,0.7c-0.97,0-2.04-0.8-2.91-0.8-1.13,0-2.67,0.6-3.45,0.6-1.12,0-1.78-0.3-1.76-0.5,0.02-0.1-0.15-0.6-0.47-1.1-0.35-0.6-1.51-1.1-2.1-2.1-0.43-0.8-0.59-2.3-1.09-3.2-0.47-0.8-1.71-1.5-2.2-2.3-0.48-0.8-0.44-2.2-0.89-3-0.52-0.9-1.77-1.8-2.21-2.6-0.6-1-0.43-2.3-0.74-2.8-0.26-0.5-0.5-0.8-0.61-0.8-0.2-0.1-0.09-0.9,0.52-2,0.39-0.7,1.59-1.6,2.12-2.6,0.44-0.7,0.37-2.1,0.87-2.9,0.45-0.8,1.65-1.5,2.11-2.3,0.49-0.9,0.61-2.4,1.07-3.2,0.51-0.9,1.64-1.3,2.05-2.1,0.87-1.5,1.33-3.1,1.31-3.2h0.03c0.2,0,1.82,0.5,3.38,0.5,0.84,0,1.91-0.8,2.96-0.8,0.9,0,2.21,0.7,3.18,0.7s2.28-0.7,3.24-0.7c0.97,0,2.04,0.7,2.91,0.7,1.13,0,2.67-0.5,3.45-0.5,1.1,0,1.75,0.2,1.72,0.5-0.01,0.1,0.16,0.6,0.49,1.1,0.35,0.6,1.52,1.1,2.1,2.1,0.43,0.8,0.59,2.3,1.1,3.2,0.46,0.8,1.69,1.5,2.17,2.3,0.47,0.8,0.42,2.1,0.87,2.9,0.52,0.9,1.77,1.9,2.21,2.6,0.57,1,0.4,2.2,0.73,2.8,0.29,0.5,0.56,0.8,0.69,0.9,0.2,0.1,0.09,0.9-0.49,1.9-0.39,0.6-1.6,1.6-2.15,2.5-0.44,0.8-0.37,2.2-0.86,3-0.46,0.8-1.66,1.5-2.12,2.3-0.5,0.9-0.63,2.4-1.1,3.2-0.5,0.9-1.64,1.4-2.05,2.1-0.88,1.5-1.33,3.3-1.33,3.3" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f12-zh_TW.svgpath6749" stroke-linejoin="round" d="M414.07,1237.7s-2.22-1.1-3.77-1.1c-0.76,0-1.87,1.7-2.82,1.7-0.82,0-2.47-1.5-3.35-1.5s-2.52,1.6-3.39,1.6c-0.88,0-2.02-1.7-2.81-1.7-1.03,0-3.13,1.3-3.83,1.3-0.99,0-1.53-0.7-1.48-1.1,0.04-0.4-0.1-0.9-0.39-1.4-0.31-0.6-2.27-0.5-2.79-1.4-0.4-0.7-0.11-3-0.57-3.8-0.43-0.7-2.56-1.2-3-1.9-0.43-0.8,0.3-2.7-0.11-3.4-0.48-0.9-2.63-1.9-3.02-2.5-0.53-1,0.51-2.5,0.25-3.1-0.23-0.4-0.55-0.7-0.8-0.8-0.45-0.3-0.74-1.2-0.19-2.1,0.35-0.6,2.41-1.7,2.89-2.5,0.4-0.7-0.41-2.6,0.03-3.4,0.41-0.7,2.48-1.2,2.89-1.9,0.44-0.8,0.06-3,0.47-3.7,0.46-0.8,2.38-0.8,2.75-1.5,0.79-1.3,1.04-3.7,1.01-3.9h0.02c0.18,0,2.36,1.1,3.77,1.1,0.76,0,1.87-1.7,2.82-1.7,0.82,0,2.47,1.5,3.35,1.5,0.89,0,2.52-1.6,3.39-1.6,0.88,0,2.02,1.7,2.81,1.7,1.03,0,3.13-1.3,3.83-1.3,0.98,0,1.51,0.6,1.45,1.1-0.04,0.3,0.1,0.9,0.4,1.4,0.32,0.6,2.27,0.5,2.8,1.5,0.39,0.6,0.11,2.9,0.56,3.7,0.42,0.7,2.54,1.1,2.97,1.9,0.42,0.7-0.31,2.6,0.09,3.3,0.47,0.9,2.62,1.9,3.02,2.5,0.52,1-0.51,2.5-0.22,3,0.26,0.4,0.64,0.8,0.92,1,0.45,0.2,0.7,1,0.17,2-0.35,0.6-2.43,1.6-2.92,2.5-0.4,0.7,0.41,2.6-0.03,3.4-0.41,0.7-2.48,1.2-2.89,1.9-0.46,0.8-0.09,3.1-0.51,3.8-0.46,0.8-2.38,0.8-2.75,1.4-0.8,1.4-1.02,4-1.02,4" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f12-zh_TW.svgpath6751" stroke-linejoin="round" d="M352.59,1238s-3.01-2-4.33-2c-0.65,0-1.81,3-2.62,3-0.7,0-2.84-2.6-3.59-2.6-0.76,0-2.85,2.8-3.59,2.8-0.75,0-2-2.9-2.67-2.9-0.9,0-3.78,2.2-4.36,2.2-0.82,0-1.19-1.1-1.09-2,0.06-0.6-0.02-1.3-0.27-1.7-0.27-0.5-3.34,0.3-3.78-0.5-0.34-0.6,0.57-3.9,0.18-4.6-0.37-0.6-3.75-0.7-4.13-1.4-0.37-0.6,1.32-3.4,0.97-4-0.42-0.7-3.83-1.8-4.15-2.3-0.43-0.8,1.84-2.8,1.64-3.3-0.18-0.4-0.63-0.7-1.08-1-0.79-0.4-1.63-1.4-1.17-2.2,0.29-0.5,3.56-1.7,3.96-2.4,0.34-0.6-1.5-3.3-1.13-3.9,0.35-0.6,3.63-0.8,3.98-1.5,0.37-0.6-0.72-3.9-0.37-4.5,0.39-0.7,3.41,0,3.73-0.6,0.67-1.1,0.63-4.5,0.57-4.9h0.02c0.15,0,3.12,2,4.33,2,0.65,0,1.8-3,2.61-3,0.71,0,2.85,2.6,3.6,2.6,0.76,0,2.85-2.7,3.59-2.7,0.75,0,2,2.9,2.67,2.9,0.9,0,3.78-2.2,4.36-2.2,0.81,0,1.17,1,1.07,1.9-0.07,0.6,0.02,1.3,0.28,1.8,0.27,0.4,3.33-0.3,3.78,0.4,0.34,0.6-0.57,3.9-0.18,4.6,0.35,0.6,3.71,0.7,4.08,1.3,0.35,0.6-1.35,3.4-1.01,4,0.4,0.7,3.81,1.7,4.15,2.3,0.45,0.8-1.78,2.9-1.54,3.3,0.21,0.3,0.75,0.8,1.25,1,0.78,0.4,1.53,1.4,1.09,2.2-0.31,0.5-3.59,1.7-4.01,2.4-0.34,0.6,1.51,3.3,1.13,4-0.34,0.6-3.62,0.8-3.97,1.4-0.39,0.6,0.67,4,0.31,4.6-0.39,0.7-3.41,0-3.73,0.6-0.68,1.2-0.58,4.9-0.58,4.9" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f12-zh_TW.svgpath6753" stroke-linejoin="round" d="M273.54,1238.5s-4.01-3.2-5.04-3.2c-0.5,0-1.73,4.7-2.36,4.7-0.55,0-3.32-4.1-3.91-4.1-0.6,0-3.26,4.3-3.85,4.3s-1.96-4.5-2.49-4.5c-0.72,0-4.62,3.4-5.04,3.4-0.6,0-0.75-1.7-0.6-3.1,0.11-0.9,0.09-1.8-0.11-2.1-0.21-0.4-4.7,1.4-5.05,0.8-0.27-0.5,1.45-5.2,1.15-5.7-0.29-0.5-5.28-0.2-5.58-0.7-0.29-0.5,2.63-4.3,2.36-4.8-0.34-0.6-5.37-1.7-5.6-2.1-0.31-0.6,3.54-3.3,3.43-3.7-0.13-0.2-0.74-0.7-1.44-1-1.24-0.7-2.79-1.9-2.44-2.5,0.23-0.4,5.05-1.7,5.35-2.2,0.25-0.5-2.92-4.2-2.63-4.7,0.26-0.5,5.1-0.3,5.37-0.8,0.28-0.5-1.71-5.1-1.45-5.6,0.31-0.5,4.75,1,4.99,0.6,0.52-0.9,0.12-5.6,0.03-6.1-0.01-0.1-0.01-0.1,0-0.1,0.11,0,4.1,3.2,5.04,3.2,0.51,0,1.73-4.7,2.36-4.7,0.56,0,3.32,4,3.91,4,0.6,0,3.26-4.2,3.85-4.2s1.97,4.5,2.49,4.5c0.72,0,4.62-3.4,5.04-3.4,0.59,0,0.74,1.6,0.59,3-0.11,0.9-0.09,1.8,0.11,2.2,0.21,0.4,4.7-1.4,5.05-0.8,0.27,0.5-1.45,5.1-1.14,5.7,0.26,0.4,5.23,0.1,5.5,0.5,0.27,0.5-2.66,4.3-2.41,4.7,0.32,0.6,5.34,1.7,5.6,2.2,0.37,0.6-3.41,3.3-3.24,3.6,0.16,0.3,0.89,0.8,1.66,1.2,1.24,0.6,2.63,1.7,2.28,2.3-0.24,0.5-5.08,1.8-5.4,2.3-0.26,0.5,2.92,4.2,2.63,4.7-0.26,0.5-5.1,0.3-5.37,0.8-0.3,0.5,1.66,5.2,1.37,5.7-0.3,0.5-4.74-1-4.99-0.5-0.53,0.9-0.02,6.2-0.02,6.2" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f12-zh_TW.svgpath6755" stroke-linejoin="round" d="M176.92,1239s-5.23-4.6-5.91-4.6c-0.33,0-1.62,6.8-2.04,6.8-0.37,0-3.9-5.9-4.3-5.9s-3.77,6.2-4.16,6.2-1.93-6.6-2.27-6.6c-0.5,0-5.65,5-5.88,5-0.32,0-0.21-2.5,0.02-4.4,0.14-1.3,0.2-2.5,0.07-2.7-0.14-0.3-6.37,2.7-6.6,2.3-0.18-0.3,2.53-6.7,2.32-7-0.19-0.4-7.14,0.5-7.34,0.2-0.19-0.3,4.23-5.5,4.06-5.8-0.24-0.4-7.25-1.6-7.37-1.9-0.17-0.3,5.61-3.7,5.61-4.1-0.06-0.1-0.88-0.6-1.87-1.1-1.8-1-4.2-2.4-3.99-2.8,0.14-0.2,6.85-1.7,7.03-2,0.16-0.3-4.64-5.3-4.46-5.6,0.16-0.3,6.91,0.3,7.07,0.1,0.17-0.3-2.92-6.7-2.76-6.9,0.2-0.4,6.37,2.2,6.53,1.9,0.34-0.6-0.52-6.9-0.65-7.6-0.01-0.1-0.01-0.1,0-0.1,0.06,0,5.28,4.6,5.91,4.6,0.33,0,1.63-6.8,2.04-6.8,0.37,0,3.9,5.8,4.3,5.8s3.77-6.1,4.16-6.1,1.93,6.5,2.27,6.5c0.51,0,5.65-5,5.88-5,0.32,0,0.21,2.4-0.02,4.4-0.15,1.3-0.21,2.5-0.08,2.8,0.15,0.2,6.38-2.7,6.6-2.3,0.18,0.3-2.52,6.6-2.32,7,0.17,0.2,7.08-0.7,7.25-0.4,0.16,0.3-4.28,5.4-4.12,5.6,0.2,0.4,7.2,1.6,7.37,1.9,0.25,0.5-5.41,3.9-5.32,4.1,0.08,0.2,1.05,0.7,2.17,1.3,1.77,0.9,3.95,2.3,3.73,2.6-0.16,0.3-6.9,1.8-7.11,2.2-0.16,0.3,4.64,5.3,4.47,5.6-0.16,0.3-6.91-0.4-7.08-0.1-0.2,0.4,2.85,6.7,2.66,7.1-0.2,0.3-6.37-2.3-6.53-2-0.34,0.6,0.66,7.8,0.66,7.8" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
+ <g id="interpolate-f12-zh_TW.svgg2771" stroke-linejoin="round" transform="translate(-14.034 1526.5)" stroke="#17a500" fill="#0f0">
+ <path id="interpolate-f12-zh_TW.svgpath6640" d="m271.63 45.832h-10.65l-5.33-9.226 5.33-9.226h10.65l5.33 9.226-5.33 9.226z" stroke-width=".86884"/>
+ <path id="interpolate-f12-zh_TW.svgpath6642" d="m47.033 47.01s-3.49-3.274-3.621-3.274c-0.066 0-0.79 4.829-0.872 4.829s-2.393-4.166-2.481-4.166c-0.087 0-2.283 4.393-2.364 4.393-0.082 0-0.987-4.649-1.052-4.649-0.131 0-3.581 3.526-3.581 3.526s0.605-4.753 0.54-4.866c-0.033-0.057-4.359 2.191-4.4 2.121-0.041-0.071 1.978-4.395 1.934-4.471-0.043-0.075-4.88 0.725-4.921 0.655-0.041-0.071 3.195-3.54 3.163-3.597-0.066-0.113-4.939-0.837-4.939-0.837s4.21-2.3 4.275-2.413c0.033-0.057-4.322-2.232-4.281-2.302 0.02-0.036 4.691-0.901 4.712-0.938 0.022-0.037-3.483-3.438-3.461-3.475 0.022-0.038 4.721 0.573 4.743 0.536 0.021-0.037-2.272-4.362-2.252-4.397 0.041-0.071 4.328 1.925 4.36 1.869 0.066-0.114-0.767-4.983-0.767-4.983s3.49 3.275 3.621 3.275c0.066 0 0.79-4.83 0.872-4.83s2.393 4.166 2.48 4.166c0.088 0 2.284-4.393 2.365-4.393 0.082 0 0.987 4.65 1.052 4.65 0.131 0 3.581-3.527 3.581-3.527s-0.605 4.754-0.54 4.867c0.033 0.057 4.359-2.192 4.4-2.121s-1.978 4.395-1.934 4.47c0.021 0.038 4.837-0.8 4.858-0.763s-3.232 3.476-3.211 3.512c0.04 0.071 4.908 0.785 4.941 0.841 0.065 0.114-4.057 2.414-4.057 2.414s4.349 2.184 4.284 2.297c-0.033 0.057-4.72 0.951-4.761 1.022-0.021 0.036 3.484 3.435 3.463 3.472-0.021 0.038-4.721-0.574-4.743-0.536-0.043 0.076 2.227 4.439 2.187 4.51-0.041 0.071-4.328-1.926-4.36-1.869-0.066 0.113 0.767 4.982 0.767 4.982" stroke-width=".79675"/>
+ <g id="interpolate-f12-zh_TW.svgg6743" transform="matrix(.52187 0 0 .52187 14.289 -599.89)" stroke-width="1.6649">
+ <path id="interpolate-f12-zh_TW.svgpath6745" d="m484.33 1237.4s-1.33-0.2-3.13-0.2c-0.89 0-1.94 0.2-3.05 0.2-0.95 0-2.05-0.1-3.07-0.1-1.03 0-2.15 0.1-3.16 0.1-1.02 0-2.05-0.2-2.97-0.2-1.19 0-2.38 0.2-3.22 0.2-1.2 0-1.93-0.1-1.92-0.1 0-0.1-0.19-0.4-0.53-1-0.36-0.7-1.05-1.5-1.67-2.5-0.46-0.8-0.89-1.9-1.42-2.8-0.5-0.9-1.2-1.7-1.72-2.6-0.5-0.9-0.87-1.9-1.34-2.7-0.56-1-1.27-1.9-1.73-2.7-0.64-1.1-1-2.1-1.34-2.7-0.28-0.5-0.46-0.8-0.49-0.8-0.05 0 0.29-0.8 0.94-1.9 0.41-0.7 1.1-1.6 1.66-2.6 0.47-0.8 0.84-1.8 1.37-2.7 0.48-0.8 1.16-1.7 1.65-2.5 0.52-0.9 0.94-2 1.43-2.8 0.53-0.9 1.19-1.7 1.62-2.5 0.92-1.6 1.5-2.8 1.5-2.8h0.04c0.21 0 1.49 0.1 3.13 0.1 0.89 0 1.94-0.2 3.05-0.2 0.95 0 2.05 0.2 3.07 0.2 1.03 0 2.15-0.2 3.16-0.2 1.02 0 2.05 0.2 2.97 0.2 1.19 0 2.39-0.1 3.22-0.1 1.18 0 1.89 0 1.89 0.1-0.01 0 0.19 0.4 0.54 1 0.37 0.6 1.06 1.5 1.67 2.5 0.46 0.8 0.89 1.9 1.42 2.8 0.49 0.8 1.19 1.7 1.7 2.6 0.5 0.8 0.86 1.8 1.34 2.6 0.55 1 1.26 1.9 1.73 2.7 0.6 1.1 0.94 2 1.29 2.6 0.31 0.6 0.52 0.9 0.55 0.9 0.05 0.1-0.27 0.7-0.88 1.8-0.41 0.7-1.11 1.6-1.68 2.6-0.47 0.9-0.84 1.9-1.37 2.8-0.48 0.8-1.16 1.6-1.65 2.5-0.53 0.9-0.96 2-1.45 2.8-0.54 1-1.2 1.7-1.63 2.5-0.93 1.6-1.52 2.9-1.52 2.9"/>
+ <path id="interpolate-f12-zh_TW.svgpath6747" d="m457.98 1237.5s-1.66-0.5-3.37-0.5c-0.84 0-1.91 0.7-2.96 0.7-0.9 0-2.21-0.6-3.18-0.6s-2.28 0.7-3.24 0.7c-0.97 0-2.04-0.8-2.91-0.8-1.13 0-2.67 0.6-3.45 0.6-1.12 0-1.78-0.3-1.76-0.5 0.02-0.1-0.15-0.6-0.47-1.1-0.35-0.6-1.51-1.1-2.1-2.1-0.43-0.8-0.59-2.3-1.09-3.2-0.47-0.8-1.71-1.5-2.2-2.3-0.48-0.8-0.44-2.2-0.89-3-0.52-0.9-1.77-1.8-2.21-2.6-0.6-1-0.43-2.3-0.74-2.8-0.26-0.5-0.5-0.8-0.61-0.8-0.2-0.1-0.09-0.9 0.52-2 0.39-0.7 1.59-1.6 2.12-2.6 0.44-0.7 0.37-2.1 0.87-2.9 0.45-0.8 1.65-1.5 2.11-2.3 0.49-0.9 0.61-2.4 1.07-3.2 0.51-0.9 1.64-1.3 2.05-2.1 0.87-1.5 1.33-3.1 1.31-3.2h0.03c0.2 0 1.82 0.5 3.38 0.5 0.84 0 1.91-0.8 2.96-0.8 0.9 0 2.21 0.7 3.18 0.7s2.28-0.7 3.24-0.7c0.97 0 2.04 0.7 2.91 0.7 1.13 0 2.67-0.5 3.45-0.5 1.1 0 1.75 0.2 1.72 0.5-0.01 0.1 0.16 0.6 0.49 1.1 0.35 0.6 1.52 1.1 2.1 2.1 0.43 0.8 0.59 2.3 1.1 3.2 0.46 0.8 1.69 1.5 2.17 2.3 0.47 0.8 0.42 2.1 0.87 2.9 0.52 0.9 1.77 1.9 2.21 2.6 0.57 1 0.4 2.2 0.73 2.8 0.29 0.5 0.56 0.8 0.69 0.9 0.2 0.1 0.09 0.9-0.49 1.9-0.39 0.6-1.6 1.6-2.15 2.5-0.44 0.8-0.37 2.2-0.86 3-0.46 0.8-1.66 1.5-2.12 2.3-0.5 0.9-0.63 2.4-1.1 3.2-0.5 0.9-1.64 1.4-2.05 2.1-0.88 1.5-1.33 3.3-1.33 3.3"/>
+ <path id="interpolate-f12-zh_TW.svgpath6749" d="m414.07 1237.7s-2.22-1.1-3.77-1.1c-0.76 0-1.87 1.7-2.82 1.7-0.82 0-2.47-1.5-3.35-1.5s-2.52 1.6-3.39 1.6c-0.88 0-2.02-1.7-2.81-1.7-1.03 0-3.13 1.3-3.83 1.3-0.99 0-1.53-0.7-1.48-1.1 0.04-0.4-0.1-0.9-0.39-1.4-0.31-0.6-2.27-0.5-2.79-1.4-0.4-0.7-0.11-3-0.57-3.8-0.43-0.7-2.56-1.2-3-1.9-0.43-0.8 0.3-2.7-0.11-3.4-0.48-0.9-2.63-1.9-3.02-2.5-0.53-1 0.51-2.5 0.25-3.1-0.23-0.4-0.55-0.7-0.8-0.8-0.45-0.3-0.74-1.2-0.19-2.1 0.35-0.6 2.41-1.7 2.89-2.5 0.4-0.7-0.41-2.6 0.03-3.4 0.41-0.7 2.48-1.2 2.89-1.9 0.44-0.8 0.06-3 0.47-3.7 0.46-0.8 2.38-0.8 2.75-1.5 0.79-1.3 1.04-3.7 1.01-3.9h0.02c0.18 0 2.36 1.1 3.77 1.1 0.76 0 1.87-1.7 2.82-1.7 0.82 0 2.47 1.5 3.35 1.5 0.89 0 2.52-1.6 3.39-1.6 0.88 0 2.02 1.7 2.81 1.7 1.03 0 3.13-1.3 3.83-1.3 0.98 0 1.51 0.6 1.45 1.1-0.04 0.3 0.1 0.9 0.4 1.4 0.32 0.6 2.27 0.5 2.8 1.5 0.39 0.6 0.11 2.9 0.56 3.7 0.42 0.7 2.54 1.1 2.97 1.9 0.42 0.7-0.31 2.6 0.09 3.3 0.47 0.9 2.62 1.9 3.02 2.5 0.52 1-0.51 2.5-0.22 3 0.26 0.4 0.64 0.8 0.92 1 0.45 0.2 0.7 1 0.17 2-0.35 0.6-2.43 1.6-2.92 2.5-0.4 0.7 0.41 2.6-0.03 3.4-0.41 0.7-2.48 1.2-2.89 1.9-0.46 0.8-0.09 3.1-0.51 3.8-0.46 0.8-2.38 0.8-2.75 1.4-0.8 1.4-1.02 4-1.02 4"/>
+ <path id="interpolate-f12-zh_TW.svgpath6751" d="m352.59 1238s-3.01-2-4.33-2c-0.65 0-1.81 3-2.62 3-0.7 0-2.84-2.6-3.59-2.6-0.76 0-2.85 2.8-3.59 2.8-0.75 0-2-2.9-2.67-2.9-0.9 0-3.78 2.2-4.36 2.2-0.82 0-1.19-1.1-1.09-2 0.06-0.6-0.02-1.3-0.27-1.7-0.27-0.5-3.34 0.3-3.78-0.5-0.34-0.6 0.57-3.9 0.18-4.6-0.37-0.6-3.75-0.7-4.13-1.4-0.37-0.6 1.32-3.4 0.97-4-0.42-0.7-3.83-1.8-4.15-2.3-0.43-0.8 1.84-2.8 1.64-3.3-0.18-0.4-0.63-0.7-1.08-1-0.79-0.4-1.63-1.4-1.17-2.2 0.29-0.5 3.56-1.7 3.96-2.4 0.34-0.6-1.5-3.3-1.13-3.9 0.35-0.6 3.63-0.8 3.98-1.5 0.37-0.6-0.72-3.9-0.37-4.5 0.39-0.7 3.41 0 3.73-0.6 0.67-1.1 0.63-4.5 0.57-4.9h0.02c0.15 0 3.12 2 4.33 2 0.65 0 1.8-3 2.61-3 0.71 0 2.85 2.6 3.6 2.6 0.76 0 2.85-2.7 3.59-2.7 0.75 0 2 2.9 2.67 2.9 0.9 0 3.78-2.2 4.36-2.2 0.81 0 1.17 1 1.07 1.9-0.07 0.6 0.02 1.3 0.28 1.8 0.27 0.4 3.33-0.3 3.78 0.4 0.34 0.6-0.57 3.9-0.18 4.6 0.35 0.6 3.71 0.7 4.08 1.3 0.35 0.6-1.35 3.4-1.01 4 0.4 0.7 3.81 1.7 4.15 2.3 0.45 0.8-1.78 2.9-1.54 3.3 0.21 0.3 0.75 0.8 1.25 1 0.78 0.4 1.53 1.4 1.09 2.2-0.31 0.5-3.59 1.7-4.01 2.4-0.34 0.6 1.51 3.3 1.13 4-0.34 0.6-3.62 0.8-3.97 1.4-0.39 0.6 0.67 4 0.31 4.6-0.39 0.7-3.41 0-3.73 0.6-0.68 1.2-0.58 4.9-0.58 4.9"/>
+ <path id="interpolate-f12-zh_TW.svgpath6753" d="m273.54 1238.5s-4.01-3.2-5.04-3.2c-0.5 0-1.73 4.7-2.36 4.7-0.55 0-3.32-4.1-3.91-4.1-0.6 0-3.26 4.3-3.85 4.3s-1.96-4.5-2.49-4.5c-0.72 0-4.62 3.4-5.04 3.4-0.6 0-0.75-1.7-0.6-3.1 0.11-0.9 0.09-1.8-0.11-2.1-0.21-0.4-4.7 1.4-5.05 0.8-0.27-0.5 1.45-5.2 1.15-5.7-0.29-0.5-5.28-0.2-5.58-0.7-0.29-0.5 2.63-4.3 2.36-4.8-0.34-0.6-5.37-1.7-5.6-2.1-0.31-0.6 3.54-3.3 3.43-3.7-0.13-0.2-0.74-0.7-1.44-1-1.24-0.7-2.79-1.9-2.44-2.5 0.23-0.4 5.05-1.7 5.35-2.2 0.25-0.5-2.92-4.2-2.63-4.7 0.26-0.5 5.1-0.3 5.37-0.8 0.28-0.5-1.71-5.1-1.45-5.6 0.31-0.5 4.75 1 4.99 0.6 0.52-0.9 0.12-5.6 0.03-6.1-0.01-0.1-0.01-0.1 0-0.1 0.11 0 4.1 3.2 5.04 3.2 0.51 0 1.73-4.7 2.36-4.7 0.56 0 3.32 4 3.91 4 0.6 0 3.26-4.2 3.85-4.2s1.97 4.5 2.49 4.5c0.72 0 4.62-3.4 5.04-3.4 0.59 0 0.74 1.6 0.59 3-0.11 0.9-0.09 1.8 0.11 2.2 0.21 0.4 4.7-1.4 5.05-0.8 0.27 0.5-1.45 5.1-1.14 5.7 0.26 0.4 5.23 0.1 5.5 0.5 0.27 0.5-2.66 4.3-2.41 4.7 0.32 0.6 5.34 1.7 5.6 2.2 0.37 0.6-3.41 3.3-3.24 3.6 0.16 0.3 0.89 0.8 1.66 1.2 1.24 0.6 2.63 1.7 2.28 2.3-0.24 0.5-5.08 1.8-5.4 2.3-0.26 0.5 2.92 4.2 2.63 4.7-0.26 0.5-5.1 0.3-5.37 0.8-0.3 0.5 1.66 5.2 1.37 5.7-0.3 0.5-4.74-1-4.99-0.5-0.53 0.9-0.02 6.2-0.02 6.2"/>
+ <path id="interpolate-f12-zh_TW.svgpath6755" d="m176.92 1239s-5.23-4.6-5.91-4.6c-0.33 0-1.62 6.8-2.04 6.8-0.37 0-3.9-5.9-4.3-5.9s-3.77 6.2-4.16 6.2-1.93-6.6-2.27-6.6c-0.5 0-5.65 5-5.88 5-0.32 0-0.21-2.5 0.02-4.4 0.14-1.3 0.2-2.5 0.07-2.7-0.14-0.3-6.37 2.7-6.6 2.3-0.18-0.3 2.53-6.7 2.32-7-0.19-0.4-7.14 0.5-7.34 0.2-0.19-0.3 4.23-5.5 4.06-5.8-0.24-0.4-7.25-1.6-7.37-1.9-0.17-0.3 5.61-3.7 5.61-4.1-0.06-0.1-0.88-0.6-1.87-1.1-1.8-1-4.2-2.4-3.99-2.8 0.14-0.2 6.85-1.7 7.03-2 0.16-0.3-4.64-5.3-4.46-5.6 0.16-0.3 6.91 0.3 7.07 0.1 0.17-0.3-2.92-6.7-2.76-6.9 0.2-0.4 6.37 2.2 6.53 1.9 0.34-0.6-0.52-6.9-0.65-7.6-0.01-0.1-0.01-0.1 0-0.1 0.06 0 5.28 4.6 5.91 4.6 0.33 0 1.63-6.8 2.04-6.8 0.37 0 3.9 5.8 4.3 5.8s3.77-6.1 4.16-6.1 1.93 6.5 2.27 6.5c0.51 0 5.65-5 5.88-5 0.32 0 0.21 2.4-0.02 4.4-0.15 1.3-0.21 2.5-0.08 2.8 0.15 0.2 6.38-2.7 6.6-2.3 0.18 0.3-2.52 6.6-2.32 7 0.17 0.2 7.08-0.7 7.25-0.4 0.16 0.3-4.28 5.4-4.12 5.6 0.2 0.4 7.2 1.6 7.37 1.9 0.25 0.5-5.41 3.9-5.32 4.1 0.08 0.2 1.05 0.7 2.17 1.3 1.77 0.9 3.95 2.3 3.73 2.6-0.16 0.3-6.9 1.8-7.11 2.2-0.16 0.3 4.64 5.3 4.47 5.6-0.16 0.3-6.91-0.4-7.08-0.1-0.2 0.4 2.85 6.7 2.66 7.1-0.2 0.3-6.37-2.3-6.53-2-0.34 0.6 0.66 7.8 0.66 7.8"/>
</g>
</g>
- <rect id="d0e257" display="none" height="1000px" width="288" y="1704.9" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e257" display="none" height="1e3px" width="288" y="1587.7" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e257"/>
</flowRegion>
<flowDiv xml:space="preserve">指數為 2:</flowDiv>
</flowRoot>
- <g id="interpolate-f13-zh_TW.svgg2760" transform="translate(10, 1730.6535981000002) translate(-24.034172,-18.39093)">
- <path id="interpolate-f13-zh_TW.svgpath6644" stroke-linejoin="round" d="M271.63,45.832h-10.65l-5.33-9.226,5.33-9.226h10.65l5.33,9.226-5.33,9.226z" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.86884195" fill="#0F0"/>
- <path id="interpolate-f13-zh_TW.svgpath6646" stroke-linejoin="round" d="M47.033,47.01s-3.49-3.274-3.621-3.274c-0.066,0-0.79,4.829-0.872,4.829s-2.393-4.166-2.481-4.166c-0.087,0-2.283,4.393-2.364,4.393-0.082,0-0.987-4.649-1.052-4.649-0.131,0-3.581,3.526-3.581,3.526s0.605-4.753,0.54-4.866c-0.033-0.057-4.359,2.191-4.4,2.121-0.041-0.071,1.978-4.395,1.934-4.471-0.043-0.075-4.88,0.725-4.921,0.655-0.041-0.071,3.195-3.54,3.163-3.597-0.066-0.113-4.939-0.837-4.939-0.837s4.21-2.3,4.275-2.413c0.033-0.057-4.322-2.231-4.281-2.302,0.02-0.036,4.691-0.901,4.712-0.938,0.022-0.037-3.483-3.438-3.461-3.475,0.022-0.038,4.721,0.573,4.743,0.536,0.021-0.037-2.272-4.362-2.252-4.397,0.041-0.071,4.328,1.925,4.36,1.869,0.066-0.114-0.767-4.983-0.767-4.983s3.49,3.275,3.621,3.275c0.066,0,0.79-4.83,0.872-4.83s2.393,4.166,2.48,4.166c0.088,0,2.284-4.393,2.365-4.393,0.082,0,0.987,4.65,1.052,4.65,0.131,0,3.581-3.527,3.581-3.527s-0.605,4.754-0.54,4.867c0.033,0.057,4.359-2.192,4.4-2.121s-1.978,4.395-1.934,4.47c0.021,0.038,4.837-0.8,4.858-0.763s-3.232,3.477-3.211,3.512c0.04,0.071,4.908,0.785,4.941,0.841,0.065,0.114-4.057,2.414-4.057,2.414s4.349,2.184,4.284,2.297c-0.033,0.057-4.72,0.951-4.761,1.022-0.021,0.036,3.484,3.435,3.463,3.472-0.021,0.038-4.721-0.574-4.743-0.536-0.043,0.076,2.227,4.439,2.187,4.51-0.041,0.071-4.328-1.926-4.36-1.869-0.066,0.113,0.767,4.982,0.767,4.982" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.79674554" fill="#0F0"/>
- <g id="interpolate-f13-zh_TW.svgg6943" transform="matrix(0.5218716,0,0,0.5218716,14.289464,-641.00452)">
- <path id="interpolate-f13-zh_TW.svgpath6945" stroke-linejoin="round" d="M491.86,1316.1h-3.07-3.07-3.04-3.13-2.99-3.16-1.97s-0.2-0.4-0.54-1c-0.37-0.6-0.92-1.5-1.55-2.6-0.46-0.8-0.97-1.7-1.51-2.6-0.5-0.9-1.05-1.8-1.58-2.7-0.5-0.9-0.99-1.8-1.48-2.6-0.56-1-1.12-1.9-1.59-2.8-0.64-1.1-1.16-2-1.51-2.6-0.28-0.5-0.44-0.8-0.45-0.8s0.4-0.7,1.06-1.9c0.42-0.7,0.96-1.6,1.53-2.6,0.48-0.8,0.98-1.7,1.51-2.6,0.49-0.9,1.02-1.8,1.52-2.6,0.53-0.9,1.03-1.9,1.53-2.7,0.54-1,1.07-1.8,1.5-2.6,0.94-1.6,1.55-2.7,1.55-2.7h0.04,3.07,3.07,3.04,3.13,2.99,3.16,1.93s0.21,0.4,0.56,1c0.37,0.6,0.93,1.5,1.55,2.6,0.47,0.8,0.97,1.8,1.51,2.7,0.5,0.9,1.05,1.8,1.57,2.6,0.5,0.9,0.98,1.8,1.46,2.6,0.56,1,1.12,1.9,1.6,2.8,0.61,1,1.1,1.9,1.45,2.5,0.32,0.6,0.51,0.9,0.52,0.9,0,0-0.38,0.7-1,1.8-0.42,0.7-0.97,1.6-1.55,2.6-0.48,0.8-0.98,1.8-1.51,2.7-0.49,0.8-1.02,1.7-1.52,2.6-0.53,0.9-1.05,1.8-1.55,2.7-0.54,0.9-1.07,1.8-1.51,2.6-0.94,1.6-1.57,2.7-1.57,2.7" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f13-zh_TW.svgpath6947" stroke-linejoin="round" d="M483.08,1316.2s-1.35-0.2-3.15-0.2c-0.88,0-1.94,0.2-3.04,0.2-0.95,0-2.06-0.2-3.08-0.2s-2.15,0.2-3.16,0.2c-1.02,0-2.05-0.2-2.96-0.2-1.19,0-2.4,0.2-3.24,0.2-1.19,0-1.92-0.1-1.92-0.2,0.01,0-0.18-0.4-0.52-1-0.36-0.6-1.07-1.4-1.69-2.4-0.46-0.8-0.87-1.9-1.4-2.8-0.5-0.9-1.23-1.7-1.74-2.6-0.5-0.9-0.85-1.9-1.33-2.7-0.55-1-1.29-1.9-1.75-2.7-0.63-1.1-0.97-2.1-1.31-2.7-0.28-0.5-0.46-0.8-0.49-0.8-0.06,0,0.27-0.8,0.92-1.9,0.41-0.7,1.12-1.6,1.68-2.6,0.47-0.8,0.82-1.8,1.34-2.8,0.48-0.8,1.19-1.6,1.67-2.5,0.52-0.9,0.93-1.9,1.41-2.8,0.54-0.9,1.22-1.7,1.65-2.4,0.92-1.6,1.49-2.8,1.49-2.9h0.04c0.21,0,1.5,0.2,3.14,0.2,0.89,0,1.94-0.2,3.05-0.2,0.95,0,2.05,0.2,3.08,0.2,1.02,0,2.15-0.2,3.15-0.2,1.03,0,2.05,0.2,2.97,0.2,1.19,0,2.4-0.2,3.23-0.2,1.18,0,1.89,0.1,1.88,0.1,0,0.1,0.2,0.5,0.55,1.1,0.36,0.6,1.07,1.4,1.69,2.5,0.45,0.8,0.87,1.8,1.4,2.8,0.49,0.8,1.21,1.6,1.72,2.5,0.5,0.9,0.84,1.9,1.32,2.7,0.54,1,1.28,1.9,1.75,2.7,0.6,1,0.92,2,1.26,2.6,0.32,0.6,0.53,0.9,0.56,0.9,0.06,0-0.25,0.7-0.86,1.8-0.41,0.7-1.13,1.6-1.7,2.6-0.47,0.8-0.82,1.9-1.35,2.8-0.48,0.8-1.18,1.6-1.67,2.5-0.53,0.9-0.95,2-1.44,2.8-0.53,1-1.21,1.7-1.64,2.5-0.93,1.6-1.51,2.9-1.51,2.9" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f13-zh_TW.svgpath6949" stroke-linejoin="round" d="M459.24,1316.3s-1.65-0.5-3.37-0.5c-0.83,0-1.91,0.7-2.96,0.7-0.91,0-2.2-0.6-3.17-0.6-0.98,0-2.28,0.6-3.24,0.6-0.97,0-2.04-0.7-2.91-0.7-1.14,0-2.65,0.6-3.44,0.6-1.13,0-1.79-0.3-1.77-0.5,0.02-0.1-0.15-0.6-0.47-1.1-0.35-0.6-1.49-1.1-2.08-2.1-0.43-0.8-0.6-2.3-1.11-3.2-0.47-0.8-1.69-1.5-2.18-2.3-0.47-0.9-0.45-2.2-0.9-3-0.53-0.9-1.76-1.8-2.19-2.6-0.6-1-0.46-2.2-0.77-2.8-0.26-0.5-0.5-0.8-0.6-0.8-0.19-0.1-0.08-0.9,0.53-2,0.39-0.7,1.57-1.6,2.1-2.5,0.45-0.8,0.4-2.2,0.89-3,0.46-0.8,1.63-1.5,2.1-2.3,0.49-0.9,0.62-2.4,1.08-3.2,0.51-0.8,1.62-1.3,2.03-2,0.87-1.6,1.34-3.2,1.32-3.3h0.03c0.21,0,1.81,0.5,3.37,0.5,0.84,0,1.91-0.7,2.96-0.7,0.91,0,2.2,0.6,3.18,0.6,0.97,0,2.27-0.7,3.23-0.7,0.98,0,2.04,0.8,2.91,0.8,1.14,0,2.66-0.6,3.44-0.6,1.11,0,1.76,0.3,1.74,0.5-0.02,0.1,0.16,0.6,0.49,1.2,0.35,0.6,1.49,1.1,2.07,2.1,0.44,0.7,0.61,2.2,1.12,3.1,0.46,0.8,1.67,1.5,2.15,2.3,0.47,0.8,0.44,2.2,0.89,2.9,0.52,0.9,1.75,1.9,2.19,2.7,0.57,1,0.43,2.1,0.75,2.7,0.3,0.5,0.57,0.8,0.69,0.9,0.19,0.1,0.07,0.9-0.51,1.9-0.39,0.6-1.58,1.6-2.12,2.6-0.45,0.7-0.4,2.1-0.9,2.9-0.45,0.8-1.63,1.5-2.09,2.3-0.5,0.9-0.65,2.4-1.11,3.2-0.51,0.9-1.62,1.4-2.03,2.1-0.89,1.5-1.34,3.3-1.34,3.3" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f13-zh_TW.svgpath6951" stroke-linejoin="round" d="M412.81,1316.5s-2.23-1.1-3.78-1.1c-0.75,0-1.87,1.7-2.81,1.7-0.82,0-2.48-1.5-3.36-1.5s-2.52,1.6-3.39,1.6-2.02-1.7-2.8-1.7c-1.04,0-3.15,1.3-3.85,1.3-0.99,0-1.53-0.7-1.47-1.2,0.04-0.3-0.1-0.8-0.39-1.3-0.31-0.6-2.29-0.5-2.81-1.4-0.4-0.7-0.1-3-0.55-3.8-0.43-0.7-2.59-1.2-3.03-1.9-0.42-0.8,0.32-2.7-0.09-3.4-0.48-0.9-2.65-1.9-3.04-2.6-0.53-0.9,0.54-2.5,0.28-3-0.23-0.4-0.55-0.7-0.81-0.9-0.45-0.2-0.75-1.1-0.21-2.1,0.35-0.6,2.44-1.6,2.91-2.4,0.4-0.7-0.43-2.7,0.01-3.4,0.41-0.7,2.5-1.2,2.92-1.9,0.44-0.8,0.04-3.1,0.45-3.8,0.46-0.8,2.4-0.8,2.77-1.4,0.78-1.4,1.03-3.8,1-4h0.02c0.18,0,2.38,1.2,3.78,1.2,0.76,0,1.87-1.7,2.82-1.7,0.82,0,2.48,1.4,3.36,1.4,0.87,0,2.52-1.5,3.38-1.5,0.88,0,2.03,1.6,2.81,1.6,1.03,0,3.15-1.2,3.84-1.2,0.98,0,1.5,0.6,1.45,1.1-0.04,0.3,0.1,0.9,0.4,1.4,0.31,0.6,2.29,0.5,2.81,1.4,0.4,0.7,0.1,3,0.55,3.8,0.42,0.7,2.56,1.1,2.99,1.9,0.42,0.7-0.33,2.6,0.07,3.3,0.47,0.8,2.64,1.8,3.04,2.5,0.52,0.9-0.53,2.5-0.25,3,0.27,0.4,0.65,0.8,0.93,0.9,0.45,0.3,0.72,1.1,0.19,2-0.35,0.6-2.45,1.7-2.94,2.5-0.4,0.7,0.43,2.7-0.01,3.5-0.41,0.7-2.5,1.2-2.91,1.9-0.46,0.8-0.08,3.1-0.5,3.8-0.45,0.8-2.4,0.8-2.77,1.4-0.79,1.4-1.01,4-1.01,4" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f13-zh_TW.svgpath6953" stroke-linejoin="round" d="M336.27,1316.9s-3.21-2.3-4.47-2.3c-0.62,0-1.79,3.4-2.56,3.4-0.67,0-2.94-2.9-3.66-2.9-0.73,0-2.93,3.1-3.64,3.1-0.72,0-2-3.3-2.64-3.3-0.86,0-3.95,2.5-4.5,2.5-0.77,0-1.1-1.2-0.99-2.2,0.07-0.6,0-1.4-0.23-1.8-0.26-0.5-3.62,0.5-4.05-0.2-0.32-0.6,0.76-4.2,0.38-4.8-0.35-0.6-4.06-0.6-4.42-1.3-0.35-0.6,1.58-3.6,1.25-4.1-0.4-0.7-4.14-1.8-4.44-2.3-0.42-0.8,2.18-3,2-3.4-0.17-0.3-0.65-0.7-1.15-1-0.89-0.5-1.87-1.5-1.43-2.3,0.28-0.5,3.87-1.7,4.24-2.3,0.32-0.6-1.79-3.5-1.44-4.1,0.33-0.6,3.93-0.7,4.27-1.3,0.35-0.6-0.92-4.2-0.59-4.8,0.37-0.6,3.68,0.2,3.99-0.3,0.63-1.1,0.52-4.8,0.46-5.2h0.01c0.14,0,3.32,2.3,4.48,2.3,0.62,0,1.79-3.4,2.56-3.4,0.67,0,2.94,2.9,3.66,2.9,0.73,0,2.93-3.1,3.64-3.1,0.72,0,2,3.3,2.64,3.3,0.86,0,3.96-2.5,4.5-2.5,0.76,0,1.08,1.2,0.97,2.2-0.08,0.6,0,1.4,0.24,1.8,0.26,0.5,3.62-0.5,4.05,0.3,0.32,0.5-0.76,4.1-0.38,4.8,0.33,0.5,4.02,0.5,4.37,1.1,0.33,0.6-1.62,3.6-1.3,4.1,0.39,0.7,4.13,1.8,4.45,2.3,0.44,0.8-2.12,3-1.89,3.3,0.2,0.4,0.78,0.8,1.33,1.1,0.88,0.5,1.76,1.5,1.34,2.2-0.29,0.5-3.9,1.7-4.3,2.4-0.32,0.6,1.8,3.5,1.45,4.1-0.33,0.6-3.93,0.7-4.27,1.3-0.37,0.6,0.88,4.3,0.53,4.9-0.37,0.6-3.69-0.2-3.99,0.3-0.65,1.1-0.47,5.2-0.47,5.2" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f13-zh_TW.svgpath6955" stroke-linejoin="round" d="M222.09,1317.5s-4.66-3.9-5.5-3.9c-0.41,0-1.67,5.8-2.19,5.8-0.46,0-3.63-5-4.12-5s-3.53,5.3-4.01,5.3-1.95-5.6-2.37-5.6c-0.61,0-5.17,4.2-5.49,4.2-0.45,0-0.47-2.1-0.27-3.8,0.12-1.1,0.15-2.1-0.01-2.4-0.18-0.3-5.6,2.1-5.88,1.6-0.22-0.4,2.02-6,1.77-6.4-0.24-0.4-6.27,0.2-6.51-0.2s3.48-4.9,3.26-5.3c-0.29-0.5-6.37-1.7-6.54-2-0.24-0.4,4.64-3.6,4.59-3.9-0.1-0.2-0.82-0.7-1.67-1.1-1.54-0.8-3.54-2.2-3.27-2.7,0.18-0.3,6.01-1.7,6.25-2.1,0.2-0.3-3.83-4.8-3.61-5.2,0.21-0.3,6.07,0.1,6.28-0.3,0.22-0.3-2.35-5.9-2.15-6.3,0.25-0.4,5.61,1.7,5.81,1.3,0.42-0.7-0.22-6.2-0.33-6.9-0.01,0-0.01-0.1,0-0.1,0.08,0,4.72,4,5.5,4,0.41,0,1.68-5.8,2.19-5.8,0.46,0,3.63,5,4.12,5s3.53-5.3,4.01-5.3c0.49,0,1.95,5.6,2.38,5.6,0.6,0,5.17-4.3,5.48-4.3,0.45,0,0.46,2.1,0.27,3.8-0.13,1.1-0.15,2.2,0.01,2.5,0.18,0.3,5.59-2.1,5.88-1.6,0.22,0.4-2.03,5.9-1.77,6.4,0.21,0.3,6.21-0.3,6.43,0,0.21,0.4-3.53,4.9-3.32,5.2,0.25,0.5,6.32,1.7,6.54,2,0.3,0.6-4.48,3.7-4.35,3.9,0.12,0.2,0.98,0.7,1.94,1.2,1.52,0.8,3.32,2.1,3.04,2.6-0.19,0.3-6.04,1.7-6.31,2.2-0.2,0.3,3.84,4.8,3.61,5.1-0.2,0.4-6.06,0-6.27,0.4-0.25,0.4,2.29,6,2.05,6.4-0.25,0.4-5.61-1.6-5.81-1.3-0.43,0.7,0.34,7,0.34,7" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
+ <g id="interpolate-f13-zh_TW.svgg2760" stroke-linejoin="round" transform="translate(-14.034 1594.8)" stroke="#17a500" fill="#0f0">
+ <path id="interpolate-f13-zh_TW.svgpath6644" d="m271.63 45.832h-10.65l-5.33-9.226 5.33-9.226h10.65l5.33 9.226-5.33 9.226z" stroke-width=".86884"/>
+ <path id="interpolate-f13-zh_TW.svgpath6646" d="m47.033 47.01s-3.49-3.274-3.621-3.274c-0.066 0-0.79 4.829-0.872 4.829s-2.393-4.166-2.481-4.166c-0.087 0-2.283 4.393-2.364 4.393-0.082 0-0.987-4.649-1.052-4.649-0.131 0-3.581 3.526-3.581 3.526s0.605-4.753 0.54-4.866c-0.033-0.057-4.359 2.191-4.4 2.121-0.041-0.071 1.978-4.395 1.934-4.471-0.043-0.075-4.88 0.725-4.921 0.655-0.041-0.071 3.195-3.54 3.163-3.597-0.066-0.113-4.939-0.837-4.939-0.837s4.21-2.3 4.275-2.413c0.033-0.057-4.322-2.231-4.281-2.302 0.02-0.036 4.691-0.901 4.712-0.938 0.022-0.037-3.483-3.438-3.461-3.475 0.022-0.038 4.721 0.573 4.743 0.536 0.021-0.037-2.272-4.362-2.252-4.397 0.041-0.071 4.328 1.925 4.36 1.869 0.066-0.114-0.767-4.983-0.767-4.983s3.49 3.275 3.621 3.275c0.066 0 0.79-4.83 0.872-4.83s2.393 4.166 2.48 4.166c0.088 0 2.284-4.393 2.365-4.393 0.082 0 0.987 4.65 1.052 4.65 0.131 0 3.581-3.527 3.581-3.527s-0.605 4.754-0.54 4.867c0.033 0.057 4.359-2.192 4.4-2.121s-1.978 4.395-1.934 4.47c0.021 0.038 4.837-0.8 4.858-0.763s-3.232 3.477-3.211 3.512c0.04 0.071 4.908 0.785 4.941 0.841 0.065 0.114-4.057 2.414-4.057 2.414s4.349 2.184 4.284 2.297c-0.033 0.057-4.72 0.951-4.761 1.022-0.021 0.036 3.484 3.435 3.463 3.472-0.021 0.038-4.721-0.574-4.743-0.536-0.043 0.076 2.227 4.439 2.187 4.51-0.041 0.071-4.328-1.926-4.36-1.869-0.066 0.113 0.767 4.982 0.767 4.982" stroke-width=".79675"/>
+ <g id="interpolate-f13-zh_TW.svgg6943" transform="matrix(.52187 0 0 .52187 14.289 -641)" stroke-width="1.6649">
+ <path id="interpolate-f13-zh_TW.svgpath6945" d="m491.86 1316.1h-3.07-3.07-3.04-3.13-2.99-3.16-1.97s-0.2-0.4-0.54-1c-0.37-0.6-0.92-1.5-1.55-2.6-0.46-0.8-0.97-1.7-1.51-2.6-0.5-0.9-1.05-1.8-1.58-2.7-0.5-0.9-0.99-1.8-1.48-2.6-0.56-1-1.12-1.9-1.59-2.8-0.64-1.1-1.16-2-1.51-2.6-0.28-0.5-0.44-0.8-0.45-0.8s0.4-0.7 1.06-1.9c0.42-0.7 0.96-1.6 1.53-2.6 0.48-0.8 0.98-1.7 1.51-2.6 0.49-0.9 1.02-1.8 1.52-2.6 0.53-0.9 1.03-1.9 1.53-2.7 0.54-1 1.07-1.8 1.5-2.6 0.94-1.6 1.55-2.7 1.55-2.7h0.04 3.07 3.07 3.04 3.13 2.99 3.16 1.93s0.21 0.4 0.56 1c0.37 0.6 0.93 1.5 1.55 2.6 0.47 0.8 0.97 1.8 1.51 2.7 0.5 0.9 1.05 1.8 1.57 2.6 0.5 0.9 0.98 1.8 1.46 2.6 0.56 1 1.12 1.9 1.6 2.8 0.61 1 1.1 1.9 1.45 2.5 0.32 0.6 0.51 0.9 0.52 0.9 0 0-0.38 0.7-1 1.8-0.42 0.7-0.97 1.6-1.55 2.6-0.48 0.8-0.98 1.8-1.51 2.7-0.49 0.8-1.02 1.7-1.52 2.6-0.53 0.9-1.05 1.8-1.55 2.7-0.54 0.9-1.07 1.8-1.51 2.6-0.94 1.6-1.57 2.7-1.57 2.7"/>
+ <path id="interpolate-f13-zh_TW.svgpath6947" d="m483.08 1316.2s-1.35-0.2-3.15-0.2c-0.88 0-1.94 0.2-3.04 0.2-0.95 0-2.06-0.2-3.08-0.2s-2.15 0.2-3.16 0.2c-1.02 0-2.05-0.2-2.96-0.2-1.19 0-2.4 0.2-3.24 0.2-1.19 0-1.92-0.1-1.92-0.2 0.01 0-0.18-0.4-0.52-1-0.36-0.6-1.07-1.4-1.69-2.4-0.46-0.8-0.87-1.9-1.4-2.8-0.5-0.9-1.23-1.7-1.74-2.6-0.5-0.9-0.85-1.9-1.33-2.7-0.55-1-1.29-1.9-1.75-2.7-0.63-1.1-0.97-2.1-1.31-2.7-0.28-0.5-0.46-0.8-0.49-0.8-0.06 0 0.27-0.8 0.92-1.9 0.41-0.7 1.12-1.6 1.68-2.6 0.47-0.8 0.82-1.8 1.34-2.8 0.48-0.8 1.19-1.6 1.67-2.5 0.52-0.9 0.93-1.9 1.41-2.8 0.54-0.9 1.22-1.7 1.65-2.4 0.92-1.6 1.49-2.8 1.49-2.9h0.04c0.21 0 1.5 0.2 3.14 0.2 0.89 0 1.94-0.2 3.05-0.2 0.95 0 2.05 0.2 3.08 0.2 1.02 0 2.15-0.2 3.15-0.2 1.03 0 2.05 0.2 2.97 0.2 1.19 0 2.4-0.2 3.23-0.2 1.18 0 1.89 0.1 1.88 0.1 0 0.1 0.2 0.5 0.55 1.1 0.36 0.6 1.07 1.4 1.69 2.5 0.45 0.8 0.87 1.8 1.4 2.8 0.49 0.8 1.21 1.6 1.72 2.5 0.5 0.9 0.84 1.9 1.32 2.7 0.54 1 1.28 1.9 1.75 2.7 0.6 1 0.92 2 1.26 2.6 0.32 0.6 0.53 0.9 0.56 0.9 0.06 0-0.25 0.7-0.86 1.8-0.41 0.7-1.13 1.6-1.7 2.6-0.47 0.8-0.82 1.9-1.35 2.8-0.48 0.8-1.18 1.6-1.67 2.5-0.53 0.9-0.95 2-1.44 2.8-0.53 1-1.21 1.7-1.64 2.5-0.93 1.6-1.51 2.9-1.51 2.9"/>
+ <path id="interpolate-f13-zh_TW.svgpath6949" d="m459.24 1316.3s-1.65-0.5-3.37-0.5c-0.83 0-1.91 0.7-2.96 0.7-0.91 0-2.2-0.6-3.17-0.6-0.98 0-2.28 0.6-3.24 0.6-0.97 0-2.04-0.7-2.91-0.7-1.14 0-2.65 0.6-3.44 0.6-1.13 0-1.79-0.3-1.77-0.5 0.02-0.1-0.15-0.6-0.47-1.1-0.35-0.6-1.49-1.1-2.08-2.1-0.43-0.8-0.6-2.3-1.11-3.2-0.47-0.8-1.69-1.5-2.18-2.3-0.47-0.9-0.45-2.2-0.9-3-0.53-0.9-1.76-1.8-2.19-2.6-0.6-1-0.46-2.2-0.77-2.8-0.26-0.5-0.5-0.8-0.6-0.8-0.19-0.1-0.08-0.9 0.53-2 0.39-0.7 1.57-1.6 2.1-2.5 0.45-0.8 0.4-2.2 0.89-3 0.46-0.8 1.63-1.5 2.1-2.3 0.49-0.9 0.62-2.4 1.08-3.2 0.51-0.8 1.62-1.3 2.03-2 0.87-1.6 1.34-3.2 1.32-3.3h0.03c0.21 0 1.81 0.5 3.37 0.5 0.84 0 1.91-0.7 2.96-0.7 0.91 0 2.2 0.6 3.18 0.6 0.97 0 2.27-0.7 3.23-0.7 0.98 0 2.04 0.8 2.91 0.8 1.14 0 2.66-0.6 3.44-0.6 1.11 0 1.76 0.3 1.74 0.5-0.02 0.1 0.16 0.6 0.49 1.2 0.35 0.6 1.49 1.1 2.07 2.1 0.44 0.7 0.61 2.2 1.12 3.1 0.46 0.8 1.67 1.5 2.15 2.3 0.47 0.8 0.44 2.2 0.89 2.9 0.52 0.9 1.75 1.9 2.19 2.7 0.57 1 0.43 2.1 0.75 2.7 0.3 0.5 0.57 0.8 0.69 0.9 0.19 0.1 0.07 0.9-0.51 1.9-0.39 0.6-1.58 1.6-2.12 2.6-0.45 0.7-0.4 2.1-0.9 2.9-0.45 0.8-1.63 1.5-2.09 2.3-0.5 0.9-0.65 2.4-1.11 3.2-0.51 0.9-1.62 1.4-2.03 2.1-0.89 1.5-1.34 3.3-1.34 3.3"/>
+ <path id="interpolate-f13-zh_TW.svgpath6951" d="m412.81 1316.5s-2.23-1.1-3.78-1.1c-0.75 0-1.87 1.7-2.81 1.7-0.82 0-2.48-1.5-3.36-1.5s-2.52 1.6-3.39 1.6-2.02-1.7-2.8-1.7c-1.04 0-3.15 1.3-3.85 1.3-0.99 0-1.53-0.7-1.47-1.2 0.04-0.3-0.1-0.8-0.39-1.3-0.31-0.6-2.29-0.5-2.81-1.4-0.4-0.7-0.1-3-0.55-3.8-0.43-0.7-2.59-1.2-3.03-1.9-0.42-0.8 0.32-2.7-0.09-3.4-0.48-0.9-2.65-1.9-3.04-2.6-0.53-0.9 0.54-2.5 0.28-3-0.23-0.4-0.55-0.7-0.81-0.9-0.45-0.2-0.75-1.1-0.21-2.1 0.35-0.6 2.44-1.6 2.91-2.4 0.4-0.7-0.43-2.7 0.01-3.4 0.41-0.7 2.5-1.2 2.92-1.9 0.44-0.8 0.04-3.1 0.45-3.8 0.46-0.8 2.4-0.8 2.77-1.4 0.78-1.4 1.03-3.8 1-4h0.02c0.18 0 2.38 1.2 3.78 1.2 0.76 0 1.87-1.7 2.82-1.7 0.82 0 2.48 1.4 3.36 1.4 0.87 0 2.52-1.5 3.38-1.5 0.88 0 2.03 1.6 2.81 1.6 1.03 0 3.15-1.2 3.84-1.2 0.98 0 1.5 0.6 1.45 1.1-0.04 0.3 0.1 0.9 0.4 1.4 0.31 0.6 2.29 0.5 2.81 1.4 0.4 0.7 0.1 3 0.55 3.8 0.42 0.7 2.56 1.1 2.99 1.9 0.42 0.7-0.33 2.6 0.07 3.3 0.47 0.8 2.64 1.8 3.04 2.5 0.52 0.9-0.53 2.5-0.25 3 0.27 0.4 0.65 0.8 0.93 0.9 0.45 0.3 0.72 1.1 0.19 2-0.35 0.6-2.45 1.7-2.94 2.5-0.4 0.7 0.43 2.7-0.01 3.5-0.41 0.7-2.5 1.2-2.91 1.9-0.46 0.8-0.08 3.1-0.5 3.8-0.45 0.8-2.4 0.8-2.77 1.4-0.79 1.4-1.01 4-1.01 4"/>
+ <path id="interpolate-f13-zh_TW.svgpath6953" d="m336.27 1316.9s-3.21-2.3-4.47-2.3c-0.62 0-1.79 3.4-2.56 3.4-0.67 0-2.94-2.9-3.66-2.9-0.73 0-2.93 3.1-3.64 3.1-0.72 0-2-3.3-2.64-3.3-0.86 0-3.95 2.5-4.5 2.5-0.77 0-1.1-1.2-0.99-2.2 0.07-0.6 0-1.4-0.23-1.8-0.26-0.5-3.62 0.5-4.05-0.2-0.32-0.6 0.76-4.2 0.38-4.8-0.35-0.6-4.06-0.6-4.42-1.3-0.35-0.6 1.58-3.6 1.25-4.1-0.4-0.7-4.14-1.8-4.44-2.3-0.42-0.8 2.18-3 2-3.4-0.17-0.3-0.65-0.7-1.15-1-0.89-0.5-1.87-1.5-1.43-2.3 0.28-0.5 3.87-1.7 4.24-2.3 0.32-0.6-1.79-3.5-1.44-4.1 0.33-0.6 3.93-0.7 4.27-1.3 0.35-0.6-0.92-4.2-0.59-4.8 0.37-0.6 3.68 0.2 3.99-0.3 0.63-1.1 0.52-4.8 0.46-5.2h0.01c0.14 0 3.32 2.3 4.48 2.3 0.62 0 1.79-3.4 2.56-3.4 0.67 0 2.94 2.9 3.66 2.9 0.73 0 2.93-3.1 3.64-3.1 0.72 0 2 3.3 2.64 3.3 0.86 0 3.96-2.5 4.5-2.5 0.76 0 1.08 1.2 0.97 2.2-0.08 0.6 0 1.4 0.24 1.8 0.26 0.5 3.62-0.5 4.05 0.3 0.32 0.5-0.76 4.1-0.38 4.8 0.33 0.5 4.02 0.5 4.37 1.1 0.33 0.6-1.62 3.6-1.3 4.1 0.39 0.7 4.13 1.8 4.45 2.3 0.44 0.8-2.12 3-1.89 3.3 0.2 0.4 0.78 0.8 1.33 1.1 0.88 0.5 1.76 1.5 1.34 2.2-0.29 0.5-3.9 1.7-4.3 2.4-0.32 0.6 1.8 3.5 1.45 4.1-0.33 0.6-3.93 0.7-4.27 1.3-0.37 0.6 0.88 4.3 0.53 4.9-0.37 0.6-3.69-0.2-3.99 0.3-0.65 1.1-0.47 5.2-0.47 5.2"/>
+ <path id="interpolate-f13-zh_TW.svgpath6955" d="m222.09 1317.5s-4.66-3.9-5.5-3.9c-0.41 0-1.67 5.8-2.19 5.8-0.46 0-3.63-5-4.12-5s-3.53 5.3-4.01 5.3-1.95-5.6-2.37-5.6c-0.61 0-5.17 4.2-5.49 4.2-0.45 0-0.47-2.1-0.27-3.8 0.12-1.1 0.15-2.1-0.01-2.4-0.18-0.3-5.6 2.1-5.88 1.6-0.22-0.4 2.02-6 1.77-6.4-0.24-0.4-6.27 0.2-6.51-0.2s3.48-4.9 3.26-5.3c-0.29-0.5-6.37-1.7-6.54-2-0.24-0.4 4.64-3.6 4.59-3.9-0.1-0.2-0.82-0.7-1.67-1.1-1.54-0.8-3.54-2.2-3.27-2.7 0.18-0.3 6.01-1.7 6.25-2.1 0.2-0.3-3.83-4.8-3.61-5.2 0.21-0.3 6.07 0.1 6.28-0.3 0.22-0.3-2.35-5.9-2.15-6.3 0.25-0.4 5.61 1.7 5.81 1.3 0.42-0.7-0.22-6.2-0.33-6.9-0.01 0-0.01-0.1 0-0.1 0.08 0 4.72 4 5.5 4 0.41 0 1.68-5.8 2.19-5.8 0.46 0 3.63 5 4.12 5s3.53-5.3 4.01-5.3c0.49 0 1.95 5.6 2.38 5.6 0.6 0 5.17-4.3 5.48-4.3 0.45 0 0.46 2.1 0.27 3.8-0.13 1.1-0.15 2.2 0.01 2.5 0.18 0.3 5.59-2.1 5.88-1.6 0.22 0.4-2.03 5.9-1.77 6.4 0.21 0.3 6.21-0.3 6.43 0 0.21 0.4-3.53 4.9-3.32 5.2 0.25 0.5 6.32 1.7 6.54 2 0.3 0.6-4.48 3.7-4.35 3.9 0.12 0.2 0.98 0.7 1.94 1.2 1.52 0.8 3.32 2.1 3.04 2.6-0.19 0.3-6.04 1.7-6.31 2.2-0.2 0.3 3.84 4.8 3.61 5.1-0.2 0.4-6.06 0-6.27 0.4-0.25 0.4 2.29 6 2.05 6.4-0.25 0.4-5.61-1.6-5.81-1.3-0.43 0.7 0.34 7 0.34 7"/>
</g>
</g>
- <rect id="d0e270" display="none" height="1000px" width="288" y="1773.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e270" display="none" height="1e3px" width="288" y="1656" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e270"/>
</flowRegion>
<flowDiv xml:space="preserve">指數為 -1:</flowDiv>
</flowRoot>
- <g id="interpolate-f14-zh_TW.svgg2749" transform="translate(10, 1799.2344941000001) translate(-24.748457,-18.39098)">
- <path id="interpolate-f14-zh_TW.svgpath6648" stroke-linejoin="round" d="M272.35,45.832h-10.66l-5.32-9.226,5.32-9.226h10.66l5.32,9.226-5.32,9.226z" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.86884195" fill="#0F0"/>
- <path id="interpolate-f14-zh_TW.svgpath6650" stroke-linejoin="round" d="M47.747,47.01s-3.49-3.274-3.621-3.274c-0.065,0-0.79,4.829-0.872,4.829-0.081,0-2.393-4.166-2.48-4.166s-2.283,4.393-2.365,4.393-0.987-4.649-1.052-4.649c-0.131,0-3.581,3.526-3.581,3.526s0.605-4.753,0.54-4.866c-0.033-0.057-4.359,2.191-4.4,2.121-0.041-0.071,1.978-4.395,1.935-4.471-0.044-0.075-4.881,0.725-4.922,0.655-0.041-0.071,3.196-3.54,3.163-3.597-0.065-0.113-4.939-0.837-4.939-0.837s4.21-2.3,4.275-2.413c0.033-0.057-4.322-2.232-4.281-2.302,0.021-0.036,4.691-0.901,4.712-0.938,0.022-0.037-3.483-3.438-3.461-3.476,0.022-0.037,4.722,0.574,4.743,0.537,0.022-0.037-2.272-4.362-2.251-4.397,0.041-0.071,4.327,1.925,4.36,1.869,0.065-0.114-0.767-4.983-0.767-4.983s3.49,3.275,3.621,3.275c0.065,0,0.789-4.83,0.871-4.83s2.394,4.166,2.481,4.166,2.283-4.393,2.365-4.393c0.081,0,0.986,4.65,1.052,4.65,0.13,0,3.581-3.527,3.581-3.527s-0.606,4.754-0.54,4.867c0.032,0.057,4.358-2.192,4.399-2.121s-1.978,4.395-1.934,4.47c0.022,0.038,4.837-0.8,4.858-0.763,0.022,0.037-3.232,3.476-3.211,3.512,0.041,0.071,4.908,0.785,4.941,0.841,0.065,0.114-4.057,2.414-4.057,2.414s4.35,2.184,4.284,2.297c-0.033,0.057-4.72,0.951-4.761,1.022-0.02,0.036,3.485,3.435,3.463,3.472-0.021,0.038-4.721-0.574-4.743-0.536-0.043,0.076,2.228,4.439,2.187,4.51s-4.327-1.926-4.36-1.869c-0.066,0.113,0.767,4.982,0.767,4.982" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.79674554" fill="#0F0"/>
- <g id="interpolate-f14-zh_TW.svgg7477" transform="matrix(0.5218716,0,0,0.5218716,15.003749,-683.70527)">
- <path id="interpolate-f14-zh_TW.svgpath7479" stroke-linejoin="round" d="M330.45,1398.8s-3.28-2.4-4.52-2.4c-0.61,0-1.79,3.5-2.55,3.5-0.66,0-2.97-3-3.69-3-0.71,0-2.95,3.2-3.65,3.2-0.71,0-1.99-3.4-2.62-3.4-0.85,0-4.02,2.6-4.55,2.6-0.77,0-1.08-1.3-0.96-2.3,0.08-0.7,0.01-1.5-0.22-1.9-0.26-0.4-3.72,0.7-4.14-0.1-0.32-0.5,0.82-4.2,0.45-4.8-0.34-0.6-4.17-0.6-4.53-1.3-0.35-0.5,1.68-3.6,1.36-4.2-0.4-0.7-4.26-1.8-4.56-2.3-0.4-0.7,2.31-2.9,2.14-3.4-0.16-0.3-0.66-0.7-1.18-0.9-0.92-0.5-1.95-1.6-1.52-2.4,0.27-0.5,3.97-1.6,4.35-2.3,0.31-0.5-1.9-3.6-1.56-4.2,0.33-0.5,4.04-0.6,4.37-1.2,0.34-0.6-0.99-4.3-0.67-4.8,0.37-0.7,3.79,0.2,4.08-0.3,0.63-1.1,0.49-4.8,0.42-5.2,0,0,0.01-0.1,0.02-0.1,0.14,0,3.39,2.4,4.53,2.4,0.6,0,1.78-3.5,2.54-3.5,0.66,0,2.97,3,3.69,3,0.71,0,2.96-3.2,3.65-3.2,0.71,0,2,3.4,2.62,3.4,0.85,0,4.03-2.5,4.56-2.5,0.74,0,1.05,1.2,0.93,2.2-0.08,0.7-0.01,1.5,0.23,1.9,0.26,0.4,3.72-0.6,4.14,0.1,0.32,0.6-0.82,4.2-0.45,4.9,0.33,0.5,4.14,0.5,4.48,1.1,0.32,0.6-1.72,3.6-1.4,4.1,0.38,0.7,4.23,1.8,4.55,2.3,0.43,0.8-2.23,3-2.02,3.4,0.2,0.3,0.79,0.8,1.37,1.1,0.91,0.4,1.84,1.5,1.42,2.2-0.28,0.5-4,1.7-4.4,2.4-0.31,0.5,1.91,3.5,1.56,4.1-0.32,0.6-4.04,0.7-4.37,1.3-0.36,0.6,0.95,4.3,0.61,4.9-0.37,0.7-3.79-0.2-4.08,0.3-0.64,1.1-0.43,5.3-0.43,5.3" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f14-zh_TW.svgpath7481" stroke-linejoin="round" d="M263.07,1399.1s-4.14-3.3-5.13-3.3c-0.49,0-1.72,4.9-2.33,4.9-0.53,0-3.38-4.2-3.95-4.2s-3.32,4.5-3.88,4.5c-0.57,0-1.96-4.8-2.46-4.8-0.7,0-4.74,3.6-5.14,3.6-0.57,0-0.69-1.8-0.53-3.2,0.11-0.9,0.1-1.9-0.09-2.2-0.2-0.4-4.88,1.5-5.22,0.9-0.26-0.4,1.57-5.3,1.27-5.8-0.28-0.5-5.48-0.1-5.76-0.6s2.8-4.4,2.54-4.9c-0.33-0.5-5.57-1.7-5.79-2.1-0.3-0.5,3.76-3.3,3.66-3.7-0.12-0.2-0.75-0.7-1.48-1.1-1.3-0.6-2.94-1.9-2.61-2.5,0.22-0.4,5.24-1.7,5.53-2.2,0.25-0.4-3.1-4.3-2.83-4.8,0.25-0.4,5.3-0.2,5.55-0.6,0.27-0.5-1.83-5.3-1.58-5.8,0.29-0.5,4.92,1.2,5.15,0.8,0.5-0.9,0.05-5.8-0.04-6.3-0.01-0.1-0.01-0.1,0-0.1,0.1,0,4.22,3.3,5.14,3.3,0.48,0,1.71-4.9,2.32-4.9,0.53,0,3.38,4.3,3.95,4.3,0.58,0,3.32-4.5,3.88-4.5,0.57,0,1.97,4.7,2.47,4.7,0.7,0,4.74-3.6,5.13-3.6,0.56,0,0.69,1.8,0.52,3.2-0.11,0.9-0.1,1.9,0.1,2.3,0.2,0.3,4.88-1.6,5.21-1,0.26,0.5-1.56,5.3-1.27,5.8,0.26,0.5,5.43,0,5.7,0.5,0.25,0.4-2.84,4.4-2.6,4.8,0.3,0.5,5.54,1.7,5.79,2.1,0.35,0.6-3.63,3.4-3.46,3.7,0.15,0.2,0.9,0.7,1.72,1.1,1.28,0.7,2.76,1.9,2.43,2.5-0.23,0.4-5.27,1.7-5.59,2.2-0.24,0.5,3.11,4.4,2.83,4.8-0.25,0.5-5.3,0.2-5.55,0.7-0.29,0.5,1.78,5.4,1.51,5.9-0.3,0.5-4.92-1.2-5.16-0.7-0.51,0.8,0.05,6.3,0.05,6.3" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f14-zh_TW.svgpath7483" stroke-linejoin="round" d="M211.37,1399.4s-4.8-4.1-5.6-4.1c-0.39,0-1.66,6.1-2.15,6.1-0.44,0-3.7-5.3-4.16-5.3-0.47,0-3.59,5.5-4.05,5.5s-1.95-5.8-2.35-5.8c-0.58,0-5.29,4.4-5.58,4.4-0.42,0-0.41-2.2-0.21-3.9,0.14-1.2,0.17-2.2,0.01-2.5s-5.77,2.2-6.04,1.7c-0.22-0.3,2.14-6.1,1.9-6.5-0.23-0.4-6.48,0.3-6.71-0.1s3.65-5,3.45-5.4c-0.28-0.5-6.58-1.7-6.74-2-0.23-0.4,4.87-3.6,4.83-3.9-0.08-0.2-0.83-0.7-1.72-1.1-1.59-0.9-3.69-2.3-3.43-2.7,0.17-0.3,6.2-1.7,6.43-2.1,0.19-0.3-4.02-4.9-3.81-5.3,0.2-0.3,6.26,0.1,6.46-0.2,0.21-0.4-2.48-6.1-2.29-6.4,0.24-0.5,5.79,1.7,5.99,1.4,0.4-0.7-0.3-6.4-0.41-7.1-0.01,0-0.01-0.1,0-0.1,0.07,0,4.85,4.1,5.59,4.1,0.4,0,1.67-6,2.16-6,0.44,0,3.69,5.2,4.16,5.2s3.59-5.5,4.05-5.5,1.94,5.8,2.35,5.8c0.58,0,5.28-4.4,5.58-4.4,0.41,0,0.4,2.1,0.2,3.9-0.14,1.1-0.17,2.3-0.02,2.5,0.17,0.3,5.78-2.2,6.05-1.7,0.21,0.4-2.14,6.1-1.9,6.5,0.2,0.4,6.42-0.4,6.63,0,0.2,0.3-3.71,4.9-3.51,5.3,0.24,0.4,6.53,1.6,6.74,2,0.29,0.5-4.7,3.7-4.58,3.9,0.11,0.2,0.99,0.7,1.99,1.2,1.58,0.8,3.47,2.1,3.21,2.6-0.19,0.3-6.25,1.7-6.5,2.2-0.19,0.3,4.02,4.9,3.81,5.2-0.2,0.4-6.26-0.1-6.46,0.3-0.24,0.4,2.42,6.2,2.2,6.6-0.24,0.4-5.79-1.8-5.99-1.5-0.41,0.7,0.42,7.2,0.42,7.2" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f14-zh_TW.svgpath7485" stroke-linejoin="round" d="M167.78,1399.6s-5.35-4.7-5.99-4.7c-0.31,0-1.62,7-2.01,7-0.36,0-3.95-6.1-4.34-6.1-0.38,0-3.81,6.4-4.18,6.4-0.38,0-1.93-6.7-2.26-6.7-0.48,0-5.74,5.1-5.95,5.1-0.3,0-0.16-2.5,0.07-4.6,0.15-1.3,0.22-2.5,0.09-2.7s-6.53,2.8-6.74,2.4c-0.18-0.3,2.62-6.7,2.43-7.1-0.19-0.3-7.32,0.6-7.51,0.3-0.18-0.3,4.38-5.6,4.21-5.8-0.23-0.4-7.42-1.7-7.53-1.9-0.16-0.3,5.81-3.8,5.81-4.2-0.05-0.1-0.88-0.6-1.91-1.1-1.84-1-4.33-2.5-4.13-2.8,0.13-0.3,7.02-1.7,7.19-2,0.15-0.3-4.8-5.4-4.64-5.7,0.15-0.3,7.08,0.4,7.24,0.1s-3.04-6.7-2.89-7c0.2-0.3,6.53,2.3,6.68,2.1,0.32-0.6-0.58-7-0.71-7.8-0.01-0.1-0.02-0.1-0.01-0.1,0.05,0,5.39,4.7,5.99,4.7,0.32,0,1.62-6.9,2.01-6.9,0.36,0,3.96,6,4.34,6s3.82-6.4,4.19-6.4,1.93,6.8,2.25,6.8c0.49,0,5.75-5.1,5.96-5.1,0.29,0,0.16,2.4-0.07,4.4-0.16,1.4-0.23,2.6-0.1,2.8,0.13,0.3,6.53-2.8,6.74-2.4,0.18,0.3-2.62,6.8-2.43,7.1,0.16,0.3,7.26-0.7,7.42-0.4,0.15,0.2-4.44,5.4-4.29,5.7,0.19,0.3,7.37,1.6,7.54,1.9,0.24,0.4-5.6,3.9-5.52,4.1,0.08,0.1,1.07,0.7,2.22,1.3,1.83,0.9,4.08,2.3,3.86,2.7-0.14,0.2-7.06,1.7-7.26,2.1-0.15,0.3,4.8,5.4,4.64,5.7-0.15,0.2-7.08-0.4-7.24-0.2-0.19,0.4,2.97,6.9,2.79,7.2-0.2,0.4-6.53-2.3-6.68-2.1-0.33,0.6,0.72,7.9,0.72,7.9" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f14-zh_TW.svgpath7487" stroke-linejoin="round" d="M129.38,1399.8s-5.84-5.3-6.33-5.3c-0.25,0-1.58,7.9-1.89,7.9-0.28,0-4.19-6.8-4.49-6.8s-4.02,7.1-4.31,7.1c-0.3,0-1.92-7.5-2.17-7.5-0.4,0-6.15,5.7-6.29,5.7-0.19,0,0.06-2.8,0.32-5.1,0.17-1.5,0.26-2.8,0.17-2.9-0.11-0.2-7.201,3.3-7.365,3-0.138-0.2,3.055-7.4,2.897-7.7-0.149-0.2-8.064,0.9-8.211,0.7-0.145-0.3,5.018-6,4.889-6.2-0.192-0.4-8.167-1.7-8.24-1.8-0.101-0.2,6.633-4.1,6.684-4.3-0.024-0.1-0.938-0.7-2.085-1.3-2.062-1-4.895-2.6-4.749-2.9,0.097-0.1,7.741-1.7,7.864-1.9,0.109-0.2-5.486-5.8-5.367-6,0.111-0.2,7.8,0.6,7.912,0.4,0.117-0.2-3.516-7.3-3.407-7.5,0.15-0.3,7.168,2.8,7.288,2.6,0.25-0.4-0.83-7.5-0.98-8.4-0.01,0-0.02-0.1-0.01-0.1,0.03,0,5.86,5.3,6.34,5.3,0.24,0,1.58-7.8,1.88-7.8,0.29,0,4.19,6.8,4.49,6.8s4.02-7.1,4.32-7.1c0.29,0,1.91,7.5,2.16,7.5,0.4,0,6.16-5.7,6.29-5.7,0.18,0-0.05,2.7-0.31,5-0.17,1.5-0.28,2.8-0.18,3,0.11,0.2,7.2-3.3,7.36-3,0.14,0.2-3.05,7.4-2.89,7.6,0.11,0.2,7.99-1,8.1-0.8,0.12,0.2-5.07,5.9-4.97,6.1,0.16,0.3,8.12,1.6,8.25,1.8,0.2,0.3-6.4,4.2-6.34,4.3,0.05,0.1,1.13,0.7,2.42,1.3,2.04,1.1,4.6,2.5,4.44,2.8-0.12,0.2-7.79,1.8-7.95,2.1-0.11,0.2,5.49,5.8,5.37,6-0.11,0.2-7.8-0.7-7.91-0.5-0.15,0.3,3.44,7.5,3.3,7.8-0.15,0.2-7.17-2.9-7.29-2.7-0.26,0.5,0.99,8.5,0.99,8.5" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
- <path id="interpolate-f14-zh_TW.svgpath7489" stroke-linejoin="round" d="M94.667,1400s-6.282-5.8-6.651-5.8c-0.182,0-1.545,8.6-1.774,8.6-0.217,0-4.394-7.4-4.626-7.4s-4.206,7.8-4.427,7.8c-0.223,0-1.903-8.3-2.088-8.3-0.322,0-6.523,6.3-6.586,6.3-0.091,0,0.246-3.1,0.531-5.6,0.186-1.6,0.311-3,0.239-3.1-0.085-0.2-7.799,3.8-7.919,3.5-0.107-0.1,3.437-7.9,3.319-8.1-0.115-0.2-8.735,1.2-8.846,1-0.11-0.2,5.594-6.4,5.499-6.6-0.157-0.3-8.842-1.6-8.877-1.7-0.048-0.1,7.38-4.2,7.47-4.5-0.001,0-0.986-0.6-2.243-1.2-2.259-1.2-5.401-2.9-5.305-3,0.067-0.2,8.391-1.8,8.471-1.9,0.074-0.1-6.105-6.2-6.026-6.4,0.075-0.1,8.45,0.9,8.525,0.8,0.077-0.1-3.953-7.9-3.88-8,0.113-0.2,7.755,3.3,7.845,3.1,0.178-0.3-1.06-7.9-1.227-8.9-0.012-0.1-0.017-0.1-0.015-0.1,0.016,0,6.294,5.8,6.651,5.8,0.182,0,1.545-8.6,1.774-8.6,0.217,0,4.394,7.4,4.626,7.4s4.206-7.8,4.427-7.8c0.223,0,1.903,8.3,2.088,8.3,0.322,0,6.523-6.3,6.586-6.3,0.089,0-0.238,3-0.521,5.5-0.192,1.7-0.324,3.1-0.251,3.2,0.086,0.2,7.8-3.7,7.919-3.5,0.107,0.1-3.436,7.9-3.319,8.1,0.076,0.1,8.654-1.3,8.734-1.2,0.08,0.2-5.659,6.3-5.587,6.5,0.114,0.1,8.787,1.5,8.887,1.6,0.16,0.3-7.12,4.5-7.09,4.5,0.02,0.1,1.19,0.7,2.6,1.4,2.24,1.1,5.08,2.7,4.96,2.9-0.09,0.1-8.44,1.8-8.56,2-0.071,0.1,6.11,6.2,6.03,6.4-0.07,0.1-8.448-0.9-8.524-0.8-0.117,0.2,3.874,8,3.764,8.2s-7.756-3.3-7.847-3.1c-0.186,0.3,1.244,9,1.244,9" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.66485786" fill="#0F0"/>
+ <g id="interpolate-f14-zh_TW.svgg2749" stroke-linejoin="round" transform="translate(-14.748 1663.1)" stroke="#17a500" fill="#0f0">
+ <path id="interpolate-f14-zh_TW.svgpath6648" d="m272.35 45.832h-10.66l-5.32-9.226 5.32-9.226h10.66l5.32 9.226-5.32 9.226z" stroke-width=".86884"/>
+ <path id="interpolate-f14-zh_TW.svgpath6650" d="m47.747 47.01s-3.49-3.274-3.621-3.274c-0.065 0-0.79 4.829-0.872 4.829-0.081 0-2.393-4.166-2.48-4.166s-2.283 4.393-2.365 4.393-0.987-4.649-1.052-4.649c-0.131 0-3.581 3.526-3.581 3.526s0.605-4.753 0.54-4.866c-0.033-0.057-4.359 2.191-4.4 2.121-0.041-0.071 1.978-4.395 1.935-4.471-0.044-0.075-4.881 0.725-4.922 0.655-0.041-0.071 3.196-3.54 3.163-3.597-0.065-0.113-4.939-0.837-4.939-0.837s4.21-2.3 4.275-2.413c0.033-0.057-4.322-2.232-4.281-2.302 0.021-0.036 4.691-0.901 4.712-0.938 0.022-0.037-3.483-3.438-3.461-3.476 0.022-0.037 4.722 0.574 4.743 0.537 0.022-0.037-2.272-4.362-2.251-4.397 0.041-0.071 4.327 1.925 4.36 1.869 0.065-0.114-0.767-4.983-0.767-4.983s3.49 3.275 3.621 3.275c0.065 0 0.789-4.83 0.871-4.83s2.394 4.166 2.481 4.166 2.283-4.393 2.365-4.393c0.081 0 0.986 4.65 1.052 4.65 0.13 0 3.581-3.527 3.581-3.527s-0.606 4.754-0.54 4.867c0.032 0.057 4.358-2.192 4.399-2.121s-1.978 4.395-1.934 4.47c0.022 0.038 4.837-0.8 4.858-0.763 0.022 0.037-3.232 3.476-3.211 3.512 0.041 0.071 4.908 0.785 4.941 0.841 0.065 0.114-4.057 2.414-4.057 2.414s4.35 2.184 4.284 2.297c-0.033 0.057-4.72 0.951-4.761 1.022-0.02 0.036 3.485 3.435 3.463 3.472-0.021 0.038-4.721-0.574-4.743-0.536-0.043 0.076 2.228 4.439 2.187 4.51s-4.327-1.926-4.36-1.869c-0.066 0.113 0.767 4.982 0.767 4.982" stroke-width=".79675"/>
+ <g id="interpolate-f14-zh_TW.svgg7477" transform="matrix(.52187 0 0 .52187 15.004 -683.71)" stroke-width="1.6649">
+ <path id="interpolate-f14-zh_TW.svgpath7479" d="m330.45 1398.8s-3.28-2.4-4.52-2.4c-0.61 0-1.79 3.5-2.55 3.5-0.66 0-2.97-3-3.69-3-0.71 0-2.95 3.2-3.65 3.2-0.71 0-1.99-3.4-2.62-3.4-0.85 0-4.02 2.6-4.55 2.6-0.77 0-1.08-1.3-0.96-2.3 0.08-0.7 0.01-1.5-0.22-1.9-0.26-0.4-3.72 0.7-4.14-0.1-0.32-0.5 0.82-4.2 0.45-4.8-0.34-0.6-4.17-0.6-4.53-1.3-0.35-0.5 1.68-3.6 1.36-4.2-0.4-0.7-4.26-1.8-4.56-2.3-0.4-0.7 2.31-2.9 2.14-3.4-0.16-0.3-0.66-0.7-1.18-0.9-0.92-0.5-1.95-1.6-1.52-2.4 0.27-0.5 3.97-1.6 4.35-2.3 0.31-0.5-1.9-3.6-1.56-4.2 0.33-0.5 4.04-0.6 4.37-1.2 0.34-0.6-0.99-4.3-0.67-4.8 0.37-0.7 3.79 0.2 4.08-0.3 0.63-1.1 0.49-4.8 0.42-5.2 0 0 0.01-0.1 0.02-0.1 0.14 0 3.39 2.4 4.53 2.4 0.6 0 1.78-3.5 2.54-3.5 0.66 0 2.97 3 3.69 3 0.71 0 2.96-3.2 3.65-3.2 0.71 0 2 3.4 2.62 3.4 0.85 0 4.03-2.5 4.56-2.5 0.74 0 1.05 1.2 0.93 2.2-0.08 0.7-0.01 1.5 0.23 1.9 0.26 0.4 3.72-0.6 4.14 0.1 0.32 0.6-0.82 4.2-0.45 4.9 0.33 0.5 4.14 0.5 4.48 1.1 0.32 0.6-1.72 3.6-1.4 4.1 0.38 0.7 4.23 1.8 4.55 2.3 0.43 0.8-2.23 3-2.02 3.4 0.2 0.3 0.79 0.8 1.37 1.1 0.91 0.4 1.84 1.5 1.42 2.2-0.28 0.5-4 1.7-4.4 2.4-0.31 0.5 1.91 3.5 1.56 4.1-0.32 0.6-4.04 0.7-4.37 1.3-0.36 0.6 0.95 4.3 0.61 4.9-0.37 0.7-3.79-0.2-4.08 0.3-0.64 1.1-0.43 5.3-0.43 5.3"/>
+ <path id="interpolate-f14-zh_TW.svgpath7481" d="m263.07 1399.1s-4.14-3.3-5.13-3.3c-0.49 0-1.72 4.9-2.33 4.9-0.53 0-3.38-4.2-3.95-4.2s-3.32 4.5-3.88 4.5c-0.57 0-1.96-4.8-2.46-4.8-0.7 0-4.74 3.6-5.14 3.6-0.57 0-0.69-1.8-0.53-3.2 0.11-0.9 0.1-1.9-0.09-2.2-0.2-0.4-4.88 1.5-5.22 0.9-0.26-0.4 1.57-5.3 1.27-5.8-0.28-0.5-5.48-0.1-5.76-0.6s2.8-4.4 2.54-4.9c-0.33-0.5-5.57-1.7-5.79-2.1-0.3-0.5 3.76-3.3 3.66-3.7-0.12-0.2-0.75-0.7-1.48-1.1-1.3-0.6-2.94-1.9-2.61-2.5 0.22-0.4 5.24-1.7 5.53-2.2 0.25-0.4-3.1-4.3-2.83-4.8 0.25-0.4 5.3-0.2 5.55-0.6 0.27-0.5-1.83-5.3-1.58-5.8 0.29-0.5 4.92 1.2 5.15 0.8 0.5-0.9 0.05-5.8-0.04-6.3-0.01-0.1-0.01-0.1 0-0.1 0.1 0 4.22 3.3 5.14 3.3 0.48 0 1.71-4.9 2.32-4.9 0.53 0 3.38 4.3 3.95 4.3 0.58 0 3.32-4.5 3.88-4.5 0.57 0 1.97 4.7 2.47 4.7 0.7 0 4.74-3.6 5.13-3.6 0.56 0 0.69 1.8 0.52 3.2-0.11 0.9-0.1 1.9 0.1 2.3 0.2 0.3 4.88-1.6 5.21-1 0.26 0.5-1.56 5.3-1.27 5.8 0.26 0.5 5.43 0 5.7 0.5 0.25 0.4-2.84 4.4-2.6 4.8 0.3 0.5 5.54 1.7 5.79 2.1 0.35 0.6-3.63 3.4-3.46 3.7 0.15 0.2 0.9 0.7 1.72 1.1 1.28 0.7 2.76 1.9 2.43 2.5-0.23 0.4-5.27 1.7-5.59 2.2-0.24 0.5 3.11 4.4 2.83 4.8-0.25 0.5-5.3 0.2-5.55 0.7-0.29 0.5 1.78 5.4 1.51 5.9-0.3 0.5-4.92-1.2-5.16-0.7-0.51 0.8 0.05 6.3 0.05 6.3"/>
+ <path id="interpolate-f14-zh_TW.svgpath7483" d="m211.37 1399.4s-4.8-4.1-5.6-4.1c-0.39 0-1.66 6.1-2.15 6.1-0.44 0-3.7-5.3-4.16-5.3-0.47 0-3.59 5.5-4.05 5.5s-1.95-5.8-2.35-5.8c-0.58 0-5.29 4.4-5.58 4.4-0.42 0-0.41-2.2-0.21-3.9 0.14-1.2 0.17-2.2 0.01-2.5s-5.77 2.2-6.04 1.7c-0.22-0.3 2.14-6.1 1.9-6.5-0.23-0.4-6.48 0.3-6.71-0.1s3.65-5 3.45-5.4c-0.28-0.5-6.58-1.7-6.74-2-0.23-0.4 4.87-3.6 4.83-3.9-0.08-0.2-0.83-0.7-1.72-1.1-1.59-0.9-3.69-2.3-3.43-2.7 0.17-0.3 6.2-1.7 6.43-2.1 0.19-0.3-4.02-4.9-3.81-5.3 0.2-0.3 6.26 0.1 6.46-0.2 0.21-0.4-2.48-6.1-2.29-6.4 0.24-0.5 5.79 1.7 5.99 1.4 0.4-0.7-0.3-6.4-0.41-7.1-0.01 0-0.01-0.1 0-0.1 0.07 0 4.85 4.1 5.59 4.1 0.4 0 1.67-6 2.16-6 0.44 0 3.69 5.2 4.16 5.2s3.59-5.5 4.05-5.5 1.94 5.8 2.35 5.8c0.58 0 5.28-4.4 5.58-4.4 0.41 0 0.4 2.1 0.2 3.9-0.14 1.1-0.17 2.3-0.02 2.5 0.17 0.3 5.78-2.2 6.05-1.7 0.21 0.4-2.14 6.1-1.9 6.5 0.2 0.4 6.42-0.4 6.63 0 0.2 0.3-3.71 4.9-3.51 5.3 0.24 0.4 6.53 1.6 6.74 2 0.29 0.5-4.7 3.7-4.58 3.9 0.11 0.2 0.99 0.7 1.99 1.2 1.58 0.8 3.47 2.1 3.21 2.6-0.19 0.3-6.25 1.7-6.5 2.2-0.19 0.3 4.02 4.9 3.81 5.2-0.2 0.4-6.26-0.1-6.46 0.3-0.24 0.4 2.42 6.2 2.2 6.6-0.24 0.4-5.79-1.8-5.99-1.5-0.41 0.7 0.42 7.2 0.42 7.2"/>
+ <path id="interpolate-f14-zh_TW.svgpath7485" d="m167.78 1399.6s-5.35-4.7-5.99-4.7c-0.31 0-1.62 7-2.01 7-0.36 0-3.95-6.1-4.34-6.1-0.38 0-3.81 6.4-4.18 6.4-0.38 0-1.93-6.7-2.26-6.7-0.48 0-5.74 5.1-5.95 5.1-0.3 0-0.16-2.5 0.07-4.6 0.15-1.3 0.22-2.5 0.09-2.7s-6.53 2.8-6.74 2.4c-0.18-0.3 2.62-6.7 2.43-7.1-0.19-0.3-7.32 0.6-7.51 0.3-0.18-0.3 4.38-5.6 4.21-5.8-0.23-0.4-7.42-1.7-7.53-1.9-0.16-0.3 5.81-3.8 5.81-4.2-0.05-0.1-0.88-0.6-1.91-1.1-1.84-1-4.33-2.5-4.13-2.8 0.13-0.3 7.02-1.7 7.19-2 0.15-0.3-4.8-5.4-4.64-5.7 0.15-0.3 7.08 0.4 7.24 0.1s-3.04-6.7-2.89-7c0.2-0.3 6.53 2.3 6.68 2.1 0.32-0.6-0.58-7-0.71-7.8-0.01-0.1-0.02-0.1-0.01-0.1 0.05 0 5.39 4.7 5.99 4.7 0.32 0 1.62-6.9 2.01-6.9 0.36 0 3.96 6 4.34 6s3.82-6.4 4.19-6.4 1.93 6.8 2.25 6.8c0.49 0 5.75-5.1 5.96-5.1 0.29 0 0.16 2.4-0.07 4.4-0.16 1.4-0.23 2.6-0.1 2.8 0.13 0.3 6.53-2.8 6.74-2.4 0.18 0.3-2.62 6.8-2.43 7.1 0.16 0.3 7.26-0.7 7.42-0.4 0.15 0.2-4.44 5.4-4.29 5.7 0.19 0.3 7.37 1.6 7.54 1.9 0.24 0.4-5.6 3.9-5.52 4.1 0.08 0.1 1.07 0.7 2.22 1.3 1.83 0.9 4.08 2.3 3.86 2.7-0.14 0.2-7.06 1.7-7.26 2.1-0.15 0.3 4.8 5.4 4.64 5.7-0.15 0.2-7.08-0.4-7.24-0.2-0.19 0.4 2.97 6.9 2.79 7.2-0.2 0.4-6.53-2.3-6.68-2.1-0.33 0.6 0.72 7.9 0.72 7.9"/>
+ <path id="interpolate-f14-zh_TW.svgpath7487" d="m129.38 1399.8s-5.84-5.3-6.33-5.3c-0.25 0-1.58 7.9-1.89 7.9-0.28 0-4.19-6.8-4.49-6.8s-4.02 7.1-4.31 7.1c-0.3 0-1.92-7.5-2.17-7.5-0.4 0-6.15 5.7-6.29 5.7-0.19 0 0.06-2.8 0.32-5.1 0.17-1.5 0.26-2.8 0.17-2.9-0.11-0.2-7.201 3.3-7.365 3-0.138-0.2 3.055-7.4 2.897-7.7-0.149-0.2-8.064 0.9-8.211 0.7-0.145-0.3 5.018-6 4.889-6.2-0.192-0.4-8.167-1.7-8.24-1.8-0.101-0.2 6.633-4.1 6.684-4.3-0.024-0.1-0.938-0.7-2.085-1.3-2.062-1-4.895-2.6-4.749-2.9 0.097-0.1 7.741-1.7 7.864-1.9 0.109-0.2-5.486-5.8-5.367-6 0.111-0.2 7.8 0.6 7.912 0.4 0.117-0.2-3.516-7.3-3.407-7.5 0.15-0.3 7.168 2.8 7.288 2.6 0.25-0.4-0.83-7.5-0.98-8.4-0.01 0-0.02-0.1-0.01-0.1 0.03 0 5.86 5.3 6.34 5.3 0.24 0 1.58-7.8 1.88-7.8 0.29 0 4.19 6.8 4.49 6.8s4.02-7.1 4.32-7.1c0.29 0 1.91 7.5 2.16 7.5 0.4 0 6.16-5.7 6.29-5.7 0.18 0-0.05 2.7-0.31 5-0.17 1.5-0.28 2.8-0.18 3 0.11 0.2 7.2-3.3 7.36-3 0.14 0.2-3.05 7.4-2.89 7.6 0.11 0.2 7.99-1 8.1-0.8 0.12 0.2-5.07 5.9-4.97 6.1 0.16 0.3 8.12 1.6 8.25 1.8 0.2 0.3-6.4 4.2-6.34 4.3 0.05 0.1 1.13 0.7 2.42 1.3 2.04 1.1 4.6 2.5 4.44 2.8-0.12 0.2-7.79 1.8-7.95 2.1-0.11 0.2 5.49 5.8 5.37 6-0.11 0.2-7.8-0.7-7.91-0.5-0.15 0.3 3.44 7.5 3.3 7.8-0.15 0.2-7.17-2.9-7.29-2.7-0.26 0.5 0.99 8.5 0.99 8.5"/>
+ <path id="interpolate-f14-zh_TW.svgpath7489" d="m94.667 1400s-6.282-5.8-6.651-5.8c-0.182 0-1.545 8.6-1.774 8.6-0.217 0-4.394-7.4-4.626-7.4s-4.206 7.8-4.427 7.8c-0.223 0-1.903-8.3-2.088-8.3-0.322 0-6.523 6.3-6.586 6.3-0.091 0 0.246-3.1 0.531-5.6 0.186-1.6 0.311-3 0.239-3.1-0.085-0.2-7.799 3.8-7.919 3.5-0.107-0.1 3.437-7.9 3.319-8.1-0.115-0.2-8.735 1.2-8.846 1-0.11-0.2 5.594-6.4 5.499-6.6-0.157-0.3-8.842-1.6-8.877-1.7-0.048-0.1 7.38-4.2 7.47-4.5-0.001 0-0.986-0.6-2.243-1.2-2.259-1.2-5.401-2.9-5.305-3 0.067-0.2 8.391-1.8 8.471-1.9 0.074-0.1-6.105-6.2-6.026-6.4 0.075-0.1 8.45 0.9 8.525 0.8 0.077-0.1-3.953-7.9-3.88-8 0.113-0.2 7.755 3.3 7.845 3.1 0.178-0.3-1.06-7.9-1.227-8.9-0.012-0.1-0.017-0.1-0.015-0.1 0.016 0 6.294 5.8 6.651 5.8 0.182 0 1.545-8.6 1.774-8.6 0.217 0 4.394 7.4 4.626 7.4s4.206-7.8 4.427-7.8c0.223 0 1.903 8.3 2.088 8.3 0.322 0 6.523-6.3 6.586-6.3 0.089 0-0.238 3-0.521 5.5-0.192 1.7-0.324 3.1-0.251 3.2 0.086 0.2 7.8-3.7 7.919-3.5 0.107 0.1-3.436 7.9-3.319 8.1 0.076 0.1 8.654-1.3 8.734-1.2 0.08 0.2-5.659 6.3-5.587 6.5 0.114 0.1 8.787 1.5 8.887 1.6 0.16 0.3-7.12 4.5-7.09 4.5 0.02 0.1 1.19 0.7 2.6 1.4 2.24 1.1 5.08 2.7 4.96 2.9-0.09 0.1-8.44 1.8-8.56 2-0.071 0.1 6.11 6.2 6.03 6.4-0.07 0.1-8.448-0.9-8.524-0.8-0.117 0.2 3.874 8 3.764 8.2s-7.756-3.3-7.847-3.1c-0.186 0.3 1.244 9 1.244 9"/>
</g>
</g>
- <rect id="d0e283" display="none" height="1000px" width="288" y="1842" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e283" display="none" height="1e3px" width="288" y="1724.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e283"/>
</flowRegion>
- <flowDiv xml:space="preserve">When dealing with exponents in the Interpolate extension, the <flowSpan font-style="italic">order</flowSpan> that you select the objects is important. In the examples above, the star-shaped path on the left was selected first, and the hexagon-shaped path on the right was selected second.</flowDiv>
+ <flowDiv xml:space="preserve">當內插擴充功能處理指數時,選取物件的<flowSpan font-style="italic">順序</flowSpan>是很重要的。下面的範例中,先選取左邊的星形路徑,再選取右邊的六邊形路徑。</flowDiv>
</flowRoot>
- <rect id="d0e289" display="none" height="1000px" width="288" y="1891.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e289" display="none" height="1e3px" width="288" y="1753.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e289"/>
</flowRegion>
<flowDiv xml:space="preserve">再看看若先選右邊路徑情形下的結果。這範例的指數設定為 1:</flowDiv>
</flowRoot>
- <g id="interpolate-f15-zh_TW.svgg2738" transform="translate(10, 1917.8407611) translate(-24.748458,-19.105216)">
- <path id="interpolate-f15-zh_TW.svgpath6652" stroke-linejoin="round" d="M272.35,46.546h-10.66l-5.32-9.226,5.32-9.226h10.66l5.32,9.226-5.32,9.226z" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.86884195" fill="#0F0"/>
- <path id="interpolate-f15-zh_TW.svgpath6654" stroke-linejoin="round" d="M47.747,47.724s-3.49-3.274-3.621-3.274c-0.065,0-0.79,4.829-0.872,4.829-0.081,0-2.393-4.165-2.48-4.165s-2.283,4.392-2.365,4.392-0.987-4.649-1.052-4.649c-0.131,0-3.581,3.526-3.581,3.526s0.605-4.753,0.54-4.866c-0.033-0.057-4.359,2.192-4.4,2.121s1.978-4.395,1.935-4.47c-0.044-0.076-4.881,0.725-4.922,0.654s3.196-3.54,3.163-3.597c-0.065-0.113-4.939-0.836-4.939-0.836s4.21-2.301,4.275-2.414c0.033-0.057-4.322-2.231-4.281-2.302,0.021-0.036,4.691-0.9,4.712-0.938,0.022-0.037-3.483-3.437-3.461-3.475s4.722,0.573,4.743,0.536c0.022-0.037-2.272-4.362-2.251-4.397,0.041-0.071,4.327,1.926,4.36,1.869,0.065-0.113-0.767-4.982-0.767-4.982s3.49,3.274,3.621,3.274c0.065,0,0.789-4.829,0.871-4.829s2.394,4.165,2.481,4.165,2.283-4.392,2.365-4.392c0.081,0,0.986,4.649,1.052,4.649,0.13,0,3.581-3.526,3.581-3.526s-0.606,4.753-0.54,4.866c0.032,0.057,4.358-2.192,4.399-2.121s-1.978,4.395-1.934,4.47c0.022,0.038,4.837-0.8,4.858-0.763,0.022,0.037-3.232,3.477-3.211,3.512,0.041,0.071,4.908,0.785,4.941,0.842,0.065,0.113-4.057,2.413-4.057,2.413s4.35,2.184,4.284,2.298c-0.033,0.056-4.72,0.951-4.761,1.021-0.02,0.036,3.485,3.435,3.463,3.473-0.021,0.037-4.721-0.574-4.742-0.537-0.044,0.076,2.227,4.439,2.186,4.51s-4.327-1.925-4.36-1.869c-0.066,0.113,0.767,4.982,0.767,4.982" stroke="#17a500" stroke-miterlimit="4" stroke-width="0.79674554" fill="#0F0"/>
- <g id="interpolate-f15-zh_TW.svgg7705" transform="matrix(0.5218716,0,0,0.5218716,15.53092,-723.58311)">
- <path id="interpolate-f15-zh_TW.svgpath7707" stroke-linejoin="round" d="M70.515,1477.9s-6.576-6.1-6.859-6.1c-0.142,0-1.523,9-1.699,9-0.173,0-4.534-7.8-4.719-7.8s-4.328,8.3-4.502,8.3c-0.175,0-1.894-8.8-2.036-8.8-0.27,0-6.768,6.7-6.786,6.7-0.025,0,0.376-3.3,0.677-5.9,0.197-1.8,0.341-3.2,0.285-3.3-0.069-0.1-8.2,4.1-8.29,3.9-0.086-0.1,3.693-8.3,3.6-8.4-0.092-0.2-9.182,1.3-9.269,1.2-0.087-0.2,5.977-6.7,5.906-6.8-0.135-0.3-9.293-1.7-9.302-1.7-0.014,0,7.877-4.3,7.992-4.6,0.017,0-1.017-0.6-2.346-1.2-2.39-1.3-5.739-3-5.677-3.1,0.047-0.1,8.825-1.8,8.877-1.8,0.05-0.1-6.518-6.5-6.466-6.6,0.051-0.1,8.883,1,8.933,0.9,0.051-0.1-4.243-8.2-4.194-8.3,0.087-0.1,8.144,3.6,8.214,3.5,0.134-0.3-1.212-8.3-1.389-9.3-0.013-0.1-0.019-0.1-0.018-0.1,0.004,0,6.579,6.1,6.859,6.1,0.141,0,1.522-9,1.699-9,0.173,0,4.533,7.8,4.718,7.8s4.328-8.3,4.503-8.3,1.893,8.8,2.035,8.8c0.271,0,6.769-6.7,6.786-6.7,0.025,0-0.364,3.2-0.665,5.8-0.203,1.8-0.354,3.3-0.297,3.4,0.069,0.1,8.2-4.1,8.29-3.9,0.086,0.1-3.693,8.2-3.6,8.4,0.051,0.1,9.1-1.5,9.151-1.4,0.05,0.1-6.046,6.6-5.998,6.7,0.088,0.1,9.236,1.5,9.307,1.6,0.136,0.2-7.592,4.6-7.584,4.6,0.006,0,1.234,0.6,2.727,1.4,2.363,1.2,5.391,2.8,5.303,3-0.07,0.1-8.879,1.8-8.968,1.9-0.048,0.1,6.521,6.5,6.47,6.6s-8.882-1-8.933-1c-0.093,0.2,4.159,8.4,4.072,8.6-0.088,0.1-8.144-3.6-8.215-3.5-0.142,0.3,1.408,9.4,1.408,9.4" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.52670813" fill="#0F0"/>
- <path id="interpolate-f15-zh_TW.svgpath7709" stroke-linejoin="round" d="M96.864,1477.8s-6.241-5.8-6.621-5.8c-0.189,0-1.549,8.5-1.785,8.5-0.223,0-4.375-7.3-4.614-7.3-0.238,0-4.189,7.7-4.416,7.7-0.229,0-1.904-8.2-2.095-8.2-0.329,0-6.489,6.2-6.559,6.2-0.1,0,0.229-3,0.511-5.5,0.184-1.6,0.307-3,0.233-3.1-0.087-0.2-7.744,3.7-7.867,3.5-0.11-0.2,3.401-7.9,3.28-8.1-0.118-0.2-8.673,1.2-8.788,1-0.113-0.2,5.54-6.4,5.443-6.6-0.161-0.3-8.78-1.6-8.819-1.7-0.052-0.1,7.311-4.2,7.398-4.4-0.003-0.1-0.982-0.6-2.228-1.3-2.241-1.2-5.355-2.8-5.254-3,0.07-0.1,8.331-1.7,8.415-1.9,0.077-0.1-6.048-6.2-5.965-6.3,0.078-0.1,8.389,0.9,8.468,0.7,0.081-0.1-3.912-7.8-3.836-7.9,0.116-0.2,7.701,3.2,7.794,3.1,0.184-0.4-1.039-8-1.205-8.9-0.011-0.1-0.017-0.1-0.015-0.1,0.018,0,6.255,5.7,6.622,5.7,0.189,0,1.549-8.5,1.785-8.5,0.223,0,4.375,7.4,4.613,7.4,0.239,0,4.189-7.8,4.417-7.8,0.229,0,1.904,8.2,2.095,8.2,0.329,0,6.489-6.2,6.559-6.2,0.098,0-0.221,3-0.502,5.4-0.191,1.7-0.319,3.1-0.244,3.3,0.088,0.1,7.746-3.8,7.866-3.6,0.11,0.2-3.399,7.9-3.278,8.1,0.079,0.2,8.598-1.2,8.678-1.1s-5.61,6.3-5.53,6.4c0.12,0.2,8.72,1.5,8.82,1.7,0.17,0.3-7.05,4.4-7.02,4.4,0.03,0.1,1.19,0.7,2.59,1.4,2.22,1.1,5.03,2.7,4.91,2.9-0.09,0.2-8.38,1.8-8.5,2-0.08,0.1,6.05,6.2,5.97,6.3-0.08,0.2-8.393-0.8-8.472-0.7-0.121,0.2,3.832,8,3.722,8.2-0.12,0.2-7.703-3.3-7.797-3.1-0.192,0.3,1.221,9,1.221,9" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.52670813" fill="#0F0"/>
- <path id="interpolate-f15-zh_TW.svgpath7711" stroke-linejoin="round" d="M140.78,1477.5s-5.68-5.1-6.23-5.1c-0.26,0-1.59,7.6-1.92,7.6-0.31,0-4.11-6.5-4.44-6.5s-3.96,6.8-4.28,6.8c-0.31,0-1.92-7.2-2.19-7.2-0.43,0-6.02,5.5-6.18,5.5-0.22,0-0.02-2.7,0.23-4.9,0.17-1.5,0.26-2.7,0.15-2.9-0.12-0.2-6.98,3.1-7.16,2.8-0.15-0.2,2.91-7.2,2.74-7.5-0.16-0.2-7.82,0.9-7.98,0.6s4.81-5.9,4.67-6.1c-0.2-0.4-7.92-1.7-8.01-1.8-0.12-0.2,6.37-4,6.4-4.3-0.03-0.1-0.92-0.6-2.03-1.2-1.99-1-4.71-2.6-4.55-2.9,0.11-0.2,7.51-1.7,7.65-1.9,0.12-0.2-5.26-5.7-5.13-6,0.12-0.2,7.57,0.6,7.69,0.4,0.13-0.2-3.36-7.1-3.24-7.4,0.17-0.2,6.97,2.7,7.1,2.5,0.27-0.5-0.75-7.3-0.9-8.2-0.01-0.1-0.01-0.1-0.01-0.1,0.04,0,5.71,5.1,6.23,5.1,0.26,0,1.59-7.5,1.92-7.5,0.31,0,4.12,6.5,4.44,6.5,0.33,0,3.96-6.9,4.28-6.9s1.92,7.3,2.19,7.3c0.43,0,6.02-5.5,6.18-5.5,0.22,0,0.02,2.6-0.23,4.8-0.17,1.5-0.26,2.8-0.15,3,0.12,0.2,6.98-3.2,7.16-2.9,0.15,0.3-2.91,7.2-2.75,7.5,0.13,0.2,7.76-0.9,7.89-0.7,0.12,0.2-4.87,5.8-4.75,6,0.16,0.3,7.88,1.5,8.01,1.8,0.22,0.4-6.13,4.1-6.07,4.2s1.11,0.7,2.36,1.3c1.97,1.1,4.43,2.5,4.25,2.8-0.13,0.2-7.56,1.8-7.73,2.1-0.12,0.2,5.27,5.7,5.14,5.9s-7.57-0.6-7.7-0.3c-0.17,0.2,3.29,7.2,3.13,7.5s-6.96-2.7-7.09-2.4c-0.28,0.4,0.91,8.2,0.91,8.2" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.52670813" fill="#0F0"/>
- <path id="interpolate-f15-zh_TW.svgpath7713" stroke-linejoin="round" d="M202.26,1477.2s-4.9-4.2-5.67-4.2c-0.38,0-1.65,6.2-2.13,6.2-0.42,0-3.74-5.3-4.19-5.3s-3.63,5.6-4.07,5.6c-0.45,0-1.95-6-2.34-6-0.56,0-5.37,4.6-5.65,4.6-0.4,0-0.36-2.3-0.15-4.1,0.14-1.2,0.17-2.3,0.03-2.5-0.17-0.3-5.92,2.3-6.18,1.9-0.21-0.4,2.23-6.3,2-6.7-0.22-0.4-6.64,0.4-6.86,0s3.79-5.1,3.59-5.5c-0.27-0.5-6.73-1.7-6.89-2-0.21-0.3,5.05-3.6,5.02-3.9-0.08-0.2-0.84-0.7-1.75-1.2-1.65-0.8-3.82-2.2-3.57-2.7,0.16-0.3,6.36-1.7,6.57-2,0.19-0.4-4.16-5-3.96-5.4,0.19-0.3,6.42,0.2,6.61-0.1,0.2-0.4-2.59-6.3-2.4-6.6,0.23-0.4,5.92,1.9,6.11,1.6,0.38-0.7-0.35-6.5-0.47-7.3,0.07,0,4.96,4.2,5.67,4.2,0.38,0,1.66-6.2,2.13-6.2,0.42,0,3.74,5.3,4.19,5.3,0.46,0,3.64-5.6,4.08-5.6s1.94,6,2.33,6c0.56,0,5.37-4.6,5.65-4.6,0.39,0,0.36,2.2,0.15,4-0.14,1.2-0.18,2.4-0.03,2.6,0.16,0.3,5.92-2.3,6.18-1.9,0.2,0.4-2.23,6.3-2,6.7,0.19,0.3,6.57-0.5,6.77-0.1,0.19,0.3-3.84,5-3.66,5.3,0.24,0.4,6.7,1.7,6.89,2,0.29,0.5-4.86,3.8-4.75,4,0.11,0.1,1.01,0.7,2.04,1.2,1.62,0.8,3.58,2.1,3.32,2.6-0.17,0.3-6.39,1.7-6.64,2.2-0.18,0.3,4.17,5,3.97,5.3-0.19,0.3-6.42-0.2-6.61,0.2-0.23,0.4,2.53,6.3,2.31,6.7-0.23,0.4-5.93-1.9-6.11-1.6-0.4,0.7,0.47,7.3,0.47,7.3" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.52670813" fill="#0F0"/>
- <path id="interpolate-f15-zh_TW.svgpath7715" stroke-linejoin="round" d="M281.31,1476.8s-3.9-3.1-4.96-3.1c-0.52,0-1.73,4.6-2.39,4.6-0.57,0-3.26-3.9-3.87-3.9-0.62,0-3.22,4.1-3.82,4.1-0.61,0-1.97-4.4-2.51-4.4-0.74,0-4.53,3.3-4.97,3.3-0.62,0-0.8-1.6-0.65-2.9,0.1-0.9,0.07-1.8-0.13-2.1-0.22-0.4-4.55,1.2-4.91,0.6-0.27-0.5,1.36-5,1.04-5.5-0.3-0.5-5.11-0.3-5.41-0.8s2.48-4.2,2.2-4.7c-0.35-0.6-5.19-1.7-5.44-2.2-0.33-0.5,3.35-3.2,3.23-3.6-0.13-0.2-0.73-0.7-1.39-1-1.2-0.6-2.67-1.9-2.3-2.5,0.23-0.4,4.88-1.7,5.19-2.2,0.26-0.5-2.76-4.1-2.47-4.6,0.27-0.5,4.94-0.4,5.22-0.8,0.29-0.5-1.6-5.1-1.33-5.5,0.32-0.6,4.6,0.9,4.85,0.4,0.54-0.9,0.18-5.5,0.09-6h0.01c0.11,0,3.98,3,4.96,3,0.52,0,1.73-4.5,2.38-4.5,0.58,0,3.27,3.9,3.88,3.9,0.62,0,3.22-4.1,3.82-4.1,0.61,0,1.97,4.4,2.51,4.4,0.74,0,4.53-3.4,4.97-3.4,0.61,0,0.78,1.6,0.63,2.9-0.1,0.9-0.07,1.8,0.14,2.2,0.22,0.4,4.55-1.3,4.91-0.6,0.27,0.4-1.36,5-1.04,5.5,0.28,0.5,5.06,0.2,5.35,0.7,0.27,0.4-2.52,4.1-2.26,4.6,0.33,0.5,5.17,1.7,5.44,2.1,0.37,0.7-3.23,3.3-3.05,3.6,0.16,0.3,0.87,0.8,1.62,1.2,1.18,0.6,2.5,1.7,2.14,2.3-0.24,0.4-4.91,1.7-5.25,2.3-0.26,0.5,2.76,4.1,2.47,4.6-0.27,0.5-4.94,0.4-5.21,0.9-0.32,0.5,1.54,5.1,1.25,5.6-0.32,0.5-4.6-0.9-4.85-0.5-0.55,1-0.09,6.1-0.09,6.1" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.52670813" fill="#0F0"/>
- <path id="interpolate-f15-zh_TW.svgpath7717" stroke-linejoin="round" d="M377.93,1476.3s-2.67-1.7-4.09-1.7c-0.7,0-1.84,2.5-2.71,2.5-0.75,0-2.68-2.1-3.49-2.1s-2.7,2.2-3.5,2.2-2.01-2.4-2.73-2.4c-0.95,0-3.5,1.8-4.13,1.8-0.9,0-1.34-0.8-1.26-1.6,0.05-0.4-0.05-1.1-0.32-1.5-0.29-0.5-2.88-0.1-3.36-0.9-0.36-0.6,0.28-3.5-0.14-4.2-0.39-0.7-3.24-1-3.64-1.7-0.4-0.6,0.88-3,0.5-3.7-0.44-0.8-3.31-1.8-3.66-2.4-0.48-0.8,1.27-2.7,1.04-3.2-0.2-0.4-0.6-0.7-0.96-0.9-0.64-0.3-1.25-1.3-0.75-2.2,0.32-0.6,3.07-1.7,3.5-2.4,0.37-0.6-1.03-3-0.63-3.7,0.38-0.7,3.13-1,3.51-1.6,0.4-0.7-0.38-3.6-0.01-4.3,0.42-0.7,2.97-0.3,3.31-0.9,0.72-1.2,0.81-4.2,0.76-4.5h0.03c0.16,0,2.79,1.7,4.08,1.7,0.7,0,1.84-2.5,2.71-2.5,0.75,0,2.68,2.1,3.49,2.1s2.7-2.2,3.5-2.2c0.81,0,2.01,2.3,2.73,2.3,0.96,0,3.5-1.7,4.13-1.7,0.88,0,1.32,0.8,1.24,1.5-0.06,0.5,0.05,1.2,0.33,1.6,0.29,0.5,2.88,0.1,3.36,0.9,0.36,0.6-0.29,3.5,0.14,4.2,0.37,0.7,3.2,0.9,3.6,1.6,0.38,0.7-0.91,3-0.54,3.7,0.43,0.7,3.3,1.8,3.66,2.4,0.49,0.8-1.23,2.7-0.97,3.1,0.24,0.4,0.7,0.8,1.11,1,0.64,0.4,1.18,1.3,0.69,2.1-0.32,0.6-3.09,1.7-3.54,2.5-0.36,0.6,1.04,3,0.64,3.7-0.38,0.6-3.14,1-3.51,1.6-0.42,0.8,0.34,3.6-0.05,4.3-0.41,0.7-2.97,0.4-3.3,1-0.73,1.2-0.77,4.5-0.77,4.5" stroke="#17a500" stroke-miterlimit="4" stroke-width="1.52670813" fill="#0F0"/>
+ <g id="interpolate-f15-zh_TW.svgg2738" stroke-linejoin="round" transform="translate(-14.748 1760.1)" stroke="#17a500" fill="#0f0">
+ <path id="interpolate-f15-zh_TW.svgpath6652" d="m272.35 46.546h-10.66l-5.32-9.226 5.32-9.226h10.66l5.32 9.226-5.32 9.226z" stroke-width=".86884"/>
+ <path id="interpolate-f15-zh_TW.svgpath6654" d="m47.747 47.724s-3.49-3.274-3.621-3.274c-0.065 0-0.79 4.829-0.872 4.829-0.081 0-2.393-4.165-2.48-4.165s-2.283 4.392-2.365 4.392-0.987-4.649-1.052-4.649c-0.131 0-3.581 3.526-3.581 3.526s0.605-4.753 0.54-4.866c-0.033-0.057-4.359 2.192-4.4 2.121s1.978-4.395 1.935-4.47c-0.044-0.076-4.881 0.725-4.922 0.654s3.196-3.54 3.163-3.597c-0.065-0.113-4.939-0.836-4.939-0.836s4.21-2.301 4.275-2.414c0.033-0.057-4.322-2.231-4.281-2.302 0.021-0.036 4.691-0.9 4.712-0.938 0.022-0.037-3.483-3.437-3.461-3.475s4.722 0.573 4.743 0.536c0.022-0.037-2.272-4.362-2.251-4.397 0.041-0.071 4.327 1.926 4.36 1.869 0.065-0.113-0.767-4.982-0.767-4.982s3.49 3.274 3.621 3.274c0.065 0 0.789-4.829 0.871-4.829s2.394 4.165 2.481 4.165 2.283-4.392 2.365-4.392c0.081 0 0.986 4.649 1.052 4.649 0.13 0 3.581-3.526 3.581-3.526s-0.606 4.753-0.54 4.866c0.032 0.057 4.358-2.192 4.399-2.121s-1.978 4.395-1.934 4.47c0.022 0.038 4.837-0.8 4.858-0.763 0.022 0.037-3.232 3.477-3.211 3.512 0.041 0.071 4.908 0.785 4.941 0.842 0.065 0.113-4.057 2.413-4.057 2.413s4.35 2.184 4.284 2.298c-0.033 0.056-4.72 0.951-4.761 1.021-0.02 0.036 3.485 3.435 3.463 3.473-0.021 0.037-4.721-0.574-4.742-0.537-0.044 0.076 2.227 4.439 2.186 4.51s-4.327-1.925-4.36-1.869c-0.066 0.113 0.767 4.982 0.767 4.982" stroke-width=".79675"/>
+ <g id="interpolate-f15-zh_TW.svgg7705" transform="matrix(.52187 0 0 .52187 15.531 -723.58)" stroke-width="1.5267">
+ <path id="interpolate-f15-zh_TW.svgpath7707" d="m70.515 1477.9s-6.576-6.1-6.859-6.1c-0.142 0-1.523 9-1.699 9-0.173 0-4.534-7.8-4.719-7.8s-4.328 8.3-4.502 8.3c-0.175 0-1.894-8.8-2.036-8.8-0.27 0-6.768 6.7-6.786 6.7-0.025 0 0.376-3.3 0.677-5.9 0.197-1.8 0.341-3.2 0.285-3.3-0.069-0.1-8.2 4.1-8.29 3.9-0.086-0.1 3.693-8.3 3.6-8.4-0.092-0.2-9.182 1.3-9.269 1.2-0.087-0.2 5.977-6.7 5.906-6.8-0.135-0.3-9.293-1.7-9.302-1.7-0.014 0 7.877-4.3 7.992-4.6 0.017 0-1.017-0.6-2.346-1.2-2.39-1.3-5.739-3-5.677-3.1 0.047-0.1 8.825-1.8 8.877-1.8 0.05-0.1-6.518-6.5-6.466-6.6 0.051-0.1 8.883 1 8.933 0.9 0.051-0.1-4.243-8.2-4.194-8.3 0.087-0.1 8.144 3.6 8.214 3.5 0.134-0.3-1.212-8.3-1.389-9.3-0.013-0.1-0.019-0.1-0.018-0.1 0.004 0 6.579 6.1 6.859 6.1 0.141 0 1.522-9 1.699-9 0.173 0 4.533 7.8 4.718 7.8s4.328-8.3 4.503-8.3 1.893 8.8 2.035 8.8c0.271 0 6.769-6.7 6.786-6.7 0.025 0-0.364 3.2-0.665 5.8-0.203 1.8-0.354 3.3-0.297 3.4 0.069 0.1 8.2-4.1 8.29-3.9 0.086 0.1-3.693 8.2-3.6 8.4 0.051 0.1 9.1-1.5 9.151-1.4 0.05 0.1-6.046 6.6-5.998 6.7 0.088 0.1 9.236 1.5 9.307 1.6 0.136 0.2-7.592 4.6-7.584 4.6 0.006 0 1.234 0.6 2.727 1.4 2.363 1.2 5.391 2.8 5.303 3-0.07 0.1-8.879 1.8-8.968 1.9-0.048 0.1 6.521 6.5 6.47 6.6s-8.882-1-8.933-1c-0.093 0.2 4.159 8.4 4.072 8.6-0.088 0.1-8.144-3.6-8.215-3.5-0.142 0.3 1.408 9.4 1.408 9.4"/>
+ <path id="interpolate-f15-zh_TW.svgpath7709" d="m96.864 1477.8s-6.241-5.8-6.621-5.8c-0.189 0-1.549 8.5-1.785 8.5-0.223 0-4.375-7.3-4.614-7.3-0.238 0-4.189 7.7-4.416 7.7-0.229 0-1.904-8.2-2.095-8.2-0.329 0-6.489 6.2-6.559 6.2-0.1 0 0.229-3 0.511-5.5 0.184-1.6 0.307-3 0.233-3.1-0.087-0.2-7.744 3.7-7.867 3.5-0.11-0.2 3.401-7.9 3.28-8.1-0.118-0.2-8.673 1.2-8.788 1-0.113-0.2 5.54-6.4 5.443-6.6-0.161-0.3-8.78-1.6-8.819-1.7-0.052-0.1 7.311-4.2 7.398-4.4-0.003-0.1-0.982-0.6-2.228-1.3-2.241-1.2-5.355-2.8-5.254-3 0.07-0.1 8.331-1.7 8.415-1.9 0.077-0.1-6.048-6.2-5.965-6.3 0.078-0.1 8.389 0.9 8.468 0.7 0.081-0.1-3.912-7.8-3.836-7.9 0.116-0.2 7.701 3.2 7.794 3.1 0.184-0.4-1.039-8-1.205-8.9-0.011-0.1-0.017-0.1-0.015-0.1 0.018 0 6.255 5.7 6.622 5.7 0.189 0 1.549-8.5 1.785-8.5 0.223 0 4.375 7.4 4.613 7.4 0.239 0 4.189-7.8 4.417-7.8 0.229 0 1.904 8.2 2.095 8.2 0.329 0 6.489-6.2 6.559-6.2 0.098 0-0.221 3-0.502 5.4-0.191 1.7-0.319 3.1-0.244 3.3 0.088 0.1 7.746-3.8 7.866-3.6 0.11 0.2-3.399 7.9-3.278 8.1 0.079 0.2 8.598-1.2 8.678-1.1s-5.61 6.3-5.53 6.4c0.12 0.2 8.72 1.5 8.82 1.7 0.17 0.3-7.05 4.4-7.02 4.4 0.03 0.1 1.19 0.7 2.59 1.4 2.22 1.1 5.03 2.7 4.91 2.9-0.09 0.2-8.38 1.8-8.5 2-0.08 0.1 6.05 6.2 5.97 6.3-0.08 0.2-8.393-0.8-8.472-0.7-0.121 0.2 3.832 8 3.722 8.2-0.12 0.2-7.703-3.3-7.797-3.1-0.192 0.3 1.221 9 1.221 9"/>
+ <path id="interpolate-f15-zh_TW.svgpath7711" d="m140.78 1477.5s-5.68-5.1-6.23-5.1c-0.26 0-1.59 7.6-1.92 7.6-0.31 0-4.11-6.5-4.44-6.5s-3.96 6.8-4.28 6.8c-0.31 0-1.92-7.2-2.19-7.2-0.43 0-6.02 5.5-6.18 5.5-0.22 0-0.02-2.7 0.23-4.9 0.17-1.5 0.26-2.7 0.15-2.9-0.12-0.2-6.98 3.1-7.16 2.8-0.15-0.2 2.91-7.2 2.74-7.5-0.16-0.2-7.82 0.9-7.98 0.6s4.81-5.9 4.67-6.1c-0.2-0.4-7.92-1.7-8.01-1.8-0.12-0.2 6.37-4 6.4-4.3-0.03-0.1-0.92-0.6-2.03-1.2-1.99-1-4.71-2.6-4.55-2.9 0.11-0.2 7.51-1.7 7.65-1.9 0.12-0.2-5.26-5.7-5.13-6 0.12-0.2 7.57 0.6 7.69 0.4 0.13-0.2-3.36-7.1-3.24-7.4 0.17-0.2 6.97 2.7 7.1 2.5 0.27-0.5-0.75-7.3-0.9-8.2l-0.01-0.1c0.04 0 5.71 5.1 6.23 5.1 0.26 0 1.59-7.5 1.92-7.5 0.31 0 4.12 6.5 4.44 6.5 0.33 0 3.96-6.9 4.28-6.9s1.92 7.3 2.19 7.3c0.43 0 6.02-5.5 6.18-5.5 0.22 0 0.02 2.6-0.23 4.8-0.17 1.5-0.26 2.8-0.15 3 0.12 0.2 6.98-3.2 7.16-2.9 0.15 0.3-2.91 7.2-2.75 7.5 0.13 0.2 7.76-0.9 7.89-0.7 0.12 0.2-4.87 5.8-4.75 6 0.16 0.3 7.88 1.5 8.01 1.8 0.22 0.4-6.13 4.1-6.07 4.2s1.11 0.7 2.36 1.3c1.97 1.1 4.43 2.5 4.25 2.8-0.13 0.2-7.56 1.8-7.73 2.1-0.12 0.2 5.27 5.7 5.14 5.9s-7.57-0.6-7.7-0.3c-0.17 0.2 3.29 7.2 3.13 7.5s-6.96-2.7-7.09-2.4c-0.28 0.4 0.91 8.2 0.91 8.2"/>
+ <path id="interpolate-f15-zh_TW.svgpath7713" d="m202.26 1477.2s-4.9-4.2-5.67-4.2c-0.38 0-1.65 6.2-2.13 6.2-0.42 0-3.74-5.3-4.19-5.3s-3.63 5.6-4.07 5.6c-0.45 0-1.95-6-2.34-6-0.56 0-5.37 4.6-5.65 4.6-0.4 0-0.36-2.3-0.15-4.1 0.14-1.2 0.17-2.3 0.03-2.5-0.17-0.3-5.92 2.3-6.18 1.9-0.21-0.4 2.23-6.3 2-6.7-0.22-0.4-6.64 0.4-6.86 0s3.79-5.1 3.59-5.5c-0.27-0.5-6.73-1.7-6.89-2-0.21-0.3 5.05-3.6 5.02-3.9-0.08-0.2-0.84-0.7-1.75-1.2-1.65-0.8-3.82-2.2-3.57-2.7 0.16-0.3 6.36-1.7 6.57-2 0.19-0.4-4.16-5-3.96-5.4 0.19-0.3 6.42 0.2 6.61-0.1 0.2-0.4-2.59-6.3-2.4-6.6 0.23-0.4 5.92 1.9 6.11 1.6 0.38-0.7-0.35-6.5-0.47-7.3-0.01 0-0.01 0 0 0 0.07 0 4.96 4.2 5.67 4.2 0.38 0 1.66-6.2 2.13-6.2 0.42 0 3.74 5.3 4.19 5.3 0.46 0 3.64-5.6 4.08-5.6s1.94 6 2.33 6c0.56 0 5.37-4.6 5.65-4.6 0.39 0 0.36 2.2 0.15 4-0.14 1.2-0.18 2.4-0.03 2.6 0.16 0.3 5.92-2.3 6.18-1.9 0.2 0.4-2.23 6.3-2 6.7 0.19 0.3 6.57-0.5 6.77-0.1 0.19 0.3-3.84 5-3.66 5.3 0.24 0.4 6.7 1.7 6.89 2 0.29 0.5-4.86 3.8-4.75 4 0.11 0.1 1.01 0.7 2.04 1.2 1.62 0.8 3.58 2.1 3.32 2.6-0.17 0.3-6.39 1.7-6.64 2.2-0.18 0.3 4.17 5 3.97 5.3-0.19 0.3-6.42-0.2-6.61 0.2-0.23 0.4 2.53 6.3 2.31 6.7-0.23 0.4-5.93-1.9-6.11-1.6-0.4 0.7 0.47 7.3 0.47 7.3"/>
+ <path id="interpolate-f15-zh_TW.svgpath7715" d="m281.31 1476.8s-3.9-3.1-4.96-3.1c-0.52 0-1.73 4.6-2.39 4.6-0.57 0-3.26-3.9-3.87-3.9-0.62 0-3.22 4.1-3.82 4.1-0.61 0-1.97-4.4-2.51-4.4-0.74 0-4.53 3.3-4.97 3.3-0.62 0-0.8-1.6-0.65-2.9 0.1-0.9 0.07-1.8-0.13-2.1-0.22-0.4-4.55 1.2-4.91 0.6-0.27-0.5 1.36-5 1.04-5.5-0.3-0.5-5.11-0.3-5.41-0.8s2.48-4.2 2.2-4.7c-0.35-0.6-5.19-1.7-5.44-2.2-0.33-0.5 3.35-3.2 3.23-3.6-0.13-0.2-0.73-0.7-1.39-1-1.2-0.6-2.67-1.9-2.3-2.5 0.23-0.4 4.88-1.7 5.19-2.2 0.26-0.5-2.76-4.1-2.47-4.6 0.27-0.5 4.94-0.4 5.22-0.8 0.29-0.5-1.6-5.1-1.33-5.5 0.32-0.6 4.6 0.9 4.85 0.4 0.54-0.9 0.18-5.5 0.09-6h0.01c0.11 0 3.98 3 4.96 3 0.52 0 1.73-4.5 2.38-4.5 0.58 0 3.27 3.9 3.88 3.9 0.62 0 3.22-4.1 3.82-4.1 0.61 0 1.97 4.4 2.51 4.4 0.74 0 4.53-3.4 4.97-3.4 0.61 0 0.78 1.6 0.63 2.9-0.1 0.9-0.07 1.8 0.14 2.2 0.22 0.4 4.55-1.3 4.91-0.6 0.27 0.4-1.36 5-1.04 5.5 0.28 0.5 5.06 0.2 5.35 0.7 0.27 0.4-2.52 4.1-2.26 4.6 0.33 0.5 5.17 1.7 5.44 2.1 0.37 0.7-3.23 3.3-3.05 3.6 0.16 0.3 0.87 0.8 1.62 1.2 1.18 0.6 2.5 1.7 2.14 2.3-0.24 0.4-4.91 1.7-5.25 2.3-0.26 0.5 2.76 4.1 2.47 4.6-0.27 0.5-4.94 0.4-5.21 0.9-0.32 0.5 1.54 5.1 1.25 5.6-0.32 0.5-4.6-0.9-4.85-0.5-0.55 1-0.09 6.1-0.09 6.1"/>
+ <path id="interpolate-f15-zh_TW.svgpath7717" d="m377.93 1476.3s-2.67-1.7-4.09-1.7c-0.7 0-1.84 2.5-2.71 2.5-0.75 0-2.68-2.1-3.49-2.1s-2.7 2.2-3.5 2.2-2.01-2.4-2.73-2.4c-0.95 0-3.5 1.8-4.13 1.8-0.9 0-1.34-0.8-1.26-1.6 0.05-0.4-0.05-1.1-0.32-1.5-0.29-0.5-2.88-0.1-3.36-0.9-0.36-0.6 0.28-3.5-0.14-4.2-0.39-0.7-3.24-1-3.64-1.7-0.4-0.6 0.88-3 0.5-3.7-0.44-0.8-3.31-1.8-3.66-2.4-0.48-0.8 1.27-2.7 1.04-3.2-0.2-0.4-0.6-0.7-0.96-0.9-0.64-0.3-1.25-1.3-0.75-2.2 0.32-0.6 3.07-1.7 3.5-2.4 0.37-0.6-1.03-3-0.63-3.7 0.38-0.7 3.13-1 3.51-1.6 0.4-0.7-0.38-3.6-0.01-4.3 0.42-0.7 2.97-0.3 3.31-0.9 0.72-1.2 0.81-4.2 0.76-4.5h0.03c0.16 0 2.79 1.7 4.08 1.7 0.7 0 1.84-2.5 2.71-2.5 0.75 0 2.68 2.1 3.49 2.1s2.7-2.2 3.5-2.2c0.81 0 2.01 2.3 2.73 2.3 0.96 0 3.5-1.7 4.13-1.7 0.88 0 1.32 0.8 1.24 1.5-0.06 0.5 0.05 1.2 0.33 1.6 0.29 0.5 2.88 0.1 3.36 0.9 0.36 0.6-0.29 3.5 0.14 4.2 0.37 0.7 3.2 0.9 3.6 1.6 0.38 0.7-0.91 3-0.54 3.7 0.43 0.7 3.3 1.8 3.66 2.4 0.49 0.8-1.23 2.7-0.97 3.1 0.24 0.4 0.7 0.8 1.11 1 0.64 0.4 1.18 1.3 0.69 2.1-0.32 0.6-3.09 1.7-3.54 2.5-0.36 0.6 1.04 3 0.64 3.7-0.38 0.6-3.14 1-3.51 1.6-0.42 0.8 0.34 3.6-0.05 4.3-0.41 0.7-2.97 0.4-3.3 1-0.73 1.2-0.77 4.5-0.77 4.5"/>
</g>
</g>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1973.4404071" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1973.4404071" x="10">再製終點路徑</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1834.8113753999999" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1834.8113753999999" x="10">再製終點路徑</tspan>
</text>
- <rect id="d0e308" display="none" height="1000px" width="288" y="1978.6" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e308" display="none" height="1e3px" width="288" y="1840" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e308"/>
</flowRegion>
- <flowDiv xml:space="preserve">This parameter defines whether the group of paths that is generated by the extension <flowSpan font-style="italic">includes a copy</flowSpan> of the original paths that interpolate was applied on.</flowDiv>
+ <flowDiv xml:space="preserve">這個參數決定內插擴充功能生成的路徑群組是否<flowSpan font-style="italic">包含原始路徑的複本</flowSpan>。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2030.4625950999998" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2030.4625950999998" x="10">插入樣式</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1870.6265004" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1870.6265004" x="10">插入樣式</tspan>
</text>
- <rect id="d0e320" display="none" height="1000px" width="288" y="2035.7" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e320" display="none" height="1e3px" width="288" y="1875.8" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e320"/>
</flowRegion>
- <flowDiv xml:space="preserve">This parameter is one of the neat functions of the interpolate extension. It tells the extension to attempt to change the style of the paths at each step. So if the start and end paths are different colors, the paths that are generated will incrementally change as well.</flowDiv>
+ <flowDiv xml:space="preserve">這個參數是內插擴充功能美妙功能的其中一項。插入樣式會使擴充功能於每階層都試著改變路徑的樣式。因此如果起點路徑的顏色和終點路徑不同,生成的路徑會逐漸變成一樣。</flowDiv>
</flowRoot>
- <rect id="d0e323" display="none" height="1000px" width="288" y="2085.4" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e323" display="none" height="1e3px" width="288" y="1915.5" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e323"/>
</flowRegion>
<flowDiv xml:space="preserve">下面的範例中插入樣式功能被用於路徑的填色上:</flowDiv>
</flowRoot>
- <g id="interpolate-f16-zh_TW.svgg2861" transform="translate(10, 2111.4380661) translate(-21.811549,-16.97341)">
- <path id="interpolate-f16-zh_TW.svgpath13980" fill="#FC0" d="M52.663,48.163c-2.997,2.904-3.507-5.427-7.12-3.193-3.685,2.279,1.132,7.941-3.228,8.47-4.276,0.518,1.544-6.96-2.678-7.53-4.305-0.581-3.831,7.272-7.908,5.69-3.998-1.551,4.538-5.716,1.63-8.871-2.966-3.217-6.213,5.723-8.463,1.962-2.206-3.688,5.568-2.554,4.959-6.686-0.622-4.213-8.403-0.204-8.03-4.444,0.365-4.158,8.015,2.747,9.9-1.062,1.923-3.885-6.953-4.673-4.277-7.898,2.625-3.162,4.671,4.579,8.371,2.365,3.773-2.258-2.707-7.438,1.458-8.427,4.085-0.969,0.184,7.803,4.35,8.286,4.249,0.493,2.825-8.477,6.66-6.673,3.761,1.769-3.613,6.481-0.834,9.63,2.834,3.212,5.587-5.828,7.763-2.1,2.132,3.655-5.516,3.234-4.864,7.501,0.665,4.351,8.878,0.224,8.029,4.487-0.834,4.18-8.373-3.756-9.995,0.204-1.653,4.037,7.334,5.326,4.277,8.289z"/>
- <path id="interpolate-f16-zh_TW.svgpath13984" fill="#d40000" d="M276.7,46.671c-3,2.905-3.51-5.426-7.13-3.192-3.68,2.279,1.14,7.941-3.22,8.47-4.28,0.518,1.54-6.96-2.68-7.53-4.31-0.581-3.83,7.272-7.91,5.69-4-1.551,4.54-5.716,1.63-8.871-2.96-3.217-6.21,5.723-8.46,1.962-2.21-3.688,5.57-2.554,4.96-6.686-0.62-4.213-8.41-0.204-8.03-4.444,0.36-4.158,8.01,2.747,9.9-1.062,1.92-3.885-6.96-4.673-4.28-7.898,2.63-3.162,4.67,4.579,8.37,2.365,3.77-2.258-2.71-7.438,1.46-8.427,4.08-0.969,0.18,7.803,4.35,8.286,4.25,0.493,2.82-8.477,6.66-6.673,3.76,1.769-3.61,6.481-0.83,9.63,2.83,3.212,5.58-5.828,7.76-2.101,2.13,3.656-5.52,3.235-4.87,7.502,0.67,4.351,8.88,0.224,8.03,4.487-0.83,4.18-8.37-3.756-9.99,0.204-1.66,4.037,7.33,5.326,4.28,8.288z"/>
- <g id="interpolate-f16-zh_TW.svgg14129" transform="matrix(0.5218716,0,0,0.5218716,16.740257,-799.45519)">
- <path id="interpolate-f16-zh_TW.svgpath14131" fill="#da1d00" d="M436.79,1621.7c-5.74,5.6-6.72-10.4-13.64-6.1-7.06,4.4,2.17,15.2-6.19,16.3-8.19,0.9,2.96-13.4-5.13-14.5-8.25-1.1-7.34,14-15.15,10.9-7.66-2.9,8.7-10.9,3.12-17-5.68-6.1-11.9,11-16.21,3.8-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5,0.7-8,15.36,5.2,18.97-2.1,3.69-7.4-13.32-8.9-8.19-15.1,5.03-6.1,8.95,8.8,16.04,4.5,7.23-4.3-5.19-14.2,2.79-16.1,7.83-1.9,0.35,14.9,8.34,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.2,3.4-6.92,12.4-1.6,18.4,5.43,6.2,10.71-11.1,14.87-4h0.01c4.08,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.6,8-16.04-7.2-19.15,0.4-3.17,7.7,14.05,10.2,8.19,15.8"/>
- <path id="interpolate-f16-zh_TW.svgpath14133" fill="#e03a00" d="M375.47,1622.1c-5.75,5.6-6.72-10.4-13.65-6.1-7.06,4.4,2.17,15.2-6.18,16.3-8.19,1,2.96-13.4-5.13-14.5-8.25-1.1-7.34,14-15.16,10.9-7.66-2.9,8.7-10.9,3.13-17-5.69-6.1-11.91,11-16.22,3.8-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5h0.01c0.7-8,15.35,5.2,18.97-2.1,3.68-7.4-13.33-8.9-8.2-15.1,5.03-6.1,8.95,8.8,16.04,4.5,7.23-4.3-5.19-14.2,2.8-16.1,7.82-1.9,0.35,14.9,8.33,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.21,3.4-6.92,12.4-1.6,18.4,5.43,6.2,10.71-11.1,14.88-4,4.08,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.59,8-16.04-7.2-19.15,0.4-3.17,7.7,14.05,10.2,8.2,15.8"/>
- <path id="interpolate-f16-zh_TW.svgpath14135" fill="#e65700" d="M314.14,1622.6c-5.74,5.5-6.72-10.4-13.64-6.2-7.06,4.4,2.17,15.3-6.19,16.3-8.19,1,2.96-13.4-5.13-14.5-8.25-1.1-7.34,14-15.15,10.9-7.66-2.9,8.69-10.9,3.12-17-5.68-6.1-11.91,11-16.22,3.8-4.22-7.1,10.67-4.9,9.51-12.8-1.19-8.1-16.11-0.4-15.39-8.5,0.7-8,15.36,5.2,18.97-2.1,3.68-7.4-13.32-8.9-8.2-15.1h0.01c5.02-6.1,8.95,8.8,16.03,4.5h0.01c7.22-4.3-5.19-14.2,2.79-16.1,7.82-1.9,0.35,14.9,8.33,15.9,8.15,0.9,5.42-16.3,12.77-12.8,7.2,3.4-6.93,12.4-1.6,18.4,5.43,6.2,10.7-11.1,14.87-4,4.09,7-10.57,6.2-9.32,14.4,1.28,8.3,17.01,0.4,15.39,8.6-1.6,8-16.05-7.2-19.15,0.4-3.17,7.7,14.05,10.2,8.19,15.9"/>
- <path id="interpolate-f16-zh_TW.svgpath14137" fill="#ec7400" d="M252.81,1623c-5.74,5.5-6.72-10.4-13.64-6.2-7.06,4.4,2.17,15.3-6.18,16.3h-0.01c-8.19,1,2.96-13.4-5.13-14.5-8.25-1.1-7.34,14-15.15,11-7.66-3,8.7-11,3.12-17-5.68-6.2-11.9,10.9-16.21,3.7-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5,0.7-8,15.36,5.2,18.97-2.1,3.69-7.4-13.32-8.9-8.19-15.1,5.03-6,8.95,8.8,16.04,4.5,7.23-4.3-5.19-14.2,2.79-16.1,7.83-1.9,0.35,15,8.34,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.2,3.4-6.92,12.4-1.6,18.4,5.43,6.2,10.71-11.1,14.88-4,4.08,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.6,8-16.04-7.2-19.15,0.4-3.17,7.7,14.05,10.2,8.19,15.9"/>
- <path id="interpolate-f16-zh_TW.svgpath14139" fill="#f29100" d="M191.49,1623.4c-5.75,5.5-6.72-10.4-13.65-6.1-7.06,4.3,2.17,15.2-6.18,16.2-8.19,1,2.96-13.4-5.13-14.4-8.25-1.2-7.34,13.9-15.16,10.9-7.66-3,8.7-11,3.13-17-5.69-6.2-11.91,10.9-16.22,3.7-4.23-7,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.38-8.5,0.7-8,15.35,5.3,18.97-2,3.68-7.5-13.33-9-8.2-15.2,5.03-6,8.95,8.8,16.04,4.6,7.23-4.4-5.18-14.3,2.8-16.2,7.82-1.8,0.35,15,8.33,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.21,3.4-6.92,12.4-1.6,18.5,5.44,6.1,10.71-11.2,14.88-4.1,4.09,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.59,8-16.04-7.2-19.15,0.4-3.17,7.7,14.06,10.2,8.2,15.9"/>
- <path id="interpolate-f16-zh_TW.svgpath14141" fill="#f8ae00" d="M130.16,1623.8c-5.74,5.5-6.72-10.4-13.64-6.1-7.06,4.3,2.17,15.2-6.19,16.2-8.19,1,2.96-13.3-5.13-14.4-8.248-1.1-7.34,13.9-15.152,10.9-7.66-3,8.696-11,3.123-17h-0.001c-5.683-6.2-11.905,10.9-16.215,3.7h-0.001c-4.226-7,10.67-4.9,9.502-12.8-1.191-8.1-16.101-0.4-15.387-8.5,0.701-8,15.359,5.3,18.971-2h0.001c3.682-7.5-13.324-9-8.196-15.2h0.001c5.029-6,8.95,8.8,16.039,4.6h0.001c7.224-4.4-5.187-14.3,2.794-16.2,7.83-1.8,0.35,15,8.33,15.9h0.01c8.14,0.9,5.41-16.2,12.76-12.8,7.2,3.4-6.93,12.4-1.6,18.5,5.43,6.1,10.7-11.2,14.87-4.1,4.09,7-10.57,6.2-9.32,14.4,1.28,8.3,17.02,0.4,15.39,8.6-1.6,8-16.05-7.2-19.15,0.4-3.17,7.7,14.05,10.2,8.19,15.9"/>
+ <g id="interpolate-f16-zh_TW.svgg2861" transform="translate(-11.812 1924.3)">
+ <path id="interpolate-f16-zh_TW.svgpath13980" fill="#fc0" d="m52.663 48.163c-2.997 2.904-3.507-5.427-7.12-3.193-3.685 2.279 1.132 7.941-3.228 8.47-4.276 0.518 1.544-6.96-2.678-7.53-4.305-0.581-3.831 7.272-7.908 5.69-3.998-1.551 4.538-5.716 1.63-8.871-2.966-3.217-6.213 5.723-8.463 1.962-2.206-3.688 5.568-2.554 4.959-6.686-0.622-4.213-8.403-0.204-8.03-4.444 0.365-4.158 8.015 2.747 9.9-1.062 1.923-3.885-6.953-4.673-4.277-7.898 2.625-3.162 4.671 4.579 8.371 2.365 3.773-2.258-2.707-7.438 1.458-8.427 4.085-0.969 0.184 7.803 4.35 8.286 4.249 0.493 2.825-8.477 6.66-6.673 3.761 1.769-3.613 6.481-0.834 9.63 2.834 3.212 5.587-5.828 7.763-2.1 2.132 3.655-5.516 3.234-4.864 7.501 0.665 4.351 8.878 0.224 8.029 4.487-0.834 4.18-8.373-3.756-9.995 0.204-1.653 4.037 7.334 5.326 4.277 8.289z"/>
+ <path id="interpolate-f16-zh_TW.svgpath13984" fill="#d40000" d="m276.7 46.671c-3 2.905-3.51-5.426-7.13-3.192-3.68 2.279 1.14 7.941-3.22 8.47-4.28 0.518 1.54-6.96-2.68-7.53-4.31-0.581-3.83 7.272-7.91 5.69-4-1.551 4.54-5.716 1.63-8.871-2.96-3.217-6.21 5.723-8.46 1.962-2.21-3.688 5.57-2.554 4.96-6.686-0.62-4.213-8.41-0.204-8.03-4.444 0.36-4.158 8.01 2.747 9.9-1.062 1.92-3.885-6.96-4.673-4.28-7.898 2.63-3.162 4.67 4.579 8.37 2.365 3.77-2.258-2.71-7.438 1.46-8.427 4.08-0.969 0.18 7.803 4.35 8.286 4.25 0.493 2.82-8.477 6.66-6.673 3.76 1.769-3.61 6.481-0.83 9.63 2.83 3.212 5.58-5.828 7.76-2.101 2.13 3.656-5.52 3.235-4.87 7.502 0.67 4.351 8.88 0.224 8.03 4.487-0.83 4.18-8.37-3.756-9.99 0.204-1.66 4.037 7.33 5.326 4.28 8.288z"/>
+ <g id="interpolate-f16-zh_TW.svgg14129" transform="matrix(.52187 0 0 .52187 16.74 -799.46)">
+ <path id="interpolate-f16-zh_TW.svgpath14131" d="m436.79 1621.7c-5.74 5.6-6.72-10.4-13.64-6.1-7.06 4.4 2.17 15.2-6.19 16.3-8.19 0.9 2.96-13.4-5.13-14.5-8.25-1.1-7.34 14-15.15 10.9-7.66-2.9 8.7-10.9 3.12-17-5.68-6.1-11.9 11-16.21 3.8-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5 0.7-8 15.36 5.2 18.97-2.1 3.69-7.4-13.32-8.9-8.19-15.1 5.03-6.1 8.95 8.8 16.04 4.5 7.23-4.3-5.19-14.2 2.79-16.1 7.83-1.9 0.35 14.9 8.34 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.2 3.4-6.92 12.4-1.6 18.4 5.43 6.2 10.71-11.1 14.87-4h0.01c4.08 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.6 8-16.04-7.2-19.15 0.4-3.17 7.7 14.05 10.2 8.19 15.8" fill="#da1d00"/>
+ <path id="interpolate-f16-zh_TW.svgpath14133" d="m375.47 1622.1c-5.75 5.6-6.72-10.4-13.65-6.1-7.06 4.4 2.17 15.2-6.18 16.3-8.19 1 2.96-13.4-5.13-14.5-8.25-1.1-7.34 14-15.16 10.9-7.66-2.9 8.7-10.9 3.13-17-5.69-6.1-11.91 11-16.22 3.8-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5h0.01c0.7-8 15.35 5.2 18.97-2.1 3.68-7.4-13.33-8.9-8.2-15.1 5.03-6.1 8.95 8.8 16.04 4.5 7.23-4.3-5.19-14.2 2.8-16.1 7.82-1.9 0.35 14.9 8.33 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.21 3.4-6.92 12.4-1.6 18.4 5.43 6.2 10.71-11.1 14.88-4 4.08 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.59 8-16.04-7.2-19.15 0.4-3.17 7.7 14.05 10.2 8.2 15.8" fill="#e03a00"/>
+ <path id="interpolate-f16-zh_TW.svgpath14135" d="m314.14 1622.6c-5.74 5.5-6.72-10.4-13.64-6.2-7.06 4.4 2.17 15.3-6.19 16.3-8.19 1 2.96-13.4-5.13-14.5-8.25-1.1-7.34 14-15.15 10.9-7.66-2.9 8.69-10.9 3.12-17-5.68-6.1-11.91 11-16.22 3.8-4.22-7.1 10.67-4.9 9.51-12.8-1.19-8.1-16.11-0.4-15.39-8.5 0.7-8 15.36 5.2 18.97-2.1 3.68-7.4-13.32-8.9-8.2-15.1h0.01c5.02-6.1 8.95 8.8 16.03 4.5h0.01c7.22-4.3-5.19-14.2 2.79-16.1 7.82-1.9 0.35 14.9 8.33 15.9 8.15 0.9 5.42-16.3 12.77-12.8 7.2 3.4-6.93 12.4-1.6 18.4 5.43 6.2 10.7-11.1 14.87-4 4.09 7-10.57 6.2-9.32 14.4 1.28 8.3 17.01 0.4 15.39 8.6-1.6 8-16.05-7.2-19.15 0.4-3.17 7.7 14.05 10.2 8.19 15.9" fill="#e65700"/>
+ <path id="interpolate-f16-zh_TW.svgpath14137" d="m252.81 1623c-5.74 5.5-6.72-10.4-13.64-6.2-7.06 4.4 2.17 15.3-6.18 16.3h-0.01c-8.19 1 2.96-13.4-5.13-14.5-8.25-1.1-7.34 14-15.15 11-7.66-3 8.7-11 3.12-17-5.68-6.2-11.9 10.9-16.21 3.7-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5 0.7-8 15.36 5.2 18.97-2.1 3.69-7.4-13.32-8.9-8.19-15.1 5.03-6 8.95 8.8 16.04 4.5 7.23-4.3-5.19-14.2 2.79-16.1 7.83-1.9 0.35 15 8.34 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.2 3.4-6.92 12.4-1.6 18.4 5.43 6.2 10.71-11.1 14.88-4 4.08 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.6 8-16.04-7.2-19.15 0.4-3.17 7.7 14.05 10.2 8.19 15.9" fill="#ec7400"/>
+ <path id="interpolate-f16-zh_TW.svgpath14139" d="m191.49 1623.4c-5.75 5.5-6.72-10.4-13.65-6.1-7.06 4.3 2.17 15.2-6.18 16.2-8.19 1 2.96-13.4-5.13-14.4-8.25-1.2-7.34 13.9-15.16 10.9-7.66-3 8.7-11 3.13-17-5.69-6.2-11.91 10.9-16.22 3.7-4.23-7 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.38-8.5 0.7-8 15.35 5.3 18.97-2 3.68-7.5-13.33-9-8.2-15.2 5.03-6 8.95 8.8 16.04 4.6 7.23-4.4-5.18-14.3 2.8-16.2 7.82-1.8 0.35 15 8.33 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.21 3.4-6.92 12.4-1.6 18.5 5.44 6.1 10.71-11.2 14.88-4.1 4.09 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.59 8-16.04-7.2-19.15 0.4-3.17 7.7 14.06 10.2 8.2 15.9" fill="#f29100"/>
+ <path id="interpolate-f16-zh_TW.svgpath14141" d="m130.16 1623.8c-5.74 5.5-6.72-10.4-13.64-6.1-7.06 4.3 2.17 15.2-6.19 16.2-8.19 1 2.96-13.3-5.13-14.4-8.248-1.1-7.34 13.9-15.152 10.9-7.66-3 8.696-11 3.123-17h-0.001c-5.683-6.2-11.905 10.9-16.215 3.7h-0.001c-4.226-7 10.67-4.9 9.502-12.8-1.191-8.1-16.101-0.4-15.387-8.5 0.701-8 15.359 5.3 18.971-2h0.001c3.682-7.5-13.324-9-8.196-15.2h0.001c5.029-6 8.95 8.8 16.039 4.6h0.001c7.224-4.4-5.187-14.3 2.794-16.2 7.83-1.8 0.35 15 8.33 15.9h0.01c8.14 0.9 5.41-16.2 12.76-12.8 7.2 3.4-6.93 12.4-1.6 18.5 5.43 6.1 10.7-11.2 14.87-4.1 4.09 7-10.57 6.2-9.32 14.4 1.28 8.3 17.02 0.4 15.39 8.6-1.6 8-16.05-7.2-19.15 0.4-3.17 7.7 14.05 10.2 8.19 15.9" fill="#f8ae00"/>
</g>
</g>
- <rect id="d0e336" display="none" height="1000px" width="288" y="2159.9" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e336" display="none" height="1e3px" width="288" y="1989.8" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e336"/>
</flowRegion>
<flowDiv xml:space="preserve">插入樣式對路徑的邊框顏色也有作用:</flowDiv>
</flowRoot>
- <g id="interpolate-f17-zh_TW.svgg2850" transform="translate(10, 2186.0080191) translate(-20.688595,-14.421848)">
- <path id="interpolate-f17-zh_TW.svgpath14293" stroke-linejoin="round" style="stroke-dasharray:none;" d="M52.29,44.87c-2.997,2.905-3.507-5.427-7.12-3.192-3.685,2.278,1.132,7.941-3.228,8.469-4.276,0.518,1.544-6.96-2.678-7.53-4.305-0.58-3.831,7.273-7.907,5.691-3.998-1.552,4.538-5.716,1.629-8.871-2.966-3.218-6.213,5.722-8.463,1.961-2.206-3.687,5.568-2.554,4.959-6.685-0.621-4.213-8.403-0.204-8.03-4.444,0.365-4.158,8.015,2.747,9.9-1.063,1.923-3.885-6.953-4.672-4.276-7.897,2.624-3.163,4.67,4.578,8.37,2.364,3.773-2.258-2.706-7.438,1.459-8.426,4.084-0.97,0.183,7.802,4.35,8.285,4.248,0.493,2.824-8.476,6.659-6.672,3.761,1.769-3.613,6.48-0.834,9.63,2.834,3.211,5.588-5.829,7.763-2.101,2.133,3.656-5.515,3.235-4.864,7.502,0.665,4.351,8.879,0.224,8.029,4.487-0.834,4.18-8.372-3.756-9.994,0.203-1.654,4.038,7.333,5.327,4.276,8.289z" stroke="#000" stroke-miterlimit="4" stroke-width="1.50038075" fill="#FC0"/>
- <path id="interpolate-f17-zh_TW.svgpath14295" stroke-linejoin="round" style="stroke-dasharray:none;" d="M277.07,47.107c-3,2.904-3.51-5.427-7.12-3.193-3.69,2.279,1.13,7.942-3.23,8.47-4.28,0.518,1.54-6.96-2.68-7.53-4.3-0.581-3.83,7.272-7.91,5.69-3.99-1.551,4.54-5.716,1.63-8.871-2.96-3.217-6.21,5.723-8.46,1.962-2.21-3.688,5.57-2.554,4.96-6.686-0.62-4.213-8.4-0.204-8.03-4.444,0.36-4.158,8.01,2.748,9.9-1.062,1.92-3.885-6.95-4.673-4.28-7.898,2.63-3.162,4.67,4.579,8.37,2.365,3.78-2.258-2.7-7.438,1.46-8.427,4.09-0.969,0.19,7.803,4.35,8.286,4.25,0.493,2.83-8.477,6.66-6.673,3.76,1.769-3.61,6.481-0.83,9.63,2.83,3.212,5.59-5.828,7.76-2.1,2.13,3.655-5.51,3.234-4.86,7.501,0.66,4.351,8.88,0.225,8.03,4.487-0.84,4.181-8.38-3.756-10,0.204-1.65,4.038,7.33,5.327,4.28,8.289z" stroke="#ededed" stroke-miterlimit="4" stroke-width="1.50038075" fill="#d40000"/>
- <g id="interpolate-f17-zh_TW.svgg14449" transform="matrix(0.5218716,0,0,0.5218716,16.367493,-843.97546)">
- <path id="interpolate-f17-zh_TW.svgpath14451" stroke-linejoin="round" style="stroke-dasharray:none;" d="M130.37,1703.8c-5.75,5.6-6.72-10.4-13.65-6.1-7.06,4.4,2.17,15.2-6.18,16.2-8.2,1,2.95-13.3-5.13-14.4-8.254-1.1-7.346,13.9-15.158,10.9-7.66-3,8.696-11,3.123-17-5.683-6.2-11.906,11-16.216,3.7h-0.001c-4.226-7,10.67-4.8,9.502-12.8-1.191-8-16.101-0.4-15.387-8.5,0.701-7.9,15.359,5.3,18.971-2h0.001c3.682-7.5-13.324-9-8.196-15.1h0.001c5.029-6.1,8.95,8.7,16.039,4.5h0.001c7.23-4.3-5.187-14.3,2.79-16.2,7.83-1.8,0.36,15,8.34,15.9,8.14,1,5.41-16.2,12.76-12.8,7.21,3.4-6.92,12.4-1.6,18.5,5.43,6.1,10.71-11.2,14.88-4,4.08,7-10.57,6.2-9.32,14.3,1.27,8.4,17.01,0.5,15.38,8.6-1.6,8-16.04-7.2-19.15,0.4-3.17,7.8,14.05,10.2,8.2,15.9" stroke="#212121" stroke-miterlimit="4" stroke-width="2.875" fill="#f8ae00"/>
- <path id="interpolate-f17-zh_TW.svgpath14453" stroke-linejoin="round" style="stroke-dasharray:none;" d="M191.9,1704.4c-5.75,5.6-6.72-10.4-13.65-6.1-7.06,4.4,2.17,15.2-6.18,16.2-8.2,1,2.96-13.3-5.13-14.4-8.25-1.1-7.35,13.9-15.16,10.9-7.66-3,8.7-11,3.13-17-5.69-6.2-11.91,11-16.22,3.8-4.23-7.1,10.67-4.9,9.5-12.9-1.19-8-16.1-0.3-15.39-8.5,0.7-7.9,15.36,5.3,18.97-2h0.01c3.68-7.4-13.33-9-8.2-15.1,5.03-6.1,8.95,8.7,16.04,4.5,7.23-4.3-5.19-14.3,2.79-16.2,7.83-1.8,0.36,15,8.34,15.9,8.14,1,5.41-16.2,12.76-12.8,7.21,3.4-6.92,12.5-1.6,18.5,5.43,6.1,10.71-11.2,14.88-4,4.08,7-10.57,6.2-9.32,14.3,1.27,8.4,17.01,0.5,15.38,8.6-1.6,8-16.04-7.2-19.15,0.4-3.17,7.8,14.05,10.2,8.2,15.9" stroke="#434343" stroke-miterlimit="4" stroke-width="2.875" fill="#f29100"/>
- <path id="interpolate-f17-zh_TW.svgpath14455" stroke-linejoin="round" style="stroke-dasharray:none;" d="M253.43,1705c-5.75,5.6-6.72-10.4-13.65-6.1-7.06,4.4,2.17,15.2-6.18,16.2-8.2,1,2.96-13.3-5.13-14.4-8.25-1.1-7.34,13.9-15.16,10.9-7.66-3,8.7-10.9,3.13-17-5.69-6.2-11.91,11-16.22,3.8-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.6,0.7-7.9,15.36,5.3,18.98-2,3.68-7.4-13.33-8.9-8.2-15.1,5.03-6.1,8.95,8.8,16.04,4.5,7.23-4.3-5.19-14.2,2.79-16.1h0.01c7.82-1.9,0.35,14.9,8.33,15.8,8.14,1,5.41-16.2,12.76-12.7,7.21,3.3-6.92,12.4-1.6,18.4,5.43,6.2,10.71-11.2,14.88-4,4.08,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.6,8-16.04-7.2-19.15,0.3-3.17,7.8,14.05,10.2,8.2,15.9" stroke="#656565" stroke-miterlimit="4" stroke-width="2.875" fill="#ec7400"/>
- <path id="interpolate-f17-zh_TW.svgpath14457" stroke-linejoin="round" style="stroke-dasharray:none;" d="M314.96,1705.6c-5.75,5.6-6.72-10.4-13.65-6.1-7.06,4.4,2.17,15.2-6.18,16.2-8.19,1,2.96-13.3-5.13-14.4-8.25-1.1-7.34,14-15.16,10.9-7.66-2.9,8.7-10.9,3.13-17-5.69-6.1-11.91,11-16.22,3.8-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5,0.71-8,15.36,5.2,18.98-2.1,3.68-7.4-13.33-8.9-8.2-15.1,5.03-6.1,8.95,8.8,16.04,4.5,7.23-4.3-5.19-14.2,2.8-16.1,7.82-1.9,0.35,14.9,8.33,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.21,3.4-6.92,12.4-1.6,18.4,5.43,6.2,10.71-11.2,14.88-4,4.08,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.59,8-16.04-7.2-19.15,0.4-3.17,7.7,14.05,10.2,8.2,15.8" stroke="#878787" stroke-miterlimit="4" stroke-width="2.875" fill="#e65700"/>
- <path id="interpolate-f17-zh_TW.svgpath14459" stroke-linejoin="round" style="stroke-dasharray:none;" d="M376.49,1706.2c-5.75,5.6-6.72-10.3-13.65-6.1-7.06,4.4,2.17,15.2-6.18,16.3-8.19,1,2.96-13.4-5.13-14.5-8.25-1.1-7.34,14-15.16,10.9-7.66-2.9,8.7-10.9,3.13-17-5.69-6.1-11.91,11-16.22,3.8-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.38-8.5,0.7-8,15.35,5.2,18.97-2.1,3.68-7.4-13.33-8.9-8.2-15.1,5.03-6.1,8.95,8.8,16.04,4.5,7.23-4.3-5.18-14.2,2.8-16.1,7.82-1.9,0.35,14.9,8.33,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.21,3.4-6.92,12.4-1.6,18.4,5.44,6.2,10.71-11.1,14.88-4,4.09,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.59,8-16.04-7.2-19.15,0.4-3.17,7.7,14.06,10.2,8.2,15.8" stroke="#a9a9a9" stroke-miterlimit="4" stroke-width="2.875" fill="#e03a00"/>
- <path id="interpolate-f17-zh_TW.svgpath14461" stroke-linejoin="round" style="stroke-dasharray:none;" d="M438.02,1706.9c-5.75,5.5-6.72-10.4-13.65-6.2-7.06,4.4,2.17,15.3-6.18,16.3-8.19,1,2.96-13.4-5.13-14.5-8.25-1.1-7.34,14-15.15,10.9h-0.01c-7.65-2.9,8.7-10.9,3.13-16.9-5.69-6.2-11.91,10.9-16.22,3.7-4.23-7.1,10.67-4.9,9.5-12.8-1.19-8.1-16.1-0.4-15.38-8.5,0.7-8,15.35,5.2,18.97-2.1,3.68-7.4-13.33-8.9-8.2-15.1,5.03-6,8.95,8.8,16.04,4.5,7.23-4.3-5.18-14.2,2.8-16.1,7.82-1.9,0.35,14.9,8.33,15.9,8.14,0.9,5.41-16.3,12.76-12.8,7.21,3.4-6.92,12.4-1.59,18.4,5.43,6.2,10.7-11.1,14.87-4,4.09,7-10.57,6.2-9.32,14.4,1.27,8.3,17.01,0.4,15.38,8.6-1.59,8-16.04-7.2-19.15,0.4-3.17,7.7,14.06,10.2,8.2,15.9" stroke="#cbcbcb" stroke-miterlimit="4" stroke-width="2.875" fill="#da1d00"/>
+ <g id="interpolate-f17-zh_TW.svgg2850" stroke-linejoin="round" transform="translate(-10.689 2001.1)">
+ <path id="interpolate-f17-zh_TW.svgpath14293" d="m52.29 44.87c-2.997 2.905-3.507-5.427-7.12-3.192-3.685 2.278 1.132 7.941-3.228 8.469-4.276 0.518 1.544-6.96-2.678-7.53-4.305-0.58-3.831 7.273-7.907 5.691-3.998-1.552 4.538-5.716 1.629-8.871-2.966-3.218-6.213 5.722-8.463 1.961-2.206-3.687 5.568-2.554 4.959-6.685-0.621-4.213-8.403-0.204-8.03-4.444 0.365-4.158 8.015 2.747 9.9-1.063 1.923-3.885-6.953-4.672-4.276-7.897 2.624-3.163 4.67 4.578 8.37 2.364 3.773-2.258-2.706-7.438 1.459-8.426 4.084-0.97 0.183 7.802 4.35 8.285 4.248 0.493 2.824-8.476 6.659-6.672 3.761 1.769-3.613 6.48-0.834 9.63 2.834 3.211 5.588-5.829 7.763-2.101 2.133 3.656-5.515 3.235-4.864 7.502 0.665 4.351 8.879 0.224 8.029 4.487-0.834 4.18-8.372-3.756-9.994 0.203-1.654 4.038 7.333 5.327 4.276 8.289z" stroke="#000" stroke-width="1.5004" fill="#fc0"/>
+ <path id="interpolate-f17-zh_TW.svgpath14295" d="m277.07 47.107c-3 2.904-3.51-5.427-7.12-3.193-3.69 2.279 1.13 7.942-3.23 8.47-4.28 0.518 1.54-6.96-2.68-7.53-4.3-0.581-3.83 7.272-7.91 5.69-3.99-1.551 4.54-5.716 1.63-8.871-2.96-3.217-6.21 5.723-8.46 1.962-2.21-3.688 5.57-2.554 4.96-6.686-0.62-4.213-8.4-0.204-8.03-4.444 0.36-4.158 8.01 2.748 9.9-1.062 1.92-3.885-6.95-4.673-4.28-7.898 2.63-3.162 4.67 4.579 8.37 2.365 3.78-2.258-2.7-7.438 1.46-8.427 4.09-0.969 0.19 7.803 4.35 8.286 4.25 0.493 2.83-8.477 6.66-6.673 3.76 1.769-3.61 6.481-0.83 9.63 2.83 3.212 5.59-5.828 7.76-2.1 2.13 3.655-5.51 3.234-4.86 7.501 0.66 4.351 8.88 0.225 8.03 4.487-0.84 4.181-8.38-3.756-10 0.204-1.65 4.038 7.33 5.327 4.28 8.289z" stroke="#ededed" stroke-width="1.5004" fill="#d40000"/>
+ <g id="interpolate-f17-zh_TW.svgg14449" transform="matrix(.52187 0 0 .52187 16.367 -843.98)" stroke-width="2.875">
+ <path id="interpolate-f17-zh_TW.svgpath14451" d="m130.37 1703.8c-5.75 5.6-6.72-10.4-13.65-6.1-7.06 4.4 2.17 15.2-6.18 16.2-8.2 1 2.95-13.3-5.13-14.4-8.254-1.1-7.346 13.9-15.158 10.9-7.66-3 8.696-11 3.123-17-5.683-6.2-11.906 11-16.216 3.7h-0.001c-4.226-7 10.67-4.8 9.502-12.8-1.191-8-16.101-0.4-15.387-8.5 0.701-7.9 15.359 5.3 18.971-2h0.001c3.682-7.5-13.324-9-8.196-15.1h0.001c5.029-6.1 8.95 8.7 16.039 4.5h0.001c7.23-4.3-5.187-14.3 2.79-16.2 7.83-1.8 0.36 15 8.34 15.9 8.14 1 5.41-16.2 12.76-12.8 7.21 3.4-6.92 12.4-1.6 18.5 5.43 6.1 10.71-11.2 14.88-4 4.08 7-10.57 6.2-9.32 14.3 1.27 8.4 17.01 0.5 15.38 8.6-1.6 8-16.04-7.2-19.15 0.4-3.17 7.8 14.05 10.2 8.2 15.9" stroke="#212121" fill="#f8ae00"/>
+ <path id="interpolate-f17-zh_TW.svgpath14453" d="m191.9 1704.4c-5.75 5.6-6.72-10.4-13.65-6.1-7.06 4.4 2.17 15.2-6.18 16.2-8.2 1 2.96-13.3-5.13-14.4-8.25-1.1-7.35 13.9-15.16 10.9-7.66-3 8.7-11 3.13-17-5.69-6.2-11.91 11-16.22 3.8-4.23-7.1 10.67-4.9 9.5-12.9-1.19-8-16.1-0.3-15.39-8.5 0.7-7.9 15.36 5.3 18.97-2h0.01c3.68-7.4-13.33-9-8.2-15.1 5.03-6.1 8.95 8.7 16.04 4.5 7.23-4.3-5.19-14.3 2.79-16.2 7.83-1.8 0.36 15 8.34 15.9 8.14 1 5.41-16.2 12.76-12.8 7.21 3.4-6.92 12.5-1.6 18.5 5.43 6.1 10.71-11.2 14.88-4 4.08 7-10.57 6.2-9.32 14.3 1.27 8.4 17.01 0.5 15.38 8.6-1.6 8-16.04-7.2-19.15 0.4-3.17 7.8 14.05 10.2 8.2 15.9" stroke="#434343" fill="#f29100"/>
+ <path id="interpolate-f17-zh_TW.svgpath14455" d="m253.43 1705c-5.75 5.6-6.72-10.4-13.65-6.1-7.06 4.4 2.17 15.2-6.18 16.2-8.2 1 2.96-13.3-5.13-14.4-8.25-1.1-7.34 13.9-15.16 10.9-7.66-3 8.7-10.9 3.13-17-5.69-6.2-11.91 11-16.22 3.8-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.6 0.7-7.9 15.36 5.3 18.98-2 3.68-7.4-13.33-8.9-8.2-15.1 5.03-6.1 8.95 8.8 16.04 4.5 7.23-4.3-5.19-14.2 2.79-16.1h0.01c7.82-1.9 0.35 14.9 8.33 15.8 8.14 1 5.41-16.2 12.76-12.7 7.21 3.3-6.92 12.4-1.6 18.4 5.43 6.2 10.71-11.2 14.88-4 4.08 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.6 8-16.04-7.2-19.15 0.3-3.17 7.8 14.05 10.2 8.2 15.9" stroke="#656565" fill="#ec7400"/>
+ <path id="interpolate-f17-zh_TW.svgpath14457" d="m314.96 1705.6c-5.75 5.6-6.72-10.4-13.65-6.1-7.06 4.4 2.17 15.2-6.18 16.2-8.19 1 2.96-13.3-5.13-14.4-8.25-1.1-7.34 14-15.16 10.9-7.66-2.9 8.7-10.9 3.13-17-5.69-6.1-11.91 11-16.22 3.8-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.39-8.5 0.71-8 15.36 5.2 18.98-2.1 3.68-7.4-13.33-8.9-8.2-15.1 5.03-6.1 8.95 8.8 16.04 4.5 7.23-4.3-5.19-14.2 2.8-16.1 7.82-1.9 0.35 14.9 8.33 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.21 3.4-6.92 12.4-1.6 18.4 5.43 6.2 10.71-11.2 14.88-4 4.08 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.59 8-16.04-7.2-19.15 0.4-3.17 7.7 14.05 10.2 8.2 15.8" stroke="#878787" fill="#e65700"/>
+ <path id="interpolate-f17-zh_TW.svgpath14459" d="m376.49 1706.2c-5.75 5.6-6.72-10.3-13.65-6.1-7.06 4.4 2.17 15.2-6.18 16.3-8.19 1 2.96-13.4-5.13-14.5-8.25-1.1-7.34 14-15.16 10.9-7.66-2.9 8.7-10.9 3.13-17-5.69-6.1-11.91 11-16.22 3.8-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.38-8.5 0.7-8 15.35 5.2 18.97-2.1 3.68-7.4-13.33-8.9-8.2-15.1 5.03-6.1 8.95 8.8 16.04 4.5 7.23-4.3-5.18-14.2 2.8-16.1 7.82-1.9 0.35 14.9 8.33 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.21 3.4-6.92 12.4-1.6 18.4 5.44 6.2 10.71-11.1 14.88-4 4.09 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.59 8-16.04-7.2-19.15 0.4-3.17 7.7 14.06 10.2 8.2 15.8" stroke="#a9a9a9" fill="#e03a00"/>
+ <path id="interpolate-f17-zh_TW.svgpath14461" d="m438.02 1706.9c-5.75 5.5-6.72-10.4-13.65-6.2-7.06 4.4 2.17 15.3-6.18 16.3-8.19 1 2.96-13.4-5.13-14.5-8.25-1.1-7.34 14-15.15 10.9h-0.01c-7.65-2.9 8.7-10.9 3.13-16.9-5.69-6.2-11.91 10.9-16.22 3.7-4.23-7.1 10.67-4.9 9.5-12.8-1.19-8.1-16.1-0.4-15.38-8.5 0.7-8 15.35 5.2 18.97-2.1 3.68-7.4-13.33-8.9-8.2-15.1 5.03-6 8.95 8.8 16.04 4.5 7.23-4.3-5.18-14.2 2.8-16.1 7.82-1.9 0.35 14.9 8.33 15.9 8.14 0.9 5.41-16.3 12.76-12.8 7.21 3.4-6.92 12.4-1.59 18.4 5.43 6.2 10.7-11.1 14.87-4 4.09 7-10.57 6.2-9.32 14.4 1.27 8.3 17.01 0.4 15.38 8.6-1.59 8-16.04-7.2-19.15 0.4-3.17 7.7 14.06 10.2 8.2 15.9" stroke="#cbcbcb" fill="#da1d00"/>
</g>
</g>
- <rect id="d0e349" display="none" height="1000px" width="288" y="2236.7" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e349" display="none" height="1e3px" width="288" y="2066.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e349"/>
</flowRegion>
<flowDiv xml:space="preserve">當然,起點和終點的路徑不一定要相同:</flowDiv>
</flowRoot>
- <g id="interpolate-f18-zh_TW.svgg2826" transform="translate(10, 2262.8317656000004) translate(-20.83931,-14.710899)">
- <path id="interpolate-f18-zh_TW.svgpath7836" fill="#FC0" d="M52.441,44.409c-2.997,2.905-3.507-5.427-7.12-3.192-3.685,2.278,1.132,7.941-3.228,8.469-4.276,0.518,1.544-6.96-2.678-7.53-4.305-0.581-3.831,7.273-7.908,5.691-3.998-1.552,4.538-5.716,1.63-8.871-2.966-3.218-6.213,5.722-8.463,1.961-2.206-3.687,5.568-2.554,4.959-6.685-0.622-4.213-8.403-0.204-8.031-4.444,0.366-4.158,8.016,2.747,9.901-1.063,1.923-3.885-6.953-4.672-4.277-7.897,2.625-3.163,4.671,4.578,8.371,2.364,3.773-2.258-2.707-7.438,1.458-8.426,4.085-0.97,0.184,7.802,4.35,8.285,4.249,0.493,2.825-8.476,6.66-6.672,3.761,1.769-3.613,6.48-0.834,9.63,2.834,3.211,5.587-5.829,7.762-2.101,2.133,3.656-5.515,3.235-4.863,7.502,0.665,4.351,8.878,0.224,8.029,4.487-0.834,4.18-8.373-3.756-9.995,0.203-1.654,4.038,7.334,5.327,4.277,8.289z"/>
- <path id="interpolate-f18-zh_TW.svgrect7838" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#d40000" d="M255.17,22.167h1.52,1.51,1.52,1.51,1.52,1.52,1.51,1.52,1.51,1.52,1.51,1.52,1.51,1.52,1.52,1.51v1.515,1.516,1.516,1.515,1.516,1.516,1.515,1.516,1.515,1.516,1.516,1.515,1.516,1.515,1.516,1.516h-1.51-1.52-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.52-1.51-1.52-1.51-1.52v-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516-1.516-1.515z"/>
- <g id="interpolate-f18-zh_TW.svgg8948" transform="matrix(0.5218716,0,0,0.5218716,16.890973,-819.61038)">
- <path id="interpolate-f18-zh_TW.svgpath8950" fill="#da1d00" d="M401.09,1619.1c-0.31,0.3,1.96,0.1,1.76-0.1-0.17-0.2,2.16-0.5,1.96-0.7-0.18-0.2,1.05-0.3,1.45-0.1,0.17,0,0.28,0.1,0.25,0.1-0.26,0.2,2.17,0.5,2.18,0.8,0,0.3,2.56,0.6,2.55,0.9,0,0.3,2.09,0.5,1.93,0.5h0.02c-0.44,0.1,2.01-0.2,2.06-0.5,0.03-0.3,2.62-0.6,2.64-0.9s2.1-0.6,2.01-0.6h0.02c-0.35-0.1,1.91,0.1,1.72,0.3-0.17,0.2,2.18,0.5,2.04,0.8-0.17,0.3,2.12,0.5,1.82,0.5-0.08,0,0.17,0,0.5-0.1,0.44-0.1,1.39-0.2,1.45-0.4,0.08-0.3,2.78-0.5,2.99-0.8,0.19-0.2,2.86-0.5,2.88-0.7,0.01-0.2,0.69-0.4,1.23-0.5,0.46-0.1,0.87-0.2,0.76-0.2-0.26,0-0.51,2.7-0.77,2.9-0.23,0.2-0.47,2.9-0.68,3-0.2,0.1-0.38,1.2-0.54,1.6-0.05,0.3-0.08,0.6-0.09,0.5-0.08-0.3,0.19,2,0.51,1.9,0.27-0.2,0.58,2.2,0.77,2,0.13-0.1,0.21,0.7,0.17,1.2-0.02,0.3-0.05,0.6-0.09,0.5-0.15-0.3-0.45,2.2-0.78,2.1-0.3,0-0.63,2.5-0.88,2.5-0.29-0.1-0.48,1.5-0.45,1.7,0,0.1,0.01,0.1,0.01,0.1,0.06-0.3,0.35,2.2,0.71,2.3,0.26,0,0.56,2.6,0.85,2.7,0.32,0.1,0.63,2.6,0.87,2.5,0.11,0,0.2,0.4,0.27,0.9,0.09,0.5,0.09,1,0.04,0.9-0.08-0.3-0.34,2-0.61,1.9-0.28-0.2-0.56,2.1-0.68,1.9-0.09-0.2-0.09,0.5,0.08,1.1,0.09,0.3,0.17,0.7,0.25,0.7,0.25-0.1-2,0.1-1.74,0.4,0.22,0.2-2.04,0.4-1.79,0.5,0.18,0-0.62,0-1.13-0.1-0.34,0-0.61-0.1-0.56-0.2,0.19-0.2-2.35-0.5-2.44-0.8-0.1-0.3-2.74-0.6-2.74-0.9-0.01-0.2-1.03-0.3-1.46-0.4h-0.41c0.28,0-2.16,0.3-2.14,0.7,0.02,0.3-2.48,0.6-2.43,0.9s-2.32,0.6-2,0.7h-0.11c-0.25,0-1.78-0.2-1.64-0.4s-2.25-0.5-2.16-0.8c0.12-0.4-2.24-0.7-2-0.7h-0.63c-0.48,0.2-1.23,0.3-1.23,0.5s-2.65,0.5-2.82,0.8c-0.16,0.2-2.8,0.5-2.85,0.8-0.03,0.2-1.1,0.4-1.67,0.6-0.32,0-0.53,0.1-0.48,0.1,0.27,0.2,0.52-2.5,0.77-2.8,0.22-0.2,0.44-2.9,0.64-3.1,0.19-0.1,0.37-1.2,0.54-1.6,0.05-0.3,0.07-0.5,0.09-0.5,0.08,0.4-0.16-1.9-0.46-1.8-0.24,0.2-0.53-2.2-0.73-2-0.17,0.2-0.27-1-0.23-1.4,0.01-0.2,0.02-0.3,0.03-0.2,0.1,0.3,0.38-2.1,0.7-2.1,0.28,0.1,0.61-2.4,0.88-2.4,0.36,0,0.63-2.4,0.6-2,0,0,0-0.1-0.01-0.2-0.07-0.4-0.29-1.8-0.59-1.9-0.24,0-0.53-2.7-0.82-2.8-0.3-0.1-0.6-2.7-0.84-2.7-0.22,0-0.39-1-0.49-1.5-0.03-0.3-0.05-0.5-0.05-0.5-0.01,0.3,0.19-1.9,0.44-1.7,0.23,0.2,0.51-2.1,0.71-2,0.25,0.3,0.37-2,0.07-1.7"/>
- <path id="interpolate-f18-zh_TW.svgpath8952" fill="#e03a00" d="M345.6,1625.2c-0.63,0.6,1.01,0.3,0.61-0.2-0.34-0.5,1.42-1.1,1.02-1.5-0.36-0.3,0.4-0.4,0.4-0.1,0.1,0.1,0.15,0.1,0.09,0.2-0.51,0.4,1.44,1,1.45,1.6s2.23,1.2,2.21,1.7c-0.02,0.6,1.6,1.1,0.98,1.2-0.87,0.1,1.11-0.5,1.21-1.2,0.08-0.5,2.34-1.1,2.38-1.7s1.68-1.2,1.16-1.3c-0.69,0,0.92,0.3,0.55,0.7-0.35,0.5,1.45,1.1,1.16,1.6-0.34,0.5,1.35,1,0.74,1-0.16,0-0.06-0.1,0.11-0.1,0.03-0.3,0.76-0.6,0.89-1,0.15-0.4,2.66-0.9,3.07-1.4,0.38-0.5,2.81-1.1,2.85-1.6,0.02-0.3,0.54-0.6,0.83-0.9,0.26-0.2,0.47-0.4,0.25-0.4-0.51-0.1-1.03,2.4-1.53,2.9-0.47,0.4-0.94,3-1.37,3.2-0.39,0.1-0.75,1-1.07,1-0.1,0.2-0.16,0.3-0.19,0.2-0.16-0.7,0.38,1.1,1.03,0.8,0.54-0.2,1.15,1.6,1.53,1.2,0.27-0.3,0.42,0.2,0.34,0.3-0.03,0.2-0.09,0.3-0.17,0.2-0.3-0.5-0.9,1.4-1.56,1.4-0.6-0.1-1.26,2-1.77,1.9-0.57-0.1-0.96,1.1-0.89,0.8,0,0,0.01,0.1,0.01,0,0.13-0.7,0.7,1.4,1.43,1.6,0.52,0.1,1.11,2.4,1.69,2.6,0.65,0.2,1.27,2.3,1.73,2.1,0.23-0.1,0.42,0.2,0.56,0.4,0.17,0.2,0.18,0.5,0.08,0.2-0.18-0.5-0.69,1.2-1.23,0.9-0.55-0.4-1.12,1.3-1.36,0.9-0.18-0.3-0.17,0.1,0.16,0.3,0.18,0.2,0.34,0.4,0.51,0.4,0.5-0.2-1.09,0.3-0.58,0.8,0.43,0.4-1.18,0.8-0.67,1,0.36,0.1-0.08,0.1-0.26-0.1-0.18-0.1-0.33-0.3-0.22-0.4,0.38-0.5-1.79-1.1-1.99-1.7-0.19-0.6-2.56-1.2-2.57-1.7-0.02-0.4-0.76-0.7-0.75-0.9h-0.08c0.55,0.1-1.41,0.7-1.37,1.5,0.03,0.6-2.06,1.2-1.97,1.7,0.1,0.7-1.72,1.2-1.08,1.4h-0.02c0.17,0.1-0.87-0.3-0.58-0.8,0.28-0.4-1.61-1-1.42-1.6,0.24-0.7-1.58-1.3-1.09-1.4,0.18,0,0.02,0-0.15,0.1-0.14,0.2-0.66,0.5-0.67,0.9,0,0.4-2.41,1-2.75,1.6-0.3,0.5-2.68,1.1-2.77,1.6-0.08,0.4-0.93,0.8-1.21,1.2-0.19,0.1-0.31,0.2-0.19,0.3,0.52,0.3,1.04-2.2,1.54-2.7,0.44-0.4,0.87-3,1.28-3.3,0.38-0.2,0.74-1.1,1.08-1.1,0.08-0.2,0.14-0.3,0.17-0.2,0.16,0.7-0.31-1-0.92-0.7-0.49,0.3-1.07-1.5-1.47-1.1-0.33,0.4-0.54-0.4-0.45-0.4,0.02-0.1,0.04-0.1,0.06,0,0.21,0.6,0.75-1.3,1.4-1.2,0.57,0.1,1.22-2,1.76-2,0.72,0.1,1.26-1.8,1.21-1.1-0.01,0.1-0.02,0.1-0.03,0-0.14,0.1-0.58-1.1-1.17-1.2-0.49-0.1-1.07-2.5-1.65-2.7-0.6-0.3-1.2-2.6-1.69-2.6-0.42,0-0.77-0.7-0.96-0.8-0.08-0.2-0.11-0.3-0.12-0.1,0,0.6,0.39-1.1,0.89-0.6,0.47,0.3,1.02-1.4,1.41-1,0.51,0.4,0.75-1.2,0.16-0.6"/>
- <path id="interpolate-f18-zh_TW.svgpath8954" fill="#e65700" d="M290.1,1631.3c-0.94,0.9,0.07,0.4-0.53-0.4-0.5-0.6,0.68-1.5,0.08-2.1-0.55-0.5-0.24-0.7-0.65-0.2,0.03,0.1,0.02,0.2-0.08,0.3-0.76,0.6,0.72,1.4,0.74,2.3,0.01,1,1.88,1.9,1.85,2.7-0.02,0.9,1.12,1.5,0.04,1.7h-0.01c-1.31,0.1,0.21-0.6,0.36-1.7,0.12-0.8,2.06-1.8,2.11-2.6,0.06-1,1.26-1.7,0.31-1.9h-0.01c-1.05-0.1-0.08,0.4-0.64,1.1-0.53,0.6,0.73,1.5,0.29,2.2-0.51,0.9,0.57,1.6-0.34,1.6-0.24,0-0.28-0.1-0.29-0.2-0.37-0.3,0.14-0.8,0.34-1.4,0.22-0.6,2.54-1.4,3.14-2.2,0.58-0.8,2.78-1.6,2.83-2.3,0.04-0.5,0.39-1,0.44-1.4s0.07-0.5-0.26-0.6c-0.77-0.1-1.55,2.2-2.3,2.9-0.71,0.6-1.41,3-2.06,3.3-0.58,0.2-1.12,0.9-1.61,0.5-0.14,0.1-0.23,0-0.28-0.2-0.24-0.9,0.57,0.3,1.55-0.1,0.8-0.4,1.72,0.9,2.29,0.3,0.4-0.4,0.62-0.3,0.51-0.5-0.04,0-0.13-0.1-0.25-0.3-0.45-0.7-1.35,0.7-2.34,0.7-0.91-0.1-1.89,1.6-2.65,1.5-0.86-0.2-1.45,0.5-1.35-0.2,0.01,0,0.01,0,0.03-0.1,0.18-1,1.04,0.6,2.14,0.9,0.77,0.2,1.67,2.2,2.53,2.4,0.97,0.3,1.91,2.1,2.6,1.8,0.34-0.1,0.63,0,0.83,0,0.27-0.1,0.28-0.1,0.13-0.5-0.27-0.8-1.04,0.3-1.85-0.2-0.82-0.6-1.68,0.6-2.04,0-0.26-0.5-0.25-0.4,0.25-0.5,0.26,0,0.51,0.1,0.76,0,0.75-0.3-0.19,0.4,0.58,1.1,0.65,0.7-0.33,1.4,0.45,1.6,0.54,0.2,0.46,0.2,0.61-0.2-0.02-0.1-0.04-0.3,0.11-0.5,0.58-0.7-1.23-1.6-1.52-2.5-0.29-1-2.39-1.9-2.41-2.6-0.03-0.6-0.49-1.1-0.04-1.3,0.02-0.1,0.06-0.1,0.25-0.1,0.82,0.2-0.66,1.1-0.6,2.2,0.04,0.9-1.64,1.9-1.51,2.7,0.16,1-1.12,1.8-0.16,2h0.07c0.59,0.1,0.04-0.4,0.48-1.1,0.43-0.7-0.96-1.6-0.68-2.5,0.36-1-0.92-1.9-0.19-2.1,0.28,0,0.3,0,0.35,0.2,0.2,0.3-0.11,0.7-0.12,1.2,0,0.7-2.16,1.6-2.67,2.5-0.45,0.8-2.58,1.6-2.71,2.4-0.11,0.6-0.75,1.3-0.74,1.8-0.07,0.2-0.08,0.4,0.1,0.5,0.78,0.4,1.55-1.8,2.3-2.6,0.66-0.6,1.31-3.1,1.92-3.5,0.57-0.3,1.11-1,1.62-0.7,0.13,0,0.22,0,0.26,0.2,0.24,1-0.47-0.1-1.37,0.4-0.74,0.4-1.61-0.8-2.21-0.2-0.5,0.5-0.81,0.2-0.68,0.7,0.03-0.1,0.06,0,0.1,0.1,0.3,0.9,1.12-0.4,2.08-0.3,0.86,0.1,1.84-1.6,2.65-1.5,1.08,0.1,1.89-1.3,1.81-0.2,0,0.1-0.02,0.1-0.04,0.1-0.2,0.6-0.88-0.3-1.76-0.5-0.73-0.2-1.6-2.2-2.47-2.6-0.9-0.4-1.79-2.4-2.53-2.4-0.64-0.1-1.16-0.5-1.45-0.3-0.11,0-0.16,0.1-0.17,0.3-0.01,0.9,0.59-0.1,1.34,0.5,0.69,0.6,1.52-0.5,2.11,0,0.77,0.7,1.12-0.3,0.23,0.6"/>
- <path id="interpolate-f18-zh_TW.svgpath8956" fill="#ec7400" d="M234.61,1637.4c-1.26,1.2-0.88,0.6-1.68-0.5-0.67-0.9-0.06-2.1-0.86-2.8-0.74-0.7-0.88-1-1.7-0.2-0.05,0-0.11,0.1-0.24,0.2-1.02,0.9-0.01,2,0.01,3.2s1.54,2.5,1.51,3.6c-0.04,1.1,0.62,2-0.92,2.2h-0.02c-1.74,0.2-0.68-0.8-0.48-2.2,0.15-1.1,1.78-2.4,1.85-3.5,0.08-1.3,0.83-2.3-0.55-2.5h-0.03c-1.39-0.2-1.08,0.4-1.82,1.4-0.7,0.9,0.01,2-0.58,3-0.68,1.2-0.21,2.1-1.42,2-0.32,0-0.5,0-0.68-0.2-0.78-0.4-0.49-1.1-0.22-1.8,0.3-0.9,2.42-1.9,3.22-3,0.78-1,2.73-2.1,2.81-3.1,0.04-0.6,0.23-1.2,0.03-1.8-0.15-0.5-0.33-0.7-0.77-0.8-1.02-0.1-2.06,1.9-3.06,2.8-0.95,0.9-1.88,3.1-2.74,3.5-0.78,0.3-1.5,0.8-2.15,0.1-0.19-0.2-0.32-0.3-0.38-0.6-0.31-1.2,0.76-0.6,2.07-1.2,1.07-0.5,2.3,0.3,3.05-0.5,0.53-0.5,0.83-0.7,0.69-1.4-0.06-0.2-0.18-0.3-0.35-0.6-0.59-1-1.8,0-3.12-0.1-1.21-0.1-2.51,1.2-3.53,1-1.14-0.2-1.93,0.1-1.8-1.1,0.01-0.1,0.02-0.1,0.04-0.2,0.25-1.4,1.39-0.2,2.86,0.2,1.03,0.3,2.22,2,3.38,2.3,1.29,0.4,2.53,1.8,3.46,1.4,0.46-0.2,0.84-0.3,1.11-0.5,0.35-0.4,0.37-0.7,0.17-1.2-0.36-1-1.39-0.5-2.47-1.2-1.1-0.8-2.24-0.2-2.71-1-0.36-0.6-0.34-0.8,0.32-1.3,0.35-0.2,0.68-0.2,1.01-0.3,1.01-0.3,0.72,0.5,1.75,1.5,0.86,0.9,0.53,1.8,1.57,2.1,0.71,0.3,0.99,0.3,1.49-0.2,0.13-0.3,0.24-0.5,0.44-0.7,0.77-1-0.67-2.2-1.06-3.4s-2.22-2.4-2.25-3.4c-0.03-0.8-0.22-1.5,0.67-1.8,0.16-0.1,0.32-0.1,0.58,0,1.1,0.1,0.09,1.4,0.16,2.9,0.06,1.1-1.21,2.4-1.03,3.5,0.21,1.3-0.54,2.4,0.74,2.7h0.17c1,0.2,0.95-0.5,1.54-1.5,0.57-0.9-0.32-2.1,0.06-3.3,0.48-1.3-0.26-2.5,0.71-2.7,0.37-0.1,0.58-0.1,0.85,0.2,0.53,0.4,0.45,1,0.44,1.6-0.02,1-1.92,2.1-2.6,3.3-0.6,1-2.47,2.1-2.65,3.2-0.15,0.9-0.57,1.7-0.27,2.4,0.05,0.3,0.15,0.5,0.38,0.6,1.05,0.6,2.08-1.4,3.07-2.4,0.89-0.9,1.75-3.2,2.56-3.7,0.76-0.4,1.49-1,2.16-0.2,0.18,0.1,0.29,0.3,0.35,0.5,0.31,1.3-0.63,0.8-1.83,1.5-0.98,0.6-2.15-0.1-2.94,0.7-0.67,0.7-1.09,0.8-0.9,1.7,0.03,0,0.07,0.1,0.12,0.3,0.41,1.2,1.5,0.4,2.78,0.6,1.15,0.2,2.44-1.1,3.53-1.1,1.44,0.2,2.52-0.7,2.42,0.7-0.01,0.2-0.03,0.2-0.06,0.3-0.27,1-1.17,0.5-2.35,0.2-0.97-0.2-2.13-2-3.29-2.5-1.2-0.6-2.39-2.3-3.37-2.3-0.86,0-1.55-0.2-1.94,0.4-0.14,0.1-0.21,0.3-0.22,0.6-0.02,1.2,0.78,0.9,1.78,1.7,0.93,0.8,2.03,0.2,2.81,0.9,1.03,0.9,1.51,0.6,0.32,1.8"/>
- <path id="interpolate-f18-zh_TW.svgpath8958" fill="#f29100" d="M179.11,1643.4c-1.57,1.6-1.82,0.8-2.82-0.5-0.84-1.1-0.81-2.6-1.81-3.5-0.91-0.9-1.52-1.2-2.74-0.3-0.12,0.1-0.24,0.2-0.4,0.3-1.28,1.1-0.74,2.5-0.72,4,0.03,1.5,1.21,3.1,1.16,4.4-0.04,1.5,0.14,2.6-1.86,2.9h-0.04c-2.18,0.2-1.57-1.1-1.32-2.8,0.19-1.4,1.49-3,1.58-4.4,0.1-1.6,0.42-2.9-1.4-3.1-0.01,0-0.03,0-0.05-0.1-1.73-0.2-2.07,0.6-2.99,1.8-0.88,1.1-0.72,2.6-1.45,3.8-0.86,1.4-0.99,2.6-2.51,2.5-0.4,0-0.73-0.1-1.07-0.3-1.19-0.5-1.11-1.3-0.78-2.3,0.37-1,2.29-2.3,3.3-3.6,0.97-1.3,2.69-2.6,2.78-3.9,0.06-0.8,0.08-1.6-0.37-2.3-0.35-0.6-0.72-0.9-1.28-1-1.27-0.1-2.57,1.7-3.82,2.8-1.19,1.1-2.35,3.1-3.43,3.6-0.97,0.5-1.88,0.7-2.69-0.4-0.24-0.3-0.39-0.6-0.47-0.9-0.39-1.6,0.95-1.5,2.58-2.2,1.34-0.6,2.88-0.4,3.83-1.4,0.66-0.7,1.03-1.2,0.85-2.2-0.07-0.4-0.22-0.7-0.43-1-0.74-1.3-2.25-0.8-3.9-0.9-1.51-0.1-3.14,0.8-4.41,0.5-1.44-0.3-2.41-0.4-2.25-2,0.01-0.1,0.02-0.2,0.04-0.3,0.31-1.7,1.74-1,3.58-0.5,1.28,0.3,2.77,1.7,4.22,2.2,1.61,0.4,3.17,1.5,4.33,1,0.57-0.2,1.04-0.5,1.38-1,0.44-0.6,0.47-1.2,0.22-1.9-0.45-1.2-1.74-1.3-3.08-2.2-1.38-0.9-2.81-1-3.4-2-0.44-0.7-0.43-1.3,0.41-2,0.43-0.4,0.85-0.6,1.26-0.7,1.25-0.4,1.62,0.7,2.91,1.9,1.08,1.1,1.39,2.2,2.68,2.7,0.9,0.3,1.54,0.2,2.37-0.4,0.3-0.3,0.52-0.6,0.78-0.9,0.95-1.2-0.12-2.7-0.6-4.2-0.49-1.5-2.05-3-2.09-4.2-0.04-1.1,0.05-1.9,1.37-2.2,0.32-0.1,0.6-0.2,0.92-0.1,1.37,0.2,0.83,1.8,0.93,3.7,0.07,1.4-0.8,3-0.57,4.4,0.26,1.6,0.06,2.9,1.66,3.3h0.25c1.43,0.2,1.87-0.6,2.61-1.8,0.71-1.2,0.33-2.8,0.81-4.1,0.59-1.8,0.39-3.3,1.61-3.5,0.46-0.1,0.85,0,1.34,0.3,0.87,0.5,1,1.2,0.99,2-0.02,1.2-1.67,2.6-2.52,4.1-0.76,1.3-2.36,2.7-2.59,4-0.19,1.1-0.38,2.1,0.2,3.1,0.17,0.3,0.37,0.5,0.67,0.7,1.3,0.7,2.59-1.1,3.84-2.3,1.1-1.1,2.18-3.3,3.2-3.9,0.95-0.6,1.85-0.9,2.69,0.3,0.22,0.3,0.37,0.5,0.45,0.8,0.38,1.6-0.79,1.7-2.3,2.6-1.23,0.7-2.68,0.6-3.67,1.6-0.85,0.8-1.36,1.4-1.13,2.7,0.03,0.2,0.09,0.3,0.15,0.5,0.51,1.6,1.88,1.3,3.48,1.5,1.43,0.2,3.05-0.7,4.42-0.6,1.79,0.1,3.14-0.2,3.01,1.6-0.01,0.1-0.03,0.3-0.07,0.4-0.34,1.5-1.46,1.2-2.93,0.9-1.22-0.3-2.67-1.8-4.12-2.5-1.5-0.6-2.99-2-4.21-2-1.07-0.1-1.94,0-2.42,0.9-0.19,0.3-0.28,0.7-0.28,1.1-0.03,1.4,0.97,1.8,2.22,2.8,1.16,1,2.54,1,3.52,1.8,1.28,1.2,1.88,1.5,0.39,2.9"/>
- <path id="interpolate-f18-zh_TW.svgpath8960" fill="#f8ae00" d="M123.62,1649.5c-1.89,1.9-2.77,1-3.97-0.6-1.01-1.3-1.55-3.2-2.75-4.3-1.1-1-2.16-1.4-3.79-0.3-0.19,0.1-0.38,0.3-0.56,0.4-1.54,1.3-1.47,3-1.44,4.8s0.86,3.7,0.81,5.3c-0.06,1.8-0.35,3.1-2.82,3.4h-0.04c-2.62,0.3-2.48-1.3-2.18-3.4,0.24-1.6,1.22-3.5,1.32-5.2,0.12-1.9,0-3.5-2.25-3.8h-0.06c-2.09-0.2-3.07,0.7-4.18,2.1-1.06,1.4-1.44,3.1-2.321,4.6-1.033,1.7-1.77,3.1-3.594,3-0.478,0-0.946-0.1-1.456-0.3-1.602-0.7-1.741-1.7-1.34-2.8,0.445-1.3,2.172-2.8,3.382-4.4,1.16-1.5,2.64-3.1,2.756-4.7,0.069-0.9-0.082-1.8-0.771-2.7-0.555-0.7-1.126-1.1-1.787-1.1-1.535-0.3-3.087,1.3-4.594,2.7-1.429,1.3-2.818,3.2-4.114,3.7-1.162,0.6-2.249,0.6-3.223-0.9-0.286-0.5-0.47-0.8-0.566-1.2-0.471-1.9,1.137-2.4,3.099-3.3,1.607-0.7,3.451-1,4.588-2.2,0.795-0.8,1.245-1.7,1.024-3.1-0.089-0.5-0.267-1-0.517-1.4-0.891-1.5-2.701-1.5-4.68-1.6-1.813-0.1-3.769,0.4-5.294,0.1-1.721-0.4-2.894-0.9-2.699-3.1,0.013-0.1,0.031-0.2,0.053-0.3,0.371-2.1,2.085-1.7,4.289-1.2,1.545,0.4,3.332,1.5,5.065,2,1.938,0.6,3.809,1.3,5.203,0.7,0.68-0.3,1.247-0.7,1.652-1.4,0.533-1,0.56-1.8,0.259-2.6-0.532-1.5-2.087-2.2-3.696-3.3-1.653-1.1-3.363-1.7-4.076-2.9-0.53-0.9-0.51-1.8,0.488-2.9,0.518-0.5,1.021-0.8,1.518-1,1.505-0.5,2.527,0.8,4.074,2.3,1.293,1.3,2.248,2.7,3.798,3.2,1.078,0.4,2.08,0.3,3.24-0.4,0.46-0.4,0.81-0.7,1.11-1.1,1.15-1.4,0.45-3.2-0.14-5.1-0.58-1.8-1.87-3.6-1.92-5-0.05-1.3,0.33-2.2,2.08-2.7,0.47-0.1,0.87-0.1,1.24-0.1,1.66,0.3,1.59,2.1,1.71,4.4,0.08,1.7-0.38,3.7-0.11,5.3,0.32,2,0.66,3.6,2.57,4h0.35c1.85,0.2,2.78-0.7,3.67-2.2,0.85-1.4,0.97-3.3,1.55-4.9,0.71-2.1,1.06-3.9,2.51-4.2,0.56-0.1,1.13,0,1.84,0.4,1.21,0.6,1.55,1.4,1.54,2.4-0.02,1.4-1.42,3.1-2.44,4.9-0.91,1.6-2.25,3.2-2.53,4.8-0.22,1.3-0.2,2.6,0.67,3.7,0.29,0.4,0.6,0.7,0.95,0.9,1.57,0.8,3.12-0.8,4.61-2.2,1.33-1.3,2.62-3.4,3.84-4.1,1.14-0.7,2.23-0.8,3.24,0.8,0.26,0.4,0.43,0.7,0.53,1.1,0.46,1.9-0.95,2.6-2.75,3.7-1.48,0.8-3.22,1.3-4.41,2.5-1.02,1-1.63,2-1.36,3.7,0.04,0.3,0.11,0.5,0.19,0.7,0.61,1.9,2.25,2.1,4.17,2.4,1.72,0.2,3.66-0.3,5.3-0.1,2.15,0.1,3.77,0.3,3.62,2.4-0.02,0.2-0.05,0.4-0.09,0.6-0.4,1.9-1.75,2-3.52,1.6-1.46-0.4-3.2-1.6-4.94-2.4-1.79-0.7-3.59-1.9-5.05-1.9-1.29,0-2.33,0.3-2.91,1.6-0.22,0.5-0.33,0.9-0.33,1.4-0.03,1.7,1.17,2.7,2.67,4,1.39,1.1,3.04,1.7,4.22,2.8,1.54,1.3,2.25,2.3,0.47,4"/>
+ <g id="interpolate-f18-zh_TW.svgg2826" transform="translate(-10.839 2077.2)">
+ <path id="interpolate-f18-zh_TW.svgpath7836" fill="#fc0" d="m52.441 44.409c-2.997 2.905-3.507-5.427-7.12-3.192-3.685 2.278 1.132 7.941-3.228 8.469-4.276 0.518 1.544-6.96-2.678-7.53-4.305-0.581-3.831 7.273-7.908 5.691-3.998-1.552 4.538-5.716 1.63-8.871-2.966-3.218-6.213 5.722-8.463 1.961-2.206-3.687 5.568-2.554 4.959-6.685-0.622-4.213-8.403-0.204-8.031-4.444 0.366-4.158 8.016 2.747 9.901-1.063 1.923-3.885-6.953-4.672-4.277-7.897 2.625-3.163 4.671 4.578 8.371 2.364 3.773-2.258-2.707-7.438 1.458-8.426 4.085-0.97 0.184 7.802 4.35 8.285 4.249 0.493 2.825-8.476 6.66-6.672 3.761 1.769-3.613 6.48-0.834 9.63 2.834 3.211 5.587-5.829 7.762-2.101 2.133 3.656-5.515 3.235-4.863 7.502 0.665 4.351 8.878 0.224 8.029 4.487-0.834 4.18-8.373-3.756-9.995 0.203-1.654 4.038 7.334 5.327 4.277 8.289z"/>
+ <path id="interpolate-f18-zh_TW.svgrect7838" d="m255.17 22.167h1.52 1.51 1.52 1.51 1.52 1.52 1.51 1.52 1.51 1.52 1.51 1.52 1.51 1.52 1.52 1.51v1.515 1.516 1.516 1.515 1.516 1.516 1.515 1.516 1.515 1.516 1.516 1.515 1.516 1.515 1.516 1.516h-1.51-1.52-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.52-1.51-1.52-1.51-1.52v-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516-1.516-1.515z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#d40000"/>
+ <g id="interpolate-f18-zh_TW.svgg8948" transform="matrix(.52187 0 0 .52187 16.891 -819.61)">
+ <path id="interpolate-f18-zh_TW.svgpath8950" d="m401.09 1619.1c-0.31 0.3 1.96 0.1 1.76-0.1-0.17-0.2 2.16-0.5 1.96-0.7-0.18-0.2 1.05-0.3 1.45-0.1 0.17 0 0.28 0.1 0.25 0.1-0.26 0.2 2.17 0.5 2.18 0.8 0 0.3 2.56 0.6 2.55 0.9 0 0.3 2.09 0.5 1.93 0.5h0.02c-0.44 0.1 2.01-0.2 2.06-0.5 0.03-0.3 2.62-0.6 2.64-0.9s2.1-0.6 2.01-0.6h0.02c-0.35-0.1 1.91 0.1 1.72 0.3-0.17 0.2 2.18 0.5 2.04 0.8-0.17 0.3 2.12 0.5 1.82 0.5-0.08 0 0.17 0 0.5-0.1 0.44-0.1 1.39-0.2 1.45-0.4 0.08-0.3 2.78-0.5 2.99-0.8 0.19-0.2 2.86-0.5 2.88-0.7 0.01-0.2 0.69-0.4 1.23-0.5 0.46-0.1 0.87-0.2 0.76-0.2-0.26 0-0.51 2.7-0.77 2.9-0.23 0.2-0.47 2.9-0.68 3-0.2 0.1-0.38 1.2-0.54 1.6-0.05 0.3-0.08 0.6-0.09 0.5-0.08-0.3 0.19 2 0.51 1.9 0.27-0.2 0.58 2.2 0.77 2 0.13-0.1 0.21 0.7 0.17 1.2-0.02 0.3-0.05 0.6-0.09 0.5-0.15-0.3-0.45 2.2-0.78 2.1-0.3 0-0.63 2.5-0.88 2.5-0.29-0.1-0.48 1.5-0.45 1.7 0 0.1 0.01 0.1 0.01 0.1 0.06-0.3 0.35 2.2 0.71 2.3 0.26 0 0.56 2.6 0.85 2.7 0.32 0.1 0.63 2.6 0.87 2.5 0.11 0 0.2 0.4 0.27 0.9 0.09 0.5 0.09 1 0.04 0.9-0.08-0.3-0.34 2-0.61 1.9-0.28-0.2-0.56 2.1-0.68 1.9-0.09-0.2-0.09 0.5 0.08 1.1 0.09 0.3 0.17 0.7 0.25 0.7 0.25-0.1-2 0.1-1.74 0.4 0.22 0.2-2.04 0.4-1.79 0.5 0.18 0-0.62 0-1.13-0.1-0.34 0-0.61-0.1-0.56-0.2 0.19-0.2-2.35-0.5-2.44-0.8-0.1-0.3-2.74-0.6-2.74-0.9-0.01-0.2-1.03-0.3-1.46-0.4h-0.41c0.28 0-2.16 0.3-2.14 0.7 0.02 0.3-2.48 0.6-2.43 0.9s-2.32 0.6-2 0.7h-0.11c-0.25 0-1.78-0.2-1.64-0.4s-2.25-0.5-2.16-0.8c0.12-0.4-2.24-0.7-2-0.7h-0.63c-0.48 0.2-1.23 0.3-1.23 0.5s-2.65 0.5-2.82 0.8c-0.16 0.2-2.8 0.5-2.85 0.8-0.03 0.2-1.1 0.4-1.67 0.6-0.32 0-0.53 0.1-0.48 0.1 0.27 0.2 0.52-2.5 0.77-2.8 0.22-0.2 0.44-2.9 0.64-3.1 0.19-0.1 0.37-1.2 0.54-1.6 0.05-0.3 0.07-0.5 0.09-0.5 0.08 0.4-0.16-1.9-0.46-1.8-0.24 0.2-0.53-2.2-0.73-2-0.17 0.2-0.27-1-0.23-1.4 0.01-0.2 0.02-0.3 0.03-0.2 0.1 0.3 0.38-2.1 0.7-2.1 0.28 0.1 0.61-2.4 0.88-2.4 0.36 0 0.63-2.4 0.6-2 0 0 0-0.1-0.01-0.2-0.07-0.4-0.29-1.8-0.59-1.9-0.24 0-0.53-2.7-0.82-2.8-0.3-0.1-0.6-2.7-0.84-2.7-0.22 0-0.39-1-0.49-1.5l-0.05-0.5c-0.01 0.3 0.19-1.9 0.44-1.7 0.23 0.2 0.51-2.1 0.71-2 0.25 0.3 0.37-2 0.07-1.7" fill="#da1d00"/>
+ <path id="interpolate-f18-zh_TW.svgpath8952" d="m345.6 1625.2c-0.63 0.6 1.01 0.3 0.61-0.2-0.34-0.5 1.42-1.1 1.02-1.5-0.36-0.3 0.4-0.4 0.4-0.1 0.1 0.1 0.15 0.1 0.09 0.2-0.51 0.4 1.44 1 1.45 1.6s2.23 1.2 2.21 1.7c-0.02 0.6 1.6 1.1 0.98 1.2 0.01 0 0.01 0 0 0-0.87 0.1 1.11-0.5 1.21-1.2 0.08-0.5 2.34-1.1 2.38-1.7s1.68-1.2 1.16-1.3c0.01 0 0.01 0 0 0-0.69 0 0.92 0.3 0.55 0.7-0.35 0.5 1.45 1.1 1.16 1.6-0.34 0.5 1.35 1 0.74 1-0.16 0-0.06-0.1 0.11-0.1 0.03-0.3 0.76-0.6 0.89-1 0.15-0.4 2.66-0.9 3.07-1.4 0.38-0.5 2.81-1.1 2.85-1.6 0.02-0.3 0.54-0.6 0.83-0.9 0.26-0.2 0.47-0.4 0.25-0.4-0.51-0.1-1.03 2.4-1.53 2.9-0.47 0.4-0.94 3-1.37 3.2-0.39 0.1-0.75 1-1.07 1-0.1 0.2-0.16 0.3-0.19 0.2-0.16-0.7 0.38 1.1 1.03 0.8 0.54-0.2 1.15 1.6 1.53 1.2 0.27-0.3 0.42 0.2 0.34 0.3-0.03 0.2-0.09 0.3-0.17 0.2-0.3-0.5-0.9 1.4-1.56 1.4-0.6-0.1-1.26 2-1.77 1.9-0.57-0.1-0.96 1.1-0.89 0.8 0 0 0.01 0.1 0.01 0 0.13-0.7 0.7 1.4 1.43 1.6 0.52 0.1 1.11 2.4 1.69 2.6 0.65 0.2 1.27 2.3 1.73 2.1 0.23-0.1 0.42 0.2 0.56 0.4 0.17 0.2 0.18 0.5 0.08 0.2-0.18-0.5-0.69 1.2-1.23 0.9-0.55-0.4-1.12 1.3-1.36 0.9-0.18-0.3-0.17 0.1 0.16 0.3 0.18 0.2 0.34 0.4 0.51 0.4 0.5-0.2-1.09 0.3-0.58 0.8 0.43 0.4-1.18 0.8-0.67 1 0.36 0.1-0.08 0.1-0.26-0.1-0.18-0.1-0.33-0.3-0.22-0.4 0.38-0.5-1.79-1.1-1.99-1.7-0.19-0.6-2.56-1.2-2.57-1.7-0.02-0.4-0.76-0.7-0.75-0.9h-0.08c0.55 0.1-1.41 0.7-1.37 1.5 0.03 0.6-2.06 1.2-1.97 1.7 0.1 0.7-1.72 1.2-1.08 1.4h-0.02c0.17 0.1-0.87-0.3-0.58-0.8 0.28-0.4-1.61-1-1.42-1.6 0.24-0.7-1.58-1.3-1.09-1.4 0.18 0 0.02 0-0.15 0.1-0.14 0.2-0.66 0.5-0.67 0.9 0 0.4-2.41 1-2.75 1.6-0.3 0.5-2.68 1.1-2.77 1.6-0.08 0.4-0.93 0.8-1.21 1.2-0.19 0.1-0.31 0.2-0.19 0.3 0.52 0.3 1.04-2.2 1.54-2.7 0.44-0.4 0.87-3 1.28-3.3 0.38-0.2 0.74-1.1 1.08-1.1 0.08-0.2 0.14-0.3 0.17-0.2 0.16 0.7-0.31-1-0.92-0.7-0.49 0.3-1.07-1.5-1.47-1.1-0.33 0.4-0.54-0.4-0.45-0.4 0.02-0.1 0.04-0.1 0.06 0 0.21 0.6 0.75-1.3 1.4-1.2 0.57 0.1 1.22-2 1.76-2 0.72 0.1 1.26-1.8 1.21-1.1-0.01 0.1-0.02 0.1-0.03 0-0.14 0.1-0.58-1.1-1.17-1.2-0.49-0.1-1.07-2.5-1.65-2.7-0.6-0.3-1.2-2.6-1.69-2.6-0.42 0-0.77-0.7-0.96-0.8-0.08-0.2-0.11-0.3-0.12-0.1 0 0.6 0.39-1.1 0.89-0.6 0.47 0.3 1.02-1.4 1.41-1 0.51 0.4 0.75-1.2 0.16-0.6" fill="#e03a00"/>
+ <path id="interpolate-f18-zh_TW.svgpath8954" d="m290.1 1631.3c-0.94 0.9 0.07 0.4-0.53-0.4-0.5-0.6 0.68-1.5 0.08-2.1-0.55-0.5-0.24-0.7-0.65-0.2 0.03 0.1 0.02 0.2-0.08 0.3-0.76 0.6 0.72 1.4 0.74 2.3 0.01 1 1.88 1.9 1.85 2.7-0.02 0.9 1.12 1.5 0.04 1.7h-0.01c-1.31 0.1 0.21-0.6 0.36-1.7 0.12-0.8 2.06-1.8 2.11-2.6 0.06-1 1.26-1.7 0.31-1.9h-0.01c-1.05-0.1-0.08 0.4-0.64 1.1-0.53 0.6 0.73 1.5 0.29 2.2-0.51 0.9 0.57 1.6-0.34 1.6-0.24 0-0.28-0.1-0.29-0.2-0.37-0.3 0.14-0.8 0.34-1.4 0.22-0.6 2.54-1.4 3.14-2.2 0.58-0.8 2.78-1.6 2.83-2.3 0.04-0.5 0.39-1 0.44-1.4s0.07-0.5-0.26-0.6c-0.77-0.1-1.55 2.2-2.3 2.9-0.71 0.6-1.41 3-2.06 3.3-0.58 0.2-1.12 0.9-1.61 0.5-0.14 0.1-0.23 0-0.28-0.2-0.24-0.9 0.57 0.3 1.55-0.1 0.8-0.4 1.72 0.9 2.29 0.3 0.4-0.4 0.62-0.3 0.51-0.5-0.04 0-0.13-0.1-0.25-0.3-0.45-0.7-1.35 0.7-2.34 0.7-0.91-0.1-1.89 1.6-2.65 1.5-0.86-0.2-1.45 0.5-1.35-0.2 0.01 0 0.01 0 0.03-0.1 0.18-1 1.04 0.6 2.14 0.9 0.77 0.2 1.67 2.2 2.53 2.4 0.97 0.3 1.91 2.1 2.6 1.8 0.34-0.1 0.63 0 0.83 0 0.27-0.1 0.28-0.1 0.13-0.5-0.27-0.8-1.04 0.3-1.85-0.2-0.82-0.6-1.68 0.6-2.04 0-0.26-0.5-0.25-0.4 0.25-0.5 0.26 0 0.51 0.1 0.76 0 0.75-0.3-0.19 0.4 0.58 1.1 0.65 0.7-0.33 1.4 0.45 1.6 0.54 0.2 0.46 0.2 0.61-0.2-0.02-0.1-0.04-0.3 0.11-0.5 0.58-0.7-1.23-1.6-1.52-2.5-0.29-1-2.39-1.9-2.41-2.6-0.03-0.6-0.49-1.1-0.04-1.3 0.02-0.1 0.06-0.1 0.25-0.1 0.82 0.2-0.66 1.1-0.6 2.2 0.04 0.9-1.64 1.9-1.51 2.7 0.16 1-1.12 1.8-0.16 2h0.07c0.59 0.1 0.04-0.4 0.48-1.1 0.43-0.7-0.96-1.6-0.68-2.5 0.36-1-0.92-1.9-0.19-2.1 0.28 0 0.3 0 0.35 0.2 0.2 0.3-0.11 0.7-0.12 1.2 0 0.7-2.16 1.6-2.67 2.5-0.45 0.8-2.58 1.6-2.71 2.4-0.11 0.6-0.75 1.3-0.74 1.8-0.07 0.2-0.08 0.4 0.1 0.5 0.78 0.4 1.55-1.8 2.3-2.6 0.66-0.6 1.31-3.1 1.92-3.5 0.57-0.3 1.11-1 1.62-0.7 0.13 0 0.22 0 0.26 0.2 0.24 1-0.47-0.1-1.37 0.4-0.74 0.4-1.61-0.8-2.21-0.2-0.5 0.5-0.81 0.2-0.68 0.7 0.03-0.1 0.06 0 0.1 0.1 0.3 0.9 1.12-0.4 2.08-0.3 0.86 0.1 1.84-1.6 2.65-1.5 1.08 0.1 1.89-1.3 1.81-0.2 0 0.1-0.02 0.1-0.04 0.1-0.2 0.6-0.88-0.3-1.76-0.5-0.73-0.2-1.6-2.2-2.47-2.6-0.9-0.4-1.79-2.4-2.53-2.4-0.64-0.1-1.16-0.5-1.45-0.3-0.11 0-0.16 0.1-0.17 0.3-0.01 0.9 0.59-0.1 1.34 0.5 0.69 0.6 1.52-0.5 2.11 0 0.77 0.7 1.12-0.3 0.23 0.6" fill="#e65700"/>
+ <path id="interpolate-f18-zh_TW.svgpath8956" d="m234.61 1637.4c-1.26 1.2-0.88 0.6-1.68-0.5-0.67-0.9-0.06-2.1-0.86-2.8-0.74-0.7-0.88-1-1.7-0.2-0.05 0-0.11 0.1-0.24 0.2-1.02 0.9-0.01 2 0.01 3.2s1.54 2.5 1.51 3.6c-0.04 1.1 0.62 2-0.92 2.2h-0.02c-1.74 0.2-0.68-0.8-0.48-2.2 0.15-1.1 1.78-2.4 1.85-3.5 0.08-1.3 0.83-2.3-0.55-2.5h-0.03c-1.39-0.2-1.08 0.4-1.82 1.4-0.7 0.9 0.01 2-0.58 3-0.68 1.2-0.21 2.1-1.42 2-0.32 0-0.5 0-0.68-0.2-0.78-0.4-0.49-1.1-0.22-1.8 0.3-0.9 2.42-1.9 3.22-3 0.78-1 2.73-2.1 2.81-3.1 0.04-0.6 0.23-1.2 0.03-1.8-0.15-0.5-0.33-0.7-0.77-0.8-1.02-0.1-2.06 1.9-3.06 2.8-0.95 0.9-1.88 3.1-2.74 3.5-0.78 0.3-1.5 0.8-2.15 0.1-0.19-0.2-0.32-0.3-0.38-0.6-0.31-1.2 0.76-0.6 2.07-1.2 1.07-0.5 2.3 0.3 3.05-0.5 0.53-0.5 0.83-0.7 0.69-1.4-0.06-0.2-0.18-0.3-0.35-0.6-0.59-1-1.8 0-3.12-0.1-1.21-0.1-2.51 1.2-3.53 1-1.14-0.2-1.93 0.1-1.8-1.1 0.01-0.1 0.02-0.1 0.04-0.2 0.25-1.4 1.39-0.2 2.86 0.2 1.03 0.3 2.22 2 3.38 2.3 1.29 0.4 2.53 1.8 3.46 1.4 0.46-0.2 0.84-0.3 1.11-0.5 0.35-0.4 0.37-0.7 0.17-1.2-0.36-1-1.39-0.5-2.47-1.2-1.1-0.8-2.24-0.2-2.71-1-0.36-0.6-0.34-0.8 0.32-1.3 0.35-0.2 0.68-0.2 1.01-0.3 1.01-0.3 0.72 0.5 1.75 1.5 0.86 0.9 0.53 1.8 1.57 2.1 0.71 0.3 0.99 0.3 1.49-0.2 0.13-0.3 0.24-0.5 0.44-0.7 0.77-1-0.67-2.2-1.06-3.4s-2.22-2.4-2.25-3.4c-0.03-0.8-0.22-1.5 0.67-1.8 0.16-0.1 0.32-0.1 0.58 0 1.1 0.1 0.09 1.4 0.16 2.9 0.06 1.1-1.21 2.4-1.03 3.5 0.21 1.3-0.54 2.4 0.74 2.7h0.17c1 0.2 0.95-0.5 1.54-1.5 0.57-0.9-0.32-2.1 0.06-3.3 0.48-1.3-0.26-2.5 0.71-2.7 0.37-0.1 0.58-0.1 0.85 0.2 0.53 0.4 0.45 1 0.44 1.6-0.02 1-1.92 2.1-2.6 3.3-0.6 1-2.47 2.1-2.65 3.2-0.15 0.9-0.57 1.7-0.27 2.4 0.05 0.3 0.15 0.5 0.38 0.6 1.05 0.6 2.08-1.4 3.07-2.4 0.89-0.9 1.75-3.2 2.56-3.7 0.76-0.4 1.49-1 2.16-0.2 0.18 0.1 0.29 0.3 0.35 0.5 0.31 1.3-0.63 0.8-1.83 1.5-0.98 0.6-2.15-0.1-2.94 0.7-0.67 0.7-1.09 0.8-0.9 1.7 0.03 0 0.07 0.1 0.12 0.3 0.41 1.2 1.5 0.4 2.78 0.6 1.15 0.2 2.44-1.1 3.53-1.1 1.44 0.2 2.52-0.7 2.42 0.7-0.01 0.2-0.03 0.2-0.06 0.3-0.27 1-1.17 0.5-2.35 0.2-0.97-0.2-2.13-2-3.29-2.5-1.2-0.6-2.39-2.3-3.37-2.3-0.86 0-1.55-0.2-1.94 0.4-0.14 0.1-0.21 0.3-0.22 0.6-0.02 1.2 0.78 0.9 1.78 1.7 0.93 0.8 2.03 0.2 2.81 0.9 1.03 0.9 1.51 0.6 0.32 1.8" fill="#ec7400"/>
+ <path id="interpolate-f18-zh_TW.svgpath8958" d="m179.11 1643.4c-1.57 1.6-1.82 0.8-2.82-0.5-0.84-1.1-0.81-2.6-1.81-3.5-0.91-0.9-1.52-1.2-2.74-0.3-0.12 0.1-0.24 0.2-0.4 0.3-1.28 1.1-0.74 2.5-0.72 4 0.03 1.5 1.21 3.1 1.16 4.4-0.04 1.5 0.14 2.6-1.86 2.9h-0.04c-2.18 0.2-1.57-1.1-1.32-2.8 0.19-1.4 1.49-3 1.58-4.4 0.1-1.6 0.42-2.9-1.4-3.1-0.01 0-0.03 0-0.05-0.1-1.73-0.2-2.07 0.6-2.99 1.8-0.88 1.1-0.72 2.6-1.45 3.8-0.86 1.4-0.99 2.6-2.51 2.5-0.4 0-0.73-0.1-1.07-0.3-1.19-0.5-1.11-1.3-0.78-2.3 0.37-1 2.29-2.3 3.3-3.6 0.97-1.3 2.69-2.6 2.78-3.9 0.06-0.8 0.08-1.6-0.37-2.3-0.35-0.6-0.72-0.9-1.28-1-1.27-0.1-2.57 1.7-3.82 2.8-1.19 1.1-2.35 3.1-3.43 3.6-0.97 0.5-1.88 0.7-2.69-0.4-0.24-0.3-0.39-0.6-0.47-0.9-0.39-1.6 0.95-1.5 2.58-2.2 1.34-0.6 2.88-0.4 3.83-1.4 0.66-0.7 1.03-1.2 0.85-2.2-0.07-0.4-0.22-0.7-0.43-1-0.74-1.3-2.25-0.8-3.9-0.9-1.51-0.1-3.14 0.8-4.41 0.5-1.44-0.3-2.41-0.4-2.25-2 0.01-0.1 0.02-0.2 0.04-0.3 0.31-1.7 1.74-1 3.58-0.5 1.28 0.3 2.77 1.7 4.22 2.2 1.61 0.4 3.17 1.5 4.33 1 0.57-0.2 1.04-0.5 1.38-1 0.44-0.6 0.47-1.2 0.22-1.9-0.45-1.2-1.74-1.3-3.08-2.2-1.38-0.9-2.81-1-3.4-2-0.44-0.7-0.43-1.3 0.41-2 0.43-0.4 0.85-0.6 1.26-0.7 1.25-0.4 1.62 0.7 2.91 1.9 1.08 1.1 1.39 2.2 2.68 2.7 0.9 0.3 1.54 0.2 2.37-0.4 0.3-0.3 0.52-0.6 0.78-0.9 0.95-1.2-0.12-2.7-0.6-4.2-0.49-1.5-2.05-3-2.09-4.2-0.04-1.1 0.05-1.9 1.37-2.2 0.32-0.1 0.6-0.2 0.92-0.1 1.37 0.2 0.83 1.8 0.93 3.7 0.07 1.4-0.8 3-0.57 4.4 0.26 1.6 0.06 2.9 1.66 3.3h0.25c1.43 0.2 1.87-0.6 2.61-1.8 0.71-1.2 0.33-2.8 0.81-4.1 0.59-1.8 0.39-3.3 1.61-3.5 0.46-0.1 0.85 0 1.34 0.3 0.87 0.5 1 1.2 0.99 2-0.02 1.2-1.67 2.6-2.52 4.1-0.76 1.3-2.36 2.7-2.59 4-0.19 1.1-0.38 2.1 0.2 3.1 0.17 0.3 0.37 0.5 0.67 0.7 1.3 0.7 2.59-1.1 3.84-2.3 1.1-1.1 2.18-3.3 3.2-3.9 0.95-0.6 1.85-0.9 2.69 0.3 0.22 0.3 0.37 0.5 0.45 0.8 0.38 1.6-0.79 1.7-2.3 2.6-1.23 0.7-2.68 0.6-3.67 1.6-0.85 0.8-1.36 1.4-1.13 2.7 0.03 0.2 0.09 0.3 0.15 0.5 0.51 1.6 1.88 1.3 3.48 1.5 1.43 0.2 3.05-0.7 4.42-0.6 1.79 0.1 3.14-0.2 3.01 1.6-0.01 0.1-0.03 0.3-0.07 0.4-0.34 1.5-1.46 1.2-2.93 0.9-1.22-0.3-2.67-1.8-4.12-2.5-1.5-0.6-2.99-2-4.21-2-1.07-0.1-1.94 0-2.42 0.9-0.19 0.3-0.28 0.7-0.28 1.1-0.03 1.4 0.97 1.8 2.22 2.8 1.16 1 2.54 1 3.52 1.8 1.28 1.2 1.88 1.5 0.39 2.9" fill="#f29100"/>
+ <path id="interpolate-f18-zh_TW.svgpath8960" d="m123.62 1649.5c-1.89 1.9-2.77 1-3.97-0.6-1.01-1.3-1.55-3.2-2.75-4.3-1.1-1-2.16-1.4-3.79-0.3-0.19 0.1-0.38 0.3-0.56 0.4-1.54 1.3-1.47 3-1.44 4.8s0.86 3.7 0.81 5.3c-0.06 1.8-0.35 3.1-2.82 3.4h-0.04c-2.62 0.3-2.48-1.3-2.18-3.4 0.24-1.6 1.22-3.5 1.32-5.2 0.12-1.9 0-3.5-2.25-3.8h-0.06c-2.09-0.2-3.07 0.7-4.18 2.1-1.06 1.4-1.44 3.1-2.321 4.6-1.033 1.7-1.77 3.1-3.594 3-0.478 0-0.946-0.1-1.456-0.3-1.602-0.7-1.741-1.7-1.34-2.8 0.445-1.3 2.172-2.8 3.382-4.4 1.16-1.5 2.64-3.1 2.756-4.7 0.069-0.9-0.082-1.8-0.771-2.7-0.555-0.7-1.126-1.1-1.787-1.1-1.535-0.3-3.087 1.3-4.594 2.7-1.429 1.3-2.818 3.2-4.114 3.7-1.162 0.6-2.249 0.6-3.223-0.9-0.286-0.5-0.47-0.8-0.566-1.2-0.471-1.9 1.137-2.4 3.099-3.3 1.607-0.7 3.451-1 4.588-2.2 0.795-0.8 1.245-1.7 1.024-3.1-0.089-0.5-0.267-1-0.517-1.4-0.891-1.5-2.701-1.5-4.68-1.6-1.813-0.1-3.769 0.4-5.294 0.1-1.721-0.4-2.894-0.9-2.699-3.1 0.013-0.1 0.031-0.2 0.053-0.3 0.371-2.1 2.085-1.7 4.289-1.2 1.545 0.4 3.332 1.5 5.065 2 1.938 0.6 3.809 1.3 5.203 0.7 0.68-0.3 1.247-0.7 1.652-1.4 0.533-1 0.56-1.8 0.259-2.6-0.532-1.5-2.087-2.2-3.696-3.3-1.653-1.1-3.363-1.7-4.076-2.9-0.53-0.9-0.51-1.8 0.488-2.9 0.518-0.5 1.021-0.8 1.518-1 1.505-0.5 2.527 0.8 4.074 2.3 1.293 1.3 2.248 2.7 3.798 3.2 1.078 0.4 2.08 0.3 3.24-0.4 0.46-0.4 0.81-0.7 1.11-1.1 1.15-1.4 0.45-3.2-0.14-5.1-0.58-1.8-1.87-3.6-1.92-5-0.05-1.3 0.33-2.2 2.08-2.7 0.47-0.1 0.87-0.1 1.24-0.1 1.66 0.3 1.59 2.1 1.71 4.4 0.08 1.7-0.38 3.7-0.11 5.3 0.32 2 0.66 3.6 2.57 4h0.35c1.85 0.2 2.78-0.7 3.67-2.2 0.85-1.4 0.97-3.3 1.55-4.9 0.71-2.1 1.06-3.9 2.51-4.2 0.56-0.1 1.13 0 1.84 0.4 1.21 0.6 1.55 1.4 1.54 2.4-0.02 1.4-1.42 3.1-2.44 4.9-0.91 1.6-2.25 3.2-2.53 4.8-0.22 1.3-0.2 2.6 0.67 3.7 0.29 0.4 0.6 0.7 0.95 0.9 1.57 0.8 3.12-0.8 4.61-2.2 1.33-1.3 2.62-3.4 3.84-4.1 1.14-0.7 2.23-0.8 3.24 0.8 0.26 0.4 0.43 0.7 0.53 1.1 0.46 1.9-0.95 2.6-2.75 3.7-1.48 0.8-3.22 1.3-4.41 2.5-1.02 1-1.63 2-1.36 3.7 0.04 0.3 0.11 0.5 0.19 0.7 0.61 1.9 2.25 2.1 4.17 2.4 1.72 0.2 3.66-0.3 5.3-0.1 2.15 0.1 3.77 0.3 3.62 2.4-0.02 0.2-0.05 0.4-0.09 0.6-0.4 1.9-1.75 2-3.52 1.6-1.46-0.4-3.2-1.6-4.94-2.4-1.79-0.7-3.59-1.9-5.05-1.9-1.29 0-2.33 0.3-2.91 1.6-0.22 0.5-0.33 0.9-0.33 1.4-0.03 1.7 1.17 2.7 2.67 4 1.39 1.1 3.04 1.7 4.22 2.8 1.54 1.3 2.25 2.3 0.47 4" fill="#f8ae00"/>
</g>
- <path id="interpolate-f18-zh_TW.svgpath9084" stroke-linejoin="round" style="stroke-dasharray:none;" d="M52.441,88.246c-2.997,2.905-3.507-5.427-7.12-3.192-3.685,2.278,1.132,7.941-3.228,8.469-4.276,0.518,1.544-6.96-2.678-7.529-4.305-0.581-3.831,7.272-7.908,5.69-3.998-1.551,4.538-5.716,1.63-8.871-2.966-3.218-6.213,5.722-8.463,1.962-2.206-3.688,5.568-2.555,4.959-6.686-0.622-4.213-8.403-0.204-8.031-4.444,0.366-4.158,8.016,2.747,9.901-1.063,1.923-3.885-6.953-4.672-4.277-7.897,2.625-3.163,4.671,4.578,8.371,2.364,3.773-2.257-2.707-7.438,1.458-8.426,4.085-0.969,0.184,7.802,4.35,8.286,4.249,0.492,2.825-8.477,6.66-6.673,3.761,1.769-3.613,6.48-0.834,9.63,2.834,3.211,5.587-5.828,7.762-2.101,2.133,3.656-5.515,3.235-4.863,7.502,0.665,4.351,8.878,0.224,8.029,4.487-0.834,4.18-8.373-3.756-9.995,0.203-1.654,4.038,7.334,5.327,4.277,8.289z" stroke="#000" stroke-miterlimit="4" stroke-width="1.50038075" fill="#FC0"/>
- <path id="interpolate-f18-zh_TW.svgpath9086" stroke-linejoin="round" d="M255.17,66.004h1.52,1.51,1.52,1.51,1.52,1.52,1.51,1.52,1.51,1.52,1.51,1.52,1.51,1.52,1.52,1.51v1.516,1.515,1.516,1.516,1.515,1.516,1.515,1.516,1.516,1.515,1.516,1.515,1.516,1.516,1.515,1.516h-1.51-1.52-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.52-1.51-1.52-1.51-1.52v-1.516-1.515-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" stroke="#ededed" stroke-miterlimit="4" stroke-width="2.33537507" fill="#d40000"/>
- <g id="interpolate-f18-zh_TW.svgg10434" transform="matrix(0.5218716,0,0,0.5218716,16.890973,-819.61038)">
- <path id="interpolate-f18-zh_TW.svgpath10436" stroke-linejoin="round" d="M401.09,1703.1c-0.31,0.3,1.96,0.1,1.76-0.1-0.17-0.2,2.16-0.5,1.96-0.7-0.18-0.2,1.05-0.3,1.45-0.1,0.17,0,0.28,0.1,0.25,0.1-0.26,0.2,2.17,0.5,2.18,0.8,0,0.3,2.56,0.6,2.55,0.9,0,0.3,2.09,0.5,1.93,0.5h0.02c-0.44,0.1,2.01-0.2,2.06-0.5,0.03-0.3,2.62-0.6,2.64-0.9s2.1-0.6,2.01-0.6h0.02c-0.35-0.1,1.91,0.1,1.72,0.3-0.17,0.2,2.18,0.5,2.04,0.8-0.17,0.3,2.12,0.5,1.82,0.5-0.08,0,0.17,0,0.5-0.1,0.44-0.1,1.39-0.2,1.45-0.4,0.08-0.3,2.78-0.5,2.99-0.8,0.19-0.2,2.86-0.5,2.88-0.7,0.01-0.2,0.69-0.4,1.23-0.5,0.46-0.1,0.87-0.2,0.76-0.2-0.26,0-0.51,2.7-0.77,2.9-0.23,0.2-0.47,2.9-0.68,3-0.2,0.1-0.38,1.2-0.54,1.6-0.05,0.3-0.08,0.6-0.09,0.5-0.08-0.3,0.19,2,0.51,1.9,0.27-0.2,0.58,2.2,0.77,2,0.13-0.1,0.21,0.7,0.17,1.2-0.02,0.3-0.05,0.6-0.09,0.5-0.15-0.3-0.45,2.2-0.78,2.1-0.3,0-0.63,2.5-0.88,2.5-0.29-0.1-0.48,1.5-0.45,1.7,0,0.1,0.01,0.1,0.01,0.1,0.06-0.3,0.35,2.2,0.71,2.3,0.26,0,0.56,2.6,0.85,2.7,0.32,0.1,0.63,2.6,0.87,2.5,0.11,0,0.2,0.4,0.27,0.9,0.09,0.5,0.09,1,0.04,0.9-0.08-0.3-0.34,2-0.61,1.9-0.28-0.2-0.56,2.1-0.68,1.9-0.09-0.2-0.09,0.5,0.08,1.1,0.09,0.3,0.17,0.7,0.25,0.7,0.25-0.1-2,0.1-1.74,0.4,0.22,0.2-2.04,0.4-1.79,0.5,0.18,0-0.62,0-1.13-0.1-0.34,0-0.61-0.1-0.56-0.2,0.19-0.2-2.35-0.5-2.44-0.8-0.1-0.3-2.74-0.6-2.74-0.9-0.01-0.2-1.03-0.3-1.46-0.4h-0.41c0.28,0-2.16,0.3-2.14,0.7,0.02,0.3-2.48,0.6-2.43,0.9s-2.32,0.6-2,0.7h-0.11c-0.25,0-1.78-0.2-1.64-0.4s-2.25-0.5-2.16-0.8c0.12-0.4-2.24-0.7-2-0.7h-0.63c-0.48,0.2-1.23,0.3-1.23,0.5s-2.65,0.5-2.82,0.8c-0.16,0.2-2.8,0.5-2.85,0.8-0.03,0.2-1.1,0.4-1.67,0.6-0.32,0-0.53,0.1-0.48,0.1,0.27,0.2,0.52-2.5,0.77-2.8,0.22-0.2,0.44-2.9,0.64-3.1,0.19-0.1,0.37-1.2,0.54-1.6,0.05-0.3,0.07-0.5,0.09-0.5,0.08,0.4-0.16-1.9-0.46-1.8-0.24,0.2-0.53-2.2-0.73-2-0.17,0.2-0.27-1-0.23-1.4,0.01-0.2,0.02-0.3,0.03-0.2,0.1,0.3,0.38-2.1,0.7-2.1,0.28,0.1,0.61-2.4,0.88-2.4,0.36,0,0.63-2.4,0.6-2,0,0,0-0.1-0.01-0.2-0.07-0.4-0.29-1.8-0.59-1.9-0.24,0-0.53-2.7-0.82-2.8-0.3-0.1-0.6-2.7-0.84-2.7-0.22,0-0.39-1-0.49-1.5-0.03-0.3-0.05-0.5-0.05-0.5-0.01,0.3,0.19-1.9,0.44-1.7,0.23,0.2,0.51-2.1,0.71-2,0.25,0.3,0.37-2,0.07-1.7" stroke="#cbcbcb" stroke-miterlimit="4" stroke-width="4.24642849" fill="#da1d00"/>
- <path id="interpolate-f18-zh_TW.svgpath10438" stroke-linejoin="round" d="M345.6,1709.2c-0.63,0.6,1.01,0.3,0.61-0.2-0.34-0.5,1.42-1.1,1.02-1.5-0.36-0.3,0.4-0.4,0.4-0.1,0.1,0.1,0.15,0.1,0.09,0.2-0.51,0.4,1.44,1,1.45,1.6s2.23,1.2,2.21,1.7c-0.02,0.6,1.6,1.1,0.98,1.2-0.87,0.1,1.11-0.5,1.21-1.2,0.08-0.5,2.34-1.1,2.38-1.7s1.68-1.2,1.16-1.3c-0.69,0,0.92,0.3,0.55,0.7-0.35,0.5,1.45,1.1,1.16,1.6-0.34,0.5,1.35,1,0.74,1-0.16,0-0.06-0.1,0.11-0.1,0.03-0.3,0.76-0.6,0.89-1,0.15-0.4,2.66-0.9,3.07-1.4,0.38-0.5,2.81-1.1,2.85-1.6,0.02-0.3,0.54-0.6,0.83-0.9,0.26-0.2,0.47-0.4,0.25-0.4-0.51-0.1-1.03,2.4-1.53,2.9-0.47,0.4-0.94,3-1.37,3.2-0.39,0.1-0.75,1-1.07,1-0.1,0.2-0.16,0.3-0.19,0.2-0.16-0.7,0.38,1.1,1.03,0.8,0.54-0.2,1.15,1.6,1.53,1.2,0.27-0.3,0.42,0.2,0.34,0.3-0.03,0.2-0.09,0.3-0.17,0.2-0.3-0.5-0.9,1.4-1.56,1.4-0.6-0.1-1.26,2-1.77,1.9-0.57-0.1-0.96,1.1-0.89,0.8,0,0,0.01,0.1,0.01,0,0.13-0.7,0.7,1.4,1.43,1.6,0.52,0.1,1.11,2.4,1.69,2.6,0.65,0.2,1.27,2.3,1.73,2.1,0.23-0.1,0.42,0.2,0.56,0.4,0.17,0.2,0.18,0.5,0.08,0.2-0.18-0.5-0.69,1.2-1.23,0.9-0.55-0.4-1.12,1.3-1.36,0.9-0.18-0.3-0.17,0.1,0.16,0.3,0.18,0.2,0.34,0.4,0.51,0.4,0.5-0.2-1.09,0.3-0.58,0.8,0.43,0.4-1.18,0.8-0.67,1,0.36,0.1-0.08,0.1-0.26-0.1-0.18-0.1-0.33-0.3-0.22-0.4,0.38-0.5-1.79-1.1-1.99-1.7-0.19-0.6-2.56-1.2-2.57-1.7-0.02-0.4-0.76-0.7-0.75-0.9h-0.08c0.55,0.1-1.41,0.7-1.37,1.5,0.03,0.6-2.06,1.2-1.97,1.7,0.1,0.7-1.72,1.2-1.08,1.4h-0.02c0.17,0.1-0.87-0.3-0.58-0.8,0.28-0.4-1.61-1-1.42-1.6,0.24-0.7-1.58-1.3-1.09-1.4,0.18,0,0.02,0-0.15,0.1-0.14,0.2-0.66,0.5-0.67,0.9,0,0.4-2.41,1-2.75,1.6-0.3,0.5-2.68,1.1-2.77,1.6-0.08,0.4-0.93,0.8-1.21,1.2-0.19,0.1-0.31,0.2-0.19,0.3,0.52,0.3,1.04-2.2,1.54-2.7,0.44-0.4,0.87-3,1.28-3.3,0.38-0.2,0.74-1.1,1.08-1.1,0.08-0.2,0.14-0.3,0.17-0.2,0.16,0.7-0.31-1-0.92-0.7-0.49,0.3-1.07-1.5-1.47-1.1-0.33,0.4-0.54-0.4-0.45-0.4,0.02-0.1,0.04-0.1,0.06,0,0.21,0.6,0.75-1.3,1.4-1.2,0.57,0.1,1.22-2,1.76-2,0.72,0.1,1.26-1.8,1.21-1.1-0.01,0.1-0.02,0.1-0.03,0-0.14,0.1-0.58-1.1-1.17-1.2-0.49-0.1-1.07-2.5-1.65-2.7-0.6-0.3-1.2-2.6-1.69-2.6-0.42,0-0.77-0.7-0.96-0.8-0.08-0.2-0.11-0.3-0.12-0.1,0,0.6,0.39-1.1,0.89-0.6,0.47,0.3,1.02-1.4,1.41-1,0.51,0.4,0.75-1.2,0.16-0.6" stroke="#a9a9a9" stroke-miterlimit="4" stroke-width="4.01785707" fill="#e03a00"/>
- <path id="interpolate-f18-zh_TW.svgpath10440" stroke-linejoin="round" d="M290.1,1715.3c-0.94,0.9,0.07,0.4-0.53-0.4-0.5-0.6,0.68-1.5,0.08-2.1-0.55-0.5-0.24-0.7-0.65-0.2,0.03,0.1,0.02,0.2-0.08,0.3-0.76,0.6,0.72,1.4,0.74,2.3,0.01,1,1.88,1.9,1.85,2.7-0.02,0.9,1.12,1.5,0.04,1.7h-0.01c-1.31,0.1,0.21-0.6,0.36-1.7,0.12-0.8,2.06-1.8,2.11-2.6,0.06-1,1.26-1.7,0.31-1.9h-0.01c-1.05-0.1-0.08,0.4-0.64,1.1-0.53,0.6,0.73,1.5,0.29,2.2-0.51,0.9,0.57,1.6-0.34,1.6-0.24,0-0.28-0.1-0.29-0.2-0.37-0.3,0.14-0.8,0.34-1.4,0.22-0.6,2.54-1.4,3.14-2.2,0.58-0.8,2.78-1.6,2.83-2.3,0.04-0.5,0.39-1,0.44-1.4s0.07-0.5-0.26-0.6c-0.77-0.1-1.55,2.2-2.3,2.9-0.71,0.6-1.41,3-2.06,3.3-0.58,0.2-1.12,0.9-1.61,0.5-0.14,0.1-0.23,0-0.28-0.2-0.24-0.9,0.57,0.3,1.55-0.1,0.8-0.4,1.72,0.9,2.29,0.3,0.4-0.4,0.62-0.3,0.51-0.5-0.04,0-0.13-0.1-0.25-0.3-0.45-0.7-1.35,0.7-2.34,0.7-0.91-0.1-1.89,1.6-2.65,1.5-0.86-0.2-1.45,0.5-1.35-0.2,0.01,0,0.01,0,0.03-0.1,0.18-1,1.04,0.6,2.14,0.9,0.77,0.2,1.67,2.2,2.53,2.4,0.97,0.3,1.91,2.1,2.6,1.8,0.34-0.1,0.63,0,0.83,0,0.27-0.1,0.28-0.1,0.13-0.5-0.27-0.8-1.04,0.3-1.85-0.2-0.82-0.6-1.68,0.6-2.04,0-0.26-0.5-0.25-0.4,0.25-0.5,0.26,0,0.51,0.1,0.76,0,0.75-0.3-0.19,0.4,0.58,1.1,0.65,0.7-0.33,1.4,0.45,1.6,0.54,0.2,0.46,0.2,0.61-0.2-0.02-0.1-0.04-0.3,0.11-0.5,0.58-0.7-1.23-1.6-1.52-2.5-0.29-1-2.39-1.9-2.41-2.6-0.03-0.6-0.49-1.1-0.04-1.3,0.02-0.1,0.06-0.1,0.25-0.1,0.82,0.2-0.66,1.1-0.6,2.2,0.04,0.9-1.64,1.9-1.51,2.7,0.16,1-1.12,1.8-0.16,2h0.07c0.59,0.1,0.04-0.4,0.48-1.1,0.43-0.7-0.96-1.6-0.68-2.5,0.36-1-0.92-1.9-0.19-2.1,0.28,0,0.3,0,0.35,0.2,0.2,0.3-0.11,0.7-0.12,1.2,0,0.7-2.16,1.6-2.67,2.5-0.45,0.8-2.58,1.6-2.71,2.4-0.11,0.6-0.75,1.3-0.74,1.8-0.07,0.2-0.08,0.4,0.1,0.5,0.78,0.4,1.55-1.8,2.3-2.6,0.66-0.6,1.31-3.1,1.92-3.5,0.57-0.3,1.11-1,1.62-0.7,0.13,0,0.22,0,0.26,0.2,0.24,1-0.47-0.1-1.37,0.4-0.74,0.4-1.61-0.8-2.21-0.2-0.5,0.5-0.81,0.2-0.68,0.7,0.03-0.1,0.06,0,0.1,0.1,0.3,0.9,1.12-0.4,2.08-0.3,0.86,0.1,1.84-1.6,2.65-1.5,1.08,0.1,1.89-1.3,1.81-0.2,0,0.1-0.02,0.1-0.04,0.1-0.2,0.6-0.88-0.3-1.76-0.5-0.73-0.2-1.6-2.2-2.47-2.6-0.9-0.4-1.79-2.4-2.53-2.4-0.64-0.1-1.16-0.5-1.45-0.3-0.11,0-0.16,0.1-0.17,0.3-0.01,0.9,0.59-0.1,1.34,0.5,0.69,0.6,1.52-0.5,2.11,0,0.77,0.7,1.12-0.3,0.23,0.6" stroke="#878787" stroke-miterlimit="4" stroke-width="3.78928566" fill="#e65700"/>
- <path id="interpolate-f18-zh_TW.svgpath10442" stroke-linejoin="round" d="M234.61,1721.4c-1.26,1.2-0.88,0.6-1.68-0.5-0.67-0.9-0.06-2.1-0.86-2.8-0.74-0.7-0.88-1-1.7-0.2-0.05,0-0.11,0.1-0.24,0.2-1.02,0.9-0.01,2,0.01,3.2s1.54,2.5,1.51,3.6c-0.04,1.1,0.62,2-0.92,2.2h-0.02c-1.74,0.2-0.68-0.8-0.48-2.2,0.15-1.1,1.78-2.4,1.85-3.5,0.08-1.3,0.83-2.3-0.55-2.5h-0.03c-1.39-0.2-1.08,0.4-1.82,1.4-0.7,0.9,0.01,2-0.58,3-0.68,1.2-0.21,2.1-1.42,2-0.32,0-0.5,0-0.68-0.2-0.78-0.4-0.49-1.1-0.22-1.8,0.3-0.9,2.42-1.9,3.22-3,0.78-1,2.73-2.1,2.81-3.1,0.04-0.6,0.23-1.2,0.03-1.8-0.15-0.5-0.33-0.7-0.77-0.8-1.02-0.1-2.06,1.9-3.06,2.8-0.95,0.9-1.88,3.1-2.74,3.5-0.78,0.3-1.5,0.8-2.15,0.1-0.19-0.2-0.32-0.3-0.38-0.6-0.31-1.2,0.76-0.6,2.07-1.2,1.07-0.5,2.3,0.3,3.05-0.5,0.53-0.5,0.83-0.7,0.69-1.4-0.06-0.2-0.18-0.3-0.35-0.6-0.59-1-1.8,0-3.12-0.1-1.21-0.1-2.51,1.2-3.53,1-1.14-0.2-1.93,0.1-1.8-1.1,0.01-0.1,0.02-0.1,0.04-0.2,0.25-1.4,1.39-0.2,2.86,0.2,1.03,0.3,2.22,2,3.38,2.3,1.29,0.4,2.53,1.8,3.46,1.4,0.46-0.2,0.84-0.3,1.11-0.5,0.35-0.4,0.37-0.7,0.17-1.2-0.36-1-1.39-0.5-2.47-1.2-1.1-0.8-2.24-0.2-2.71-1-0.36-0.6-0.34-0.8,0.32-1.3,0.35-0.2,0.68-0.2,1.01-0.3,1.01-0.3,0.72,0.5,1.75,1.5,0.86,0.9,0.53,1.8,1.57,2.1,0.71,0.3,0.99,0.3,1.49-0.2,0.13-0.3,0.24-0.5,0.44-0.7,0.77-1-0.67-2.2-1.06-3.4s-2.22-2.4-2.25-3.4c-0.03-0.8-0.22-1.5,0.67-1.8,0.16-0.1,0.32-0.1,0.58,0,1.1,0.1,0.09,1.4,0.16,2.9,0.06,1.1-1.21,2.4-1.03,3.5,0.21,1.3-0.54,2.4,0.74,2.7h0.17c1,0.2,0.95-0.5,1.54-1.5,0.57-0.9-0.32-2.1,0.06-3.3,0.48-1.3-0.26-2.5,0.71-2.7,0.37-0.1,0.58-0.1,0.85,0.2,0.53,0.4,0.45,1,0.44,1.6-0.02,1-1.92,2.1-2.6,3.3-0.6,1-2.47,2.1-2.65,3.2-0.15,0.9-0.57,1.7-0.27,2.4,0.05,0.3,0.15,0.5,0.38,0.6,1.05,0.6,2.08-1.4,3.07-2.4,0.89-0.9,1.75-3.2,2.56-3.7,0.76-0.4,1.49-1,2.16-0.2,0.18,0.1,0.29,0.3,0.35,0.5,0.31,1.3-0.63,0.8-1.83,1.5-0.98,0.6-2.15-0.1-2.94,0.7-0.67,0.7-1.09,0.8-0.9,1.7,0.03,0,0.07,0.1,0.12,0.3,0.41,1.2,1.5,0.4,2.78,0.6,1.15,0.2,2.44-1.1,3.53-1.1,1.44,0.2,2.52-0.7,2.42,0.7-0.01,0.2-0.03,0.2-0.06,0.3-0.27,1-1.17,0.5-2.35,0.2-0.97-0.2-2.13-2-3.29-2.5-1.2-0.6-2.39-2.3-3.37-2.3-0.86,0-1.55-0.2-1.94,0.4-0.14,0.1-0.21,0.3-0.22,0.6-0.02,1.2,0.78,0.9,1.78,1.7,0.93,0.8,2.03,0.2,2.81,0.9,1.03,0.9,1.51,0.6,0.32,1.8" stroke="#656565" stroke-miterlimit="4" stroke-width="3.56071424" fill="#ec7400"/>
- <path id="interpolate-f18-zh_TW.svgpath10444" stroke-linejoin="round" d="M179.11,1727.4c-1.57,1.6-1.82,0.8-2.82-0.5-0.84-1.1-0.81-2.6-1.81-3.5-0.91-0.9-1.52-1.2-2.74-0.3-0.12,0.1-0.24,0.2-0.4,0.3-1.28,1.1-0.74,2.5-0.72,4,0.03,1.5,1.21,3.1,1.16,4.4-0.04,1.5,0.14,2.6-1.86,2.9h-0.04c-2.18,0.2-1.57-1.1-1.32-2.8,0.19-1.4,1.49-3,1.58-4.4,0.1-1.6,0.42-2.9-1.4-3.1-0.01,0-0.03,0-0.05-0.1-1.73-0.2-2.07,0.6-2.99,1.8-0.88,1.1-0.72,2.6-1.45,3.8-0.86,1.4-0.99,2.6-2.51,2.5-0.4,0-0.73-0.1-1.07-0.3-1.19-0.5-1.11-1.3-0.78-2.3,0.37-1,2.29-2.3,3.3-3.6,0.97-1.3,2.69-2.6,2.78-3.9,0.06-0.8,0.08-1.6-0.37-2.3-0.35-0.6-0.72-0.9-1.28-1-1.27-0.1-2.57,1.7-3.82,2.8-1.19,1.1-2.35,3.1-3.43,3.6-0.97,0.5-1.88,0.7-2.69-0.4-0.24-0.3-0.39-0.6-0.47-0.9-0.39-1.6,0.95-1.5,2.58-2.2,1.34-0.6,2.88-0.4,3.83-1.4,0.66-0.7,1.03-1.2,0.85-2.2-0.07-0.4-0.22-0.7-0.43-1-0.74-1.3-2.25-0.8-3.9-0.9-1.51-0.1-3.14,0.8-4.41,0.5-1.44-0.3-2.41-0.4-2.25-2,0.01-0.1,0.02-0.2,0.04-0.3,0.31-1.7,1.74-1,3.58-0.5,1.28,0.3,2.77,1.7,4.22,2.2,1.61,0.4,3.17,1.5,4.33,1,0.57-0.2,1.04-0.5,1.38-1,0.44-0.6,0.47-1.2,0.22-1.9-0.45-1.2-1.74-1.3-3.08-2.2-1.38-0.9-2.81-1-3.4-2-0.44-0.7-0.43-1.3,0.41-2,0.43-0.4,0.85-0.6,1.26-0.7,1.25-0.4,1.62,0.7,2.91,1.9,1.08,1.1,1.39,2.2,2.68,2.7,0.9,0.3,1.54,0.2,2.37-0.4,0.3-0.3,0.52-0.6,0.78-0.9,0.95-1.2-0.12-2.7-0.6-4.2-0.49-1.5-2.05-3-2.09-4.2-0.04-1.1,0.05-1.9,1.37-2.2,0.32-0.1,0.6-0.2,0.92-0.1,1.37,0.2,0.83,1.8,0.93,3.7,0.07,1.4-0.8,3-0.57,4.4,0.26,1.6,0.06,2.9,1.66,3.3h0.25c1.43,0.2,1.87-0.6,2.61-1.8,0.71-1.2,0.33-2.8,0.81-4.1,0.59-1.8,0.39-3.3,1.61-3.5,0.46-0.1,0.85,0,1.34,0.3,0.87,0.5,1,1.2,0.99,2-0.02,1.2-1.67,2.6-2.52,4.1-0.76,1.3-2.36,2.7-2.59,4-0.19,1.1-0.38,2.1,0.2,3.1,0.17,0.3,0.37,0.5,0.67,0.7,1.3,0.7,2.59-1.1,3.84-2.3,1.1-1.1,2.18-3.3,3.2-3.9,0.95-0.6,1.85-0.9,2.69,0.3,0.22,0.3,0.37,0.5,0.45,0.8,0.38,1.6-0.79,1.7-2.3,2.6-1.23,0.7-2.68,0.6-3.67,1.6-0.85,0.8-1.36,1.4-1.13,2.7,0.03,0.2,0.09,0.3,0.15,0.5,0.51,1.6,1.88,1.3,3.48,1.5,1.43,0.2,3.05-0.7,4.42-0.6,1.79,0.1,3.14-0.2,3.01,1.6-0.01,0.1-0.03,0.3-0.07,0.4-0.34,1.5-1.46,1.2-2.93,0.9-1.22-0.3-2.67-1.8-4.12-2.5-1.5-0.6-2.99-2-4.21-2-1.07-0.1-1.94,0-2.42,0.9-0.19,0.3-0.28,0.7-0.28,1.1-0.03,1.4,0.97,1.8,2.22,2.8,1.16,1,2.54,1,3.52,1.8,1.28,1.2,1.88,1.5,0.39,2.9" stroke="#434343" stroke-miterlimit="4" stroke-width="3.33214283" fill="#f29100"/>
- <path id="interpolate-f18-zh_TW.svgpath10446" stroke-linejoin="round" d="M123.62,1733.5c-1.89,1.9-2.77,1-3.97-0.6-1.01-1.3-1.55-3.2-2.75-4.3-1.1-1-2.16-1.4-3.79-0.3-0.19,0.1-0.38,0.3-0.56,0.4-1.54,1.3-1.47,3-1.44,4.8s0.86,3.7,0.81,5.3c-0.06,1.8-0.35,3.1-2.82,3.4h-0.04c-2.62,0.3-2.48-1.3-2.18-3.4,0.24-1.6,1.22-3.5,1.32-5.2,0.12-1.9,0-3.5-2.25-3.8h-0.06c-2.09-0.2-3.07,0.7-4.18,2.1-1.06,1.4-1.44,3.1-2.321,4.6-1.033,1.7-1.77,3.1-3.594,3-0.478,0-0.946-0.1-1.456-0.3-1.602-0.7-1.741-1.7-1.34-2.8,0.445-1.3,2.172-2.8,3.382-4.4,1.16-1.5,2.64-3.1,2.756-4.7,0.069-0.9-0.082-1.8-0.771-2.7-0.555-0.7-1.126-1.1-1.787-1.1-1.535-0.3-3.087,1.3-4.594,2.7-1.429,1.3-2.818,3.2-4.114,3.7-1.162,0.6-2.249,0.6-3.223-0.9-0.286-0.5-0.47-0.8-0.566-1.2-0.471-1.9,1.137-2.4,3.099-3.3,1.607-0.7,3.451-1,4.588-2.2,0.795-0.8,1.245-1.7,1.024-3.1-0.089-0.5-0.267-1-0.517-1.4-0.891-1.5-2.701-1.5-4.68-1.6-1.813-0.1-3.769,0.4-5.294,0.1-1.721-0.4-2.894-0.9-2.699-3.1,0.013-0.1,0.031-0.2,0.053-0.3,0.371-2.1,2.085-1.7,4.289-1.2,1.545,0.4,3.332,1.5,5.065,2,1.938,0.6,3.809,1.3,5.203,0.7,0.68-0.3,1.247-0.7,1.652-1.4,0.533-1,0.56-1.8,0.259-2.6-0.532-1.5-2.087-2.2-3.696-3.3-1.653-1.1-3.363-1.7-4.076-2.9-0.53-0.9-0.51-1.8,0.488-2.9,0.518-0.5,1.021-0.8,1.518-1,1.505-0.5,2.527,0.8,4.074,2.3,1.293,1.3,2.248,2.7,3.798,3.2,1.078,0.4,2.08,0.3,3.24-0.4,0.46-0.4,0.81-0.7,1.11-1.1,1.15-1.4,0.45-3.2-0.14-5.1-0.58-1.8-1.87-3.6-1.92-5-0.05-1.3,0.33-2.2,2.08-2.7,0.47-0.1,0.87-0.1,1.24-0.1,1.66,0.3,1.59,2.1,1.71,4.4,0.08,1.7-0.38,3.7-0.11,5.3,0.32,2,0.66,3.6,2.57,4h0.35c1.85,0.2,2.78-0.7,3.67-2.2,0.85-1.4,0.97-3.3,1.55-4.9,0.71-2.1,1.06-3.9,2.51-4.2,0.56-0.1,1.13,0,1.84,0.4,1.21,0.6,1.55,1.4,1.54,2.4-0.02,1.4-1.42,3.1-2.44,4.9-0.91,1.6-2.25,3.2-2.53,4.8-0.22,1.3-0.2,2.6,0.67,3.7,0.29,0.4,0.6,0.7,0.95,0.9,1.57,0.8,3.12-0.8,4.61-2.2,1.33-1.3,2.62-3.4,3.84-4.1,1.14-0.7,2.23-0.8,3.24,0.8,0.26,0.4,0.43,0.7,0.53,1.1,0.46,1.9-0.95,2.6-2.75,3.7-1.48,0.8-3.22,1.3-4.41,2.5-1.02,1-1.63,2-1.36,3.7,0.04,0.3,0.11,0.5,0.19,0.7,0.61,1.9,2.25,2.1,4.17,2.4,1.72,0.2,3.66-0.3,5.3-0.1,2.15,0.1,3.77,0.3,3.62,2.4-0.02,0.2-0.05,0.4-0.09,0.6-0.4,1.9-1.75,2-3.52,1.6-1.46-0.4-3.2-1.6-4.94-2.4-1.79-0.7-3.59-1.9-5.05-1.9-1.29,0-2.33,0.3-2.91,1.6-0.22,0.5-0.33,0.9-0.33,1.4-0.03,1.7,1.17,2.7,2.67,4,1.39,1.1,3.04,1.7,4.22,2.8,1.54,1.3,2.25,2.3,0.47,4" stroke="#212121" stroke-miterlimit="4" stroke-width="3.10357141" fill="#f8ae00"/>
+ <path id="interpolate-f18-zh_TW.svgpath9084" stroke-linejoin="round" d="m52.441 88.246c-2.997 2.905-3.507-5.427-7.12-3.192-3.685 2.278 1.132 7.941-3.228 8.469-4.276 0.518 1.544-6.96-2.678-7.529-4.305-0.581-3.831 7.272-7.908 5.69-3.998-1.551 4.538-5.716 1.63-8.871-2.966-3.218-6.213 5.722-8.463 1.962-2.206-3.688 5.568-2.555 4.959-6.686-0.622-4.213-8.403-0.204-8.031-4.444 0.366-4.158 8.016 2.747 9.901-1.063 1.923-3.885-6.953-4.672-4.277-7.897 2.625-3.163 4.671 4.578 8.371 2.364 3.773-2.257-2.707-7.438 1.458-8.426 4.085-0.969 0.184 7.802 4.35 8.286 4.249 0.492 2.825-8.477 6.66-6.673 3.761 1.769-3.613 6.48-0.834 9.63 2.834 3.211 5.587-5.828 7.762-2.101 2.133 3.656-5.515 3.235-4.863 7.502 0.665 4.351 8.878 0.224 8.029 4.487-0.834 4.18-8.373-3.756-9.995 0.203-1.654 4.038 7.334 5.327 4.277 8.289z" stroke="#000" stroke-width="1.5004" fill="#fc0"/>
+ <path id="interpolate-f18-zh_TW.svgpath9086" stroke-linejoin="round" d="m255.17 66.004h1.52 1.51 1.52 1.51 1.52 1.52 1.51 1.52 1.51 1.52 1.51 1.52 1.51 1.52 1.52 1.51v1.516 1.515 1.516 1.516 1.515 1.516 1.515 1.516 1.516 1.515 1.516 1.515 1.516 1.516 1.515 1.516h-1.51-1.52-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.51-1.52-1.52-1.51-1.52-1.51-1.52v-1.516-1.515-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516-1.515-1.516-1.516-1.515-1.516z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" stroke="#ededed" stroke-width="2.3354" fill="#d40000"/>
+ <g id="interpolate-f18-zh_TW.svgg10434" stroke-linejoin="round" transform="matrix(.52187 0 0 .52187 16.891 -819.61)">
+ <path id="interpolate-f18-zh_TW.svgpath10436" d="m401.09 1703.1c-0.31 0.3 1.96 0.1 1.76-0.1-0.17-0.2 2.16-0.5 1.96-0.7-0.18-0.2 1.05-0.3 1.45-0.1 0.17 0 0.28 0.1 0.25 0.1-0.26 0.2 2.17 0.5 2.18 0.8 0 0.3 2.56 0.6 2.55 0.9 0 0.3 2.09 0.5 1.93 0.5h0.02c-0.44 0.1 2.01-0.2 2.06-0.5 0.03-0.3 2.62-0.6 2.64-0.9s2.1-0.6 2.01-0.6h0.02c-0.35-0.1 1.91 0.1 1.72 0.3-0.17 0.2 2.18 0.5 2.04 0.8-0.17 0.3 2.12 0.5 1.82 0.5-0.08 0 0.17 0 0.5-0.1 0.44-0.1 1.39-0.2 1.45-0.4 0.08-0.3 2.78-0.5 2.99-0.8 0.19-0.2 2.86-0.5 2.88-0.7 0.01-0.2 0.69-0.4 1.23-0.5 0.46-0.1 0.87-0.2 0.76-0.2-0.26 0-0.51 2.7-0.77 2.9-0.23 0.2-0.47 2.9-0.68 3-0.2 0.1-0.38 1.2-0.54 1.6-0.05 0.3-0.08 0.6-0.09 0.5-0.08-0.3 0.19 2 0.51 1.9 0.27-0.2 0.58 2.2 0.77 2 0.13-0.1 0.21 0.7 0.17 1.2-0.02 0.3-0.05 0.6-0.09 0.5-0.15-0.3-0.45 2.2-0.78 2.1-0.3 0-0.63 2.5-0.88 2.5-0.29-0.1-0.48 1.5-0.45 1.7 0 0.1 0.01 0.1 0.01 0.1 0.06-0.3 0.35 2.2 0.71 2.3 0.26 0 0.56 2.6 0.85 2.7 0.32 0.1 0.63 2.6 0.87 2.5 0.11 0 0.2 0.4 0.27 0.9 0.09 0.5 0.09 1 0.04 0.9-0.08-0.3-0.34 2-0.61 1.9-0.28-0.2-0.56 2.1-0.68 1.9-0.09-0.2-0.09 0.5 0.08 1.1 0.09 0.3 0.17 0.7 0.25 0.7 0.25-0.1-2 0.1-1.74 0.4 0.22 0.2-2.04 0.4-1.79 0.5 0.18 0-0.62 0-1.13-0.1-0.34 0-0.61-0.1-0.56-0.2 0.19-0.2-2.35-0.5-2.44-0.8-0.1-0.3-2.74-0.6-2.74-0.9-0.01-0.2-1.03-0.3-1.46-0.4h-0.41c0.28 0-2.16 0.3-2.14 0.7 0.02 0.3-2.48 0.6-2.43 0.9s-2.32 0.6-2 0.7h-0.11c-0.25 0-1.78-0.2-1.64-0.4s-2.25-0.5-2.16-0.8c0.12-0.4-2.24-0.7-2-0.7h-0.63c-0.48 0.2-1.23 0.3-1.23 0.5s-2.65 0.5-2.82 0.8c-0.16 0.2-2.8 0.5-2.85 0.8-0.03 0.2-1.1 0.4-1.67 0.6-0.32 0-0.53 0.1-0.48 0.1 0.27 0.2 0.52-2.5 0.77-2.8 0.22-0.2 0.44-2.9 0.64-3.1 0.19-0.1 0.37-1.2 0.54-1.6 0.05-0.3 0.07-0.5 0.09-0.5 0.08 0.4-0.16-1.9-0.46-1.8-0.24 0.2-0.53-2.2-0.73-2-0.17 0.2-0.27-1-0.23-1.4 0.01-0.2 0.02-0.3 0.03-0.2 0.1 0.3 0.38-2.1 0.7-2.1 0.28 0.1 0.61-2.4 0.88-2.4 0.36 0 0.63-2.4 0.6-2 0 0 0-0.1-0.01-0.2-0.07-0.4-0.29-1.8-0.59-1.9-0.24 0-0.53-2.7-0.82-2.8-0.3-0.1-0.6-2.7-0.84-2.7-0.22 0-0.39-1-0.49-1.5l-0.05-0.5c-0.01 0.3 0.19-1.9 0.44-1.7 0.23 0.2 0.51-2.1 0.71-2 0.25 0.3 0.37-2 0.07-1.7" stroke="#cbcbcb" stroke-width="4.2464" fill="#da1d00"/>
+ <path id="interpolate-f18-zh_TW.svgpath10438" d="m345.6 1709.2c-0.63 0.6 1.01 0.3 0.61-0.2-0.34-0.5 1.42-1.1 1.02-1.5-0.36-0.3 0.4-0.4 0.4-0.1 0.1 0.1 0.15 0.1 0.09 0.2-0.51 0.4 1.44 1 1.45 1.6s2.23 1.2 2.21 1.7c-0.02 0.6 1.6 1.1 0.98 1.2 0.01 0 0.01 0 0 0-0.87 0.1 1.11-0.5 1.21-1.2 0.08-0.5 2.34-1.1 2.38-1.7s1.68-1.2 1.16-1.3c0.01 0 0.01 0 0 0-0.69 0 0.92 0.3 0.55 0.7-0.35 0.5 1.45 1.1 1.16 1.6-0.34 0.5 1.35 1 0.74 1-0.16 0-0.06-0.1 0.11-0.1 0.03-0.3 0.76-0.6 0.89-1 0.15-0.4 2.66-0.9 3.07-1.4 0.38-0.5 2.81-1.1 2.85-1.6 0.02-0.3 0.54-0.6 0.83-0.9 0.26-0.2 0.47-0.4 0.25-0.4-0.51-0.1-1.03 2.4-1.53 2.9-0.47 0.4-0.94 3-1.37 3.2-0.39 0.1-0.75 1-1.07 1-0.1 0.2-0.16 0.3-0.19 0.2-0.16-0.7 0.38 1.1 1.03 0.8 0.54-0.2 1.15 1.6 1.53 1.2 0.27-0.3 0.42 0.2 0.34 0.3-0.03 0.2-0.09 0.3-0.17 0.2-0.3-0.5-0.9 1.4-1.56 1.4-0.6-0.1-1.26 2-1.77 1.9-0.57-0.1-0.96 1.1-0.89 0.8 0 0 0.01 0.1 0.01 0 0.13-0.7 0.7 1.4 1.43 1.6 0.52 0.1 1.11 2.4 1.69 2.6 0.65 0.2 1.27 2.3 1.73 2.1 0.23-0.1 0.42 0.2 0.56 0.4 0.17 0.2 0.18 0.5 0.08 0.2-0.18-0.5-0.69 1.2-1.23 0.9-0.55-0.4-1.12 1.3-1.36 0.9-0.18-0.3-0.17 0.1 0.16 0.3 0.18 0.2 0.34 0.4 0.51 0.4 0.5-0.2-1.09 0.3-0.58 0.8 0.43 0.4-1.18 0.8-0.67 1 0.36 0.1-0.08 0.1-0.26-0.1-0.18-0.1-0.33-0.3-0.22-0.4 0.38-0.5-1.79-1.1-1.99-1.7-0.19-0.6-2.56-1.2-2.57-1.7-0.02-0.4-0.76-0.7-0.75-0.9h-0.08c0.55 0.1-1.41 0.7-1.37 1.5 0.03 0.6-2.06 1.2-1.97 1.7 0.1 0.7-1.72 1.2-1.08 1.4h-0.02c0.17 0.1-0.87-0.3-0.58-0.8 0.28-0.4-1.61-1-1.42-1.6 0.24-0.7-1.58-1.3-1.09-1.4 0.18 0 0.02 0-0.15 0.1-0.14 0.2-0.66 0.5-0.67 0.9 0 0.4-2.41 1-2.75 1.6-0.3 0.5-2.68 1.1-2.77 1.6-0.08 0.4-0.93 0.8-1.21 1.2-0.19 0.1-0.31 0.2-0.19 0.3 0.52 0.3 1.04-2.2 1.54-2.7 0.44-0.4 0.87-3 1.28-3.3 0.38-0.2 0.74-1.1 1.08-1.1 0.08-0.2 0.14-0.3 0.17-0.2 0.16 0.7-0.31-1-0.92-0.7-0.49 0.3-1.07-1.5-1.47-1.1-0.33 0.4-0.54-0.4-0.45-0.4 0.02-0.1 0.04-0.1 0.06 0 0.21 0.6 0.75-1.3 1.4-1.2 0.57 0.1 1.22-2 1.76-2 0.72 0.1 1.26-1.8 1.21-1.1-0.01 0.1-0.02 0.1-0.03 0-0.14 0.1-0.58-1.1-1.17-1.2-0.49-0.1-1.07-2.5-1.65-2.7-0.6-0.3-1.2-2.6-1.69-2.6-0.42 0-0.77-0.7-0.96-0.8-0.08-0.2-0.11-0.3-0.12-0.1 0 0.6 0.39-1.1 0.89-0.6 0.47 0.3 1.02-1.4 1.41-1 0.51 0.4 0.75-1.2 0.16-0.6" stroke="#a9a9a9" stroke-width="4.0179" fill="#e03a00"/>
+ <path id="interpolate-f18-zh_TW.svgpath10440" d="m290.1 1715.3c-0.94 0.9 0.07 0.4-0.53-0.4-0.5-0.6 0.68-1.5 0.08-2.1-0.55-0.5-0.24-0.7-0.65-0.2 0.03 0.1 0.02 0.2-0.08 0.3-0.76 0.6 0.72 1.4 0.74 2.3 0.01 1 1.88 1.9 1.85 2.7-0.02 0.9 1.12 1.5 0.04 1.7h-0.01c-1.31 0.1 0.21-0.6 0.36-1.7 0.12-0.8 2.06-1.8 2.11-2.6 0.06-1 1.26-1.7 0.31-1.9h-0.01c-1.05-0.1-0.08 0.4-0.64 1.1-0.53 0.6 0.73 1.5 0.29 2.2-0.51 0.9 0.57 1.6-0.34 1.6-0.24 0-0.28-0.1-0.29-0.2-0.37-0.3 0.14-0.8 0.34-1.4 0.22-0.6 2.54-1.4 3.14-2.2 0.58-0.8 2.78-1.6 2.83-2.3 0.04-0.5 0.39-1 0.44-1.4s0.07-0.5-0.26-0.6c-0.77-0.1-1.55 2.2-2.3 2.9-0.71 0.6-1.41 3-2.06 3.3-0.58 0.2-1.12 0.9-1.61 0.5-0.14 0.1-0.23 0-0.28-0.2-0.24-0.9 0.57 0.3 1.55-0.1 0.8-0.4 1.72 0.9 2.29 0.3 0.4-0.4 0.62-0.3 0.51-0.5-0.04 0-0.13-0.1-0.25-0.3-0.45-0.7-1.35 0.7-2.34 0.7-0.91-0.1-1.89 1.6-2.65 1.5-0.86-0.2-1.45 0.5-1.35-0.2 0.01 0 0.01 0 0.03-0.1 0.18-1 1.04 0.6 2.14 0.9 0.77 0.2 1.67 2.2 2.53 2.4 0.97 0.3 1.91 2.1 2.6 1.8 0.34-0.1 0.63 0 0.83 0 0.27-0.1 0.28-0.1 0.13-0.5-0.27-0.8-1.04 0.3-1.85-0.2-0.82-0.6-1.68 0.6-2.04 0-0.26-0.5-0.25-0.4 0.25-0.5 0.26 0 0.51 0.1 0.76 0 0.75-0.3-0.19 0.4 0.58 1.1 0.65 0.7-0.33 1.4 0.45 1.6 0.54 0.2 0.46 0.2 0.61-0.2-0.02-0.1-0.04-0.3 0.11-0.5 0.58-0.7-1.23-1.6-1.52-2.5-0.29-1-2.39-1.9-2.41-2.6-0.03-0.6-0.49-1.1-0.04-1.3 0.02-0.1 0.06-0.1 0.25-0.1 0.82 0.2-0.66 1.1-0.6 2.2 0.04 0.9-1.64 1.9-1.51 2.7 0.16 1-1.12 1.8-0.16 2h0.07c0.59 0.1 0.04-0.4 0.48-1.1 0.43-0.7-0.96-1.6-0.68-2.5 0.36-1-0.92-1.9-0.19-2.1 0.28 0 0.3 0 0.35 0.2 0.2 0.3-0.11 0.7-0.12 1.2 0 0.7-2.16 1.6-2.67 2.5-0.45 0.8-2.58 1.6-2.71 2.4-0.11 0.6-0.75 1.3-0.74 1.8-0.07 0.2-0.08 0.4 0.1 0.5 0.78 0.4 1.55-1.8 2.3-2.6 0.66-0.6 1.31-3.1 1.92-3.5 0.57-0.3 1.11-1 1.62-0.7 0.13 0 0.22 0 0.26 0.2 0.24 1-0.47-0.1-1.37 0.4-0.74 0.4-1.61-0.8-2.21-0.2-0.5 0.5-0.81 0.2-0.68 0.7 0.03-0.1 0.06 0 0.1 0.1 0.3 0.9 1.12-0.4 2.08-0.3 0.86 0.1 1.84-1.6 2.65-1.5 1.08 0.1 1.89-1.3 1.81-0.2 0 0.1-0.02 0.1-0.04 0.1-0.2 0.6-0.88-0.3-1.76-0.5-0.73-0.2-1.6-2.2-2.47-2.6-0.9-0.4-1.79-2.4-2.53-2.4-0.64-0.1-1.16-0.5-1.45-0.3-0.11 0-0.16 0.1-0.17 0.3-0.01 0.9 0.59-0.1 1.34 0.5 0.69 0.6 1.52-0.5 2.11 0 0.77 0.7 1.12-0.3 0.23 0.6" stroke="#878787" stroke-width="3.7893" fill="#e65700"/>
+ <path id="interpolate-f18-zh_TW.svgpath10442" d="m234.61 1721.4c-1.26 1.2-0.88 0.6-1.68-0.5-0.67-0.9-0.06-2.1-0.86-2.8-0.74-0.7-0.88-1-1.7-0.2-0.05 0-0.11 0.1-0.24 0.2-1.02 0.9-0.01 2 0.01 3.2s1.54 2.5 1.51 3.6c-0.04 1.1 0.62 2-0.92 2.2h-0.02c-1.74 0.2-0.68-0.8-0.48-2.2 0.15-1.1 1.78-2.4 1.85-3.5 0.08-1.3 0.83-2.3-0.55-2.5h-0.03c-1.39-0.2-1.08 0.4-1.82 1.4-0.7 0.9 0.01 2-0.58 3-0.68 1.2-0.21 2.1-1.42 2-0.32 0-0.5 0-0.68-0.2-0.78-0.4-0.49-1.1-0.22-1.8 0.3-0.9 2.42-1.9 3.22-3 0.78-1 2.73-2.1 2.81-3.1 0.04-0.6 0.23-1.2 0.03-1.8-0.15-0.5-0.33-0.7-0.77-0.8-1.02-0.1-2.06 1.9-3.06 2.8-0.95 0.9-1.88 3.1-2.74 3.5-0.78 0.3-1.5 0.8-2.15 0.1-0.19-0.2-0.32-0.3-0.38-0.6-0.31-1.2 0.76-0.6 2.07-1.2 1.07-0.5 2.3 0.3 3.05-0.5 0.53-0.5 0.83-0.7 0.69-1.4-0.06-0.2-0.18-0.3-0.35-0.6-0.59-1-1.8 0-3.12-0.1-1.21-0.1-2.51 1.2-3.53 1-1.14-0.2-1.93 0.1-1.8-1.1 0.01-0.1 0.02-0.1 0.04-0.2 0.25-1.4 1.39-0.2 2.86 0.2 1.03 0.3 2.22 2 3.38 2.3 1.29 0.4 2.53 1.8 3.46 1.4 0.46-0.2 0.84-0.3 1.11-0.5 0.35-0.4 0.37-0.7 0.17-1.2-0.36-1-1.39-0.5-2.47-1.2-1.1-0.8-2.24-0.2-2.71-1-0.36-0.6-0.34-0.8 0.32-1.3 0.35-0.2 0.68-0.2 1.01-0.3 1.01-0.3 0.72 0.5 1.75 1.5 0.86 0.9 0.53 1.8 1.57 2.1 0.71 0.3 0.99 0.3 1.49-0.2 0.13-0.3 0.24-0.5 0.44-0.7 0.77-1-0.67-2.2-1.06-3.4s-2.22-2.4-2.25-3.4c-0.03-0.8-0.22-1.5 0.67-1.8 0.16-0.1 0.32-0.1 0.58 0 1.1 0.1 0.09 1.4 0.16 2.9 0.06 1.1-1.21 2.4-1.03 3.5 0.21 1.3-0.54 2.4 0.74 2.7h0.17c1 0.2 0.95-0.5 1.54-1.5 0.57-0.9-0.32-2.1 0.06-3.3 0.48-1.3-0.26-2.5 0.71-2.7 0.37-0.1 0.58-0.1 0.85 0.2 0.53 0.4 0.45 1 0.44 1.6-0.02 1-1.92 2.1-2.6 3.3-0.6 1-2.47 2.1-2.65 3.2-0.15 0.9-0.57 1.7-0.27 2.4 0.05 0.3 0.15 0.5 0.38 0.6 1.05 0.6 2.08-1.4 3.07-2.4 0.89-0.9 1.75-3.2 2.56-3.7 0.76-0.4 1.49-1 2.16-0.2 0.18 0.1 0.29 0.3 0.35 0.5 0.31 1.3-0.63 0.8-1.83 1.5-0.98 0.6-2.15-0.1-2.94 0.7-0.67 0.7-1.09 0.8-0.9 1.7 0.03 0 0.07 0.1 0.12 0.3 0.41 1.2 1.5 0.4 2.78 0.6 1.15 0.2 2.44-1.1 3.53-1.1 1.44 0.2 2.52-0.7 2.42 0.7-0.01 0.2-0.03 0.2-0.06 0.3-0.27 1-1.17 0.5-2.35 0.2-0.97-0.2-2.13-2-3.29-2.5-1.2-0.6-2.39-2.3-3.37-2.3-0.86 0-1.55-0.2-1.94 0.4-0.14 0.1-0.21 0.3-0.22 0.6-0.02 1.2 0.78 0.9 1.78 1.7 0.93 0.8 2.03 0.2 2.81 0.9 1.03 0.9 1.51 0.6 0.32 1.8" stroke="#656565" stroke-width="3.5607" fill="#ec7400"/>
+ <path id="interpolate-f18-zh_TW.svgpath10444" d="m179.11 1727.4c-1.57 1.6-1.82 0.8-2.82-0.5-0.84-1.1-0.81-2.6-1.81-3.5-0.91-0.9-1.52-1.2-2.74-0.3-0.12 0.1-0.24 0.2-0.4 0.3-1.28 1.1-0.74 2.5-0.72 4 0.03 1.5 1.21 3.1 1.16 4.4-0.04 1.5 0.14 2.6-1.86 2.9h-0.04c-2.18 0.2-1.57-1.1-1.32-2.8 0.19-1.4 1.49-3 1.58-4.4 0.1-1.6 0.42-2.9-1.4-3.1-0.01 0-0.03 0-0.05-0.1-1.73-0.2-2.07 0.6-2.99 1.8-0.88 1.1-0.72 2.6-1.45 3.8-0.86 1.4-0.99 2.6-2.51 2.5-0.4 0-0.73-0.1-1.07-0.3-1.19-0.5-1.11-1.3-0.78-2.3 0.37-1 2.29-2.3 3.3-3.6 0.97-1.3 2.69-2.6 2.78-3.9 0.06-0.8 0.08-1.6-0.37-2.3-0.35-0.6-0.72-0.9-1.28-1-1.27-0.1-2.57 1.7-3.82 2.8-1.19 1.1-2.35 3.1-3.43 3.6-0.97 0.5-1.88 0.7-2.69-0.4-0.24-0.3-0.39-0.6-0.47-0.9-0.39-1.6 0.95-1.5 2.58-2.2 1.34-0.6 2.88-0.4 3.83-1.4 0.66-0.7 1.03-1.2 0.85-2.2-0.07-0.4-0.22-0.7-0.43-1-0.74-1.3-2.25-0.8-3.9-0.9-1.51-0.1-3.14 0.8-4.41 0.5-1.44-0.3-2.41-0.4-2.25-2 0.01-0.1 0.02-0.2 0.04-0.3 0.31-1.7 1.74-1 3.58-0.5 1.28 0.3 2.77 1.7 4.22 2.2 1.61 0.4 3.17 1.5 4.33 1 0.57-0.2 1.04-0.5 1.38-1 0.44-0.6 0.47-1.2 0.22-1.9-0.45-1.2-1.74-1.3-3.08-2.2-1.38-0.9-2.81-1-3.4-2-0.44-0.7-0.43-1.3 0.41-2 0.43-0.4 0.85-0.6 1.26-0.7 1.25-0.4 1.62 0.7 2.91 1.9 1.08 1.1 1.39 2.2 2.68 2.7 0.9 0.3 1.54 0.2 2.37-0.4 0.3-0.3 0.52-0.6 0.78-0.9 0.95-1.2-0.12-2.7-0.6-4.2-0.49-1.5-2.05-3-2.09-4.2-0.04-1.1 0.05-1.9 1.37-2.2 0.32-0.1 0.6-0.2 0.92-0.1 1.37 0.2 0.83 1.8 0.93 3.7 0.07 1.4-0.8 3-0.57 4.4 0.26 1.6 0.06 2.9 1.66 3.3h0.25c1.43 0.2 1.87-0.6 2.61-1.8 0.71-1.2 0.33-2.8 0.81-4.1 0.59-1.8 0.39-3.3 1.61-3.5 0.46-0.1 0.85 0 1.34 0.3 0.87 0.5 1 1.2 0.99 2-0.02 1.2-1.67 2.6-2.52 4.1-0.76 1.3-2.36 2.7-2.59 4-0.19 1.1-0.38 2.1 0.2 3.1 0.17 0.3 0.37 0.5 0.67 0.7 1.3 0.7 2.59-1.1 3.84-2.3 1.1-1.1 2.18-3.3 3.2-3.9 0.95-0.6 1.85-0.9 2.69 0.3 0.22 0.3 0.37 0.5 0.45 0.8 0.38 1.6-0.79 1.7-2.3 2.6-1.23 0.7-2.68 0.6-3.67 1.6-0.85 0.8-1.36 1.4-1.13 2.7 0.03 0.2 0.09 0.3 0.15 0.5 0.51 1.6 1.88 1.3 3.48 1.5 1.43 0.2 3.05-0.7 4.42-0.6 1.79 0.1 3.14-0.2 3.01 1.6-0.01 0.1-0.03 0.3-0.07 0.4-0.34 1.5-1.46 1.2-2.93 0.9-1.22-0.3-2.67-1.8-4.12-2.5-1.5-0.6-2.99-2-4.21-2-1.07-0.1-1.94 0-2.42 0.9-0.19 0.3-0.28 0.7-0.28 1.1-0.03 1.4 0.97 1.8 2.22 2.8 1.16 1 2.54 1 3.52 1.8 1.28 1.2 1.88 1.5 0.39 2.9" stroke="#434343" stroke-width="3.3321" fill="#f29100"/>
+ <path id="interpolate-f18-zh_TW.svgpath10446" d="m123.62 1733.5c-1.89 1.9-2.77 1-3.97-0.6-1.01-1.3-1.55-3.2-2.75-4.3-1.1-1-2.16-1.4-3.79-0.3-0.19 0.1-0.38 0.3-0.56 0.4-1.54 1.3-1.47 3-1.44 4.8s0.86 3.7 0.81 5.3c-0.06 1.8-0.35 3.1-2.82 3.4h-0.04c-2.62 0.3-2.48-1.3-2.18-3.4 0.24-1.6 1.22-3.5 1.32-5.2 0.12-1.9 0-3.5-2.25-3.8h-0.06c-2.09-0.2-3.07 0.7-4.18 2.1-1.06 1.4-1.44 3.1-2.321 4.6-1.033 1.7-1.77 3.1-3.594 3-0.478 0-0.946-0.1-1.456-0.3-1.602-0.7-1.741-1.7-1.34-2.8 0.445-1.3 2.172-2.8 3.382-4.4 1.16-1.5 2.64-3.1 2.756-4.7 0.069-0.9-0.082-1.8-0.771-2.7-0.555-0.7-1.126-1.1-1.787-1.1-1.535-0.3-3.087 1.3-4.594 2.7-1.429 1.3-2.818 3.2-4.114 3.7-1.162 0.6-2.249 0.6-3.223-0.9-0.286-0.5-0.47-0.8-0.566-1.2-0.471-1.9 1.137-2.4 3.099-3.3 1.607-0.7 3.451-1 4.588-2.2 0.795-0.8 1.245-1.7 1.024-3.1-0.089-0.5-0.267-1-0.517-1.4-0.891-1.5-2.701-1.5-4.68-1.6-1.813-0.1-3.769 0.4-5.294 0.1-1.721-0.4-2.894-0.9-2.699-3.1 0.013-0.1 0.031-0.2 0.053-0.3 0.371-2.1 2.085-1.7 4.289-1.2 1.545 0.4 3.332 1.5 5.065 2 1.938 0.6 3.809 1.3 5.203 0.7 0.68-0.3 1.247-0.7 1.652-1.4 0.533-1 0.56-1.8 0.259-2.6-0.532-1.5-2.087-2.2-3.696-3.3-1.653-1.1-3.363-1.7-4.076-2.9-0.53-0.9-0.51-1.8 0.488-2.9 0.518-0.5 1.021-0.8 1.518-1 1.505-0.5 2.527 0.8 4.074 2.3 1.293 1.3 2.248 2.7 3.798 3.2 1.078 0.4 2.08 0.3 3.24-0.4 0.46-0.4 0.81-0.7 1.11-1.1 1.15-1.4 0.45-3.2-0.14-5.1-0.58-1.8-1.87-3.6-1.92-5-0.05-1.3 0.33-2.2 2.08-2.7 0.47-0.1 0.87-0.1 1.24-0.1 1.66 0.3 1.59 2.1 1.71 4.4 0.08 1.7-0.38 3.7-0.11 5.3 0.32 2 0.66 3.6 2.57 4h0.35c1.85 0.2 2.78-0.7 3.67-2.2 0.85-1.4 0.97-3.3 1.55-4.9 0.71-2.1 1.06-3.9 2.51-4.2 0.56-0.1 1.13 0 1.84 0.4 1.21 0.6 1.55 1.4 1.54 2.4-0.02 1.4-1.42 3.1-2.44 4.9-0.91 1.6-2.25 3.2-2.53 4.8-0.22 1.3-0.2 2.6 0.67 3.7 0.29 0.4 0.6 0.7 0.95 0.9 1.57 0.8 3.12-0.8 4.61-2.2 1.33-1.3 2.62-3.4 3.84-4.1 1.14-0.7 2.23-0.8 3.24 0.8 0.26 0.4 0.43 0.7 0.53 1.1 0.46 1.9-0.95 2.6-2.75 3.7-1.48 0.8-3.22 1.3-4.41 2.5-1.02 1-1.63 2-1.36 3.7 0.04 0.3 0.11 0.5 0.19 0.7 0.61 1.9 2.25 2.1 4.17 2.4 1.72 0.2 3.66-0.3 5.3-0.1 2.15 0.1 3.77 0.3 3.62 2.4-0.02 0.2-0.05 0.4-0.09 0.6-0.4 1.9-1.75 2-3.52 1.6-1.46-0.4-3.2-1.6-4.94-2.4-1.79-0.7-3.59-1.9-5.05-1.9-1.29 0-2.33 0.3-2.91 1.6-0.22 0.5-0.33 0.9-0.33 1.4-0.03 1.7 1.17 2.7 2.67 4 1.39 1.1 3.04 1.7 4.22 2.8 1.54 1.3 2.25 2.3 0.47 4" stroke="#212121" stroke-width="3.1036" fill="#f8ae00"/>
</g>
</g>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2367.2200416000005" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2367.2200416000005" x="10">用內插仿造不規則漸層</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2196.3317879" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2196.3317879" x="10">用內插仿造不規則漸層</tspan>
</text>
- <rect id="d0e368" display="none" height="1000px" width="288" y="2372.4" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e368" display="none" height="1e3px" width="288" y="2201.5" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e368"/>
</flowRegion>
- <flowDiv xml:space="preserve">It is not possible in Inkscape (yet) to create a gradient other than linear (straight line) or radial (round). However, it can be faked using the Interpolate extension and Interpolate Style. A simple example follows — draw two lines of different strokes:</flowDiv>
+ <flowDiv xml:space="preserve">Inkscape 還無法建立線性 (直線) 或放射狀 (圓形) 以外的漸層。不過,可以用內插擴充功能和插入樣式來仿造其他種類的漸層。一個簡單的例子如下 — 畫兩條不同邊框顏色的線條:</flowDiv>
</flowRoot>
- <g id="interpolate-f19-zh_TW.svgg2846" transform="translate(10, 2428.5314496000005) translate(-17.25,-19.612183)">
- <path id="interpolate-f19-zh_TW.svgpath2180" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,132.36l75-32.855,85.71,33.575,77.15-32.86" stroke="#35b8ff" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f19-zh_TW.svgpath3007" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,55.219l75-32.857,85.71,33.572,77.15-32.858" stroke="#ffed35" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
+ <g id="interpolate-f19-zh_TW.svgg2846" transform="translate(-7.25 2230.2)" stroke-width="5.5" fill="none">
+ <path id="interpolate-f19-zh_TW.svgpath2180" d="m20 132.36l75-32.855 85.71 33.575 77.15-32.86" stroke="#35b8ff"/>
+ <path id="interpolate-f19-zh_TW.svgpath3007" d="m20 55.219l75-32.857 85.71 33.572 77.15-32.858" stroke="#ffed35"/>
</g>
- <rect id="d0e381" display="none" height="1000px" width="288" y="2556.7" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e381" display="none" height="1e3px" width="288" y="2378" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e381"/>
</flowRegion>
<flowDiv xml:space="preserve">然後對這兩條線段使用內插來建立漸層效果:</flowDiv>
</flowRoot>
- <g id="interpolate-f20-zh_TW.svgg2805" transform="translate(10, 2582.8473021000004) translate(-17.25,-19.612183)">
- <path id="interpolate-f20-zh_TW.svgpath2180" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,132.36l75-32.855,85.71,33.575,77.15-32.86" stroke="#35b8ff" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath3007" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,55.219l75-32.857,85.71,33.572,77.15-32.858" stroke="#ffed35" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
+ <g id="interpolate-f20-zh_TW.svgg2805" transform="translate(-7.25 2384.3)" stroke-width="5.5" fill="none">
+ <path id="interpolate-f20-zh_TW.svgpath2180" d="m20 132.36l75-32.855 85.71 33.575 77.15-32.86" stroke="#35b8ff"/>
+ <path id="interpolate-f20-zh_TW.svgpath3007" d="m20 55.219l75-32.857 85.71 33.572 77.15-32.858" stroke="#ffed35"/>
<g id="interpolate-f20-zh_TW.svgg2785">
- <path id="interpolate-f20-zh_TW.svgpath4932" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,59.757s75-32.857,75-32.857,85.71,33.571,85.71,33.571,77.15-32.857,77.15-32.857" stroke="#f3e940" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4934" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,64.295s75-32.857,75-32.857,85.71,33.571,85.71,33.571,77.15-32.857,77.15-32.857" stroke="#e7e64c" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4936" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,68.833s75-32.857,75-32.857,85.71,33.571,85.71,33.571,77.15-32.857,77.15-32.857" stroke="#dbe358" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4938" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,73.371s75-32.858,75-32.858,85.71,33.572,85.71,33.572,77.15-32.857,77.15-32.857" stroke="#cfe064" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4940" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,77.908s75-32.857,75-32.857,85.71,33.572,85.71,33.572,77.15-32.857,77.15-32.857" stroke="#c3dd70" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4942" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,82.446s75-32.857,75-32.857,85.71,33.572,85.71,33.572,77.15-32.858,77.15-32.858" stroke="#b7da7c" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4944" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,86.984s75-32.857,75-32.857,85.71,33.571,85.71,33.571,77.15-32.857,77.15-32.857" stroke="#abd788" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4946" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,91.522s75-32.857,75-32.857,85.71,33.571,85.71,33.571,77.15-32.857,77.15-32.857" stroke="#9fd494" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4948" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,96.06s75-32.857,75-32.857,85.71,33.571,85.71,33.571,77.15-32.857,77.15-32.857" stroke="#94d09f" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4950" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,100.6s75-32.86,75-32.86,85.71,33.57,85.71,33.57,77.15-32.855,77.15-32.855" stroke="#88cdab" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4952" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,105.14s75-32.862,75-32.862,85.71,33.572,85.71,33.572,77.15-32.858,77.15-32.858" stroke="#7ccab7" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4954" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,109.67s75-32.854,75-32.854,85.71,33.574,85.71,33.574,77.15-32.86,77.15-32.86" stroke="#70c7c3" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4956" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,114.21s75-32.856,75-32.856,85.71,33.576,85.71,33.576,77.15-32.862,77.15-32.862" stroke="#64c4cf" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4958" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,118.75s75-32.858,75-32.858,85.71,33.568,85.71,33.568,77.15-32.854,77.15-32.854" stroke="#58c1db" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4960" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,123.29s75-32.861,75-32.861,85.71,33.571,85.71,33.571,77.15-32.856,77.15-32.856" stroke="#4cbee7" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
- <path id="interpolate-f20-zh_TW.svgpath4962" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M20,127.82s75-32.853,75-32.853,85.71,33.573,85.71,33.573,77.15-32.858,77.15-32.858" stroke="#40bbf3" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="5.5" fill="none"/>
+ <path id="interpolate-f20-zh_TW.svgpath4932" d="m20 59.757l75-32.857 85.71 33.571 77.15-32.857" stroke="#f3e940"/>
+ <path id="interpolate-f20-zh_TW.svgpath4934" d="m20 64.295l75-32.857 85.71 33.571 77.15-32.857" stroke="#e7e64c"/>
+ <path id="interpolate-f20-zh_TW.svgpath4936" d="m20 68.833l75-32.857 85.71 33.571 77.15-32.857" stroke="#dbe358"/>
+ <path id="interpolate-f20-zh_TW.svgpath4938" d="m20 73.371l75-32.858 85.71 33.572 77.15-32.857" stroke="#cfe064"/>
+ <path id="interpolate-f20-zh_TW.svgpath4940" d="m20 77.908l75-32.857 85.71 33.572 77.15-32.857" stroke="#c3dd70"/>
+ <path id="interpolate-f20-zh_TW.svgpath4942" d="m20 82.446l75-32.857 85.71 33.572 77.15-32.858" stroke="#b7da7c"/>
+ <path id="interpolate-f20-zh_TW.svgpath4944" d="m20 86.984l75-32.857 85.71 33.571 77.15-32.857" stroke="#abd788"/>
+ <path id="interpolate-f20-zh_TW.svgpath4946" d="m20 91.522l75-32.857 85.71 33.571 77.15-32.857" stroke="#9fd494"/>
+ <path id="interpolate-f20-zh_TW.svgpath4948" d="m20 96.06l75-32.857 85.71 33.571 77.15-32.857" stroke="#94d09f"/>
+ <path id="interpolate-f20-zh_TW.svgpath4950" d="m20 100.6l75-32.86 85.71 33.57 77.15-32.855" stroke="#88cdab"/>
+ <path id="interpolate-f20-zh_TW.svgpath4952" d="m20 105.14l75-32.862 85.71 33.572 77.15-32.858" stroke="#7ccab7"/>
+ <path id="interpolate-f20-zh_TW.svgpath4954" d="m20 109.67l75-32.854 85.71 33.574 77.15-32.86" stroke="#70c7c3"/>
+ <path id="interpolate-f20-zh_TW.svgpath4956" d="m20 114.21l75-32.856 85.71 33.576 77.15-32.862" stroke="#64c4cf"/>
+ <path id="interpolate-f20-zh_TW.svgpath4958" d="m20 118.75l75-32.858 85.71 33.568 77.15-32.854" stroke="#58c1db"/>
+ <path id="interpolate-f20-zh_TW.svgpath4960" d="m20 123.29l75-32.861 85.71 33.571 77.15-32.856" stroke="#4cbee7"/>
+ <path id="interpolate-f20-zh_TW.svgpath4962" d="m20 127.82l75-32.853 85.71 33.573 77.15-32.858" stroke="#40bbf3"/>
</g>
</g>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2723.8615921000005" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2723.8615921000005" x="10">結論</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2544.8658979" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2544.8658979" x="10">結論</tspan>
</text>
- <rect id="d0e400" display="none" height="1000px" width="288" y="2729.1" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e400" display="none" height="1e3px" width="288" y="2550.1" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e400"/>
</flowRegion>
- <flowDiv xml:space="preserve">As demonstrated above, the Inkscape Interpolate extension is a powerful tool. This tutorial covers the basics of this extension, but experimentation is the key to exploring interpolation further.</flowDiv>
+ <flowDiv xml:space="preserve">如同上面內容所呈現,Inkscape 的內插擴充功能是非常強大的工具。這篇教學講述了內插擴充功能的基本用法,但經過實驗和練習才能完全掌握內插的特性。</flowDiv>
</flowRoot>
- <g transform="translate(0, 2768.1970611)">
+ <g transform="translate(0 2579.2)">
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
- <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.149642,0.000000,0.000000,0.465194,-0.130153,3495.428)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
- <filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom">
- <feFlood id="feFlood60" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/>
+ <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
+ <filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
+ <feFlood id="feFlood60" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/>
<feComposite id="feComposite62" operator="in" result="composite1" in2="SourceGraphic" in="flood"/>
<feGaussianBlur id="feGaussianBlur64" result="blur" stdDeviation="20" in="composite1"/>
<feOffset id="feOffset66" result="offset" dx="0" dy="0"/>
@@ -576,19 +576,19 @@ Ryan Lerch, ryanlerch at gmail dot com
</rdf:RDF>
</metadata>
<g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer">
- <rect id="rect1494" transform="scale(1.000000,-1.000000)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-0.11217" fill="url(#linearGradient2465)"/>
- <path id="path1508" stroke-width="1pt" fill="#FFF" d="m80.493,57.976-4.9567,0,0,0.3171,0.14846,0c0.66805,0,0.74228,0.0338,0.74228,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74228,0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722,0.4723-0.29691,0.8907-0.49485,1.0864-0.25566,0.2699-0.72577,0.3981-1.4186,0.3981h-0.54433c-0.24742,0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031,0,0.70928,0.0404,0.87423,0.1821,0.21443,0.1754,0.2969,0.3914,0.31341,0.7895h0.38763v-2.2133h-0.38763c-0.04124,0.6612-0.37114,0.9244-1.1546,0.9244h-0.19794v-1.5385c0-0.2901,0.07423-0.3374,0.51959-0.3374h0.42887c0.72578,0,1.0804,0.0608,1.3608,0.2497,0.27217,0.1754,0.47011,0.5533,0.59382,1.1606h0.35463l-0.11546-1.7274zm-10.944,2.7059,0.93196,0c0.74227,0,1.1299-0.0472,1.4598-0.1755,0.58558-0.2294,0.91547-0.6612,0.91547-1.1943,0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07422,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172,0-1.7274c0-0.3104,0.04948-0.3442,0.5031-0.3442h0.52784c0.85774,0,1.2619,0.3307,1.2619,1.046,0,0.695-0.42062,1.0256-1.2948,1.0256h-0.99794zm-7.1753-2.4832-0.34639,0-1.8969,3.9341c-0.16495,0.3508-0.19793,0.398-0.32164,0.506-0.13196,0.1281-0.36289,0.2092-0.58557,0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536,0-0.66804-0.1282-0.66804-0.3846,0-0.081,0.02474-0.1755,0.07422-0.2835l0.27217-0.5938h2.1856l0.44536,0.9042c0.04948,0.1012,0.06598,0.1485,0.06598,0.1823,0,0.1079-0.20619,0.1754-0.51134,0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238,0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413,1.1067,0.93196,1.9164-1.8474,0,0.91547-1.9164zm-5.6907-1.0594-0.3134,0-0.3299,0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001,0-1.4598,0.2632-2.0206,0.8097-0.52784,0.5129-0.77526,1.0797-0.77526,1.7747,0,1.4508,1.1629,2.4899,2.7876,2.4899,1.3196,0,2.1608-0.6342,2.3505-1.7678l-0.38763-0.054c-0.08248,0.3576-0.18145,0.6005-0.3299,0.803-0.33815,0.4655-0.86599,0.7017-1.534,0.7017-1.2206,0-1.798-0.695-1.798-2.1457,0-0.7626,0.12371-1.2754,0.40413-1.6804,0.25567-0.3778,0.76701-0.614,1.2949-0.614,0.57732,0,1.0887,0.2497,1.4021,0.6816,0.1567,0.2226,0.28041,0.4858,0.47011,1.0053h0.36288l-0.12371-1.95zm-8.2557,0.0067-0.30515,0-0.3299,0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804,0-1.8062,0.5668-1.8062,1.4102,0,0.7356,0.44536,1.1,1.6577,1.3564l0.7835,0.1619c0.61031,0.1283,0.66804,0.1418,0.84124,0.2496,0.24742,0.1553,0.37938,0.3779,0.37938,0.6411,0,0.2699-0.12371,0.4926-0.37113,0.6749-0.27217,0.1956-0.54434,0.2699-0.99795,0.2699-0.61031,0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299,1.9231h0.32165l0.37113-0.4588c0.55258,0.371,1.0144,0.506,1.732,0.506,1.2124,0,1.9876-0.5802,1.9876-1.4845,0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83,0-0.4724,0.47011-0.7963,1.1711-0.7963,0.57732,0,1.0474,0.2026,1.3773,0.5871,0.23918,0.2767,0.38763,0.5601,0.49484,0.9042h0.35464l-0.09897-1.7544zm-11.151,2.7059,0-1.8355,0-0.1956c0-0.2834,0.07423-0.3172,0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894,1.4351,1.7206c0.13196,0.1619,0.16495,0.216,0.16495,0.2834,0,0.108-0.1567,0.1552-0.56083,0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361,0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551,1.2289-1.0054c0.39588-0.3442,0.89898-0.5399,1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938,0,0.53609,0.0608,0.53609,0.2025,0,0.0944-0.16495,0.2901-0.40413,0.4858l-2.0206,1.66zm-9.2207-2.6654-1.699,0,0,0.3171,0.20618,0c0.42062,0,0.61032,0.054,0.75877,0.2227v2.8679c0,0.9245-0.16495,1.1201-0.9567,1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784,4.0622h0.3464v-3.5021c0-0.9245,0.16495-1.1202,0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351,0.027,0.94846,0.2227,0.94846,1.1472v2.1189l-3.2908-3.5832zm-5.3609,0.8299,0-0.1956c0-0.2834,0.07423-0.3172,0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979,0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/>
- <path id="path1517" stroke-width="1.0000000pt" fill="#FFF" d="M305.97,58.204h1.35v2.817c0,0.532-0.02,0.862-0.05,0.989-0.13,0.485-0.42,0.819-0.87,1.003-0.31,0.127-0.77,0.19-1.38,0.19-1.43,0-2.15-0.428-2.15-1.285l1.43-0.007c0.1,0.268,0.36,0.402,0.81,0.402,0.32,0,0.55-0.101,0.68-0.303,0.1-0.155,0.15-0.41,0.15-0.763v-0.12c-0.43,0.344-0.9,0.516-1.41,0.516-0.56,0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37,0-0.485,0.19-0.889,0.57-1.214,0.36-0.301,0.79-0.452,1.29-0.452,0.64,0,1.12,0.209,1.42,0.628v-0.501zm-0.07,1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25,0-0.46,0.073-0.63,0.219-0.16,0.146-0.24,0.343-0.24,0.593,0,0.207,0.08,0.386,0.25,0.536,0.08,0.071,0.17,0.125,0.26,0.163,0.1,0.037,0.2,0.056,0.3,0.056,0.28,0,0.5-0.068,0.66-0.205,0.19-0.15,0.28-0.357,0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452,0.6-0.678,1.06-0.678l0.43,0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6,0-0.9,0.356-0.9,1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62,0,1.14,0.165,1.56,0.494,0.43,0.353,0.65,0.84,0.65,1.462,0,0.607-0.21,1.09-0.64,1.447-0.41,0.33-0.92,0.495-1.54,0.495-0.68,0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504,0-0.622,0.23-1.109,0.7-1.462,0.42-0.315,0.96-0.473,1.6-0.473zm-0.04,2.867c0.24,0,0.44-0.09,0.59-0.269s0.22-0.393,0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46,0.087-0.61,0.261c-0.08,0.09-0.13,0.186-0.17,0.29-0.04,0.099-0.06,0.219-0.06,0.36,0,0.259,0.07,0.475,0.21,0.649,0.14,0.175,0.35,0.262,0.61,0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15,0.377,0.4,0.565,0.74,0.565,0.36,0,0.58-0.099,0.68-0.297,0.08,0,0.3,0.015,0.63,0.043,0.34,0.028,0.64,0.042,0.89,0.042-0.24,0.466-0.54,0.791-0.91,0.975-0.33,0.16-0.77,0.24-1.32,0.24-0.65,0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483,0-0.607,0.23-1.087,0.69-1.44,0.41-0.311,0.93-0.466,1.57-0.466,0.63,0,1.14,0.16,1.54,0.48,0.4,0.316,0.63,0.782,0.69,1.398l0.01,0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16,0-0.33,0.045-0.5,0.135-0.17,0.089-0.26,0.209-0.28,0.36h1.49zm-7.76-1.349h1.44l-0.01,0.459c0.4-0.381,0.84-0.572,1.34-0.572,0.56,0,1,0.174,1.32,0.523,0.33,0.343,0.5,0.795,0.5,1.355,0,0.579-0.16,1.052-0.48,1.419-0.34,0.391-0.79,0.587-1.35,0.587-0.31,0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27,2.747c0.26,0,0.47-0.09,0.63-0.269,0.16-0.183,0.24-0.404,0.24-0.663,0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24,0-0.44,0.085-0.62,0.254-0.17,0.17-0.26,0.377-0.26,0.621,0,0.255,0.08,0.478,0.23,0.671,0.16,0.189,0.36,0.283,0.61,0.283zm-6.81-1.646c0.11-0.475,0.38-0.812,0.78-1.009,0.3-0.141,0.73-0.212,1.29-0.212,0.53,0,0.96,0.104,1.28,0.311,0.39,0.249,0.59,0.623,0.59,1.122v1.688c0,0.108,0.01,0.207,0.03,0.296,0.01,0.09,0.05,0.208,0.11,0.354h-1.49l-0.05-0.424c-0.34,0.353-0.76,0.529-1.24,0.529-0.39,0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89,0-0.409,0.13-0.713,0.4-0.911,0.2-0.141,0.5-0.244,0.93-0.31l1.02-0.12c0.22-0.038,0.33-0.097,0.33-0.177,0-0.183-0.14-0.275-0.41-0.275-0.16,0-0.29,0.019-0.39,0.056-0.1,0.033-0.18,0.116-0.23,0.247h-1.47zm1.27,1.356c0,0.198,0.17,0.297,0.5,0.297,0.21,0,0.39-0.066,0.55-0.198s0.25-0.297,0.25-0.494l-0.96,0.12c-0.06,0.005-0.14,0.035-0.22,0.092-0.08,0.051-0.12,0.113-0.12,0.183zm-1.58-1.038l-1.44,0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27,0-0.47,0.094-0.62,0.282-0.14,0.184-0.21,0.412-0.21,0.685,0,0.236,0.08,0.436,0.24,0.601,0.16,0.16,0.36,0.24,0.59,0.24,0.38,0,0.62-0.21,0.74-0.629l1.45,0.064c-0.24,1.068-0.97,1.603-2.2,1.603-0.66,0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468,0-0.64,0.25-1.135,0.74-1.483,0.43-0.311,0.98-0.466,1.64-0.466,0.53,0,0.97,0.132,1.34,0.395,0.36,0.259,0.61,0.643,0.72,1.151zm-7.4,1.038c0.1,0.165,0.22,0.273,0.38,0.325,0.11,0.033,0.27,0.049,0.5,0.049,0.06,0,0.1-0.002,0.13-0.007,0.03-0.009,0.07-0.026,0.12-0.049,0.1-0.042,0.15-0.106,0.15-0.191,0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925,0-0.475,0.23-0.821,0.68-1.038,0.35-0.165,0.78-0.247,1.32-0.247,1.11,0,1.75,0.379,1.94,1.137l-1.37,0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36,0-0.54,0.084-0.54,0.254,0,0.056,0.06,0.106,0.18,0.148,0.13,0.043,0.44,0.094,0.94,0.156,0.5,0.061,0.85,0.15,1.04,0.268,0.3,0.169,0.45,0.447,0.45,0.833,0,0.443-0.21,0.786-0.61,1.031-0.33,0.198-0.74,0.297-1.23,0.297-0.6,0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75,1.37,1.76,2.288h-1.7l-1.08-1.49-0.4,0.289v1.194h-1.44v-4.978zm-4.85,1.32h1.45v0.48c0.37-0.386,0.83-0.579,1.36-0.579,0.43,0,0.78,0.12,1.04,0.36,0.27,0.236,0.4,0.57,0.4,1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24,0-0.42,0.092-0.55,0.276-0.13,0.183-0.19,0.398-0.19,0.642v1.759h-1.45v-3.658zm-1.98,0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12,3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62,2.274c0.04-0.273,0.13-0.652,0.28-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.05-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.55-2.098-0.6,2.098h-1.56l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.05-0.273,0.14-0.652,0.29-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.04-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.04-0.273,0.14-0.652,0.28-1.137,0.07-0.217,0.12-0.438,0.18-0.664,0.04-0.16,0.08-0.318,0.11-0.473l1.49,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.05-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.11-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.29-3.658h1.51z"/>
- <g id="g1515" filter="url(#filter58)" transform="matrix(0.0294185,0,0,0.0294185,0.1569075,53.985559)">
- <path id="path1516" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" fill-rule="evenodd" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/>
- <path id="path1518" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" fill-rule="evenodd" stroke-width="1pt" fill="#000"/>
- <path id="path1519" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" fill-rule="evenodd" stroke-width="1pt" fill="#000"/>
- <path id="path1520" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" fill-rule="evenodd" stroke-width="1pt" fill="#000"/>
- <path id="path1521" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" fill-rule="evenodd" stroke-width="1pt" fill="#000"/>
+ <rect id="rect1494" transform="scale(1 -1)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-.11217" fill="url(#linearGradient2465)"/>
+ <path id="path1508" stroke-width="1pt" fill="#fff" d="m80.493 57.976h-4.9567v0.3171h0.14846c0.66805 0 0.74228 0.0338 0.74228 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74228 0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722 0.4723-0.29691 0.8907-0.49485 1.0864-0.25566 0.2699-0.72577 0.3981-1.4186 0.3981h-0.54433c-0.24742 0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031 0 0.70928 0.0404 0.87423 0.1821 0.21443 0.1754 0.2969 0.3914 0.31341 0.7895h0.38763v-2.2133h-0.38763c-0.04124 0.6612-0.37114 0.9244-1.1546 0.9244h-0.19794v-1.5385c0-0.2901 0.07423-0.3374 0.51959-0.3374h0.42887c0.72578 0 1.0804 0.0608 1.3608 0.2497 0.27217 0.1754 0.47011 0.5533 0.59382 1.1606h0.35463l-0.11546-1.7274zm-10.944 2.7059h0.93196c0.74227 0 1.1299-0.0472 1.4598-0.1755 0.58558-0.2294 0.91547-0.6612 0.91547-1.1943 0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07422 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172v-1.7274c0-0.3104 0.04948-0.3442 0.5031-0.3442h0.52784c0.85774 0 1.2619 0.3307 1.2619 1.046 0 0.695-0.42062 1.0256-1.2948 1.0256h-0.99794zm-7.1753-2.4832h-0.34639l-1.8969 3.9341c-0.16495 0.3508-0.19793 0.398-0.32164 0.506-0.13196 0.1281-0.36289 0.2092-0.58557 0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536 0-0.66804-0.1282-0.66804-0.3846 0-0.081 0.02474-0.1755 0.07422-0.2835l0.27217-0.5938h2.1856l0.44536 0.9042c0.04948 0.1012 0.06598 0.1485 0.06598 0.1823 0 0.1079-0.20619 0.1754-0.51134 0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238 0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413 1.1067 0.93196 1.9164h-1.8474l0.91547-1.9164zm-5.6907-1.0594h-0.3134l-0.3299 0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001 0-1.4598 0.2632-2.0206 0.8097-0.52784 0.5129-0.77526 1.0797-0.77526 1.7747 0 1.4508 1.1629 2.4899 2.7876 2.4899 1.3196 0 2.1608-0.6342 2.3505-1.7678l-0.38763-0.054c-0.08248 0.3576-0.18145 0.6005-0.3299 0.803-0.33815 0.4655-0.86599 0.7017-1.534 0.7017-1.2206 0-1.798-0.695-1.798-2.1457 0-0.7626 0.12371-1.2754 0.40413-1.6804 0.25567-0.3778 0.76701-0.614 1.2949-0.614 0.57732 0 1.0887 0.2497 1.4021 0.6816 0.1567 0.2226 0.28041 0.4858 0.47011 1.0053h0.36288l-0.12371-1.95zm-8.2557 0.0067h-0.30515l-0.3299 0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804 0-1.8062 0.5668-1.8062 1.4102 0 0.7356 0.44536 1.1 1.6577 1.3564l0.7835 0.1619c0.61031 0.1283 0.66804 0.1418 0.84124 0.2496 0.24742 0.1553 0.37938 0.3779 0.37938 0.6411 0 0.2699-0.12371 0.4926-0.37113 0.6749-0.27217 0.1956-0.54434 0.2699-0.99795 0.2699-0.61031 0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299 1.9231h0.32165l0.37113-0.4588c0.55258 0.371 1.0144 0.506 1.732 0.506 1.2124 0 1.9876-0.5802 1.9876-1.4845 0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83 0-0.4724 0.47011-0.7963 1.1711-0.7963 0.57732 0 1.0474 0.2026 1.3773 0.5871 0.23918 0.2767 0.38763 0.5601 0.49484 0.9042h0.35464l-0.09897-1.7544zm-11.151 2.7059v-1.8355-0.1956c0-0.2834 0.07423-0.3172 0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894 1.4351 1.7206c0.13196 0.1619 0.16495 0.216 0.16495 0.2834 0 0.108-0.1567 0.1552-0.56083 0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361 0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551 1.2289-1.0054c0.39588-0.3442 0.89898-0.5399 1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938 0 0.53609 0.0608 0.53609 0.2025 0 0.0944-0.16495 0.2901-0.40413 0.4858l-2.0206 1.66zm-9.2207-2.6654h-1.699v0.3171h0.20618c0.42062 0 0.61032 0.054 0.75877 0.2227v2.8679c0 0.9245-0.16495 1.1201-0.9567 1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784 4.0622h0.3464v-3.5021c0-0.9245 0.16495-1.1202 0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351 0.027 0.94846 0.2227 0.94846 1.1472v2.1189l-3.2908-3.5832zm-5.3609 0.8299v-0.1956c0-0.2834 0.07423-0.3172 0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979 0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/>
+ <path id="path1517" stroke-width="1pt" fill="#fff" d="m305.97 58.204h1.35v2.817c0 0.532-0.02 0.862-0.05 0.989-0.13 0.485-0.42 0.819-0.87 1.003-0.31 0.127-0.77 0.19-1.38 0.19-1.43 0-2.15-0.428-2.15-1.285l1.43-0.007c0.1 0.268 0.36 0.402 0.81 0.402 0.32 0 0.55-0.101 0.68-0.303 0.1-0.155 0.15-0.41 0.15-0.763v-0.12c-0.43 0.344-0.9 0.516-1.41 0.516-0.56 0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37 0-0.485 0.19-0.889 0.57-1.214 0.36-0.301 0.79-0.452 1.29-0.452 0.64 0 1.12 0.209 1.42 0.628v-0.501zm-0.07 1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25 0-0.46 0.073-0.63 0.219-0.16 0.146-0.24 0.343-0.24 0.593 0 0.207 0.08 0.386 0.25 0.536 0.08 0.071 0.17 0.125 0.26 0.163 0.1 0.037 0.2 0.056 0.3 0.056 0.28 0 0.5-0.068 0.66-0.205 0.19-0.15 0.28-0.357 0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452 0.6-0.678 1.06-0.678l0.43 0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6 0-0.9 0.356-0.9 1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62 0 1.14 0.165 1.56 0.494 0.43 0.353 0.65 0.84 0.65 1.462 0 0.607-0.21 1.09-0.64 1.447-0.41 0.33-0.92 0.495-1.54 0.495-0.68 0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504 0-0.622 0.23-1.109 0.7-1.462 0.42-0.315 0.96-0.473 1.6-0.473zm-0.04 2.867c0.24 0 0.44-0.09 0.59-0.269s0.22-0.393 0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46 0.087-0.61 0.261c-0.08 0.09-0.13 0.186-0.17 0.29-0.04 0.099-0.06 0.219-0.06 0.36 0 0.259 0.07 0.475 0.21 0.649 0.14 0.175 0.35 0.262 0.61 0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15 0.377 0.4 0.565 0.74 0.565 0.36 0 0.58-0.099 0.68-0.297 0.08 0 0.3 0.015 0.63 0.043 0.34 0.028 0.64 0.042 0.89 0.042-0.24 0.466-0.54 0.791-0.91 0.975-0.33 0.16-0.77 0.24-1.32 0.24-0.65 0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483 0-0.607 0.23-1.087 0.69-1.44 0.41-0.311 0.93-0.466 1.57-0.466 0.63 0 1.14 0.16 1.54 0.48 0.4 0.316 0.63 0.782 0.69 1.398l0.01 0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16 0-0.33 0.045-0.5 0.135-0.17 0.089-0.26 0.209-0.28 0.36h1.49zm-7.76-1.349h1.44l-0.01 0.459c0.4-0.381 0.84-0.572 1.34-0.572 0.56 0 1 0.174 1.32 0.523 0.33 0.343 0.5 0.795 0.5 1.355 0 0.579-0.16 1.052-0.48 1.419-0.34 0.391-0.79 0.587-1.35 0.587-0.31 0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27 2.747c0.26 0 0.47-0.09 0.63-0.269 0.16-0.183 0.24-0.404 0.24-0.663 0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24 0-0.44 0.085-0.62 0.254-0.17 0.17-0.26 0.377-0.26 0.621 0 0.255 0.08 0.478 0.23 0.671 0.16 0.189 0.36 0.283 0.61 0.283zm-6.81-1.646c0.11-0.475 0.38-0.812 0.78-1.009 0.3-0.141 0.73-0.212 1.29-0.212 0.53 0 0.96 0.104 1.28 0.311 0.39 0.249 0.59 0.623 0.59 1.122v1.688c0 0.108 0.01 0.207 0.03 0.296 0.01 0.09 0.05 0.208 0.11 0.354h-1.49l-0.05-0.424c-0.34 0.353-0.76 0.529-1.24 0.529-0.39 0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89 0-0.409 0.13-0.713 0.4-0.911 0.2-0.141 0.5-0.244 0.93-0.31l1.02-0.12c0.22-0.038 0.33-0.097 0.33-0.177 0-0.183-0.14-0.275-0.41-0.275-0.16 0-0.29 0.019-0.39 0.056-0.1 0.033-0.18 0.116-0.23 0.247h-1.47zm1.27 1.356c0 0.198 0.17 0.297 0.5 0.297 0.21 0 0.39-0.066 0.55-0.198s0.25-0.297 0.25-0.494l-0.96 0.12c-0.06 0.005-0.14 0.035-0.22 0.092-0.08 0.051-0.12 0.113-0.12 0.183zm-1.58-1.038l-1.44 0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27 0-0.47 0.094-0.62 0.282-0.14 0.184-0.21 0.412-0.21 0.685 0 0.236 0.08 0.436 0.24 0.601 0.16 0.16 0.36 0.24 0.59 0.24 0.38 0 0.62-0.21 0.74-0.629l1.45 0.064c-0.24 1.068-0.97 1.603-2.2 1.603-0.66 0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468 0-0.64 0.25-1.135 0.74-1.483 0.43-0.311 0.98-0.466 1.64-0.466 0.53 0 0.97 0.132 1.34 0.395 0.36 0.259 0.61 0.643 0.72 1.151zm-7.4 1.038c0.1 0.165 0.22 0.273 0.38 0.325 0.11 0.033 0.27 0.049 0.5 0.049 0.06 0 0.1-0.002 0.13-0.007 0.03-0.009 0.07-0.026 0.12-0.049 0.1-0.042 0.15-0.106 0.15-0.191 0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925 0-0.475 0.23-0.821 0.68-1.038 0.35-0.165 0.78-0.247 1.32-0.247 1.11 0 1.75 0.379 1.94 1.137l-1.37 0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36 0-0.54 0.084-0.54 0.254 0 0.056 0.06 0.106 0.18 0.148 0.13 0.043 0.44 0.094 0.94 0.156 0.5 0.061 0.85 0.15 1.04 0.268 0.3 0.169 0.45 0.447 0.45 0.833 0 0.443-0.21 0.786-0.61 1.031-0.33 0.198-0.74 0.297-1.23 0.297-0.6 0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75 1.37 1.76 2.288h-1.7l-1.08-1.49-0.4 0.289v1.194h-1.44v-4.978zm-4.85 1.32h1.45v0.48c0.37-0.386 0.83-0.579 1.36-0.579 0.43 0 0.78 0.12 1.04 0.36 0.27 0.236 0.4 0.57 0.4 1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24 0-0.42 0.092-0.55 0.276-0.13 0.183-0.19 0.398-0.19 0.642v1.759h-1.45v-3.658zm-1.98 0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12 3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62 2.274c0.04-0.273 0.13-0.652 0.28-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.05-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.55-2.098-0.6 2.098h-1.56l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.05-0.273 0.14-0.652 0.29-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.04-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.04-0.273 0.14-0.652 0.28-1.137 0.07-0.217 0.12-0.438 0.18-0.664 0.04-0.16 0.08-0.318 0.11-0.473l1.49 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.05-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.11-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.29-3.658h1.51z"/>
+ <g id="g1515" filter="url(#filter58)" fill-rule="evenodd" transform="matrix(.029418 0 0 .029418 .15691 53.986)">
+ <path id="path1516" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/>
+ <path id="path1518" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/>
+ <path id="path1519" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/>
+ <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/>
+ <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/>
</g>
- <use id="use1328" style="color:#000000;" fill-rule="nonzero" xlink:href="#path1508" transform="matrix(5.176729,0,0,5.176729,-102.7023,-256.6246)" height="1052.3622" fill-opacity="0.06461535" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/>
- <text id="text7519" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,-1,1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-6.5672836" x="-70.83046" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="-70.83046" style="letter-spacing:0.29056421;" y="-6.5672836">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↑</tspan> 向上捲動頁面</tspan></text>
- <path id="path7527" opacity="0.5" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(-0.614962,-4.549602e-2,-6.191898e-2,0.451855,207.28878,-98.1536)" fill="#000"/>
+ <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/>
+ <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.5672836" x="-70.83046" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="-70.83046" style="letter-spacing:.29056" y="-6.5672836">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↑</tspan> 向上捲動頁面</tspan></text>
+ <path id="path7527" opacity=".5" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.29 -98.154)"/>
</g>
</g>
</svg>
diff --git a/share/tutorials/tutorial-shapes.zh_TW.svg b/share/tutorials/tutorial-shapes.zh_TW.svg
index 4db2f304e..1cd416321 100644
--- a/share/tutorials/tutorial-shapes.zh_TW.svg
+++ b/share/tutorials/tutorial-shapes.zh_TW.svg
@@ -51,336 +51,336 @@
</flowRegion>
<flowDiv xml:space="preserve">這篇教學將會解說四種形狀工具:矩形、橢圓形、星形和螺旋。我們會示範 Inkscape 各種形狀的功能和說明這些工具該如何使用和何時該使用。</flowDiv>
</flowRoot>
- <rect id="d0e18" display="none" height="1e3px" width="264" y="61.293" x="35"/>
+ <rect id="d0e18" display="none" height="1e3px" width="264" y="61.259" x="35"/>
<flowRoot font-size="7.2" font-style="italic" font-family="Sans" line-height="150%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e18"/>
</flowRegion>
<flowDiv xml:space="preserve">使用 <flowSpan font-weight="bold">Ctrl+方向鍵</flowSpan>、<flowSpan font-weight="bold">滑鼠滾輪</flowSpan>或<flowSpan font-weight="bold">按著滑鼠中鍵拖曳</flowSpan>可向下捲動頁面。關於建立、選取和改變物件的基本方法,請閱讀 <flowSpan font-family="Sans">說明 &gt; 指導手冊</flowSpan> 中的基本教學。</flowDiv>
</flowRoot>
- <rect id="d0e36" display="none" height="1e3px" width="288" y="92.221" x="10"/>
+ <rect id="d0e36" display="none" height="1e3px" width="288" y="91.819" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e36"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 有四種萬用的<flowSpan font-style="italic">形狀工具</flowSpan>,每種工具都有建立和編輯自己形狀類型的功能。形狀屬於一種物件,所以你能用獨特的方式來修改形狀的樣式,使用可拖曳的<flowSpan font-style="italic">控制點</flowSpan>和數字形式的<flowSpan font-style="italic">參數</flowSpan>來決定形狀的外觀。</flowDiv>
</flowRoot>
- <rect id="d0e48" display="none" height="1e3px" width="288" y="131.55" x="10"/>
+ <rect id="d0e48" display="none" height="1e3px" width="288" y="131.89" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e48"/>
</flowRegion>
<flowDiv xml:space="preserve">例如,你可以改變一個星形的尖角數、長度、角度、圓角化程度...等 — 但是星形仍然是星形。形狀比起簡單的路徑比較有侷限性,但形狀仍然很有趣且很有用。你可隨時將形狀轉成路徑 (<flowSpan font-weight="bold">Ctrl+Shift+C</flowSpan>),但無法逆向轉換回形狀。</flowDiv>
</flowRoot>
- <rect id="d0e54" display="none" height="1e3px" width="288" y="171.83" x="10"/>
+ <rect id="d0e54" display="none" height="1e3px" width="288" y="172.12" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e54"/>
</flowRegion>
<flowDiv xml:space="preserve">形狀工具分為<flowSpan font-style="italic">矩形</flowSpan>、<flowSpan font-style="italic">橢圓形</flowSpan>、<flowSpan font-style="italic">星形</flowSpan>和<flowSpan font-style="italic">螺旋形</flowSpan>。我們先大致瞭解形狀工具的使用方式;然後再深入探討每種形狀類型的細節。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="213.39158099999997" x="10" font-family="Sans" fill="#000000">
- <tspan y="213.39158099999997" x="10">一般技巧</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="213.431397" x="10" font-family="Sans" fill="#000000">
+ <tspan y="213.431397" x="10">一般技巧</tspan>
</text>
- <rect id="d0e75" display="none" height="1e3px" width="288" y="218.59" x="10"/>
+ <rect id="d0e75" display="none" height="1e3px" width="288" y="218.63" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e75"/>
</flowRegion>
<flowDiv xml:space="preserve">使用對應的工具在畫布上<flowSpan font-weight="bold">拖曳</flowSpan>可建立一個新形狀。一旦建立形狀 (只要是形狀被選取),會顯示白色方塊形狀記號作為它的控制點,所以你能拖動這些控制點直接進行編輯。</flowDiv>
</flowRoot>
- <rect id="d0e81" display="none" height="1e3px" width="288" y="258.62" x="10"/>
+ <rect id="d0e81" display="none" height="1e3px" width="288" y="259.02" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e81"/>
</flowRegion>
<flowDiv xml:space="preserve">四種形狀在使用形狀工具時都會顯示它們的控制點,與使用節點工具 (<flowSpan font-weight="bold">F2</flowSpan>) 時一樣。當你的滑鼠停留在控制點上時,程式會在狀態列告訴使用者當拖曳或點擊會有什麼不同的修改效果。</flowDiv>
</flowRoot>
- <rect id="d0e87" display="none" height="1e3px" width="288" y="297.94" x="10"/>
+ <rect id="d0e87" display="none" height="1e3px" width="288" y="298.94" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e87"/>
</flowRegion>
<flowDiv xml:space="preserve">同樣地,每種形狀工具會在<flowSpan font-style="italic">工具控制列</flowSpan>顯示它的參數 (位於畫布上方的橫向位置)。通常控制列上有一些數值輸入欄和一個可重設為預設值的按鈕。當選取目前工具所屬的形狀時,編輯控制列上的數值可改變選取的形狀。</flowDiv>
</flowRoot>
- <rect id="d0e93" display="none" height="1e3px" width="288" y="338.19" x="10"/>
+ <rect id="d0e93" display="none" height="1e3px" width="288" y="339.51" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e93"/>
</flowRegion>
<flowDiv xml:space="preserve">程式會記住工具控列的任何變更,並且會用於下次所繪製的物件上。舉例來說,你改變星形的尖角數量之後,繪製一個星形會有相同的尖角數。此外,還能簡單地選取一個形狀傳送它的參數到工具控制列,並將這些參數值套用到新建立的同類型形狀。</flowDiv>
</flowRoot>
- <rect id="d0e96" display="none" height="1e3px" width="288" y="387.74" x="10"/>
+ <rect id="d0e96" display="none" height="1e3px" width="288" y="390.56" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e96"/>
</flowRegion>
<flowDiv xml:space="preserve">當使用形狀工具時,可<flowSpan font-weight="bold">點擊</flowSpan>形狀來選取物件。<flowSpan font-weight="bold">Ctrl+點擊</flowSpan> (選取群組中的形狀) 和 <flowSpan font-weight="bold">Alt+點擊</flowSpan> (選取下面的形狀) 也可當成選取工具使用。<flowSpan font-weight="bold">Esc</flowSpan> 可取消選取。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="429.98286600000006" x="10" font-family="Sans" fill="#000000">
- <tspan y="429.98286600000006" x="10">矩形</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="432.760262" x="10" font-family="Sans" fill="#000000">
+ <tspan y="432.760262" x="10">矩形</tspan>
</text>
- <rect id="d0e117" display="none" height="1e3px" width="288" y="435.18" x="10"/>
+ <rect id="d0e117" display="none" height="1e3px" width="288" y="437.96" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e117"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-style="italic">矩形</flowSpan>是最簡單的,但或許也是在設計和插畫中最常見的形狀。Inkscape 試著讓建立和編輯矩形盡可能變得簡單、方便。</flowDiv>
</flowRoot>
- <rect id="d0e122" display="none" height="1e3px" width="288" y="463.84" x="10"/>
+ <rect id="d0e122" display="none" height="1e3px" width="288" y="467" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e122"/>
</flowRegion>
<flowDiv xml:space="preserve">按 <flowSpan font-weight="bold">F4</flowSpan> 或點擊工具箱上的按鈕來切換到矩形工具。沿著這個藍色矩形的邊繪製一個新矩形:</flowDiv>
</flowRoot>
- <text id="shapes-f01-zh_TW.svgtext1578" opacity=".065574" xml:space="preserve" transform="translate(10 500.5)" font-size="16.8" y="26.427183" x="44.104698" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f01-zh_TW.svgtspan1451" y="26.427183" x="44.104698" role="line">畫在這裡</tspan></text>
- <rect id="shapes-f01-zh_TW.svgrect1449" style="color:#000000" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 500.5)" height="53.706" width="77.318" stroke="#000" y="0.625" x="184.79" stroke-width="1pt" fill="#00f"/>
- <rect id="d0e138" display="none" height="1e3px" width="288" y="567.46" x="10"/>
+ <text id="shapes-f01-zh_TW.svgtext1578" opacity=".065574" xml:space="preserve" transform="translate(10 503.81)" font-size="16.8" y="26.427183" x="44.104698" font-family="Serif" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f01-zh_TW.svgtspan1451" y="26.427183" x="44.104698" role="line">畫在這裡</tspan></text>
+ <rect id="shapes-f01-zh_TW.svgrect1449" style="color:#000000" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 503.81)" height="53.706" width="77.318" stroke="#000" y="0.625" x="184.79" stroke-width="1pt" fill="#00f"/>
+ <rect id="d0e138" display="none" height="1e3px" width="288" y="570.77" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e138"/>
</flowRegion>
<flowDiv xml:space="preserve">接著,繼續使用矩形工具,然後運用點擊從一個矩形切換選取另一個。</flowDiv>
</flowRoot>
- <rect id="d0e141" display="none" height="1e3px" width="288" y="585.46" x="10"/>
+ <rect id="d0e141" display="none" height="1e3px" width="288" y="588.41" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e141"/>
</flowRegion>
<flowDiv xml:space="preserve">矩形繪製快捷鍵:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 609.29)"/>
- <rect id="d0e147" display="none" height="1e3px" width="258" y="603.29" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 611.96)"/>
+ <rect id="d0e147" display="none" height="1e3px" width="258" y="605.96" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e147"/>
</flowRegion>
<flowDiv xml:space="preserve">按著 <flowSpan font-weight="bold">Ctrl</flowSpan>,可繪製正方形或整數比例 (2:1、3:1 等) 的矩形。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 627.35)"/>
- <rect id="d0e154" display="none" height="1e3px" width="258" y="621.35" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 629.85)"/>
+ <rect id="d0e154" display="none" height="1e3px" width="258" y="623.85" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e154"/>
</flowRegion>
<flowDiv xml:space="preserve">按著 <flowSpan font-weight="bold">Shift</flowSpan>,以起始點作為中心來繪製。</flowDiv>
</flowRoot>
- <rect id="d0e161" display="none" height="1e3px" width="288" y="639.31" x="10"/>
+ <rect id="d0e161" display="none" height="1e3px" width="288" y="641.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e161"/>
</flowRegion>
<flowDiv xml:space="preserve">正如你所見,被選取的矩形 (剛繪製好的矩形都會呈選取狀態) 在三個角上會顯示三個控制點。實際上有四個控制點,但如果非圓角矩形其中兩個 (右上角) 會重疊在一起。其中兩個是<flowSpan font-style="italic">圓角控制點</flowSpan>;其餘兩個 (左上角和右下角) 是<flowSpan font-style="italic">大小調整控制點</flowSpan>。</flowDiv>
</flowRoot>
- <rect id="d0e170" display="none" height="1e3px" width="288" y="690.86" x="10"/>
+ <rect id="d0e170" display="none" height="1e3px" width="288" y="693.17" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e170"/>
</flowRegion>
<flowDiv xml:space="preserve">先來看圓角控制點。抓住其中一個並往下拖動。矩形的四個角全部都會變成圓角,而你可以看到第二個圓角控制點 — 在原來的位置上。這時候是圓形的圓角。如果你想讓圓角成橢圓形,便向左移動其他控制點。</flowDiv>
</flowRoot>
- <rect id="d0e173" display="none" height="1e3px" width="288" y="731.05" x="10"/>
+ <rect id="d0e173" display="none" height="1e3px" width="288" y="732.91" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e173"/>
</flowRegion>
<flowDiv xml:space="preserve">下圖,前面兩個矩形為圓形圓角,而其餘兩個則是橢圓形圓角:</flowDiv>
</flowRoot>
- <text id="shapes-f02-zh_TW.svgtext3150" line-height="120.00000%" xml:space="preserve" transform="translate(10 756.88)" sodipodi:linespacing="120.00000%" font-size="5.9589" y="4.9780722" x="196.08449" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f02-zh_TW.svgtspan3151" y="4.9780722" x="196.08449" role="line">橢圓形圓角</tspan></text>
- <text id="shapes-f02-zh_TW.svgtext3143" line-height="120.00000%" xml:space="preserve" transform="translate(10 756.88)" sodipodi:linespacing="120.00000%" font-size="5.9589" y="-2.6239278" x="47.265598" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f02-zh_TW.svgtspan3144" sodipodi:role="line" x="47.265598" y="-2.6239278"/><tspan id="shapes-f02-zh_TW.svgtspan3146"/><tspan id="shapes-f02-zh_TW.svgtspan3148" y="4.5267232" x="47.265598" role="line">圓形圓角</tspan></text>
- <rect id="shapes-f02-zh_TW.svgrect1185" ry="7.1429" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 756.88)" height="33.94" width="56.849" stroke="#000" y="11.833" x="17.277" stroke-width="1pt" fill="#00f"/>
- <rect id="shapes-f02-zh_TW.svgrect1186" ry="16.97" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 756.88)" height="33.94" width="56.849" stroke="#000" y="11.833" x="92.003" stroke-width="1pt" fill="#00f"/>
- <rect id="shapes-f02-zh_TW.svgrect1187" ry="16.97" fill-rule="evenodd" fill-opacity=".75" rx="6.6372" transform="translate(10 756.88)" height="33.94" width="56.849" stroke="#000" y="11.833" x="168.13" stroke-width="1pt" fill="#00f"/>
- <rect id="shapes-f02-zh_TW.svgrect1188" ry="5.9394" fill-rule="evenodd" fill-opacity=".75" rx="24.046" transform="translate(10 756.88)" height="33.94" width="56.849" stroke="#000" y="11.833" x="242.69" stroke-width="1pt" fill="#00f"/>
- <rect id="d0e186" display="none" height="1e3px" width="288" y="815.58" x="10"/>
+ <text id="shapes-f02-zh_TW.svgtext3150" line-height="120.00000%" xml:space="preserve" transform="translate(10 758.49)" sodipodi:linespacing="120.00000%" font-size="5.9589" y="4.9780722" x="196.08449" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f02-zh_TW.svgtspan3151" y="4.9780722" x="196.08449" role="line">橢圓形圓角</tspan></text>
+ <text id="shapes-f02-zh_TW.svgtext3143" line-height="120.00000%" xml:space="preserve" transform="translate(10 758.49)" sodipodi:linespacing="120.00000%" font-size="5.9589" y="-2.6239278" x="47.265598" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f02-zh_TW.svgtspan3144" sodipodi:role="line" x="47.265598" y="-2.6239278"/><tspan id="shapes-f02-zh_TW.svgtspan3146"/><tspan id="shapes-f02-zh_TW.svgtspan3148" y="4.5267232" x="47.265598" role="line">圓形圓角</tspan></text>
+ <rect id="shapes-f02-zh_TW.svgrect1185" ry="7.1429" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 758.49)" height="33.94" width="56.849" stroke="#000" y="11.833" x="17.277" stroke-width="1pt" fill="#00f"/>
+ <rect id="shapes-f02-zh_TW.svgrect1186" ry="16.97" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 758.49)" height="33.94" width="56.849" stroke="#000" y="11.833" x="92.003" stroke-width="1pt" fill="#00f"/>
+ <rect id="shapes-f02-zh_TW.svgrect1187" ry="16.97" fill-rule="evenodd" fill-opacity=".75" rx="6.6372" transform="translate(10 758.49)" height="33.94" width="56.849" stroke="#000" y="11.833" x="168.13" stroke-width="1pt" fill="#00f"/>
+ <rect id="shapes-f02-zh_TW.svgrect1188" ry="5.9394" fill-rule="evenodd" fill-opacity=".75" rx="24.046" transform="translate(10 758.49)" height="33.94" width="56.849" stroke="#000" y="11.833" x="242.69" stroke-width="1pt" fill="#00f"/>
+ <rect id="d0e186" display="none" height="1e3px" width="288" y="817.31" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e186"/>
</flowRegion>
<flowDiv xml:space="preserve">在使用矩形工具的情形下,點擊這些矩形來選取,並觀察它們的圓角控制點。</flowDiv>
</flowRoot>
- <rect id="d0e189" display="none" height="1e3px" width="288" y="833.66" x="10"/>
+ <rect id="d0e189" display="none" height="1e3px" width="288" y="834.95" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e189"/>
</flowRegion>
<flowDiv xml:space="preserve">常會需要讓整個形體內的圓角半徑和形狀固定不變,即使矩形的大小不同 (想像一下圖表中各種大小的圓角方形)。Inkscape 能輕易地做到。切換為選取工具;在工具控制列上有四個開關按鈕,左邊數來第二個呈現兩個同心圓角的圖案。這個開關按鈕可讓你控制矩形縮放時圓角是否隨著縮放。</flowDiv>
</flowRoot>
- <rect id="d0e192" display="none" height="1e3px" width="288" y="884.5" x="10"/>
+ <rect id="d0e192" display="none" height="1e3px" width="288" y="885.96" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e192"/>
</flowRegion>
<flowDiv xml:space="preserve">例如,再製下面原始的紅色矩形,然後<flowSpan font-style="italic">關閉</flowSpan>「縮放圓角」按鈕的情況下縮放幾次、上下移動、改變比例:</flowDiv>
</flowRoot>
- <text id="shapes-f03-zh_TW.svgtext3161" sodipodi:linespacing="140.00000%" transform="translate(10 921.04)" xml:space="preserve" line-height="140.00000%" font-size="5.9589" y="145.20607" x="37.091438" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f03-zh_TW.svgtspan3162" y="145.20607" x="37.091438" role="line">縮放圓角矩形</tspan><tspan id="shapes-f03-zh_TW.svgtspan3166" y="153.54850" x="37.091438" role="line">關閉同時 &quot;縮放圓角&quot;</tspan><tspan id="shapes-f03-zh_TW.svgtspan3164" y="161.89092" x="37.091438" sodipodi:role="line"/></text>
- <rect id="shapes-f03-zh_TW.svgrect2134" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 921.04)" height="122.77" width="196.91" stroke="#000" y=".32251" x="69.228" stroke-width=".625" fill="#00f"/>
- <rect id="shapes-f03-zh_TW.svgrect2133" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 921.04)" height="63.106" width="196.91" stroke="#000" y=".32092" x="69.228" stroke-width=".625" fill="#00f"/>
- <rect id="shapes-f03-zh_TW.svgrect2756" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 921.04)" height="105.78" width="151.47" stroke="#000" y=".32849" x="114.8" stroke-width=".625" fill="#00f"/>
- <rect id="shapes-f03-zh_TW.svgrect2130" ry="16.97" fill-rule="evenodd" fill-opacity=".75" rx="6.6372" transform="translate(10 921.04)" height="63.106" width="82.83" stroke="#000" y=".32092" x="183.43" stroke-width=".625" fill="#ff0004"/>
- <rect id="shapes-f03-zh_TW.svgrect2757" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6371" transform="translate(10 921.04)" height="55.115" width="60.756" stroke="#000" y=".33191" x="205.56" stroke-width=".625" fill="#00f"/>
- <rect id="shapes-f03-zh_TW.svgrect2759" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 921.04)" height="149.52" width="47.954" stroke="#000" y=".33081" x="218.34" stroke-width=".625" fill="#00f"/>
- <rect id="shapes-f03-zh_TW.svgrect2758" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6371" transform="translate(10 921.04)" height="28.79" width="38.352" stroke="#000" y=".31225" x="227.64" stroke-width=".625" fill="#00f"/>
- <rect id="shapes-f03-zh_TW.svgrect1911" ry="16.97" stroke-dasharray="0.62499992 1.2499998" fill-rule="evenodd" fill-opacity=".11037" rx="6.6371" transform="translate(10 921.04)" height="41.087" width="229.82" stroke="#000" y=".35815" x="36.352" stroke-width="0.625" fill="#00f"/>
- <rect id="d0e208" display="none" height="1e3px" width="288" y="1087.5" x="10"/>
+ <text id="shapes-f03-zh_TW.svgtext3161" sodipodi:linespacing="140.00000%" transform="translate(10 922.24)" xml:space="preserve" line-height="140.00000%" font-size="5.9589" y="145.20607" x="37.091438" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f03-zh_TW.svgtspan3162" y="145.20607" x="37.091438" role="line">縮放圓角矩形</tspan><tspan id="shapes-f03-zh_TW.svgtspan3166" y="153.54850" x="37.091438" role="line">關閉同時 &quot;縮放圓角&quot;</tspan><tspan id="shapes-f03-zh_TW.svgtspan3164" y="161.89092" x="37.091438" sodipodi:role="line"/></text>
+ <rect id="shapes-f03-zh_TW.svgrect2134" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 922.24)" height="122.77" width="196.91" stroke="#000" y=".32251" x="69.228" stroke-width=".625" fill="#00f"/>
+ <rect id="shapes-f03-zh_TW.svgrect2133" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 922.24)" height="63.106" width="196.91" stroke="#000" y=".32092" x="69.228" stroke-width=".625" fill="#00f"/>
+ <rect id="shapes-f03-zh_TW.svgrect2756" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 922.24)" height="105.78" width="151.47" stroke="#000" y=".32849" x="114.8" stroke-width=".625" fill="#00f"/>
+ <rect id="shapes-f03-zh_TW.svgrect2130" ry="16.97" fill-rule="evenodd" fill-opacity=".75" rx="6.6372" transform="translate(10 922.24)" height="63.106" width="82.83" stroke="#000" y=".32092" x="183.43" stroke-width=".625" fill="#ff0004"/>
+ <rect id="shapes-f03-zh_TW.svgrect2757" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6371" transform="translate(10 922.24)" height="55.115" width="60.756" stroke="#000" y=".33191" x="205.56" stroke-width=".625" fill="#00f"/>
+ <rect id="shapes-f03-zh_TW.svgrect2759" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6372" transform="translate(10 922.24)" height="149.52" width="47.954" stroke="#000" y=".33081" x="218.34" stroke-width=".625" fill="#00f"/>
+ <rect id="shapes-f03-zh_TW.svgrect2758" ry="16.97" stroke-dasharray="0.62500000 1.2500000" fill-rule="evenodd" fill-opacity=".11037" rx="6.6371" transform="translate(10 922.24)" height="28.79" width="38.352" stroke="#000" y=".31225" x="227.64" stroke-width=".625" fill="#00f"/>
+ <rect id="shapes-f03-zh_TW.svgrect1911" ry="16.97" stroke-dasharray="0.62499992 1.2499998" fill-rule="evenodd" fill-opacity=".11037" rx="6.6371" transform="translate(10 922.24)" height="41.087" width="229.82" stroke="#000" y=".35815" x="36.352" stroke-width="0.625" fill="#00f"/>
+ <rect id="d0e208" display="none" height="1e3px" width="288" y="1088.3" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e208"/>
</flowRegion>
<flowDiv xml:space="preserve">可發現在所有矩形中圓角的大小和形狀都不會改變,所以全部右上角的圓角完全重疊在一起。全部點線邊框的藍色矩形都是從紅色矩形用選取工具進行縮放得到的,且不作任何圓角控制點的手動調整。</flowDiv>
</flowRoot>
- <rect id="d0e211" display="none" height="1e3px" width="288" y="1126.8" x="10"/>
+ <rect id="d0e211" display="none" height="1e3px" width="288" y="1127.3" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e211"/>
</flowRegion>
<flowDiv xml:space="preserve">現在來做個比較,下面有同樣的組成但在<flowSpan font-style="italic">開啟</flowSpan>「縮放圓角」按鈕的情形下建立:</flowDiv>
</flowRoot>
- <text id="shapes-f04-zh_TW.svgtext3168" sodipodi:linespacing="140.00000%" transform="translate(10 1152.8)" xml:space="preserve" line-height="140.00000%" font-size="5.9589" y="145.20508" x="37.091438" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f04-zh_TW.svgtspan3169" y="145.20508" x="37.091438" role="line">縮放圓角矩形</tspan><tspan id="shapes-f04-zh_TW.svgtspan3171" y="153.54750" x="37.091438" role="line">開啟同時 &quot;縮放圓角&quot;</tspan><tspan id="shapes-f04-zh_TW.svgtspan3173" y="161.88993" x="37.091438" sodipodi:role="line"/></text>
- <rect id="shapes-f04-zh_TW.svgrect2217" fill-opacity=".11037" transform="translate(10 1152.8)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="15.76" ry="16.984" width="196.68" height="63.16" stroke-dasharray="0.62499982 1.2499996" y=".40561" x="62.142"/>
- <rect id="shapes-f04-zh_TW.svgrect2218" fill-opacity=".11037" transform="translate(10 1152.8)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="15.76" ry="32.93" width="196.68" height="122.46" stroke-dasharray="0.62499984 1.2499996" y=".33054" x="62.142"/>
- <rect id="shapes-f04-zh_TW.svgrect2216" fill-opacity=".11037" transform="translate(10 1152.8)" stroke="#000" stroke-width=".625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="12.157" ry="28.506" width="151.72" height="106.01" stroke-dasharray="0.62500000 1.2500000" y=".35556" x="107.19"/>
- <rect id="shapes-f04-zh_TW.svgrect1589" ry="16.97" fill-rule="evenodd" fill-opacity=".75" rx="6.6372" transform="translate(10 1152.8)" height="63.106" width="82.83" stroke="#000" y=".31943" x="176.34" stroke-width=".625" fill="#ff0004"/>
- <rect id="shapes-f04-zh_TW.svgrect2220" fill-opacity=".11037" transform="translate(10 1152.8)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="3.8557" ry="40.031" width="48.118" height="148.86" stroke-dasharray="0.62500035 1.2500006" y=".32016" x="210.94"/>
- <rect id="shapes-f04-zh_TW.svgrect2221" fill-opacity=".11037" transform="translate(10 1152.8)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="4.8443" ry="14.801" width="60.456" height="55.042" stroke-dasharray="0.62500014 1.2500003" y=".38217" x="198.64"/>
- <rect id="shapes-f04-zh_TW.svgrect2222" fill-opacity=".11037" transform="translate(10 1152.8)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="3.0813" ry="7.8653" width="38.454" height="29.249" stroke-dasharray="0.62499970 1.2499994" y=".31296" x="220.76"/>
- <rect id="shapes-f04-zh_TW.svgrect1912" fill-opacity=".11037" transform="translate(10 1152.8)" stroke="#000" stroke-width=".625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="18.207" ry="11.527" width="227.21" height="42.865" stroke-dasharray="0.62499996 1.2499999" y=".31247" x="31.024"/>
- <rect id="d0e227" display="none" height="1e3px" width="288" y="1319.3" x="10"/>
+ <text id="shapes-f04-zh_TW.svgtext3168" sodipodi:linespacing="140.00000%" transform="translate(10 1152.9)" xml:space="preserve" line-height="140.00000%" font-size="5.9589" y="145.20508" x="37.091438" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f04-zh_TW.svgtspan3169" y="145.20508" x="37.091438" role="line">縮放圓角矩形</tspan><tspan id="shapes-f04-zh_TW.svgtspan3171" y="153.54750" x="37.091438" role="line">開啟同時 &quot;縮放圓角&quot;</tspan><tspan id="shapes-f04-zh_TW.svgtspan3173" y="161.88993" x="37.091438" sodipodi:role="line"/></text>
+ <rect id="shapes-f04-zh_TW.svgrect2217" fill-opacity=".11037" transform="translate(10 1152.9)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="15.76" ry="16.984" width="196.68" height="63.16" stroke-dasharray="0.62499982 1.2499996" y=".40561" x="62.142"/>
+ <rect id="shapes-f04-zh_TW.svgrect2218" fill-opacity=".11037" transform="translate(10 1152.9)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="15.76" ry="32.93" width="196.68" height="122.46" stroke-dasharray="0.62499984 1.2499996" y=".33054" x="62.142"/>
+ <rect id="shapes-f04-zh_TW.svgrect2216" fill-opacity=".11037" transform="translate(10 1152.9)" stroke="#000" stroke-width=".625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="12.157" ry="28.506" width="151.72" height="106.01" stroke-dasharray="0.62500000 1.2500000" y=".35556" x="107.19"/>
+ <rect id="shapes-f04-zh_TW.svgrect1589" ry="16.97" fill-rule="evenodd" fill-opacity=".75" rx="6.6372" transform="translate(10 1152.9)" height="63.106" width="82.83" stroke="#000" y=".31943" x="176.34" stroke-width=".625" fill="#ff0004"/>
+ <rect id="shapes-f04-zh_TW.svgrect2220" fill-opacity=".11037" transform="translate(10 1152.9)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="3.8557" ry="40.031" width="48.118" height="148.86" stroke-dasharray="0.62500035 1.2500006" y=".32016" x="210.94"/>
+ <rect id="shapes-f04-zh_TW.svgrect2221" fill-opacity=".11037" transform="translate(10 1152.9)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="4.8443" ry="14.801" width="60.456" height="55.042" stroke-dasharray="0.62500014 1.2500003" y=".38217" x="198.64"/>
+ <rect id="shapes-f04-zh_TW.svgrect2222" fill-opacity=".11037" transform="translate(10 1152.9)" stroke="#000" stroke-width="0.625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="3.0813" ry="7.8653" width="38.454" height="29.249" stroke-dasharray="0.62499970 1.2499994" y=".31296" x="220.76"/>
+ <rect id="shapes-f04-zh_TW.svgrect1912" fill-opacity=".11037" transform="translate(10 1152.9)" stroke="#000" stroke-width=".625" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="18.207" ry="11.527" width="227.21" height="42.865" stroke-dasharray="0.62499996 1.2499999" y=".31247" x="31.024"/>
+ <rect id="d0e227" display="none" height="1e3px" width="288" y="1319" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e227"/>
</flowRegion>
<flowDiv xml:space="preserve">這時每個矩形的圓角大小皆不同,且右上角完全沒有對齊 (放大畫面來觀察)。這個和你將原本的矩形轉為路徑 (<flowSpan font-weight="bold">Ctrl+Shift+C</flowSpan>) 然後縮放大小的效果一樣 (看起來)。</flowDiv>
</flowRoot>
- <rect id="d0e233" display="none" height="1e3px" width="288" y="1360.4" x="10"/>
+ <rect id="d0e233" display="none" height="1e3px" width="288" y="1359.6" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e233"/>
</flowRegion>
<flowDiv xml:space="preserve">下面是矩形圓角控制點的快捷鍵:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 1384.2)"/>
- <rect id="d0e239" display="none" height="1e3px" width="258" y="1378.2" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 1383.2)"/>
+ <rect id="d0e239" display="none" height="1e3px" width="258" y="1377.2" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e239"/>
</flowRegion>
<flowDiv xml:space="preserve">按著 <flowSpan font-weight="bold">Ctrl</flowSpan> 拖曳滑鼠可產生其他等半徑圓角 (圓形圓角)。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 1402.1)"/>
- <rect id="d0e246" display="none" height="1e3px" width="258" y="1396.1" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 1401.1)"/>
+ <rect id="d0e246" display="none" height="1e3px" width="258" y="1395.1" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e246"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Ctrl+點擊</flowSpan> 不需拖動滑鼠便可產生其他的等半徑圓角。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 1420)"/>
- <rect id="d0e252" display="none" height="1e3px" width="258" y="1414" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 1418.8)"/>
+ <rect id="d0e252" display="none" height="1e3px" width="258" y="1412.8" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e252"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Shift+點擊</flowSpan> 可移除圓角。</flowDiv>
</flowRoot>
- <rect id="d0e258" display="none" height="1e3px" width="288" y="1431.8" x="10"/>
+ <rect id="d0e258" display="none" height="1e3px" width="288" y="1430.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e258"/>
</flowRegion>
<flowDiv xml:space="preserve">你可能已經注意到矩形工具列上會顯示選取矩形的水平 (<flowSpan font-style="italic">Rx</flowSpan>) 和垂直 (<flowSpan font-style="italic">Ry</flowSpan>) 圓角半徑,讓你可以準確地設定圓角半徑和使用各種長度單位。而<flowSpan font-family="Sans">無圓角</flowSpan>按鈕的作用是 — 從選取的矩形上移除圓角。</flowDiv>
</flowRoot>
- <rect id="d0e270" display="none" height="1e3px" width="288" y="1472.9" x="10"/>
+ <rect id="d0e270" display="none" height="1e3px" width="288" y="1471" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e270"/>
</flowRegion>
<flowDiv xml:space="preserve">這些操作有一個重要的優點那就是可以一次改變許多矩形。例如,如果你想要改變圖層中全部的矩形,只要按 <flowSpan font-weight="bold">Ctrl+A</flowSpan> (<flowSpan font-family="Sans">全選</flowSpan>) 並在控制列上設定你要的參數。如有選取到其他非矩形的物件,會自動忽略那些物件 — 只有矩形會產生變化。</flowDiv>
</flowRoot>
- <rect id="d0e279" display="none" height="1e3px" width="288" y="1514" x="10"/>
+ <rect id="d0e279" display="none" height="1e3px" width="288" y="1510.9" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e279"/>
</flowRegion>
<flowDiv xml:space="preserve">現在我們來看矩形的大小調整控制點。你可能想知道既然我們可用選取工具縮放矩形為什麼還需要大小調整控制點?</flowDiv>
</flowRoot>
- <rect id="d0e282" display="none" height="1e3px" width="288" y="1542.6" x="10"/>
+ <rect id="d0e282" display="none" height="1e3px" width="288" y="1539.3" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e282"/>
</flowRegion>
<flowDiv xml:space="preserve">選取工具的問題在於水平和垂直縮放都是沿著文件頁面的方向。相較之下,矩形的大小調整控制點是<flowSpan font-style="italic">沿著矩形的邊進行縮放</flowSpan>,即使是旋轉或傾斜矩形。例如,先試著用選取工具調整這個矩形的大小然後再用矩形工具調整控制點:</flowDiv>
</flowRoot>
- <rect id="shapes-f05-zh_TW.svgrect2270" fill-opacity=".99666" transform="translate(10 1590) matrix(.69601 -.71803 -.95272 -.30385 0 0)" stroke="#000" stroke-width="1pt" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="5.8251" ry="3.8355" width="41.625" height="64.103" y="-179.49" x="7.7759"/>
- <rect id="d0e298" display="none" height="1e3px" width="288" y="1650.6" x="10"/>
+ <rect id="shapes-f05-zh_TW.svgrect2270" fill-opacity=".99666" transform="translate(10 1586.4) matrix(.69601 -.71803 -.95272 -.30385 0 0)" stroke="#000" stroke-width="1pt" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="5.8251" ry="3.8355" width="41.625" height="64.103" y="-179.49" x="7.7759"/>
+ <rect id="d0e298" display="none" height="1e3px" width="288" y="1646.9" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e298"/>
</flowRegion>
<flowDiv xml:space="preserve">由於有兩個大小調整控制點,你可以往任何方向調整大小甚至沿著矩形的邊移動。大小調整控制點會一直固定圓角半徑。</flowDiv>
</flowRoot>
- <rect id="d0e301" display="none" height="1e3px" width="288" y="1679.2" x="10"/>
+ <rect id="d0e301" display="none" height="1e3px" width="288" y="1675.3" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e301"/>
</flowRegion>
<flowDiv xml:space="preserve">下面是大小調整控制點的快捷鍵:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 1703.2)"/>
- <rect id="d0e307" display="none" height="1e3px" width="258" y="1697.2" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 1698.9)"/>
+ <rect id="d0e307" display="none" height="1e3px" width="258" y="1692.9" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e307"/>
</flowRegion>
<flowDiv xml:space="preserve">按著 <flowSpan font-weight="bold">Ctrl</flowSpan> 拖曳可貼齊矩形的邊或對角線進行。換句話說,<flowSpan font-weight="bold">Ctrl</flowSpan> 會固定矩形的寬度、高度或寬高比 (即便旋轉或傾斜自己的坐標)。</flowDiv>
</flowRoot>
- <rect id="d0e317" display="none" height="1e3px" width="288" y="1726.8" x="10"/>
+ <rect id="d0e317" display="none" height="1e3px" width="288" y="1722.2" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e317"/>
</flowRegion>
<flowDiv xml:space="preserve">下面有一個相同的矩形,按著 <flowSpan font-weight="bold">Ctrl</flowSpan> 拖曳時讓大小調整控制點保持以灰色虛線指示的方向移動 (試試看):</flowDiv>
</flowRoot>
- <g id="shapes-f06-zh_TW.svgg6992" transform="translate(10 -405.2)" stroke="#cfcfcf" sodipodi:insensitive="true" fill="none">
+ <g id="shapes-f06-zh_TW.svgg6992" transform="translate(10 -410.1)" stroke="#cfcfcf" sodipodi:insensitive="true" fill="none">
<path id="shapes-f06-zh_TW.svgpath6370" d="m200.86 2297.1l-80.74-126.8" sodipodi:nodetypes="cc" stroke-dasharray="1.7028247 1.7028247" stroke-width="1.7028"/>
<path id="shapes-f06-zh_TW.svgpath6369" d="m148.58 2287.9l91.85-95.6" stroke-dasharray="1.7028245 1.7028245" stroke-width="1.7028"/>
<path id="shapes-f06-zh_TW.svgpath6368" d="m79.483 2277.2l91.847-95.5" stroke-dasharray="1.7028245 1.7028245" stroke-width="1.7028"/>
<path id="shapes-f06-zh_TW.svgpath6367" d="m54.316 2219.7l193.8 62.1" stroke-dasharray="1.7028220 1.7028220" stroke-width="1.7028"/>
<path id="shapes-f06-zh_TW.svgpath5743" d="m77.695 2188.1l193.8 62.2" stroke-dasharray="1.7028220 1.7028220" stroke-width="1.7028"/>
</g>
- <rect id="shapes-f06-zh_TW.svgrect5742" fill-opacity=".99666" transform="translate(10 1764.3) matrix(.69601 -.71803 -.95272 -.30385 0 0)" stroke="#000" stroke-width="1pt" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="5.825" ry="3.8355" width="41.625" height="64.103" y="-211.02" x="-35.379"/>
- <flowRoot id="shapes-f06-zh_TW.svgflowRoot2609" xml:space="preserve" transform="translate(10 1764.3)" font-size="6" font-family="Sans" fill="#000000"><flowRegion id="shapes-f06-zh_TW.svgflowRegion2611"><rect id="shapes-f06-zh_TW.svgrect2613" height="26.786" width="115" y="120.93" x="78.571"/></flowRegion><flowPara id="shapes-f06-zh_TW.svgflowPara2615">矩形的貼齊 - 按 Ctrl 拖動大小調整控制點</flowPara></flowRoot>
- <rect id="d0e333" display="none" height="1e3px" width="288" y="1904.8" x="10"/>
+ <rect id="shapes-f06-zh_TW.svgrect5742" fill-opacity=".99666" transform="translate(10 1759.4) matrix(.69601 -.71803 -.95272 -.30385 0 0)" stroke="#000" stroke-width="1pt" fill="#00f" style="color:#000000" fill-rule="evenodd" rx="5.825" ry="3.8355" width="41.625" height="64.103" y="-211.02" x="-35.379"/>
+ <flowRoot id="shapes-f06-zh_TW.svgflowRoot2609" xml:space="preserve" transform="translate(10 1759.4)" font-size="6" font-family="Sans" fill="#000000"><flowRegion id="shapes-f06-zh_TW.svgflowRegion2611"><rect id="shapes-f06-zh_TW.svgrect2613" height="26.786" width="115" y="120.93" x="78.571"/></flowRegion><flowPara id="shapes-f06-zh_TW.svgflowPara2615">矩形的貼齊 - 按 Ctrl 拖動大小調整控制點</flowPara></flowRoot>
+ <rect id="d0e333" display="none" height="1e3px" width="288" y="1899.9" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e333"/>
</flowRegion>
<flowDiv xml:space="preserve">傾斜和旋轉一個矩形,然後再製矩形並用控制點調整大小,便能輕易地製作立體效果:</flowDiv>
</flowRoot>
- <rect id="shapes-f07-zh_TW.svgrect3610" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.91237 -.40937 0 1 0 0)" height="14.448" width="18.786" stroke="#fff" y="170.13" x="233.42" stroke-width=".39259" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3609" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.91237 -.40937 0 1 0 0)" height="41.475" width="17.586" stroke="#fff" y="84.772" x="174.11" stroke-width=".39259" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3605" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.99472 .10266 0 1 0 0)" height="15.283" width="57.99" stroke="#fff" y="37.3" x="116.36" stroke-width=".37599" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect2965" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="32.88" stroke="#fff" y="-2.9686" x="45.949" stroke-width=".375" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect2966" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.91237 -.40937 0 1 0 0)" height="30.551" width="18.205" stroke="#fff" y="48.819" x="74.597" stroke-width="0.375" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3596" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.99472 .10266 0 1 0 0)" height="30.543" width="32.942" stroke="#fff" y="12.017" x="27.846" stroke-width=".375" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3597" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="72.439" stroke="#fff" y="56.339" x="185.25" stroke-width=".53154" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3598" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.91237 -.40937 0 1 0 0)" height="14.448" width="41.99" stroke="#fff" y="141.29" x="182.59" stroke-width=".39259" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3599" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="25.786" stroke="#fff" y="86.052" x="284.9" stroke-width=".53154" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3600" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.99472 .10266 0 1 0 0)" height="30.543" width="25.67" stroke="#fff" y="52.214" x="189.23" stroke-width=".37599" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3601" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.99472 .10266 0 1 0 0)" height="34.392" width="11.664" stroke="#fff" y="-6.5882" x="194.35" stroke-width=".37599" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3602" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.91237 -.40937 0 1 0 0)" height="49.333" width="17.911" stroke="#fff" y="106.61" x="224.88" stroke-width=".39259" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3603" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.99480 .10183 -.91351 .40681 0 0)" height="23.517" width="25.707" stroke="#fff" y="74.723" x="232.12" stroke-width=".53154" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3604" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.99472 .10266 0 1 0 0)" height="45.515" width="25.67" stroke="#fff" y="49.235" x="141.66" stroke-width=".37599" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3606" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.99480 .10183 -.91351 .40681 0 0)" height="31.882" width="11.598" stroke="#fff" y="-45.157" x="182.24" stroke-width=".53154" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3607" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.91237 -.40937 0 1 0 0)" height="45.788" width="23.587" stroke="#fff" y="141.29" x="182.59" stroke-width=".39259" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3608" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.99472 .10266 0 1 0 0)" height="30.543" width="25.67" stroke="#fff" y="-2.7308" x="133.79" stroke-width=".37599" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3611" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.91237 -.40937 0 1 0 0)" height="30.657" width="9.7845" stroke="#fff" y="170.05" x="234.5" stroke-width=".39259" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect3612" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="25.212" stroke="#fff" y="-24.113" x="128.84" stroke-width=".53154" fill="#ff6300"/>
- <rect id="shapes-f07-zh_TW.svgrect1913" style="color:#000000" fill-rule="evenodd" transform="translate(10 1941.2) matrix(.91237 -.40937 0 1 0 0)" height="20.233" width="31.198" stroke="#fff" y="106.61" x="224.88" stroke-width=".39259" fill="#ff6300"/>
- <flowRoot id="shapes-f07-zh_TW.svgflowRoot2632" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(8 1931.2)" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="shapes-f07-zh_TW.svgflowRegion2634"><rect id="shapes-f07-zh_TW.svgrect2636" height="43.571" width="61.786" y="61.648" x="27.5"/></flowRegion><flowPara id="shapes-f07-zh_TW.svgflowPara2638">3 個原始矩形</flowPara></flowRoot>
- <flowRoot id="shapes-f07-zh_TW.svgflowRoot2640" xml:space="preserve" transform="translate(10 1941.2)" font-size="6" font-family="Sans" fill="#000000"><flowRegion id="shapes-f07-zh_TW.svgflowRegion2642"><rect id="shapes-f07-zh_TW.svgrect2644" height="90.357" width="56.786" y="12.005" x="241.07"/></flowRegion><flowPara id="shapes-f07-zh_TW.svgflowPara2646">一些由控制點調整大小的複製之矩形,大部分按著 Ctrl 操作</flowPara></flowRoot>
- <rect id="d0e346" display="none" height="1e3px" width="288" y="2065.7" x="10"/>
+ <rect id="shapes-f07-zh_TW.svgrect3610" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.91237 -.40937 0 1 0 0)" height="14.448" width="18.786" stroke="#fff" y="170.13" x="233.42" stroke-width=".39259" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3609" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.91237 -.40937 0 1 0 0)" height="41.475" width="17.586" stroke="#fff" y="84.772" x="174.11" stroke-width=".39259" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3605" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.99472 .10266 0 1 0 0)" height="15.283" width="57.99" stroke="#fff" y="37.3" x="116.36" stroke-width=".37599" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect2965" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="32.88" stroke="#fff" y="-2.9686" x="45.949" stroke-width=".375" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect2966" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.91237 -.40937 0 1 0 0)" height="30.551" width="18.205" stroke="#fff" y="48.819" x="74.597" stroke-width="0.375" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3596" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.99472 .10266 0 1 0 0)" height="30.543" width="32.942" stroke="#fff" y="12.017" x="27.846" stroke-width=".375" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3597" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="72.439" stroke="#fff" y="56.339" x="185.25" stroke-width=".53154" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3598" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.91237 -.40937 0 1 0 0)" height="14.448" width="41.99" stroke="#fff" y="141.29" x="182.59" stroke-width=".39259" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3599" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="25.786" stroke="#fff" y="86.052" x="284.9" stroke-width=".53154" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3600" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.99472 .10266 0 1 0 0)" height="30.543" width="25.67" stroke="#fff" y="52.214" x="189.23" stroke-width=".37599" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3601" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.99472 .10266 0 1 0 0)" height="34.392" width="11.664" stroke="#fff" y="-6.5882" x="194.35" stroke-width=".37599" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3602" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.91237 -.40937 0 1 0 0)" height="49.333" width="17.911" stroke="#fff" y="106.61" x="224.88" stroke-width=".39259" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3603" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.99480 .10183 -.91351 .40681 0 0)" height="23.517" width="25.707" stroke="#fff" y="74.723" x="232.12" stroke-width=".53154" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3604" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.99472 .10266 0 1 0 0)" height="45.515" width="25.67" stroke="#fff" y="49.235" x="141.66" stroke-width=".37599" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3606" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.99480 .10183 -.91351 .40681 0 0)" height="31.882" width="11.598" stroke="#fff" y="-45.157" x="182.24" stroke-width=".53154" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3607" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.91237 -.40937 0 1 0 0)" height="45.788" width="23.587" stroke="#fff" y="141.29" x="182.59" stroke-width=".39259" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3608" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.99472 .10266 0 1 0 0)" height="30.543" width="25.67" stroke="#fff" y="-2.7308" x="133.79" stroke-width=".37599" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3611" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.91237 -.40937 0 1 0 0)" height="30.657" width="9.7845" stroke="#fff" y="170.05" x="234.5" stroke-width=".39259" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect3612" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.99480 .10183 -.91351 .40681 0 0)" height="18.241" width="25.212" stroke="#fff" y="-24.113" x="128.84" stroke-width=".53154" fill="#ff6300"/>
+ <rect id="shapes-f07-zh_TW.svgrect1913" style="color:#000000" fill-rule="evenodd" transform="translate(10 1936) matrix(.91237 -.40937 0 1 0 0)" height="20.233" width="31.198" stroke="#fff" y="106.61" x="224.88" stroke-width=".39259" fill="#ff6300"/>
+ <flowRoot id="shapes-f07-zh_TW.svgflowRoot2632" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(8 1926)" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="shapes-f07-zh_TW.svgflowRegion2634"><rect id="shapes-f07-zh_TW.svgrect2636" height="43.571" width="61.786" y="61.648" x="27.5"/></flowRegion><flowPara id="shapes-f07-zh_TW.svgflowPara2638">3 個原始矩形</flowPara></flowRoot>
+ <flowRoot id="shapes-f07-zh_TW.svgflowRoot2640" xml:space="preserve" transform="translate(10 1936)" font-size="6" font-family="Sans" fill="#000000"><flowRegion id="shapes-f07-zh_TW.svgflowRegion2642"><rect id="shapes-f07-zh_TW.svgrect2644" height="90.357" width="56.786" y="12.005" x="241.07"/></flowRegion><flowPara id="shapes-f07-zh_TW.svgflowPara2646">一些由控制點調整大小的複製之矩形,大部分按著 Ctrl 操作</flowPara></flowRoot>
+ <rect id="d0e346" display="none" height="1e3px" width="288" y="2060.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e346"/>
@@ -451,615 +451,615 @@
<stop id="shapes-f08-zh_TW.svgstop2323" stop-color="#e08f0d" stop-opacity="0" offset="1"/>
</linearGradient>
</defs>
- <rect id="shapes-f08-zh_TW.svgrect1001" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="7.9946" transform="translate(10 2091.7) matrix(.98329 .18206 -.62938 .77709 0 0)" height="42.484" width="14.215" y="24.73" x="52.983" fill="#1c768b"/>
- <rect id="shapes-f08-zh_TW.svgrect1002" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="6.9707" transform="translate(10 2091.7) matrix(.98329 .18206 -.62938 .77709 0 0)" height="83.705" width="13.941" y="9.1277" x="73.67" fill="#1c768b"/>
- <rect id="shapes-f08-zh_TW.svgrect1003" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="7.9946" transform="translate(10 2091.7) matrix(.98329 .18206 -.62938 .77709 0 0)" height="90.342" width="15.751" y="-22.943" x="94.022" fill="#1c768b"/>
- <rect id="shapes-f08-zh_TW.svgrect1004" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="7.9946" transform="translate(10 2091.7) matrix(.98329 .18206 -.62938 .77709 0 0)" height="69.735" width="15.688" y="-2.3354" x="116.44" fill="#1c768b"/>
- <rect id="shapes-f08-zh_TW.svgrect1005" opacity=".27541" ry="7.9131" style="color:#000000" fill-rule="evenodd" rx="7.9959" transform="translate(10 2091.7) matrix(.59704 -.80221 -.98591 -.16727 0 0)" height="87.653" width="12.887" y="-135.39" x="-63.5" fill="#1c768b"/>
- <rect id="shapes-f08-zh_TW.svgrect1006" opacity=".27541" ry="7.9131" style="color:#000000" fill-rule="evenodd" rx="7.9959" transform="translate(10 2091.7) matrix(.59704 -.80221 -.98591 -.16727 0 0)" height="87.653" width="13.113" y="-135.39" x="-42.204" fill="#1c768b"/>
- <rect id="shapes-f08-zh_TW.svgrect1628" style="color:#000000" fill-rule="evenodd" transform="translate(10 2091.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="39.812" width="13.271" stroke="#000" y="-55.075" x="-213.5" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4192)"/>
- <rect id="shapes-f08-zh_TW.svgrect1629" style="color:#000000" fill-rule="evenodd" transform="translate(10 2091.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="26.084" width="27.843" stroke="#000" y="-55.075" x="-228.07" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4189)"/>
- <rect id="shapes-f08-zh_TW.svgrect1630" style="color:#000000" fill-rule="evenodd" transform="translate(10 2091.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="22.814" width="32.956" stroke="#000" y="-64.596" x="-220.23" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4186)"/>
- <rect id="shapes-f08-zh_TW.svgrect1631" style="color:#000000" fill-rule="evenodd" transform="translate(10 2091.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="47.164" width="17.997" stroke="#000" y="-88.945" x="-205.27" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4183)"/>
- <rect id="shapes-f08-zh_TW.svgrect1632" style="color:#000000" fill-rule="evenodd" transform="translate(10 2091.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="19.767" width="13.428" stroke="#000" y="-99.625" x="-209.28" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4180)"/>
- <rect id="shapes-f08-zh_TW.svgrect1633" style="color:#000000" fill-rule="evenodd" transform="translate(10 2091.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="16.538" width="15.387" stroke="#000" y="-49.959" x="-195.09" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4177)"/>
- <rect id="shapes-f08-zh_TW.svgrect1634" style="color:#000000" fill-rule="evenodd" transform="translate(10 2091.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="25.458" width="44.091" stroke="#000" y="-46.73" x="-251.57" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4174)"/>
- <rect id="shapes-f08-zh_TW.svgrect1635" style="color:#000000" fill-rule="evenodd" transform="translate(10 2091.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="19.767" width="13.428" stroke="#000" y="-56.094" x="-258.25" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4171)"/>
- <rect id="shapes-f08-zh_TW.svgrect2258" style="color:#000000" fill-rule="evenodd" transform="translate(10 2091.7) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="37.026" width="35.989" stroke="#000" y="-31.251" x="-278.05" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4168)"/>
- <rect id="shapes-f08-zh_TW.svgrect2260" transform="translate(10 2091.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97177" fill="url(#shapes-f08-zh_TW.svglinearGradient4165)" style="color:#000000" fill-rule="evenodd" rx="13.386" ry="7.8878" width="113.32" height="127.64" y="316.07" x="503.61"/>
- <rect id="shapes-f08-zh_TW.svgrect2261" transform="translate(10 2091.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-zh_TW.svglinearGradient4162)" style="color:#000000" fill-rule="evenodd" rx="12.531" ry="7.8879" width="27.59" height="51.349" y="411.96" x="630.53"/>
- <rect id="shapes-f08-zh_TW.svgrect2262" transform="translate(10 2091.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97177" fill="url(#shapes-f08-zh_TW.svglinearGradient4159)" style="color:#000000" fill-rule="evenodd" rx="9.9614" ry="17.916" width="33.88" height="64.786" y="357.18" x="458.08"/>
- <rect id="shapes-f08-zh_TW.svgrect2263" transform="translate(10 2091.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-zh_TW.svglinearGradient4156)" style="color:#000000" fill-rule="evenodd" rx="12.637" ry="7.8879" width="28.248" height="30.095" y="241.03" x="433.29"/>
- <rect id="shapes-f08-zh_TW.svgrect2264" transform="translate(10 2091.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-zh_TW.svglinearGradient4153)" style="color:#000000" fill-rule="evenodd" rx="10.937" ry="7.8879" width="21.022" height="15.702" y="206.94" x="372.11"/>
- <rect id="shapes-f08-zh_TW.svgrect2259" transform="translate(10 2091.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-zh_TW.svglinearGradient4150)" style="color:#000000" fill-rule="evenodd" rx="13.386" ry="7.8879" width="52.249" height="47.25" y="270.51" x="440.64"/>
- <rect id="shapes-f08-zh_TW.svgrect5740" transform="translate(10 2091.7) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-zh_TW.svglinearGradient4147)" style="color:#000000" fill-rule="evenodd" rx="4.8633" ry="5.0297" width="9.8364" height="11.479" y="170.7" x="353.52"/>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2230.6121340000004" x="10" font-family="Sans" fill="#000000">
- <tspan y="2230.6121340000004" x="10">橢圓形</tspan>
+ <rect id="shapes-f08-zh_TW.svgrect1001" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="7.9946" transform="translate(10 2086.1) matrix(.98329 .18206 -.62938 .77709 0 0)" height="42.484" width="14.215" y="24.73" x="52.983" fill="#1c768b"/>
+ <rect id="shapes-f08-zh_TW.svgrect1002" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="6.9707" transform="translate(10 2086.1) matrix(.98329 .18206 -.62938 .77709 0 0)" height="83.705" width="13.941" y="9.1277" x="73.67" fill="#1c768b"/>
+ <rect id="shapes-f08-zh_TW.svgrect1003" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="7.9946" transform="translate(10 2086.1) matrix(.98329 .18206 -.62938 .77709 0 0)" height="90.342" width="15.751" y="-22.943" x="94.022" fill="#1c768b"/>
+ <rect id="shapes-f08-zh_TW.svgrect1004" opacity=".27541" ry="7.9254" style="color:#000000" fill-rule="evenodd" rx="7.9946" transform="translate(10 2086.1) matrix(.98329 .18206 -.62938 .77709 0 0)" height="69.735" width="15.688" y="-2.3354" x="116.44" fill="#1c768b"/>
+ <rect id="shapes-f08-zh_TW.svgrect1005" opacity=".27541" ry="7.9131" style="color:#000000" fill-rule="evenodd" rx="7.9959" transform="translate(10 2086.1) matrix(.59704 -.80221 -.98591 -.16727 0 0)" height="87.653" width="12.887" y="-135.39" x="-63.5" fill="#1c768b"/>
+ <rect id="shapes-f08-zh_TW.svgrect1006" opacity=".27541" ry="7.9131" style="color:#000000" fill-rule="evenodd" rx="7.9959" transform="translate(10 2086.1) matrix(.59704 -.80221 -.98591 -.16727 0 0)" height="87.653" width="13.113" y="-135.39" x="-42.204" fill="#1c768b"/>
+ <rect id="shapes-f08-zh_TW.svgrect1628" style="color:#000000" fill-rule="evenodd" transform="translate(10 2086.1) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="39.812" width="13.271" stroke="#000" y="-55.075" x="-213.5" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4192)"/>
+ <rect id="shapes-f08-zh_TW.svgrect1629" style="color:#000000" fill-rule="evenodd" transform="translate(10 2086.1) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="26.084" width="27.843" stroke="#000" y="-55.075" x="-228.07" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4189)"/>
+ <rect id="shapes-f08-zh_TW.svgrect1630" style="color:#000000" fill-rule="evenodd" transform="translate(10 2086.1) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="22.814" width="32.956" stroke="#000" y="-64.596" x="-220.23" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4186)"/>
+ <rect id="shapes-f08-zh_TW.svgrect1631" style="color:#000000" fill-rule="evenodd" transform="translate(10 2086.1) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="47.164" width="17.997" stroke="#000" y="-88.945" x="-205.27" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4183)"/>
+ <rect id="shapes-f08-zh_TW.svgrect1632" style="color:#000000" fill-rule="evenodd" transform="translate(10 2086.1) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="19.767" width="13.428" stroke="#000" y="-99.625" x="-209.28" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4180)"/>
+ <rect id="shapes-f08-zh_TW.svgrect1633" style="color:#000000" fill-rule="evenodd" transform="translate(10 2086.1) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="16.538" width="15.387" stroke="#000" y="-49.959" x="-195.09" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4177)"/>
+ <rect id="shapes-f08-zh_TW.svgrect1634" style="color:#000000" fill-rule="evenodd" transform="translate(10 2086.1) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="25.458" width="44.091" stroke="#000" y="-46.73" x="-251.57" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4174)"/>
+ <rect id="shapes-f08-zh_TW.svgrect1635" style="color:#000000" fill-rule="evenodd" transform="translate(10 2086.1) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="19.767" width="13.428" stroke="#000" y="-56.094" x="-258.25" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4171)"/>
+ <rect id="shapes-f08-zh_TW.svgrect2258" style="color:#000000" fill-rule="evenodd" transform="translate(10 2086.1) matrix(-.99987 -.016153 -.76041 -.64945 0 0)" height="37.026" width="35.989" stroke="#000" y="-31.251" x="-278.05" stroke-width=".39935" fill="url(#shapes-f08-zh_TW.svglinearGradient4168)"/>
+ <rect id="shapes-f08-zh_TW.svgrect2260" transform="translate(10 2086.1) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97177" fill="url(#shapes-f08-zh_TW.svglinearGradient4165)" style="color:#000000" fill-rule="evenodd" rx="13.386" ry="7.8878" width="113.32" height="127.64" y="316.07" x="503.61"/>
+ <rect id="shapes-f08-zh_TW.svgrect2261" transform="translate(10 2086.1) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-zh_TW.svglinearGradient4162)" style="color:#000000" fill-rule="evenodd" rx="12.531" ry="7.8879" width="27.59" height="51.349" y="411.96" x="630.53"/>
+ <rect id="shapes-f08-zh_TW.svgrect2262" transform="translate(10 2086.1) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97177" fill="url(#shapes-f08-zh_TW.svglinearGradient4159)" style="color:#000000" fill-rule="evenodd" rx="9.9614" ry="17.916" width="33.88" height="64.786" y="357.18" x="458.08"/>
+ <rect id="shapes-f08-zh_TW.svgrect2263" transform="translate(10 2086.1) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-zh_TW.svglinearGradient4156)" style="color:#000000" fill-rule="evenodd" rx="12.637" ry="7.8879" width="28.248" height="30.095" y="241.03" x="433.29"/>
+ <rect id="shapes-f08-zh_TW.svgrect2264" transform="translate(10 2086.1) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-zh_TW.svglinearGradient4153)" style="color:#000000" fill-rule="evenodd" rx="10.937" ry="7.8879" width="21.022" height="15.702" y="206.94" x="372.11"/>
+ <rect id="shapes-f08-zh_TW.svgrect2259" transform="translate(10 2086.1) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-zh_TW.svglinearGradient4150)" style="color:#000000" fill-rule="evenodd" rx="13.386" ry="7.8879" width="52.249" height="47.25" y="270.51" x="440.64"/>
+ <rect id="shapes-f08-zh_TW.svgrect5740" transform="translate(10 2086.1) matrix(.99447 .10504 -.99521 .097739 0 0)" stroke="#000" stroke-width=".97176" fill="url(#shapes-f08-zh_TW.svglinearGradient4147)" style="color:#000000" fill-rule="evenodd" rx="4.8633" ry="5.0297" width="9.8364" height="11.479" y="170.7" x="353.52"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2224.9799581" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2224.9799581" x="10">橢圓形</tspan>
</text>
- <rect id="d0e365" display="none" height="1e3px" width="288" y="2235.8" x="10"/>
+ <rect id="d0e365" display="none" height="1e3px" width="288" y="2230.2" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e365"/>
</flowRegion>
<flowDiv xml:space="preserve">橢圓形工具 (<flowSpan font-weight="bold">F5</flowSpan>) 能建立橢圓形和圓形,也可轉換為扇形或弧。橢圓形工具的快捷鍵與矩形工具相同:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 2270.5)"/>
- <rect id="d0e374" display="none" height="1e3px" width="258" y="2264.5" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 2265.1)"/>
+ <rect id="d0e374" display="none" height="1e3px" width="258" y="2259.1" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e374"/>
</flowRegion>
<flowDiv xml:space="preserve">按著 <flowSpan font-weight="bold">Ctrl</flowSpan> 可繪製圓形或整數比例 (2:1、3:1 等) 的橢圓形。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 2288.4)"/>
- <rect id="d0e381" display="none" height="1e3px" width="258" y="2282.4" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 2283)"/>
+ <rect id="d0e381" display="none" height="1e3px" width="258" y="2277" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e381"/>
</flowRegion>
<flowDiv xml:space="preserve">按著 <flowSpan font-weight="bold">Shift</flowSpan>,以起始點作為中心來繪製。</flowDiv>
</flowRoot>
- <rect id="d0e388" display="none" height="1e3px" width="288" y="2300.4" x="10"/>
+ <rect id="d0e388" display="none" height="1e3px" width="288" y="2294.6" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e388"/>
</flowRegion>
<flowDiv xml:space="preserve">讓我們來探索橢圓形控制點的特性。選取下面的橢圓形:</flowDiv>
</flowRoot>
- <path id="shapes-f09-zh_TW.svgpath1932" sodipodi:rx="54.031982" sodipodi:ry="30.248674" fill-opacity=".99666" stroke="#000" stroke-width="1.25" fill="#ff000b" style="color:#000000" fill-rule="evenodd" transform="translate(-6.962 -583.2)" sodipodi:type="arc" d="m221.21 2940.5a54.032 30.249 0 1 1 -108.07 0 54.032 30.249 0 1 1 108.07 0z" sodipodi:cy="2940.5042" sodipodi:cx="167.17587"/>
- <rect id="d0e401" display="none" height="1e3px" width="288" y="2400.1" x="10"/>
+ <path id="shapes-f09-zh_TW.svgpath1932" sodipodi:rx="54.031982" sodipodi:ry="30.248674" fill-opacity=".99666" stroke="#000" stroke-width="1.25" fill="#ff000b" style="color:#000000" fill-rule="evenodd" transform="translate(-6.962 -589.3)" sodipodi:type="arc" d="m221.21 2940.5a54.032 30.249 0 1 1 -108.07 0 54.032 30.249 0 1 1 108.07 0z" sodipodi:cy="2940.5042" sodipodi:cx="167.17587"/>
+ <rect id="d0e401" display="none" height="1e3px" width="288" y="2394.1" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e401"/>
</flowRegion>
<flowDiv xml:space="preserve">與之前一樣,你會看到三個控制點,但實際上有四個。最右邊的控制點是兩個重疊的控制點讓你可以「打開」這個橢圓形。拖動最右邊的控制點,然後拖動在剛剛控制點底下的控制點可得到各種餅形的扇形或弧形:</flowDiv>
</flowRoot>
- <path id="shapes-f10-zh_TW.svgpath1225" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 1 1 -5.586 -21l-13.487 21z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 2447.4) matrix(1.306 0 0 0.597 13.336 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="5.4977871" sodipodi:start="0.0000000"/>
- <path id="shapes-f10-zh_TW.svgpath1226" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 0 1 -33.658 19.1l14.585-19.1z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 2447.4) matrix(1.306 0 0 0.597 77.095 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="2.4413969" sodipodi:start="0.0000000"/>
- <path id="shapes-f10-zh_TW.svgpath1227" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 1 1 -13.927 -28.6" fill-opacity=".75" sodipodi:open="true" fill-rule="evenodd" transform="translate(10 2447.4) matrix(1.306 0 0 0.597 145.37 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" fill="#f00" stroke-width=".79606pt" sodipodi:end="4.9855409" sodipodi:start="0.0000000"/>
- <path id="shapes-f10-zh_TW.svgpath1228" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 0 1 -35.976 13.7" fill-opacity=".75" sodipodi:open="true" fill-rule="evenodd" transform="translate(10 2447.4) matrix(1.306 0 0 0.597 207.7 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" fill="#f00" stroke-width=".79606pt" sodipodi:end="2.6599349" sodipodi:start="0.0000000"/>
- <path id="shapes-f10-zh_TW.svgpath3204" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m15.272 2722.5a19.073 29.636 0 0 1 7.16 -7.3l6.617 27.8z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 2447.4) matrix(1.306 0 0 0.597 77.095 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="4.3580459" sodipodi:start="3.9052122"/>
- <path id="shapes-f10-zh_TW.svgpath3205" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m11.841 2730.2a19.073 29.636 0 0 1 35.456 4.1" fill-opacity=".75" sodipodi:open="true" fill-rule="evenodd" transform="translate(10 2447.4) matrix(1.306 0 0 0.597 207.7 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" fill="#f00" stroke-width=".79606pt" sodipodi:end="5.9880333" sodipodi:start="3.5874838"/>
- <path id="shapes-f10-zh_TW.svgpath3206" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m27.76 2713.4a19.073 29.636 0 0 1 19.12 19.1l-17.831 10.5z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 2447.4) matrix(1.306 0 0 0.597 77.095 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="5.9203236" sodipodi:start="4.6447262"/>
- <rect id="d0e414" display="none" height="1e3px" width="288" y="2495.7" x="10"/>
+ <path id="shapes-f10-zh_TW.svgpath1225" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 1 1 -5.586 -21l-13.487 21z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 2441.1) matrix(1.306 0 0 0.597 13.336 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="5.4977871" sodipodi:start="0.0000000"/>
+ <path id="shapes-f10-zh_TW.svgpath1226" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 0 1 -33.658 19.1l14.585-19.1z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 2441.1) matrix(1.306 0 0 0.597 77.095 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="2.4413969" sodipodi:start="0.0000000"/>
+ <path id="shapes-f10-zh_TW.svgpath1227" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 1 1 -13.927 -28.6" fill-opacity=".75" sodipodi:open="true" fill-rule="evenodd" transform="translate(10 2441.1) matrix(1.306 0 0 0.597 145.37 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" fill="#f00" stroke-width=".79606pt" sodipodi:end="4.9855409" sodipodi:start="0.0000000"/>
+ <path id="shapes-f10-zh_TW.svgpath1228" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m48.122 2743a19.073 29.636 0 0 1 -35.976 13.7" fill-opacity=".75" sodipodi:open="true" fill-rule="evenodd" transform="translate(10 2441.1) matrix(1.306 0 0 0.597 207.7 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" fill="#f00" stroke-width=".79606pt" sodipodi:end="2.6599349" sodipodi:start="0.0000000"/>
+ <path id="shapes-f10-zh_TW.svgpath3204" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m15.272 2722.5a19.073 29.636 0 0 1 7.16 -7.3l6.617 27.8z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 2441.1) matrix(1.306 0 0 0.597 77.095 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="4.3580459" sodipodi:start="3.9052122"/>
+ <path id="shapes-f10-zh_TW.svgpath3205" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m11.841 2730.2a19.073 29.636 0 0 1 35.456 4.1" fill-opacity=".75" sodipodi:open="true" fill-rule="evenodd" transform="translate(10 2441.1) matrix(1.306 0 0 0.597 207.7 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" fill="#f00" stroke-width=".79606pt" sodipodi:end="5.9880333" sodipodi:start="3.5874838"/>
+ <path id="shapes-f10-zh_TW.svgpath3206" sodipodi:rx="19.072769" sodipodi:ry="29.636148" sodipodi:type="arc" d="m27.76 2713.4a19.073 29.636 0 0 1 19.12 19.1l-17.831 10.5z" fill-opacity=".75" fill="#f00" fill-rule="evenodd" transform="translate(10 2441.1) matrix(1.306 0 0 0.597 77.095 -1619.4)" stroke="#000" sodipodi:cy="2742.9695" sodipodi:cx="29.049295" stroke-width=".79606pt" sodipodi:end="5.9203236" sodipodi:start="4.6447262"/>
+ <rect id="d0e414" display="none" height="1e3px" width="288" y="2489.4" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e414"/>
</flowRegion>
<flowDiv xml:space="preserve">拖曳時游標在橢圓形的<flowSpan font-style="italic">外面</flowSpan>移動可得到一個<flowSpan font-style="italic">扇形</flowSpan> (一個弧形加上兩個半徑);拖曳時游標在橢圓形的<flowSpan font-style="italic">內部</flowSpan>移動則可得到一個<flowSpan font-style="italic">弧形</flowSpan>。上面的左邊有 4 個扇形而右邊有 3 個弧形。注意那些弧形是未閉合的形狀,也就是說邊框沿著橢圓形但弧形的兩端點沒有接合在一起。如果你移除填色只留下邊框可讓這個特徵更明顯:</flowDiv>
</flowRoot>
- <g id="shapes-f11-zh_TW.svgg4447" sodipodi:insensitive="true" transform="translate(10 -648.4)">
+ <g id="shapes-f11-zh_TW.svgg4447" sodipodi:insensitive="true" transform="translate(10 -654.4)">
<path id="shapes-f11-zh_TW.svgpath3194" d="m78.137 3274.7l-47.158-27" sodipodi:nodetypes="cc" stroke="#d3d3d3" stroke-width=".25pt" fill="none"/>
<path id="shapes-f11-zh_TW.svgpath3195" d="m82.405 3271.7l-40.649-39.7" sodipodi:nodetypes="cc" stroke="#d3d3d3" stroke-width=".25pt" fill="none"/>
<path id="shapes-f11-zh_TW.svgpath3196" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#d3d3d3" stroke-width=".64783" sodipodi:end="3.9269908" fill="none" style="color:#000000" sodipodi:start="3.6651914" transform="matrix(1.1577 0 0 1.1577 21.522 -466.22)" sodipodi:type="arc" d="m11.441 3210a59.578 58.56 0 0 1 9.468 -12.1" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
<text id="shapes-f11-zh_TW.svgtext3818" sodipodi:linespacing="120.00000%" transform="matrix(.70939 0 0 .70939 10.286 1617.1)" xml:space="preserve" line-height="120.00000%" font-size="8.4" y="2279.1907" x="30.19973" font-family="Sans" fill="#d3d3d3"><tspan id="shapes-f11-zh_TW.svgtspan3819" y="2279.1907" x="30.199730" sodipodi:role="line"/><tspan id="shapes-f11-zh_TW.svgtspan3821" fill="#d3d3d3"/><tspan id="shapes-f11-zh_TW.svgtspan3823" role="line" dx="0 -0.23659326" dy="0 0" y="2289.2707" x="30.199730">15</tspan></text>
<path id="shapes-f11-zh_TW.svgpath3825" sodipodi:rx="0.89163345" sodipodi:ry="0.89163345" style="color:#000000" sodipodi:type="arc" d="m41.375 3238a0.89163 0.89163 0 1 1 -1.783 0 0.89163 0.89163 0 1 1 1.783 0z" transform="matrix(.88208 0 0 .88208 4.5191 381.48)" stroke="#d3d3d3" sodipodi:cy="3237.9563" sodipodi:cx="40.483158" stroke-width=".48604" fill="none"/>
</g>
- <text id="shapes-f11-zh_TW.svgtext3883" sodipodi:linespacing="120.00000%" transform="translate(10 2555.5)" xml:space="preserve" line-height="120.00000%" font-size="5.9589" y="4.4230723" x="61.438835" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f11-zh_TW.svgtspan3884" y="4.4230723" x="61.438835" role="line">扇形</tspan><tspan id="shapes-f11-zh_TW.svgtspan3893" y="11.573723" x="61.438835" sodipodi:role="line"/></text>
- <text id="shapes-f11-zh_TW.svgtext3888" sodipodi:linespacing="120.00000%" transform="translate(10 2555.5)" xml:space="preserve" line-height="120.00000%" font-size="5.9589" y="-2.6629279" x="224.43098" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f11-zh_TW.svgtspan3889" y="-2.6629279" x="224.43098" sodipodi:role="line"/><tspan id="shapes-f11-zh_TW.svgtspan3891" y="4.4877232" x="224.43098" role="line">弧</tspan></text>
- <path id="shapes-f11-zh_TW.svgpath3234" sodipodi:rx="30.710485" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -603.8)" sodipodi:type="arc" d="m42.591 3247.4a30.71 10.853 0 1 1 42.162 -15.8l-21.716 7.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3856" sodipodi:rx="30.710485" sodipodi:ry="30.962814" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -603.8)" sodipodi:type="arc" d="m42.591 3262.4a30.71 30.963 0 1 1 42.162 -45l-21.716 21.9z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3857" sodipodi:rx="30.710485" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -603.8)" sodipodi:type="arc" d="m42.591 3283a30.71 58.56 0 1 1 42.162 -85.1l-21.716 41.4z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3858" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.1554016" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -603.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -19.906 -44.5l59.572 0.8z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3859" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.6651914" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -603.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -11.93 -73l51.596 29.3z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3860" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.9269908" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -603.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -2.462 -85.1l42.128 41.4z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3861" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -603.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 9.877 -94.4l29.789 50.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3862" sodipodi:rx="15.141271" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -603.8)" sodipodi:type="arc" d="m52.957 3283a15.141 58.56 0 0 1 2.51 -94.4l7.57 50.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3864" sodipodi:rx="75.147621" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -603.8)" sodipodi:type="arc" d="m13.005 3247.4a75.148 10.853 0 1 1 103.16 -15.8l-53.123 7.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3865" sodipodi:rx="30.710485" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -603.8)" sodipodi:type="arc" d="m42.591 3247.4a30.71 10.853 0 1 1 42.162 -15.8" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3866" sodipodi:rx="30.710485" sodipodi:ry="30.962814" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -603.8)" sodipodi:type="arc" d="m42.591 3262.4a30.71 30.963 0 1 1 42.162 -45" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3867" sodipodi:rx="30.710485" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -603.8)" sodipodi:type="arc" d="m42.591 3283a30.71 58.56 0 1 1 42.162 -85.1" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3868" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.1554016" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -603.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -19.906 -44.5" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3869" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.6651914" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -603.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -11.93 -73" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3870" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.9269908" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -603.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -2.462 -85.1" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3871" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -603.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 9.877 -94.4" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3872" sodipodi:rx="15.141271" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -603.8)" sodipodi:type="arc" d="m52.957 3283a15.141 58.56 0 0 1 2.51 -94.4" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3873" sodipodi:rx="75.147621" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -603.8)" sodipodi:type="arc" d="m13.005 3247.4a75.148 10.853 0 1 1 103.16 -15.8" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <path id="shapes-f11-zh_TW.svgpath3925" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.4033920" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -603.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -17.882 -58.9l57.548 15.2z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
- <rect id="d0e439" display="none" height="1e3px" width="288" y="2692.2" x="10"/>
+ <text id="shapes-f11-zh_TW.svgtext3883" sodipodi:linespacing="120.00000%" transform="translate(10 2549.5)" xml:space="preserve" line-height="120.00000%" font-size="5.9589" y="4.4230723" x="61.438835" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f11-zh_TW.svgtspan3884" y="4.4230723" x="61.438835" role="line">扇形</tspan><tspan id="shapes-f11-zh_TW.svgtspan3893" y="11.573723" x="61.438835" sodipodi:role="line"/></text>
+ <text id="shapes-f11-zh_TW.svgtext3888" sodipodi:linespacing="120.00000%" transform="translate(10 2549.5)" xml:space="preserve" line-height="120.00000%" font-size="5.9589" y="-2.6629279" x="224.43098" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f11-zh_TW.svgtspan3889" y="-2.6629279" x="224.43098" sodipodi:role="line"/><tspan id="shapes-f11-zh_TW.svgtspan3891" y="4.4877232" x="224.43098" role="line">弧</tspan></text>
+ <path id="shapes-f11-zh_TW.svgpath3234" sodipodi:rx="30.710485" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -609.8)" sodipodi:type="arc" d="m42.591 3247.4a30.71 10.853 0 1 1 42.162 -15.8l-21.716 7.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3856" sodipodi:rx="30.710485" sodipodi:ry="30.962814" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -609.8)" sodipodi:type="arc" d="m42.591 3262.4a30.71 30.963 0 1 1 42.162 -45l-21.716 21.9z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3857" sodipodi:rx="30.710485" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -609.8)" sodipodi:type="arc" d="m42.591 3283a30.71 58.56 0 1 1 42.162 -85.1l-21.716 41.4z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3858" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.1554016" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -609.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -19.906 -44.5l59.572 0.8z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3859" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.6651914" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -609.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -11.93 -73l51.596 29.3z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3860" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.9269908" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -609.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -2.462 -85.1l42.128 41.4z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3861" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -609.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 9.877 -94.4l29.789 50.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3862" sodipodi:rx="15.141271" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -609.8)" sodipodi:type="arc" d="m52.957 3283a15.141 58.56 0 0 1 2.51 -94.4l7.57 50.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3864" sodipodi:rx="75.147621" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -609.8)" sodipodi:type="arc" d="m13.005 3247.4a75.148 10.853 0 1 1 103.16 -15.8l-53.123 7.7z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3865" sodipodi:rx="30.710485" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -609.8)" sodipodi:type="arc" d="m42.591 3247.4a30.71 10.853 0 1 1 42.162 -15.8" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3866" sodipodi:rx="30.710485" sodipodi:ry="30.962814" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -609.8)" sodipodi:type="arc" d="m42.591 3262.4a30.71 30.963 0 1 1 42.162 -45" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3867" sodipodi:rx="30.710485" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -609.8)" sodipodi:type="arc" d="m42.591 3283a30.71 58.56 0 1 1 42.162 -85.1" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3868" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.1554016" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -609.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -19.906 -44.5" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3869" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.6651914" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -609.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -11.93 -73" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3870" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.9269908" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -609.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -2.462 -85.1" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3871" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -609.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 9.877 -94.4" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3872" sodipodi:rx="15.141271" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="4.1887902" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -609.8)" sodipodi:type="arc" d="m52.957 3283a15.141 58.56 0 0 1 2.51 -94.4" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3873" sodipodi:rx="75.147621" sodipodi:ry="10.852578" stroke="#000" stroke-width=".75" sodipodi:end="5.4977871" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(182.89 -609.8)" sodipodi:type="arc" d="m13.005 3247.4a75.148 10.853 0 1 1 103.16 -15.8" sodipodi:open="true" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <path id="shapes-f11-zh_TW.svgpath3925" sodipodi:rx="59.578407" sodipodi:ry="58.560177" stroke="#000" stroke-width=".75" sodipodi:end="3.4033920" fill="none" style="color:#000000" sodipodi:start="2.2993372" transform="translate(41.469 -609.8)" sodipodi:type="arc" d="m23.371 3283a59.578 58.56 0 0 1 -17.882 -58.9l57.548 15.2z" sodipodi:cy="3239.2964" sodipodi:cx="63.037315"/>
+ <rect id="d0e439" display="none" height="1e3px" width="288" y="2686" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e439"/>
</flowRegion>
<flowDiv xml:space="preserve">注意左邊狹窄線段的扇子形狀群組。按著 <flowSpan font-weight="bold">Ctrl</flowSpan> 利用控制點的角度捉取可輕易地製作出這些扇形。弧/扇形控制點的快捷鍵:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 2727.8)"/>
- <rect id="d0e448" display="none" height="1e3px" width="258" y="2721.8" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 2721)"/>
+ <rect id="d0e448" display="none" height="1e3px" width="258" y="2715" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e448"/>
</flowRegion>
<flowDiv xml:space="preserve">按著 <flowSpan font-weight="bold">Ctrl</flowSpan> 拖曳時會以每次 15 度改變控製點。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 2745.8)"/>
- <rect id="d0e455" display="none" height="1e3px" width="258" y="2739.8" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 2738.6)"/>
+ <rect id="d0e455" display="none" height="1e3px" width="258" y="2732.6" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e455"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Shift+點擊</flowSpan> 可製作完整的橢圓形 (不是弧或扇形)。</flowDiv>
</flowRoot>
- <rect id="d0e461" display="none" height="1e3px" width="288" y="2757.9" x="10"/>
+ <rect id="d0e461" display="none" height="1e3px" width="288" y="2750.6" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e461"/>
</flowRegion>
<flowDiv xml:space="preserve">在 Inkscape 的偏好設定 (<flowSpan font-family="Sans">階層數</flowSpan>分頁) 可更改捉取的角度。</flowDiv>
</flowRoot>
- <rect id="d0e467" display="none" height="1e3px" width="288" y="2776.3" x="10"/>
+ <rect id="d0e467" display="none" height="1e3px" width="288" y="2768.9" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e467"/>
</flowRegion>
<flowDiv xml:space="preserve">其餘兩個控制點用於以中心點調整橢圓形的大小。這兩個控制點的快捷鍵操作類似矩形的圓角控制點:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 2811)"/>
- <rect id="d0e473" display="none" height="1e3px" width="258" y="2805" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 2803.2)"/>
+ <rect id="d0e473" display="none" height="1e3px" width="258" y="2797.2" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e473"/>
</flowRegion>
<flowDiv xml:space="preserve">按著 <flowSpan font-weight="bold">Ctrl</flowSpan> 拖曳可製作圓形 (使半徑相等)。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 2828.9)"/>
- <rect id="d0e480" display="none" height="1e3px" width="258" y="2822.9" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 2821.1)"/>
+ <rect id="d0e480" display="none" height="1e3px" width="258" y="2815.1" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e480"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Ctrl+點擊</flowSpan> 不需拖動滑鼠可使橢圓形變成圓形。</flowDiv>
</flowRoot>
- <rect id="d0e486" display="none" height="1e3px" width="288" y="2840.7" x="10"/>
+ <rect id="d0e486" display="none" height="1e3px" width="288" y="2832.8" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e486"/>
</flowRegion>
<flowDiv xml:space="preserve">如同矩形大小調整控制點,這些橢圓形控制點可在自己的<flowSpan font-style="italic">坐標</flowSpan>內調整高度和寬度。這表示旋轉或傾斜過的橢圓形能輕易地沿著原本的軸線繼續伸長或壓縮。試著用控制點調整這些橢圓形的大小:</flowDiv>
</flowRoot>
- <path id="shapes-f12-zh_TW.svgpath2133" sodipodi:rx="43.680855" sodipodi:ry="7.3592744" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 2888.1) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m150.98 3607.9a43.681 7.3593 0 1 1 -87.358 0 43.681 7.3593 0 1 1 87.358 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/>
- <path id="shapes-f12-zh_TW.svgpath2136" sodipodi:rx="58.547005" sodipodi:ry="13.607653" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 2888.1) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m165.85 3607.9a58.547 13.608 0 1 1 -117.09 0 58.547 13.608 0 1 1 117.09 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/>
- <path id="shapes-f12-zh_TW.svgpath3396" sodipodi:rx="37.951244" sodipodi:ry="61.554367" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 2888.1) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m145.25 3607.9a37.951 61.554 0 1 1 -75.898 0 37.951 61.554 0 1 1 75.898 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/>
- <path id="shapes-f12-zh_TW.svgpath2135" sodipodi:rx="23.418211" sodipodi:ry="25.328613" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 2888.1) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m130.72 3607.9a23.418 25.329 0 1 1 -46.835 0 23.418 25.329 0 1 1 46.835 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/>
- <path id="shapes-f12-zh_TW.svgpath2774" sodipodi:rx="4.9275141" sodipodi:ry="46.998589" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 2888.1) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m112.23 3607.9a4.9275 46.999 0 1 1 -9.85 0 4.9275 46.999 0 1 1 9.85 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/>
- <path id="shapes-f12-zh_TW.svgpath2134" sodipodi:rx="23.418211" sodipodi:ry="7.3592744" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 2888.1) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m130.72 3607.9a23.418 7.3593 0 1 1 -46.835 0 23.418 7.3593 0 1 1 46.835 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2982.345294000001" x="10" font-family="Sans" fill="#000000">
- <tspan y="2982.345294000001" x="10">星形</tspan>
+ <path id="shapes-f12-zh_TW.svgpath2133" sodipodi:rx="43.680855" sodipodi:ry="7.3592744" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 2880.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m150.98 3607.9a43.681 7.3593 0 1 1 -87.358 0 43.681 7.3593 0 1 1 87.358 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/>
+ <path id="shapes-f12-zh_TW.svgpath2136" sodipodi:rx="58.547005" sodipodi:ry="13.607653" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 2880.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m165.85 3607.9a58.547 13.608 0 1 1 -117.09 0 58.547 13.608 0 1 1 117.09 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/>
+ <path id="shapes-f12-zh_TW.svgpath3396" sodipodi:rx="37.951244" sodipodi:ry="61.554367" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 2880.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m145.25 3607.9a37.951 61.554 0 1 1 -75.898 0 37.951 61.554 0 1 1 75.898 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/>
+ <path id="shapes-f12-zh_TW.svgpath2135" sodipodi:rx="23.418211" sodipodi:ry="25.328613" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 2880.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m130.72 3607.9a23.418 25.329 0 1 1 -46.835 0 23.418 25.329 0 1 1 46.835 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/>
+ <path id="shapes-f12-zh_TW.svgpath2774" sodipodi:rx="4.9275141" sodipodi:ry="46.998589" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 2880.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m112.23 3607.9a4.9275 46.999 0 1 1 -9.85 0 4.9275 46.999 0 1 1 9.85 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/>
+ <path id="shapes-f12-zh_TW.svgpath2134" sodipodi:rx="23.418211" sodipodi:ry="7.3592744" fill-opacity=".14716" stroke="#000" stroke-width=".75" fill="#ffd300" style="color:#000000" fill-rule="evenodd" transform="translate(10 2880.4) matrix(1.2719 .56475 -.78871 .43604 2855.3 -1599.1)" sodipodi:type="arc" d="m130.72 3607.9a23.418 7.3593 0 1 1 -46.835 0 23.418 7.3593 0 1 1 46.835 0z" sodipodi:cy="3607.9023" sodipodi:cx="107.30297"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2974.663506300001" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2974.663506300001" x="10">星形</tspan>
</text>
- <rect id="d0e508" display="none" height="1e3px" width="288" y="2987.5" x="10"/>
+ <rect id="d0e508" display="none" height="1e3px" width="288" y="2979.9" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e508"/>
</flowRegion>
<flowDiv xml:space="preserve">星形工具是 Inkscape 中最複雜也是最令人興奮的形狀。如果你想讓你的朋友體驗 Inkscape 的奧妙,讓他們玩這個工具。它有無窮的樂趣 — 會讓人徹底上癮!</flowDiv>
</flowRoot>
- <rect id="d0e511" display="none" height="1e3px" width="288" y="3017.5" x="10"/>
+ <rect id="d0e511" display="none" height="1e3px" width="288" y="3009.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e511"/>
</flowRegion>
<flowDiv xml:space="preserve">星形工具能建立兩種類似但外觀不同的物件:星形和多邊形。一個星形有兩個控制點,控制點的位置決定星形尖角的長度和形狀;而一個多邊形僅有一個控制點,當拖曳這個控制點可簡單地旋轉和調整多邊形的大小:</flowDiv>
</flowRoot>
- <g id="shapes-f13-zh_TW.svgg2711" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 3064.8)">
+ <g id="shapes-f13-zh_TW.svgg2711" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 3056.7)">
<path id="shapes-f13-zh_TW.svgpath2190" sodipodi:sides="5" inkscape:flatsided="false" stroke="#000" stroke-width=".98589" fill="#fff100" style="color:#000000" fill-rule="evenodd" transform="matrix(.67263 .35535 -.35535 .67263 1407.5 -2577.2)" inkscape:rounded="0.0000000" sodipodi:r1="38.010052" sodipodi:r2="19.005026" sodipodi:arg1="0.45247489" sodipodi:arg2="1.0807934" sodipodi:type="star" d="m107.3 3871.6l-25.238 0.2-14.185 20.9-7.943-24-24.24-7 20.331-15-0.796-25.2 20.509 14.7 23.748-8.5-7.656 24 15.47 19.9z" inkscape:randomized="0.0000000" sodipodi:cy="3855.0315" sodipodi:cx="73.117950"/>
<flowRoot id="shapes-f13-zh_TW.svgflowRoot2695" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(-1.825)" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="shapes-f13-zh_TW.svgflowRegion2697"><rect id="shapes-f13-zh_TW.svgrect2699" height="15" width="57.5" y="-.13782" x="59.643"/></flowRegion><flowPara id="shapes-f13-zh_TW.svgflowPara2701">星形</flowPara></flowRoot>
</g>
- <g id="shapes-f13-zh_TW.svgg2718" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 3064.8)">
+ <g id="shapes-f13-zh_TW.svgg2718" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 3056.7)">
<path id="shapes-f13-zh_TW.svgpath2191" sodipodi:sides="5" inkscape:flatsided="true" stroke="#000" stroke-width=".98589" fill="#fff100" style="color:#000000" fill-rule="evenodd" transform="matrix(.67263 .35535 -.35535 .67263 1513.8 -2577.2)" inkscape:rounded="0.0000000" sodipodi:r1="38.010052" sodipodi:r2="19.005026" sodipodi:arg1="0.45247489" sodipodi:arg2="1.0807934" sodipodi:type="star" d="m107.3 3871.6l-39.423 21.1-32.183-31 19.535-40.2 44.257 6.2 7.814 43.9z" inkscape:randomized="0.0000000" sodipodi:cy="3855.0315" sodipodi:cx="73.117950"/>
<flowRoot id="shapes-f13-zh_TW.svgflowRoot2703" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(104.63 -.59495)" font-size="6px" font-family="Sans" fill="#000000"><flowRegion id="shapes-f13-zh_TW.svgflowRegion2705"><rect id="shapes-f13-zh_TW.svgrect2707" height="15" width="57.5" y="-.13782" x="59.643"/></flowRegion><flowPara id="shapes-f13-zh_TW.svgflowPara2709">多邊形</flowPara></flowRoot>
</g>
- <rect id="d0e524" display="none" height="1e3px" width="288" y="3142.8" x="10"/>
+ <rect id="d0e524" display="none" height="1e3px" width="288" y="3133.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e524"/>
</flowRegion>
<flowDiv xml:space="preserve">在星形工具的控制列上,第一項是能將星形轉為對應的多邊形以及轉回星形的勾選方框。下一項,數字輸入欄可設定星形或多邊形的<flowSpan font-style="italic">頂點數目</flowSpan>。這項參數只能經由控制列進行編輯。容許範圍從 3 到 1024,但是如果你的電腦運算能力較差不應該嚐試過大的數值 (比如說,超過 200)。</flowDiv>
</flowRoot>
- <rect id="d0e530" display="none" height="1e3px" width="288" y="3194.5" x="10"/>
+ <rect id="d0e530" display="none" height="1e3px" width="288" y="3184" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e530"/>
</flowRegion>
<flowDiv xml:space="preserve">當繪製一個新的星形或多邊形,</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 3218.5)"/>
- <rect id="d0e536" display="none" height="1e3px" width="258" y="3212.5" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 3207.6)"/>
+ <rect id="d0e536" display="none" height="1e3px" width="258" y="3201.6" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e536"/>
</flowRegion>
<flowDiv xml:space="preserve">按著 <flowSpan font-weight="bold">Ctrl</flowSpan> 拖曳可每次以 15 度增加角度。</flowDiv>
</flowRoot>
- <rect id="d0e543" display="none" height="1e3px" width="288" y="3230.5" x="10"/>
+ <rect id="d0e543" display="none" height="1e3px" width="288" y="3219.2" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e543"/>
</flowRegion>
<flowDiv xml:space="preserve">當然,星形較為有趣 (雖然實際上多邊形比較有用)。星形的兩個控制點有截然不同的功能。第一個控制點 (一開始位於頂點上,即在星形的<flowSpan font-style="italic">凸角</flowSpan>上) 可使星形的光芒變長或變短,但是當你旋轉它時 (相對於形狀的中心點),另一個控制點也會跟著旋轉。這表示你不能用這個控制點來傾斜星形的光芒。</flowDiv>
</flowRoot>
- <rect id="d0e549" display="none" height="1e3px" width="288" y="3282" x="10"/>
+ <rect id="d0e549" display="none" height="1e3px" width="288" y="3271" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e549"/>
</flowRegion>
<flowDiv xml:space="preserve">另一個控制點 (一開始位於兩個頂點之間的<flowSpan font-style="italic">凹角</flowSpan>上) 能任意地沿徑向和切線方向移動,而不會影響頂點的控制點。(事實上,這個控制點可經由移動超過另一個控制點位置使其變成頂點) 它可以傾斜星形的尖角來獲得各種樣式的結晶、曼陀羅、雪花和豪豬:</flowDiv>
</flowRoot>
- <path id="shapes-f14-zh_TW.svgpath2725" sodipodi:sides="48" inkscape:flatsided="false" stroke="#000" stroke-width=".015394" fill="none" style="color:#000000" transform="translate(10 3341.6) matrix(2.436 0 0 2.436 -239.62 -10265)" inkscape:rounded="0.0000000" sodipodi:r1="15.977139" sodipodi:r2="5.2552228" sodipodi:arg1="0.54696605" sodipodi:arg2="2.0469000" sodipodi:type="star" d="m184.95 4242.3l-16.06-3.6 14.86 5.3-15.45-5.7 14.03 7.2-14.56-7.6 12.96 9-13.44-9.5 11.67 10.6-12.08-11.2 10.19 12.1-10.52-12.7 8.52 13.3-8.77-13.9 6.72 14.3-6.89-15 4.8 15.1-4.88-15.8 2.8 15.6-2.79-16.3 0.75 15.8-0.64-16.4-1.33 15.7 1.52-16.4-3.37 15.4 3.64-16-5.35 14.8 5.7-15.4-7.24 14 7.67-14.5-9.01 12.9 9.51-13.4-10.63 11.6 11.18-12-12.06 10.2 12.66-10.6-13.28 8.6 13.92-8.8-14.28 6.7 14.95-6.9-15.04 4.8 15.72-4.9-15.54 2.8 16.23-2.8-15.77 0.8 16.45-0.6-15.73-1.4 16.39 1.5-15.42-3.3 16.05 3.6-14.85-5.3 15.44 5.7-14.03-7.3 14.57 7.7-12.97-9 13.44 9.5-11.67-10.6 12.08 11.1-10.19-12 10.53 12.6-8.53-13.2 8.78 13.9-6.72-14.3 6.88 15-4.8-15.1 4.88 15.7-2.79-15.5 2.78 16.2-0.74-15.7 0.64 16.4 1.32-15.7-1.51 16.4 3.36-15.5-3.64 16.1 5.35-14.9-5.7 15.5 7.24-14-7.67 14.5 9.01-12.9-9.51 13.4 10.63-11.7-11.18 12.1 12.06-10.2-12.66 10.5 13.29-8.5-13.93 8.8 14.29-6.7-14.96 6.9 15.04-4.8-15.72 4.8 15.54-2.8-16.23 2.8 15.77-0.7-16.45 0.6 15.74 1.3-16.4-1.5 15.43 3.4z" inkscape:randomized="0.0000000" sodipodi:cy="4233.9868" sodipodi:cx="171.30144"/>
- <path id="shapes-f14-zh_TW.svgpath2918" sodipodi:sides="5" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 3341.6) matrix(.99630 -.085991 .085991 .99630 -255.75 -4191.3)" inkscape:rounded="0.0000000" sodipodi:r1="24.878733" sodipodi:r2="24.610689" sodipodi:arg1="0.85670563" sodipodi:arg2="-1.3248582" sodipodi:type="star" d="m45.957 4353.5l-10.302-42.7-18.837 45.2 37.399-23-48.787-3.9 33.416 28.4-11.314-47.6-16.747 40.6 41.794-25.5-43.766-3.4 37.144 31.9z" inkscape:randomized="0.0000000" sodipodi:cy="4334.6870" sodipodi:cx="29.663147"/>
- <polygon id="shapes-f14-zh_TW.svgpolygon1259" sodipodi:sides="3" inkscape:flatsided="false" stroke="#000" stroke-width=".47465" fill="none" style="color:#000000" transform="translate(10 3341.6) matrix(.082821 .37592 -.37592 .082821 1327.2 -115.99)" sodipodi:cx="18.779343" inkscape:rounded="0.0000000" sodipodi:r1="31.235876" sodipodi:r2="30.366934" sodipodi:arg1="1.1239539" sodipodi:arg2="-0.65664333" sodipodi:type="star" d="M 32.276994,2897.7581 L 42.831345,2851.0513 L -12.364565,2867.1939 L 22.807589,2899.6877 L 36.425599,2843.8153 L -9.3009067,2858.0284 L 32.276994,2897.7581 z " inkscape:randomized="0.0000000" sodipodi:cy="2869.5891" points="32.277 2897.8 42.831 2851 -12.365 2867.2 22.808 2899.7 36.426 2843.8 -9.3009 2858"/>
- <polygon id="shapes-f14-zh_TW.svgpolygon1263" stroke="#000" stroke-width=".25" sodipodi:type="star" d="M 171.36150,2897.7582 L 187.98050,2859.9248 L 156.48797,2872.4552 L 197.60521,2876.5696 L 175.95638,2850.4906 L 184.74922,2890.8668 L 202.86204,2862.2187 L 167.17908,2883.0581 L 200.02225,2891.4317 L 169.17612,2863.9349 L 171.36150,2897.7582 z " fill="none" sodipodi:r1="24.967192" inkscape:flatsided="false" transform="translate(10 3341.6) matrix(.96846 -.24915 .24915 .96846 -691.44 -2621.8)" sodipodi:arg2="-1.1525840" sodipodi:arg1="1.9818609" inkscape:randomized="0.0000000" sodipodi:cy="2874.8708" points="171.36 2897.8 187.98 2859.9 156.49 2872.5 197.6 2876.6 175.96 2850.5 184.75 2890.9 202.86 2862.2 167.18 2883.1 200.02 2891.4 169.18 2863.9" sodipodi:sides="5" inkscape:rounded="0.0000000" sodipodi:r2="16.355642" sodipodi:cx="181.33803"/>
- <path id="shapes-f14-zh_TW.svgpath3540" sodipodi:sides="32" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 3341.6) matrix(1.2879 0 0 1.2879 2.8892 -5380.4)" inkscape:rounded="0.0000000" sodipodi:r1="12.998599" sodipodi:r2="16.698013" sodipodi:arg1="0.78539816" sodipodi:arg2="-2.1593010" sodipodi:type="star" d="m35.93 4210.6l-18.461-23.1 16.491 24.7-13.603-26.2 11.356 27.4-8.223-28.4 5.785 29.2-2.527-29.5-0.009 29.7 3.266-29.4-5.802 29.2 8.934-28.2-11.373 27.4 14.259-25.9-16.506 24.7 19.035-22.6-21.005 21 23.081-18.5-24.697 16.5 26.238-13.6-27.44 11.4 28.389-8.2-29.128 5.7 29.447-2.5h-29.697l29.374 3.3-29.124-5.8 28.172 8.9-27.433-11.4 25.888 14.3-24.686-16.5 22.608 19-20.992-21 18.461 23.1-16.491-24.7 13.603 26.2-11.356-27.4 8.223 28.4-5.784-29.1 2.527 29.4 0.009-29.7-3.267 29.4 5.803-29.1-8.935 28.1 11.373-27.4-14.259 25.9 16.506-24.7-19.035 22.6 21.005-21-23.08 18.5 24.697-16.5-26.239 13.6 27.44-11.4-28.388 8.3 29.127-5.8-29.446 2.5h29.696l-29.374-3.3 29.124 5.8-28.172-8.9 27.433 11.4-25.888-14.3 24.687 16.5-22.609-19 20.992 21z" inkscape:randomized="0.0000000" sodipodi:cy="4201.4121" sodipodi:cx="26.738611"/>
- <path id="shapes-f14-zh_TW.svgpath2723" sodipodi:sides="8" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(19.626 -833.6)" inkscape:rounded="0.0000000" sodipodi:r1="16.710012" sodipodi:r2="36.167358" sodipodi:arg1="0.88740509" sodipodi:arg2="2.3382889" sodipodi:type="star" d="m262.67 4224.4l-35.67 13 23.42-9.4-34.46-16 23.2 9.9-13.07-35.6 9.4 23.4 15.98-34.5-9.9 23.2 35.66-13-23.41 9.4 34.46 15.9-23.21-9.9 13.07 35.7-9.4-23.4-15.98 34.5 9.91-23.2z" inkscape:randomized="0.0000000" sodipodi:cy="4211.3926" sodipodi:cx="252.11676"/>
- <path id="shapes-f14-zh_TW.svgpath2724" sodipodi:sides="8" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 3341.6) matrix(1 .000033483 -.000033483 1 .14307 -4181.8)" inkscape:rounded="0.0000000" sodipodi:r1="25.662985" sodipodi:r2="15.646836" sodipodi:arg1="0.011487387" sodipodi:arg2="3.0816518" sodipodi:type="star" d="m307.95 4272l-41.28 0.7 33.56 17.4-29.65-28.7 11.41 36-0.64-41.3-17.41 33.6 28.73-29.7-36.04 11.4 41.28-0.6-33.56-17.4 29.65 28.7-11.42-36 0.65 41.3 17.41-33.6-28.73 29.6 36.04-11.4z" inkscape:randomized="0.0000000" sodipodi:cy="4271.7378" sodipodi:cx="282.28931"/>
- <path id="shapes-f14-zh_TW.svgpath3347" sodipodi:sides="8" inkscape:flatsided="false" stroke="#000" stroke-width=".34380" fill="none" style="color:#000000" transform="translate(10 3341.6) matrix(.72717 0 0 .72717 28.258 -3046.2)" inkscape:rounded="0.0000000" sodipodi:r1="27.155294" sodipodi:r2="27.241930" sodipodi:arg1="1.5707963" sodipodi:arg2="-2.3580603" sodipodi:type="star" d="m104.6 4261l-19.304-46.4 0.098 38.4 19.146-46.4-27.1 27.2 46.38-19.3-38.426 0.1 46.446 19.2-27.24-27.1 19.29 46.4-0.09-38.5-19.15 46.5 27.1-27.3-46.382 19.3 38.432-0.1-46.447-19.1 27.247 27.1z" inkscape:randomized="0.0000000" sodipodi:cy="4233.8340" sodipodi:cx="104.59527"/>
- <path id="shapes-f14-zh_TW.svgpath5832" sodipodi:sides="17" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 -840.7)" inkscape:rounded="0.0000000" sodipodi:r1="52.870548" sodipodi:r2="14.993350" sodipodi:arg1="0.52982957" sodipodi:arg2="-2.2448164" sodipodi:type="star" d="m114.31 4305.9l-54.977-38.4 42.247 53.1-37.383-55.7 20.208 64.8-14.737-65.4-4.56 67.7 9.899-66.4-28.712 61.5 33.197-58.3-48.986 47 52.013-42.4-62.644 26.1 63.804-20.7-67.842 1.7 66.977 3.8-63.877-23 61.105 27.7-51.286-44.4 46.981 47.9-31.768-60 26.511 61.6-7.959-67.4 2.461 67 16.924-65.7-21.921 63.4 39.522-55.1-43.344 51.2 56.787-37.2-58.916 32.1 66.376-14.2-66.526 8.7 66.996 10.8-65.147-16 58.577 34.2z" inkscape:randomized="0.0000000" sodipodi:cy="4279.2217" sodipodi:cx="68.691193"/>
- <rect id="d0e565" display="none" height="1e3px" width="288" y="3503.3" x="10"/>
+ <path id="shapes-f14-zh_TW.svgpath2725" sodipodi:sides="48" inkscape:flatsided="false" stroke="#000" stroke-width=".015394" fill="none" style="color:#000000" transform="translate(10 3330.6) matrix(2.436 0 0 2.436 -239.62 -10265)" inkscape:rounded="0.0000000" sodipodi:r1="15.977139" sodipodi:r2="5.2552228" sodipodi:arg1="0.54696605" sodipodi:arg2="2.0469000" sodipodi:type="star" d="m184.95 4242.3l-16.06-3.6 14.86 5.3-15.45-5.7 14.03 7.2-14.56-7.6 12.96 9-13.44-9.5 11.67 10.6-12.08-11.2 10.19 12.1-10.52-12.7 8.52 13.3-8.77-13.9 6.72 14.3-6.89-15 4.8 15.1-4.88-15.8 2.8 15.6-2.79-16.3 0.75 15.8-0.64-16.4-1.33 15.7 1.52-16.4-3.37 15.4 3.64-16-5.35 14.8 5.7-15.4-7.24 14 7.67-14.5-9.01 12.9 9.51-13.4-10.63 11.6 11.18-12-12.06 10.2 12.66-10.6-13.28 8.6 13.92-8.8-14.28 6.7 14.95-6.9-15.04 4.8 15.72-4.9-15.54 2.8 16.23-2.8-15.77 0.8 16.45-0.6-15.73-1.4 16.39 1.5-15.42-3.3 16.05 3.6-14.85-5.3 15.44 5.7-14.03-7.3 14.57 7.7-12.97-9 13.44 9.5-11.67-10.6 12.08 11.1-10.19-12 10.53 12.6-8.53-13.2 8.78 13.9-6.72-14.3 6.88 15-4.8-15.1 4.88 15.7-2.79-15.5 2.78 16.2-0.74-15.7 0.64 16.4 1.32-15.7-1.51 16.4 3.36-15.5-3.64 16.1 5.35-14.9-5.7 15.5 7.24-14-7.67 14.5 9.01-12.9-9.51 13.4 10.63-11.7-11.18 12.1 12.06-10.2-12.66 10.5 13.29-8.5-13.93 8.8 14.29-6.7-14.96 6.9 15.04-4.8-15.72 4.8 15.54-2.8-16.23 2.8 15.77-0.7-16.45 0.6 15.74 1.3-16.4-1.5 15.43 3.4z" inkscape:randomized="0.0000000" sodipodi:cy="4233.9868" sodipodi:cx="171.30144"/>
+ <path id="shapes-f14-zh_TW.svgpath2918" sodipodi:sides="5" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 3330.6) matrix(.99630 -.085991 .085991 .99630 -255.75 -4191.3)" inkscape:rounded="0.0000000" sodipodi:r1="24.878733" sodipodi:r2="24.610689" sodipodi:arg1="0.85670563" sodipodi:arg2="-1.3248582" sodipodi:type="star" d="m45.957 4353.5l-10.302-42.7-18.837 45.2 37.399-23-48.787-3.9 33.416 28.4-11.314-47.6-16.747 40.6 41.794-25.5-43.766-3.4 37.144 31.9z" inkscape:randomized="0.0000000" sodipodi:cy="4334.6870" sodipodi:cx="29.663147"/>
+ <polygon id="shapes-f14-zh_TW.svgpolygon1259" sodipodi:sides="3" inkscape:flatsided="false" stroke="#000" stroke-width=".47465" fill="none" style="color:#000000" transform="translate(10 3330.6) matrix(.082821 .37592 -.37592 .082821 1327.2 -115.99)" sodipodi:cx="18.779343" inkscape:rounded="0.0000000" sodipodi:r1="31.235876" sodipodi:r2="30.366934" sodipodi:arg1="1.1239539" sodipodi:arg2="-0.65664333" sodipodi:type="star" d="M 32.276994,2897.7581 L 42.831345,2851.0513 L -12.364565,2867.1939 L 22.807589,2899.6877 L 36.425599,2843.8153 L -9.3009067,2858.0284 L 32.276994,2897.7581 z " inkscape:randomized="0.0000000" sodipodi:cy="2869.5891" points="32.277 2897.8 42.831 2851 -12.365 2867.2 22.808 2899.7 36.426 2843.8 -9.3009 2858"/>
+ <polygon id="shapes-f14-zh_TW.svgpolygon1263" stroke="#000" stroke-width=".25" sodipodi:type="star" d="M 171.36150,2897.7582 L 187.98050,2859.9248 L 156.48797,2872.4552 L 197.60521,2876.5696 L 175.95638,2850.4906 L 184.74922,2890.8668 L 202.86204,2862.2187 L 167.17908,2883.0581 L 200.02225,2891.4317 L 169.17612,2863.9349 L 171.36150,2897.7582 z " fill="none" sodipodi:r1="24.967192" inkscape:flatsided="false" transform="translate(10 3330.6) matrix(.96846 -.24915 .24915 .96846 -691.44 -2621.8)" sodipodi:arg2="-1.1525840" sodipodi:arg1="1.9818609" inkscape:randomized="0.0000000" sodipodi:cy="2874.8708" points="171.36 2897.8 187.98 2859.9 156.49 2872.5 197.6 2876.6 175.96 2850.5 184.75 2890.9 202.86 2862.2 167.18 2883.1 200.02 2891.4 169.18 2863.9" sodipodi:sides="5" inkscape:rounded="0.0000000" sodipodi:r2="16.355642" sodipodi:cx="181.33803"/>
+ <path id="shapes-f14-zh_TW.svgpath3540" sodipodi:sides="32" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 3330.6) matrix(1.2879 0 0 1.2879 2.8892 -5380.4)" inkscape:rounded="0.0000000" sodipodi:r1="12.998599" sodipodi:r2="16.698013" sodipodi:arg1="0.78539816" sodipodi:arg2="-2.1593010" sodipodi:type="star" d="m35.93 4210.6l-18.461-23.1 16.491 24.7-13.603-26.2 11.356 27.4-8.223-28.4 5.785 29.2-2.527-29.5-0.009 29.7 3.266-29.4-5.802 29.2 8.934-28.2-11.373 27.4 14.259-25.9-16.506 24.7 19.035-22.6-21.005 21 23.081-18.5-24.697 16.5 26.238-13.6-27.44 11.4 28.389-8.2-29.128 5.7 29.447-2.5h-29.697l29.374 3.3-29.124-5.8 28.172 8.9-27.433-11.4 25.888 14.3-24.686-16.5 22.608 19-20.992-21 18.461 23.1-16.491-24.7 13.603 26.2-11.356-27.4 8.223 28.4-5.784-29.1 2.527 29.4 0.009-29.7-3.267 29.4 5.803-29.1-8.935 28.1 11.373-27.4-14.259 25.9 16.506-24.7-19.035 22.6 21.005-21-23.08 18.5 24.697-16.5-26.239 13.6 27.44-11.4-28.388 8.3 29.127-5.8-29.446 2.5h29.696l-29.374-3.3 29.124 5.8-28.172-8.9 27.433 11.4-25.888-14.3 24.687 16.5-22.609-19 20.992 21z" inkscape:randomized="0.0000000" sodipodi:cy="4201.4121" sodipodi:cx="26.738611"/>
+ <path id="shapes-f14-zh_TW.svgpath2723" sodipodi:sides="8" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(19.626 -844.6)" inkscape:rounded="0.0000000" sodipodi:r1="16.710012" sodipodi:r2="36.167358" sodipodi:arg1="0.88740509" sodipodi:arg2="2.3382889" sodipodi:type="star" d="m262.67 4224.4l-35.67 13 23.42-9.4-34.46-16 23.2 9.9-13.07-35.6 9.4 23.4 15.98-34.5-9.9 23.2 35.66-13-23.41 9.4 34.46 15.9-23.21-9.9 13.07 35.7-9.4-23.4-15.98 34.5 9.91-23.2z" inkscape:randomized="0.0000000" sodipodi:cy="4211.3926" sodipodi:cx="252.11676"/>
+ <path id="shapes-f14-zh_TW.svgpath2724" sodipodi:sides="8" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 3330.6) matrix(1 .000033483 -.000033483 1 .14307 -4181.8)" inkscape:rounded="0.0000000" sodipodi:r1="25.662985" sodipodi:r2="15.646836" sodipodi:arg1="0.011487387" sodipodi:arg2="3.0816518" sodipodi:type="star" d="m307.95 4272l-41.28 0.7 33.56 17.4-29.65-28.7 11.41 36-0.64-41.3-17.41 33.6 28.73-29.7-36.04 11.4 41.28-0.6-33.56-17.4 29.65 28.7-11.42-36 0.65 41.3 17.41-33.6-28.73 29.6 36.04-11.4z" inkscape:randomized="0.0000000" sodipodi:cy="4271.7378" sodipodi:cx="282.28931"/>
+ <path id="shapes-f14-zh_TW.svgpath3347" sodipodi:sides="8" inkscape:flatsided="false" stroke="#000" stroke-width=".34380" fill="none" style="color:#000000" transform="translate(10 3330.6) matrix(.72717 0 0 .72717 28.258 -3046.2)" inkscape:rounded="0.0000000" sodipodi:r1="27.155294" sodipodi:r2="27.241930" sodipodi:arg1="1.5707963" sodipodi:arg2="-2.3580603" sodipodi:type="star" d="m104.6 4261l-19.304-46.4 0.098 38.4 19.146-46.4-27.1 27.2 46.38-19.3-38.426 0.1 46.446 19.2-27.24-27.1 19.29 46.4-0.09-38.5-19.15 46.5 27.1-27.3-46.382 19.3 38.432-0.1-46.447-19.1 27.247 27.1z" inkscape:randomized="0.0000000" sodipodi:cy="4233.8340" sodipodi:cx="104.59527"/>
+ <path id="shapes-f14-zh_TW.svgpath5832" sodipodi:sides="17" inkscape:flatsided="false" fill="#520100" style="color:#000000" fill-rule="evenodd" transform="translate(10 -851.7)" inkscape:rounded="0.0000000" sodipodi:r1="52.870548" sodipodi:r2="14.993350" sodipodi:arg1="0.52982957" sodipodi:arg2="-2.2448164" sodipodi:type="star" d="m114.31 4305.9l-54.977-38.4 42.247 53.1-37.383-55.7 20.208 64.8-14.737-65.4-4.56 67.7 9.899-66.4-28.712 61.5 33.197-58.3-48.986 47 52.013-42.4-62.644 26.1 63.804-20.7-67.842 1.7 66.977 3.8-63.877-23 61.105 27.7-51.286-44.4 46.981 47.9-31.768-60 26.511 61.6-7.959-67.4 2.461 67 16.924-65.7-21.921 63.4 39.522-55.1-43.344 51.2 56.787-37.2-58.916 32.1 66.376-14.2-66.526 8.7 66.996 10.8-65.147-16 58.577 34.2z" inkscape:randomized="0.0000000" sodipodi:cy="4279.2217" sodipodi:cx="68.691193"/>
+ <rect id="d0e565" display="none" height="1e3px" width="288" y="3492.3" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e565"/>
</flowRegion>
<flowDiv xml:space="preserve">如果你要的只是簡單、規則的星形而不是這種花邊創作,你可以讓星形不要傾斜:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 3527.4)"/>
- <rect id="d0e571" display="none" height="1e3px" width="258" y="3521.4" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 3516)"/>
+ <rect id="d0e571" display="none" height="1e3px" width="258" y="3510" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e571"/>
</flowRegion>
<flowDiv xml:space="preserve">按著 <flowSpan font-weight="bold">Ctrl</flowSpan> 拖曳使星形光芒完全地保持半徑方向 (無傾斜)。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 3545.5)"/>
- <rect id="d0e578" display="none" height="1e3px" width="258" y="3539.5" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 3533.9)"/>
+ <rect id="d0e578" display="none" height="1e3px" width="258" y="3527.9" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e578"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Ctrl+點擊</flowSpan> 不需拖動可移除星形的傾斜。</flowDiv>
</flowRoot>
- <rect id="d0e584" display="none" height="1e3px" width="288" y="3557.3" x="10"/>
+ <rect id="d0e584" display="none" height="1e3px" width="288" y="3545.7" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e584"/>
</flowRegion>
<flowDiv xml:space="preserve">補充一點有關畫布上拖曳控制點的操作,控制列上有<flowSpan font-family="Sans">輪輻比率</flowSpan>輸入欄可定義兩個控制點到中心點距離的比值。</flowDiv>
</flowRoot>
- <rect id="d0e590" display="none" height="1e3px" width="288" y="3585.9" x="10"/>
+ <rect id="d0e590" display="none" height="1e3px" width="288" y="3573.9" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e590"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 的星形工具還有兩個技巧。在幾何上,多邊形是帶有直線邊和尖角的形狀。實際上會有各種角度的曲線和圓角化 — 而 Inkscape 也能作出各種效果。不過星形或多邊形的圓角化效果與圓角矩形有很大的差異。沒有專屬的控制點來做這些變化,但</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 3642.6)"/>
- <rect id="d0e596" display="none" height="1e3px" width="258" y="3636.6" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 3631.1)"/>
+ <rect id="d0e596" display="none" height="1e3px" width="258" y="3625.1" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e596"/>
</flowRegion>
<flowDiv xml:space="preserve">按著 <flowSpan font-weight="bold">Shift</flowSpan> 並沿切線方向拖曳控制點可讓星形或多邊形圓角化。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 3660.6)"/>
- <rect id="d0e603" display="none" height="1e3px" width="258" y="3654.6" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 3648.8)"/>
+ <rect id="d0e603" display="none" height="1e3px" width="258" y="3642.8" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e603"/>
</flowRegion>
<flowDiv xml:space="preserve">按著 <flowSpan font-weight="bold">Shift</flowSpan> 並點擊控制點可移除圓角化。</flowDiv>
</flowRoot>
- <rect id="d0e610" display="none" height="1e3px" width="288" y="3672.4" x="10"/>
+ <rect id="d0e610" display="none" height="1e3px" width="288" y="3660.4" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e610"/>
</flowRegion>
<flowDiv xml:space="preserve">「切線方向」表示與半徑垂直的方向。如果你按著 Shift 繞著中心點逆時鐘「旋轉」控制點,可得到正圓角;順時鐘旋轉,則可得到負圓角。(看下面的負圓角範例)</flowDiv>
</flowRoot>
- <rect id="d0e613" display="none" height="1e3px" width="288" y="3713.5" x="10"/>
+ <rect id="d0e613" display="none" height="1e3px" width="288" y="3701.1" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e613"/>
</flowRegion>
<flowDiv xml:space="preserve">比較一下圓角正方形 (矩形工具) 和圓角四邊形 (星形工具) 的差別:</flowDiv>
</flowRoot>
- <g id="shapes-f15-zh_TW.svgg3367" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 3739.6)">
+ <g id="shapes-f15-zh_TW.svgg3367" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 3726.9)">
<path id="shapes-f15-zh_TW.svgpath4264" sodipodi:sides="4" inkscape:flatsided="true" style="color:#000000" fill-rule="evenodd" transform="matrix(1.1746 0 0 1.1746 -.54892 -5471.6)" inkscape:rounded="0.18435333" sodipodi:r1="45.711628" sodipodi:r2="32.323002" sodipodi:arg1="0.78539816" sodipodi:arg2="1.5707963" sodipodi:type="star" d="m203.96 4729.2c-8.43 8.4-56.22 8.4-64.65 0s-8.43-56.2 0-64.6c8.43-8.5 56.22-8.5 64.65 0 8.42 8.4 8.42 56.2 0 64.6z" inkscape:randomized="0.0000000" sodipodi:cy="4696.8921" sodipodi:cx="171.63371"/>
<flowRoot id="shapes-f15-zh_TW.svgflowRoot2696" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(.29604 29.62)" line-height="125%" font-size="10px" font-family="Sans" fill="#ffffff"><flowRegion id="shapes-f15-zh_TW.svgflowRegion2698"><rect id="shapes-f15-zh_TW.svgrect2700" height="85.863" width="82.327" y="2.3086" x="159.1" fill="#fff"/></flowRegion><flowPara id="shapes-f15-zh_TW.svgflowPara2702">圓角多邊形</flowPara></flowRoot>
</g>
- <g id="shapes-f15-zh_TW.svgg3360" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 3739.6)">
+ <g id="shapes-f15-zh_TW.svgg3360" xmlns:cc="http://creativecommons.org/ns#" transform="translate(10 3726.9)">
<rect id="shapes-f15-zh_TW.svgrect4263" style="color:#000000" fill-rule="evenodd" rx="18.04" ry="18.04" height="87.192" width="87.192" y="1.8127" x="56.117"/>
<flowRoot id="shapes-f15-zh_TW.svgflowRoot3352" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(-100.74 29.637)" line-height="125%" font-size="10px" font-family="Sans" fill="#ffffff"><flowRegion id="shapes-f15-zh_TW.svgflowRegion3354"><rect id="shapes-f15-zh_TW.svgrect3356" height="85.863" width="82.327" y="2.3086" x="159.1" fill="#fff"/></flowRegion><flowPara id="shapes-f15-zh_TW.svgflowPara3358">圓角矩形</flowPara></flowRoot>
</g>
- <rect id="d0e626" display="none" height="1e3px" width="288" y="3842.4" x="10"/>
+ <rect id="d0e626" display="none" height="1e3px" width="288" y="3829.7" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e626"/>
</flowRegion>
<flowDiv xml:space="preserve">正如你所見,圓角矩形有直線段的邊和圓形 (一般為橢圓形) 圓角,而圓角多邊形或星形整體上沒有直線段;曲率從最大值 (頂點) 平順地變化為最小值 (頂點間的中途)。Inkscape 藉由將同一直線的貝茲切線加入到形狀的每個節點輕易地產生這種效果 (如果把形狀轉成路徑並用節點工具查看路徑可見到詳細情形)。</flowDiv>
</flowRoot>
- <rect id="d0e629" display="none" height="1e3px" width="288" y="3894.9" x="10"/>
+ <rect id="d0e629" display="none" height="1e3px" width="288" y="3882" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e629"/>
</flowRegion>
<flowDiv xml:space="preserve">在控制列的<flowSpan font-family="Sans">圓角化</flowSpan>參數能讓你調整切線長度和多邊形/星形邊長的比值。這個參數可以是負值,這樣使切線的方向反轉。在 0.2 到 0.4 之間的數值會得到「一般性」的圓角類型;其他數值則傾向於產生優美、錯綜複雜且完全無法預測的圖案。圓角化參數大的星形可能會延伸到離控制點很遠的地方。下面有一些範例,每個圖都有標示星形的圓角化參數值:</flowDiv>
</flowRoot>
- <path id="shapes-f16-zh_TW.svgpath1575" sodipodi:sides="5" inkscape:flatsided="false" stroke="#000" stroke-width="3.375" fill="none" transform="translate(10 3964.4) matrix(.30797 -.032335 -.032335 -.30797 -34.052 272.34)" inkscape:rounded="5.1300000" sodipodi:r1="27.797562" sodipodi:r2="27.797562" sodipodi:arg1="0.22082877" sodipodi:arg2="0.84914730" sodipodi:type="star" d="m281.19 558.07c-19.31 85.99 57.4-43.45-8.76 14.78-66.16 58.22 71.98-1.41-15.77 6.81-87.75 8.21 59.05 41.17-16.77-3.77-75.81-44.93 23.58 68.02-11.35-12.89-34.92-80.92-20.9 68.88-1.6-17.11 19.31-85.99-57.4 43.44 8.76-14.78 66.17-58.22-71.97 1.41 15.78-6.81 87.74-8.21-59.06-41.17 16.76 3.77 75.82 44.93-23.58-68.02 11.35 12.89 34.93 80.92 20.9-68.88 1.6 17.11z" stroke-opacity=".13115" inkscape:randomized="0.0000000" sodipodi:cy="551.97913" sodipodi:cx="254.06618"/>
- <path id="shapes-f16-zh_TW.svgpath1556" sodipodi:sides="18" inkscape:flatsided="false" stroke="#000" stroke-width=".03125" fill="none" style="color:#000000" transform="translate(10 3964.4) matrix(1.2522 0 0 -1.2522 -268.86 649.33)" inkscape:rounded="0.37000000" sodipodi:r1="56.586357" sodipodi:r2="2.4662609" sodipodi:arg1="1.1708920" sodipodi:arg2="-2.6860230" sodipodi:type="star" d="m399.24 511.26c6.01-20.78-3.16-58.04-24.24-53.2-20.86 4.78-7.53 74.88 5.09 57.6 12.75-17.48 16.88-55.63-4.59-58.29-21.23-2.64-32.68 67.79-14.92 55.86 17.97-12.06 34.89-46.49 15.63-56.34-19.05-9.74-53.89 52.52-33.12 47.39 21-5.18 48.68-31.75 33.95-47.6-14.57-15.67-68.61 30.93-47.33 33.21 21.51 2.31 56.61-13.19 48.18-33.12-8.33-19.7-75.04 5.6-55.84 15.02 19.43 9.53 57.71 6.97 56.61-14.64-1.08-21.37-72.43-20.41-57.6-4.99 14.99 15.6 51.84 26.29 58.2 5.61 6.28-20.45-61.09-43.96-52.43-24.39 8.76 19.78 39.73 42.43 52.77 25.17 12.91-17.07-42.36-62.2-40.92-40.85 1.46 21.58 22.82 53.46 40.98 41.71 17.96-11.63-18.54-72.94-24.48-52.39-6.01 20.78 3.16 58.04 24.24 53.21 20.86-4.78 7.53-74.88-5.09-57.6-12.75 17.47-16.88 55.62 4.59 58.29 21.23 2.64 32.68-67.79 14.92-55.87-17.97 12.06-34.89 46.5-15.63 56.35 19.05 9.74 53.89-52.53 33.12-47.4-21 5.19-48.68 31.76-33.95 47.6 14.56 15.67 68.61-30.92 47.33-33.2-21.51-2.31-56.61 13.19-48.18 33.11 8.33 19.71 75.04-5.59 55.84-15.01-19.43-9.53-57.71-6.97-56.61 14.64 1.08 21.36 72.43 20.41 57.6 4.98-14.99-15.59-51.84-26.28-58.2-5.6-6.28 20.45 61.09 43.95 52.43 24.39-8.76-19.78-39.73-42.43-52.77-25.17-12.91 17.06 42.36 62.19 40.92 40.85-1.46-21.59-22.82-53.46-40.98-41.71-17.96 11.63 18.54 72.94 24.48 52.38z" inkscape:randomized="0.0000000" sodipodi:cy="459.14322" sodipodi:cx="377.20990"/>
- <path id="shapes-f16-zh_TW.svgpath1559" sodipodi:sides="4" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".36260" fill="#cecece" style="color:#000000" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.54998 0 0 -.54998 24.596 424.72)" inkscape:rounded="1.8500000" sodipodi:r1="33.805592" sodipodi:r2="0.93718392" sodipodi:arg1="0.0000000" sodipodi:arg2="0.78539816" sodipodi:type="star" d="m112.41 584.08c0 61.33 10.22-42.7-33.147 0.67-43.365 43.36 60.667 33.14-0.663 33.14-61.327 0 42.7 10.22-0.663-33.14-43.364-43.37-33.143 60.66-33.143-0.67 0-61.32-10.221 42.71 33.143-0.66 43.363-43.36-60.664-33.14 0.663-33.14 61.33 0-42.702-10.22 0.663 33.14 43.367 43.37 33.147-60.66 33.147 0.66z" inkscape:randomized="0.0000000" sodipodi:cy="584.08337" sodipodi:cx="78.599991"/>
- <path id="shapes-f16-zh_TW.svgpath2808" sodipodi:sides="4" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#8eff00" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.74894 0 0 -.74894 60.655 545.36)" inkscape:rounded="0.25000000" sodipodi:r1="38.196964" sodipodi:r2="7.8936343" sodipodi:arg1="-0.0000000" sodipodi:arg2="0.78539816" sodipodi:type="star" d="m323.81 626.7c0 8.28-26.76-0.26-32.61 5.59s2.69 32.61-5.58 32.61c-8.28 0 0.26-26.76-5.58-32.61-5.85-5.85-32.62 2.69-32.62-5.59 0-8.27 26.77 0.27 32.62-5.58 5.84-5.85-2.7-32.61 5.58-32.61 8.27 0-0.27 26.76 5.58 32.61s32.61-2.69 32.61 5.58z" inkscape:randomized="0.0000000" sodipodi:cy="626.70453" sodipodi:cx="285.61685"/>
- <path id="shapes-f16-zh_TW.svgpath3430" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#8eff00" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.71680 .21703 .21703 -.71680 -66.024 504.58)" inkscape:rounded="0.24000000" sodipodi:r1="38.196964" sodipodi:r2="9.5492411" sodipodi:arg1="-0.0000000" sodipodi:arg2="0.62831853" sodipodi:type="star" d="m323.81 626.7c0 7.44-26.1-0.4-30.47 5.62-4.37 6.01 11.15 28.41 4.08 30.71s-7.68-24.95-14.75-27.24c-7.08-2.3-23.58 19.38-27.96 13.37-4.37-6.02 21.36-15.02 21.36-22.46 0-7.43-25.73-16.43-21.36-22.45 4.38-6.01 20.88 15.67 27.96 13.37 7.07-2.3 7.68-29.54 14.75-27.24 7.07 2.29-8.45 24.7-4.08 30.71 4.37 6.02 30.47-1.82 30.47 5.61z" inkscape:randomized="0.0000000" sodipodi:cy="626.70453" sodipodi:cx="285.61685"/>
- <path id="shapes-f16-zh_TW.svgpath1586" sodipodi:sides="3" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.11236 .0068491 .0068491 -.11236 7.8815 207.15)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.6461088" sodipodi:type="star" d="m378.67 671.15c-7.96 11.66-60.93 7.66-67.05-5.06-6.12-12.73 23.82-56.6 37.91-55.54 14.08 1.06 37.1 48.94 29.14 60.6z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4274618 1.4274618"/>
- <path id="shapes-f16-zh_TW.svgpath2214" sodipodi:sides="4" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.11121 -.017408 -.017408 -.11121 34.312 215.82)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.3843094" sodipodi:type="star" d="m378.67 671.15c-6.5 9.52-44.43 16.68-53.95 10.18s-16.68-44.43-10.18-53.95c6.5-9.53 44.43-16.68 53.95-10.18s16.68 44.43 10.18 53.95z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4275137 1.4275137"/>
- <path id="shapes-f16-zh_TW.svgpath2215" sodipodi:sides="5" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.10622 -.037266 -.037266 -.10622 59.874 219.4)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.2272298" sodipodi:type="star" d="m378.67 671.15c-5.4 7.91-33.77 18.06-42.97 15.37s-27.62-26.54-27.9-36.12 16.7-34.46 25.73-37.69c9.02-3.23 37.94 5.24 43.8 12.82 5.86 7.59 6.74 37.7 1.34 45.62z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4274952 1.4274952"/>
- <path id="shapes-f16-zh_TW.svgpath2216" sodipodi:sides="6" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.11252 .0031539 .0031539 -.11252 42.438 209.55)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.1225100" sodipodi:type="star" d="m378.67 671.15c-4.6 6.73-26.86 17.44-34.99 16.82-8.13-0.61-28.53-14.53-32.06-21.88s-1.68-31.98 2.92-38.71c4.6-6.74 26.86-17.44 34.99-16.83 8.12 0.61 28.53 14.54 32.06 21.89 3.53 7.34 1.67 31.97-2.92 38.71z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4274604 1.4274604"/>
- <path id="shapes-f16-zh_TW.svgpath905" sodipodi:sides="3" fill-opacity=".74998" inkscape:flatsided="false" stroke="#000" stroke-width="4.2" fill="#ff6000" style="color:#000000" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.060433 0 0 -.060433 168.52 2.007)" inkscape:rounded="-3.0000000" sodipodi:r1="266.75140" sodipodi:r2="86.869286" sodipodi:arg1="0.54565505" sodipodi:arg2="0.65224913" sodipodi:type="star" d="m-423.46-910.2c-209.55-499.7-700.64-98-158.98-85.71 936.38 21.31-1232.1-42.69-302.93 75.52 537.5 68.35 435.24-557.81 153.71-94.81-486.64 800.26 652.97-1045.7 86.07-300.1-327.95 431.29 265.43 655.79 5.26 180.5-449.77-821.6 579.11 1088.3 216.87 224.6z" inkscape:randomized="0.0000000" sodipodi:cy="-1048.6403" sodipodi:cx="-651.47363"/>
- <path id="shapes-f16-zh_TW.svgpath4053" sodipodi:sides="6" fill-opacity=".75" inkscape:flatsided="false" stroke="#acacac" stroke-width="1pt" fill="#fcfcfc" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.47781 .073715 .073715 -.47781 -114.92 309.1)" inkscape:rounded="3.0000000" sodipodi:r1="27.681587" sodipodi:r2="11.966143" sodipodi:arg1="0.20131714" sodipodi:arg2="-3.0483195" sodipodi:type="star" d="m299.45 611.76c-49.54-107.97 39.73-95.58-39.03-6.65-68.24 77.04-38.87 111.31 20.68 27.37 68.74-96.89 102.64-13.38-13.76-37.13-100.84-20.57-115.83 21.99-13.36 31.6 118.28 11.08 62.91 82.19 25.27-30.49-32.6-97.61-76.96-89.31-34.04 4.23 49.54 107.97-39.73 95.58 39.04 6.65 68.23-77.05 38.87-111.31-20.69-27.37-68.73 96.89-102.64 13.38 13.76 37.13 100.85 20.57 115.84-21.99 13.37-31.6-118.28-11.08-62.91-82.19-25.28 30.48 32.6 97.62 76.96 89.32 34.04-4.22z" inkscape:randomized="0.0000000" sodipodi:cy="606.22424" sodipodi:cx="272.33234"/>
- <path id="shapes-f16-zh_TW.svgpath1545" sodipodi:sides="3" inkscape:flatsided="false" style="color:#000000" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.27028 -.080435 -.080435 -.27028 39.032 168.46)" inkscape:rounded="-3.0000000" sodipodi:r1="39.614254" sodipodi:r2="1.0779980" sodipodi:arg1="2.3198469" sodipodi:arg2="3.3670445" sodipodi:type="star" d="m370.53 449.24c85.87 79.85 52.13-143.54 25.92-29.25s101.5-72.07-10.59-37.63c-112.08 34.45 98.25 116.93 12.37 37.08-85.87-79.85 11.67 123.94 37.88 9.64 26.22-114.29-150.38 26.62-38.29-7.82 112.08-34.45-113.17-51.87-27.29 27.98z" inkscape:randomized="0.0000000" sodipodi:cy="420.22922" sodipodi:cx="397.50070"/>
- <path id="shapes-f16-zh_TW.svgpath1591" sodipodi:sides="3" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".57521" fill="#8eff00" style="color:#000000" fill-rule="evenodd" transform="translate(10 3964.4) matrix(1.6275 0 0 1.6275 -153.18 -574.14)" inkscape:rounded="0.25000000" sodipodi:r1="17.850517" sodipodi:r2="2.4989247" sodipodi:arg1="0.51914611" sodipodi:arg2="1.5663437" sodipodi:type="star" d="m278.42 385.92c-2.08 3.64-11.3-6.37-15.49-6.35-4.18 0.01-13.32 10.11-15.43 6.49-2.11-3.61 11.18-6.6 13.25-10.23 2.08-3.64-2.09-16.6 2.09-16.61 4.19-0.02 0.13 12.97 2.24 16.59 2.11 3.61 15.42 6.48 13.34 10.11z" inkscape:randomized="0.0000000" sodipodi:cy="377.06650" sodipodi:cx="262.92249"/>
- <text id="shapes-f16-zh_TW.svgtext2547" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="72.533112" x="269.70953" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2548" sodipodi:role="line" x="269.70953" y="72.533112"/><tspan id="shapes-f16-zh_TW.svgtspan2550"/><tspan id="shapes-f16-zh_TW.svgtspan2552" y="77.307917" x="269.70953" role="line">0.25</tspan></text>
- <text id="shapes-f16-zh_TW.svgtext2856" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="37.697109" x="270.21283" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2555" sodipodi:role="line" x="270.21283" y="37.697109"/><tspan id="shapes-f16-zh_TW.svgtspan2557"/><tspan id="shapes-f16-zh_TW.svgtspan2559" y="42.471914" x="270.21283" role="line">0.25</tspan></text>
- <text id="shapes-f16-zh_TW.svgtext2561" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="114.07111" x="270.13705" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2562" sodipodi:role="line" x="270.13705" y="114.07111"/><tspan id="shapes-f16-zh_TW.svgtspan2564"/><tspan id="shapes-f16-zh_TW.svgtspan2566" y="118.84592" x="270.13705" role="line">0.25</tspan></text>
- <text id="shapes-f16-zh_TW.svgtext2568" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4) matrix(0.5 .86602 -.86602 0.5 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="-106.66351" x="214.9263" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2569" sodipodi:role="line" x="214.92630" y="-106.66351"/><tspan id="shapes-f16-zh_TW.svgtspan2571"/><tspan id="shapes-f16-zh_TW.svgtspan2573" y="-101.88870" x="214.92630" role="line">0.37</tspan></text>
- <path id="shapes-f16-zh_TW.svgpath1554" sodipodi:sides="9" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".375" fill="#cecece" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.96459 .067199 .067199 -.96459 -356.57 688.7)" inkscape:rounded="0.43000000" sodipodi:r1="23.086590" sodipodi:r2="14.298160" sodipodi:arg1="1.1382904" sodipodi:arg2="1.4814137" sodipodi:type="star" d="m461.58 641.84c-4.19 1.97-3.79-7.1-8.4-6.72-4.67 0.39-2.82 9.24-7.34 8.04-4.47-1.19 1.66-7.88-2.12-10.55-3.82-2.7-8.09 5.27-10.78 1.44-2.66-3.78 6.34-4.97 5.16-9.44-1.2-4.52-9.59-1.17-9.19-5.83 0.39-4.61 8.05 0.27 10.02-3.91 1.99-4.24-6.59-7.06-3.29-10.38 3.26-3.27 5.99 5.38 10.19 3.45 4.25-1.97-0.51-9.65 4.15-10.06 4.6-0.42 1.13 7.97 5.59 9.18 4.52 1.23 5.81-7.71 9.64-5.04 3.8 2.65-4.25 6.84-1.62 10.64 2.67 3.84 9.41-2.19 10.63 2.33 1.21 4.47-7.65 2.5-8.07 7.11-0.43 4.66 8.6 4.37 6.64 8.62-1.95 4.19-7.48-3.01-10.76 0.25-3.32 3.3 3.78 8.89-0.45 10.87z" inkscape:randomized="0.0000000" sodipodi:cy="620.88135" sodipodi:cx="451.89960"/>
- <text id="shapes-f16-zh_TW.svgtext2575" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="117.60011" x="116.22874" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2576" sodipodi:role="line" x="116.22874" y="117.60011"/><tspan id="shapes-f16-zh_TW.svgtspan2578"/><tspan id="shapes-f16-zh_TW.svgtspan2580" y="122.37492" x="116.22874" role="line">0.43</tspan></text>
- <text id="shapes-f16-zh_TW.svgtext2582" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4) matrix(.38491 .92296 -.92296 .38491 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="-39.030281" x="32.583221" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2583" sodipodi:role="line" x="32.583221" y="-39.030281"/><tspan id="shapes-f16-zh_TW.svgtspan2585"/><tspan id="shapes-f16-zh_TW.svgtspan2587" y="-34.255495" x="32.583221" role="line">3.00</tspan></text>
- <text id="shapes-f16-zh_TW.svgtext2589" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4) matrix(1 -.00059743 .00059743 1 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="38.639725" x="107.11456" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2590" y="43.414501" x="107.11456" role="line">-</tspan><tspan id="shapes-f16-zh_TW.svgtspan2592"/><tspan id="shapes-f16-zh_TW.svgtspan2594">3.00</tspan><tspan id="shapes-f16-zh_TW.svgtspan2596" sodipodi:role="line" x="107.11456" y="43.414501"/></text>
- <path id="shapes-f16-zh_TW.svgpath896" sodipodi:sides="3" inkscape:flatsided="false" style="color:#000000" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.12086 0 0 -.12086 214.1 80.908)" inkscape:rounded="0.41000000" sodipodi:r1="120.20276" sodipodi:r2="60.101379" sodipodi:arg1="0.52807445" sodipodi:arg2="1.5752720" sodipodi:type="star" d="m328.28 553.07c-21.5 36.87-61.42-0.28-104.1-0.47s-82.92 36.59-104.09-0.46c-21.178-37.06 30.94-53.05 52.45-89.92 21.5-36.87 9.77-90.11 52.45-89.92s30.47 53.33 51.65 90.38c21.17 37.06 73.15 53.52 51.64 90.39z" inkscape:randomized="0.0000000" sodipodi:cy="492.50204" sodipodi:cx="224.45302"/>
- <text id="shapes-f16-zh_TW.svgtext2598" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="17.90111" x="236.78233" font-family="Sans" sodipodi:insensitive="true" fill="#ffffff"><tspan id="shapes-f16-zh_TW.svgtspan2599" sodipodi:role="line" x="236.78233" y="17.901110"/><tspan id="shapes-f16-zh_TW.svgtspan2601"/><tspan id="shapes-f16-zh_TW.svgtspan2603" y="22.675915" x="236.78233" role="line">0.41</tspan></text>
- <text id="shapes-f16-zh_TW.svgtext2909" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="95.56311" x="21.764177" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2606" y="100.33792" x="21.764177" role="line">5.43</tspan><tspan id="shapes-f16-zh_TW.svgtspan2608"/><tspan id="shapes-f16-zh_TW.svgtspan2610" sodipodi:role="line" x="21.764177" y="100.33792"/></text>
- <text id="shapes-f16-zh_TW.svgtext2613" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="89.486107" x="63.424889" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2613" sodipodi:role="line" x="63.424889" y="89.486107"/><tspan id="shapes-f16-zh_TW.svgtspan2615"/><tspan id="shapes-f16-zh_TW.svgtspan2617" y="94.260912" x="63.424889" role="line">1.85</tspan></text>
- <text id="shapes-f16-zh_TW.svgtext3240" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="141.7691" x="62.71822" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan3241" sodipodi:role="line" x="62.718220" y="141.76910"/><tspan id="shapes-f16-zh_TW.svgtspan3243"/><tspan id="shapes-f16-zh_TW.svgtspan3245" y="146.54391" x="62.718220" role="line">0.21</tspan></text>
- <text id="shapes-f16-zh_TW.svgtext3868" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4) matrix(1 -.00059743 .00059743 1 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="66.356537" x="106.78857" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan3869" y="71.131313" x="106.78857" role="line">-</tspan><tspan id="shapes-f16-zh_TW.svgtspan3871"/><tspan id="shapes-f16-zh_TW.svgtspan3873">3.00</tspan><tspan id="shapes-f16-zh_TW.svgtspan3875" sodipodi:role="line" x="106.78857" y="71.131313"/></text>
- <path id="shapes-f16-zh_TW.svgpath4498" sodipodi:sides="9" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".71102" fill="#cecece" style="color:#000000" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.50303 .083862 -.083862 .50303 540.58 -2474.8)" inkscape:rounded="-0.43000000" sodipodi:r1="46.149918" sodipodi:r2="18.172943" sodipodi:arg1="0.93231400" sodipodi:arg2="1.2813799" sodipodi:type="star" d="m132.89 5179.5c10.26-7.6-34.571-16-22.32-19.6 12.25-3.7-20.697 27.9-7.94 28.6 12.76 0.8-16.198-34.4-4.468-29.4 11.728 5.1-33.782 8.1-24.496 16.9 9.285 8.8 9.746-36.8 15.467-25.4s-31.059-15.5-29.594-2.8c1.466 12.7 31.136-22 28.169-9.6-2.966 12.5-13.803-31.8-20.843-21.2-7.041 10.7 37.955 3.3 27.689 10.9-10.265 7.6 9.916-33.3-2.34-29.7-12.252 3.7 27.016 26.9 14.256 26.1-12.763-0.7 28.99-19.1 17.26-24.2s3.43 38-5.85 29.2c-9.29-8.8 34.5 3.9 28.78-7.5s-21.76 31.3-23.22 18.6c-1.47-12.7 23.87 25.2 26.84 12.8 2.96-12.5-36.77 9.9-29.73-0.7 7.04-10.7 2.07 34.6 12.34 27z" inkscape:randomized="0.0000000" sodipodi:cy="5142.4639" sodipodi:cx="105.38494"/>
- <text id="shapes-f16-zh_TW.svgtext4499" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="122.21311" x="156.34573" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan4500" y="126.98792" x="156.34573" role="line">-0.43</tspan><tspan id="shapes-f16-zh_TW.svgtspan4502"/><tspan id="shapes-f16-zh_TW.svgtspan4504" sodipodi:role="line" x="156.34573" y="126.98792"/></text>
- <path id="shapes-f16-zh_TW.svgpath5127" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".71102" fill="#00edff" style="color:#000000" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.30673 -.042679 .042679 .30673 -195.03 -1440.1)" inkscape:rounded="-8.9362223" sodipodi:r1="17.613136" sodipodi:r2="8.1117020" sodipodi:arg1="-2.7000003" sodipodi:arg2="-2.0716818" sodipodi:type="star" d="m-6.3694 5101.1c-45.965 97.2 106.37-51.3 12.028 0.4-94.339 51.6 112.81 3.3 6.1344-10.4-106.68-13.6 81.595 85.3 3.324 11.6-78.27-73.8 31.71 108.3 11.744 2.6s-55.938 104-9.973 6.8c45.965-97.3-93.215 63.6 1.124 11.9 94.338-51.6-116.17-21-9.4888-7.4 106.68 13.7-89.319-69-11.049 4.8 78.271 73.8-15.857-117 4.1092-11.3s38.013-106.3-7.9528-9z" inkscape:randomized="0.0000000" sodipodi:cy="5108.5903" sodipodi:cx="9.5541286"/>
- <text id="shapes-f16-zh_TW.svgtext6108" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="143.25011" x="21.20429" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan5129" y="148.02491" x="21.204290" role="line">-8.94</tspan><tspan id="shapes-f16-zh_TW.svgtspan5131"/><tspan id="shapes-f16-zh_TW.svgtspan5133" sodipodi:role="line" x="21.204290" y="148.02491"/></text>
- <path id="shapes-f16-zh_TW.svgpath5833" sodipodi:sides="4" inkscape:flatsided="true" style="color:#000000" fill-rule="evenodd" transform="translate(10 3964.4) matrix(.24131 0 0 .24131 59.66 -1049.7)" inkscape:rounded="0.39000000" sodipodi:r1="45.711628" sodipodi:r2="32.323002" sodipodi:arg1="0.78539816" sodipodi:arg2="1.5707963" sodipodi:type="star" d="m203.96 4729.2c-17.83 17.8-46.82 17.8-64.65 0s-17.83-46.8 0-64.6c17.83-17.9 46.82-17.9 64.65 0 17.82 17.8 17.82 46.8 0 64.6z" inkscape:randomized="0.0000000" sodipodi:cy="4696.8921" sodipodi:cx="171.63371"/>
- <text id="shapes-f16-zh_TW.svgtext5837" line-height="120.00000%" xml:space="preserve" transform="translate(10 3964.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="80.288109" x="96.318428" font-family="Sans" sodipodi:insensitive="true" fill="#ffffff"><tspan id="shapes-f16-zh_TW.svgtspan5838" sodipodi:role="line" x="96.318428" y="80.288109"/><tspan id="shapes-f16-zh_TW.svgtspan5840"/><tspan id="shapes-f16-zh_TW.svgtspan5842" y="85.062914" x="96.318428" role="line">0.39</tspan></text>
- <rect id="d0e645" display="none" height="1e3px" width="288" y="4125" x="10"/>
+ <path id="shapes-f16-zh_TW.svgpath1575" sodipodi:sides="5" inkscape:flatsided="false" stroke="#000" stroke-width="3.375" fill="none" transform="translate(10 3952.4) matrix(.30797 -.032335 -.032335 -.30797 -34.052 272.34)" inkscape:rounded="5.1300000" sodipodi:r1="27.797562" sodipodi:r2="27.797562" sodipodi:arg1="0.22082877" sodipodi:arg2="0.84914730" sodipodi:type="star" d="m281.19 558.07c-19.31 85.99 57.4-43.45-8.76 14.78-66.16 58.22 71.98-1.41-15.77 6.81-87.75 8.21 59.05 41.17-16.77-3.77-75.81-44.93 23.58 68.02-11.35-12.89-34.92-80.92-20.9 68.88-1.6-17.11 19.31-85.99-57.4 43.44 8.76-14.78 66.17-58.22-71.97 1.41 15.78-6.81 87.74-8.21-59.06-41.17 16.76 3.77 75.82 44.93-23.58-68.02 11.35 12.89 34.93 80.92 20.9-68.88 1.6 17.11z" stroke-opacity=".13115" inkscape:randomized="0.0000000" sodipodi:cy="551.97913" sodipodi:cx="254.06618"/>
+ <path id="shapes-f16-zh_TW.svgpath1556" sodipodi:sides="18" inkscape:flatsided="false" stroke="#000" stroke-width=".03125" fill="none" style="color:#000000" transform="translate(10 3952.4) matrix(1.2522 0 0 -1.2522 -268.86 649.33)" inkscape:rounded="0.37000000" sodipodi:r1="56.586357" sodipodi:r2="2.4662609" sodipodi:arg1="1.1708920" sodipodi:arg2="-2.6860230" sodipodi:type="star" d="m399.24 511.26c6.01-20.78-3.16-58.04-24.24-53.2-20.86 4.78-7.53 74.88 5.09 57.6 12.75-17.48 16.88-55.63-4.59-58.29-21.23-2.64-32.68 67.79-14.92 55.86 17.97-12.06 34.89-46.49 15.63-56.34-19.05-9.74-53.89 52.52-33.12 47.39 21-5.18 48.68-31.75 33.95-47.6-14.57-15.67-68.61 30.93-47.33 33.21 21.51 2.31 56.61-13.19 48.18-33.12-8.33-19.7-75.04 5.6-55.84 15.02 19.43 9.53 57.71 6.97 56.61-14.64-1.08-21.37-72.43-20.41-57.6-4.99 14.99 15.6 51.84 26.29 58.2 5.61 6.28-20.45-61.09-43.96-52.43-24.39 8.76 19.78 39.73 42.43 52.77 25.17 12.91-17.07-42.36-62.2-40.92-40.85 1.46 21.58 22.82 53.46 40.98 41.71 17.96-11.63-18.54-72.94-24.48-52.39-6.01 20.78 3.16 58.04 24.24 53.21 20.86-4.78 7.53-74.88-5.09-57.6-12.75 17.47-16.88 55.62 4.59 58.29 21.23 2.64 32.68-67.79 14.92-55.87-17.97 12.06-34.89 46.5-15.63 56.35 19.05 9.74 53.89-52.53 33.12-47.4-21 5.19-48.68 31.76-33.95 47.6 14.56 15.67 68.61-30.92 47.33-33.2-21.51-2.31-56.61 13.19-48.18 33.11 8.33 19.71 75.04-5.59 55.84-15.01-19.43-9.53-57.71-6.97-56.61 14.64 1.08 21.36 72.43 20.41 57.6 4.98-14.99-15.59-51.84-26.28-58.2-5.6-6.28 20.45 61.09 43.95 52.43 24.39-8.76-19.78-39.73-42.43-52.77-25.17-12.91 17.06 42.36 62.19 40.92 40.85-1.46-21.59-22.82-53.46-40.98-41.71-17.96 11.63 18.54 72.94 24.48 52.38z" inkscape:randomized="0.0000000" sodipodi:cy="459.14322" sodipodi:cx="377.20990"/>
+ <path id="shapes-f16-zh_TW.svgpath1559" sodipodi:sides="4" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".36260" fill="#cecece" style="color:#000000" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.54998 0 0 -.54998 24.596 424.72)" inkscape:rounded="1.8500000" sodipodi:r1="33.805592" sodipodi:r2="0.93718392" sodipodi:arg1="0.0000000" sodipodi:arg2="0.78539816" sodipodi:type="star" d="m112.41 584.08c0 61.33 10.22-42.7-33.147 0.67-43.365 43.36 60.667 33.14-0.663 33.14-61.327 0 42.7 10.22-0.663-33.14-43.364-43.37-33.143 60.66-33.143-0.67 0-61.32-10.221 42.71 33.143-0.66 43.363-43.36-60.664-33.14 0.663-33.14 61.33 0-42.702-10.22 0.663 33.14 43.367 43.37 33.147-60.66 33.147 0.66z" inkscape:randomized="0.0000000" sodipodi:cy="584.08337" sodipodi:cx="78.599991"/>
+ <path id="shapes-f16-zh_TW.svgpath2808" sodipodi:sides="4" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#8eff00" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.74894 0 0 -.74894 60.655 545.36)" inkscape:rounded="0.25000000" sodipodi:r1="38.196964" sodipodi:r2="7.8936343" sodipodi:arg1="-0.0000000" sodipodi:arg2="0.78539816" sodipodi:type="star" d="m323.81 626.7c0 8.28-26.76-0.26-32.61 5.59s2.69 32.61-5.58 32.61c-8.28 0 0.26-26.76-5.58-32.61-5.85-5.85-32.62 2.69-32.62-5.59 0-8.27 26.77 0.27 32.62-5.58 5.84-5.85-2.7-32.61 5.58-32.61 8.27 0-0.27 26.76 5.58 32.61s32.61-2.69 32.61 5.58z" inkscape:randomized="0.0000000" sodipodi:cy="626.70453" sodipodi:cx="285.61685"/>
+ <path id="shapes-f16-zh_TW.svgpath3430" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width="1pt" fill="#8eff00" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.71680 .21703 .21703 -.71680 -66.024 504.58)" inkscape:rounded="0.24000000" sodipodi:r1="38.196964" sodipodi:r2="9.5492411" sodipodi:arg1="-0.0000000" sodipodi:arg2="0.62831853" sodipodi:type="star" d="m323.81 626.7c0 7.44-26.1-0.4-30.47 5.62-4.37 6.01 11.15 28.41 4.08 30.71s-7.68-24.95-14.75-27.24c-7.08-2.3-23.58 19.38-27.96 13.37-4.37-6.02 21.36-15.02 21.36-22.46 0-7.43-25.73-16.43-21.36-22.45 4.38-6.01 20.88 15.67 27.96 13.37 7.07-2.3 7.68-29.54 14.75-27.24 7.07 2.29-8.45 24.7-4.08 30.71 4.37 6.02 30.47-1.82 30.47 5.61z" inkscape:randomized="0.0000000" sodipodi:cy="626.70453" sodipodi:cx="285.61685"/>
+ <path id="shapes-f16-zh_TW.svgpath1586" sodipodi:sides="3" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.11236 .0068491 .0068491 -.11236 7.8815 207.15)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.6461088" sodipodi:type="star" d="m378.67 671.15c-7.96 11.66-60.93 7.66-67.05-5.06-6.12-12.73 23.82-56.6 37.91-55.54 14.08 1.06 37.1 48.94 29.14 60.6z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4274618 1.4274618"/>
+ <path id="shapes-f16-zh_TW.svgpath2214" sodipodi:sides="4" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.11121 -.017408 -.017408 -.11121 34.312 215.82)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.3843094" sodipodi:type="star" d="m378.67 671.15c-6.5 9.52-44.43 16.68-53.95 10.18s-16.68-44.43-10.18-53.95c6.5-9.53 44.43-16.68 53.95-10.18s16.68 44.43 10.18 53.95z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4275137 1.4275137"/>
+ <path id="shapes-f16-zh_TW.svgpath2215" sodipodi:sides="5" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.10622 -.037266 -.037266 -.10622 59.874 219.4)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.2272298" sodipodi:type="star" d="m378.67 671.15c-5.4 7.91-33.77 18.06-42.97 15.37s-27.62-26.54-27.9-36.12 16.7-34.46 25.73-37.69c9.02-3.23 37.94 5.24 43.8 12.82 5.86 7.59 6.74 37.7 1.34 45.62z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4274952 1.4274952"/>
+ <path id="shapes-f16-zh_TW.svgpath2216" sodipodi:sides="6" inkscape:flatsided="true" stroke="#000" stroke-width="1.4275" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.11252 .0031539 .0031539 -.11252 42.438 209.55)" inkscape:rounded="0.21000000" sodipodi:r1="38.821625" sodipodi:r2="36.683537" sodipodi:arg1="0.59891126" sodipodi:arg2="1.1225100" sodipodi:type="star" d="m378.67 671.15c-4.6 6.73-26.86 17.44-34.99 16.82-8.13-0.61-28.53-14.53-32.06-21.88s-1.68-31.98 2.92-38.71c4.6-6.74 26.86-17.44 34.99-16.83 8.12 0.61 28.53 14.54 32.06 21.89 3.53 7.34 1.67 31.97-2.92 38.71z" inkscape:randomized="0.0000000" sodipodi:cy="649.26288" sodipodi:cx="346.60431" stroke-dasharray="1.4274604 1.4274604"/>
+ <path id="shapes-f16-zh_TW.svgpath905" sodipodi:sides="3" fill-opacity=".74998" inkscape:flatsided="false" stroke="#000" stroke-width="4.2" fill="#ff6000" style="color:#000000" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.060433 0 0 -.060433 168.52 2.007)" inkscape:rounded="-3.0000000" sodipodi:r1="266.75140" sodipodi:r2="86.869286" sodipodi:arg1="0.54565505" sodipodi:arg2="0.65224913" sodipodi:type="star" d="m-423.46-910.2c-209.55-499.7-700.64-98-158.98-85.71 936.38 21.31-1232.1-42.69-302.93 75.52 537.5 68.35 435.24-557.81 153.71-94.81-486.64 800.26 652.97-1045.7 86.07-300.1-327.95 431.29 265.43 655.79 5.26 180.5-449.77-821.6 579.11 1088.3 216.87 224.6z" inkscape:randomized="0.0000000" sodipodi:cy="-1048.6403" sodipodi:cx="-651.47363"/>
+ <path id="shapes-f16-zh_TW.svgpath4053" sodipodi:sides="6" fill-opacity=".75" inkscape:flatsided="false" stroke="#acacac" stroke-width="1pt" fill="#fcfcfc" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.47781 .073715 .073715 -.47781 -114.92 309.1)" inkscape:rounded="3.0000000" sodipodi:r1="27.681587" sodipodi:r2="11.966143" sodipodi:arg1="0.20131714" sodipodi:arg2="-3.0483195" sodipodi:type="star" d="m299.45 611.76c-49.54-107.97 39.73-95.58-39.03-6.65-68.24 77.04-38.87 111.31 20.68 27.37 68.74-96.89 102.64-13.38-13.76-37.13-100.84-20.57-115.83 21.99-13.36 31.6 118.28 11.08 62.91 82.19 25.27-30.49-32.6-97.61-76.96-89.31-34.04 4.23 49.54 107.97-39.73 95.58 39.04 6.65 68.23-77.05 38.87-111.31-20.69-27.37-68.73 96.89-102.64 13.38 13.76 37.13 100.85 20.57 115.84-21.99 13.37-31.6-118.28-11.08-62.91-82.19-25.28 30.48 32.6 97.62 76.96 89.32 34.04-4.22z" inkscape:randomized="0.0000000" sodipodi:cy="606.22424" sodipodi:cx="272.33234"/>
+ <path id="shapes-f16-zh_TW.svgpath1545" sodipodi:sides="3" inkscape:flatsided="false" style="color:#000000" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.27028 -.080435 -.080435 -.27028 39.032 168.46)" inkscape:rounded="-3.0000000" sodipodi:r1="39.614254" sodipodi:r2="1.0779980" sodipodi:arg1="2.3198469" sodipodi:arg2="3.3670445" sodipodi:type="star" d="m370.53 449.24c85.87 79.85 52.13-143.54 25.92-29.25s101.5-72.07-10.59-37.63c-112.08 34.45 98.25 116.93 12.37 37.08-85.87-79.85 11.67 123.94 37.88 9.64 26.22-114.29-150.38 26.62-38.29-7.82 112.08-34.45-113.17-51.87-27.29 27.98z" inkscape:randomized="0.0000000" sodipodi:cy="420.22922" sodipodi:cx="397.50070"/>
+ <path id="shapes-f16-zh_TW.svgpath1591" sodipodi:sides="3" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".57521" fill="#8eff00" style="color:#000000" fill-rule="evenodd" transform="translate(10 3952.4) matrix(1.6275 0 0 1.6275 -153.18 -574.14)" inkscape:rounded="0.25000000" sodipodi:r1="17.850517" sodipodi:r2="2.4989247" sodipodi:arg1="0.51914611" sodipodi:arg2="1.5663437" sodipodi:type="star" d="m278.42 385.92c-2.08 3.64-11.3-6.37-15.49-6.35-4.18 0.01-13.32 10.11-15.43 6.49-2.11-3.61 11.18-6.6 13.25-10.23 2.08-3.64-2.09-16.6 2.09-16.61 4.19-0.02 0.13 12.97 2.24 16.59 2.11 3.61 15.42 6.48 13.34 10.11z" inkscape:randomized="0.0000000" sodipodi:cy="377.06650" sodipodi:cx="262.92249"/>
+ <text id="shapes-f16-zh_TW.svgtext2547" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="72.533112" x="269.70953" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2548" sodipodi:role="line" x="269.70953" y="72.533112"/><tspan id="shapes-f16-zh_TW.svgtspan2550"/><tspan id="shapes-f16-zh_TW.svgtspan2552" y="77.307917" x="269.70953" role="line">0.25</tspan></text>
+ <text id="shapes-f16-zh_TW.svgtext2856" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="37.697109" x="270.21283" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2555" sodipodi:role="line" x="270.21283" y="37.697109"/><tspan id="shapes-f16-zh_TW.svgtspan2557"/><tspan id="shapes-f16-zh_TW.svgtspan2559" y="42.471914" x="270.21283" role="line">0.25</tspan></text>
+ <text id="shapes-f16-zh_TW.svgtext2561" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="114.07111" x="270.13705" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2562" sodipodi:role="line" x="270.13705" y="114.07111"/><tspan id="shapes-f16-zh_TW.svgtspan2564"/><tspan id="shapes-f16-zh_TW.svgtspan2566" y="118.84592" x="270.13705" role="line">0.25</tspan></text>
+ <text id="shapes-f16-zh_TW.svgtext2568" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4) matrix(0.5 .86602 -.86602 0.5 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="-106.66351" x="214.9263" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2569" sodipodi:role="line" x="214.92630" y="-106.66351"/><tspan id="shapes-f16-zh_TW.svgtspan2571"/><tspan id="shapes-f16-zh_TW.svgtspan2573" y="-101.88870" x="214.92630" role="line">0.37</tspan></text>
+ <path id="shapes-f16-zh_TW.svgpath1554" sodipodi:sides="9" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".375" fill="#cecece" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.96459 .067199 .067199 -.96459 -356.57 688.7)" inkscape:rounded="0.43000000" sodipodi:r1="23.086590" sodipodi:r2="14.298160" sodipodi:arg1="1.1382904" sodipodi:arg2="1.4814137" sodipodi:type="star" d="m461.58 641.84c-4.19 1.97-3.79-7.1-8.4-6.72-4.67 0.39-2.82 9.24-7.34 8.04-4.47-1.19 1.66-7.88-2.12-10.55-3.82-2.7-8.09 5.27-10.78 1.44-2.66-3.78 6.34-4.97 5.16-9.44-1.2-4.52-9.59-1.17-9.19-5.83 0.39-4.61 8.05 0.27 10.02-3.91 1.99-4.24-6.59-7.06-3.29-10.38 3.26-3.27 5.99 5.38 10.19 3.45 4.25-1.97-0.51-9.65 4.15-10.06 4.6-0.42 1.13 7.97 5.59 9.18 4.52 1.23 5.81-7.71 9.64-5.04 3.8 2.65-4.25 6.84-1.62 10.64 2.67 3.84 9.41-2.19 10.63 2.33 1.21 4.47-7.65 2.5-8.07 7.11-0.43 4.66 8.6 4.37 6.64 8.62-1.95 4.19-7.48-3.01-10.76 0.25-3.32 3.3 3.78 8.89-0.45 10.87z" inkscape:randomized="0.0000000" sodipodi:cy="620.88135" sodipodi:cx="451.89960"/>
+ <text id="shapes-f16-zh_TW.svgtext2575" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="117.60011" x="116.22874" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2576" sodipodi:role="line" x="116.22874" y="117.60011"/><tspan id="shapes-f16-zh_TW.svgtspan2578"/><tspan id="shapes-f16-zh_TW.svgtspan2580" y="122.37492" x="116.22874" role="line">0.43</tspan></text>
+ <text id="shapes-f16-zh_TW.svgtext2582" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4) matrix(.38491 .92296 -.92296 .38491 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="-39.030281" x="32.583221" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2583" sodipodi:role="line" x="32.583221" y="-39.030281"/><tspan id="shapes-f16-zh_TW.svgtspan2585"/><tspan id="shapes-f16-zh_TW.svgtspan2587" y="-34.255495" x="32.583221" role="line">3.00</tspan></text>
+ <text id="shapes-f16-zh_TW.svgtext2589" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4) matrix(1 -.00059743 .00059743 1 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="38.639725" x="107.11456" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2590" y="43.414501" x="107.11456" role="line">-</tspan><tspan id="shapes-f16-zh_TW.svgtspan2592"/><tspan id="shapes-f16-zh_TW.svgtspan2594">3.00</tspan><tspan id="shapes-f16-zh_TW.svgtspan2596" sodipodi:role="line" x="107.11456" y="43.414501"/></text>
+ <path id="shapes-f16-zh_TW.svgpath896" sodipodi:sides="3" inkscape:flatsided="false" style="color:#000000" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.12086 0 0 -.12086 214.1 80.908)" inkscape:rounded="0.41000000" sodipodi:r1="120.20276" sodipodi:r2="60.101379" sodipodi:arg1="0.52807445" sodipodi:arg2="1.5752720" sodipodi:type="star" d="m328.28 553.07c-21.5 36.87-61.42-0.28-104.1-0.47s-82.92 36.59-104.09-0.46c-21.178-37.06 30.94-53.05 52.45-89.92 21.5-36.87 9.77-90.11 52.45-89.92s30.47 53.33 51.65 90.38c21.17 37.06 73.15 53.52 51.64 90.39z" inkscape:randomized="0.0000000" sodipodi:cy="492.50204" sodipodi:cx="224.45302"/>
+ <text id="shapes-f16-zh_TW.svgtext2598" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="17.90111" x="236.78233" font-family="Sans" sodipodi:insensitive="true" fill="#ffffff"><tspan id="shapes-f16-zh_TW.svgtspan2599" sodipodi:role="line" x="236.78233" y="17.901110"/><tspan id="shapes-f16-zh_TW.svgtspan2601"/><tspan id="shapes-f16-zh_TW.svgtspan2603" y="22.675915" x="236.78233" role="line">0.41</tspan></text>
+ <text id="shapes-f16-zh_TW.svgtext2909" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="95.56311" x="21.764177" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2606" y="100.33792" x="21.764177" role="line">5.43</tspan><tspan id="shapes-f16-zh_TW.svgtspan2608"/><tspan id="shapes-f16-zh_TW.svgtspan2610" sodipodi:role="line" x="21.764177" y="100.33792"/></text>
+ <text id="shapes-f16-zh_TW.svgtext2613" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="89.486107" x="63.424889" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan2613" sodipodi:role="line" x="63.424889" y="89.486107"/><tspan id="shapes-f16-zh_TW.svgtspan2615"/><tspan id="shapes-f16-zh_TW.svgtspan2617" y="94.260912" x="63.424889" role="line">1.85</tspan></text>
+ <text id="shapes-f16-zh_TW.svgtext3240" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="141.7691" x="62.71822" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan3241" sodipodi:role="line" x="62.718220" y="141.76910"/><tspan id="shapes-f16-zh_TW.svgtspan3243"/><tspan id="shapes-f16-zh_TW.svgtspan3245" y="146.54391" x="62.718220" role="line">0.21</tspan></text>
+ <text id="shapes-f16-zh_TW.svgtext3868" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4) matrix(1 -.00059743 .00059743 1 0 0)" sodipodi:linespacing="120.00000%" font-size="3.979" y="66.356537" x="106.78857" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan3869" y="71.131313" x="106.78857" role="line">-</tspan><tspan id="shapes-f16-zh_TW.svgtspan3871"/><tspan id="shapes-f16-zh_TW.svgtspan3873">3.00</tspan><tspan id="shapes-f16-zh_TW.svgtspan3875" sodipodi:role="line" x="106.78857" y="71.131313"/></text>
+ <path id="shapes-f16-zh_TW.svgpath4498" sodipodi:sides="9" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".71102" fill="#cecece" style="color:#000000" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.50303 .083862 -.083862 .50303 540.58 -2474.8)" inkscape:rounded="-0.43000000" sodipodi:r1="46.149918" sodipodi:r2="18.172943" sodipodi:arg1="0.93231400" sodipodi:arg2="1.2813799" sodipodi:type="star" d="m132.89 5179.5c10.26-7.6-34.571-16-22.32-19.6 12.25-3.7-20.697 27.9-7.94 28.6 12.76 0.8-16.198-34.4-4.468-29.4 11.728 5.1-33.782 8.1-24.496 16.9 9.285 8.8 9.746-36.8 15.467-25.4s-31.059-15.5-29.594-2.8c1.466 12.7 31.136-22 28.169-9.6-2.966 12.5-13.803-31.8-20.843-21.2-7.041 10.7 37.955 3.3 27.689 10.9-10.265 7.6 9.916-33.3-2.34-29.7-12.252 3.7 27.016 26.9 14.256 26.1-12.763-0.7 28.99-19.1 17.26-24.2s3.43 38-5.85 29.2c-9.29-8.8 34.5 3.9 28.78-7.5s-21.76 31.3-23.22 18.6c-1.47-12.7 23.87 25.2 26.84 12.8 2.96-12.5-36.77 9.9-29.73-0.7 7.04-10.7 2.07 34.6 12.34 27z" inkscape:randomized="0.0000000" sodipodi:cy="5142.4639" sodipodi:cx="105.38494"/>
+ <text id="shapes-f16-zh_TW.svgtext4499" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="122.21311" x="156.34573" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan4500" y="126.98792" x="156.34573" role="line">-0.43</tspan><tspan id="shapes-f16-zh_TW.svgtspan4502"/><tspan id="shapes-f16-zh_TW.svgtspan4504" sodipodi:role="line" x="156.34573" y="126.98792"/></text>
+ <path id="shapes-f16-zh_TW.svgpath5127" sodipodi:sides="5" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".71102" fill="#00edff" style="color:#000000" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.30673 -.042679 .042679 .30673 -195.03 -1440.1)" inkscape:rounded="-8.9362223" sodipodi:r1="17.613136" sodipodi:r2="8.1117020" sodipodi:arg1="-2.7000003" sodipodi:arg2="-2.0716818" sodipodi:type="star" d="m-6.3694 5101.1c-45.965 97.2 106.37-51.3 12.028 0.4-94.339 51.6 112.81 3.3 6.1344-10.4-106.68-13.6 81.595 85.3 3.324 11.6-78.27-73.8 31.71 108.3 11.744 2.6s-55.938 104-9.973 6.8c45.965-97.3-93.215 63.6 1.124 11.9 94.338-51.6-116.17-21-9.4888-7.4 106.68 13.7-89.319-69-11.049 4.8 78.271 73.8-15.857-117 4.1092-11.3s38.013-106.3-7.9528-9z" inkscape:randomized="0.0000000" sodipodi:cy="5108.5903" sodipodi:cx="9.5541286"/>
+ <text id="shapes-f16-zh_TW.svgtext6108" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="143.25011" x="21.20429" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f16-zh_TW.svgtspan5129" y="148.02491" x="21.204290" role="line">-8.94</tspan><tspan id="shapes-f16-zh_TW.svgtspan5131"/><tspan id="shapes-f16-zh_TW.svgtspan5133" sodipodi:role="line" x="21.204290" y="148.02491"/></text>
+ <path id="shapes-f16-zh_TW.svgpath5833" sodipodi:sides="4" inkscape:flatsided="true" style="color:#000000" fill-rule="evenodd" transform="translate(10 3952.4) matrix(.24131 0 0 .24131 59.66 -1049.7)" inkscape:rounded="0.39000000" sodipodi:r1="45.711628" sodipodi:r2="32.323002" sodipodi:arg1="0.78539816" sodipodi:arg2="1.5707963" sodipodi:type="star" d="m203.96 4729.2c-17.83 17.8-46.82 17.8-64.65 0s-17.83-46.8 0-64.6c17.83-17.9 46.82-17.9 64.65 0 17.82 17.8 17.82 46.8 0 64.6z" inkscape:randomized="0.0000000" sodipodi:cy="4696.8921" sodipodi:cx="171.63371"/>
+ <text id="shapes-f16-zh_TW.svgtext5837" line-height="120.00000%" xml:space="preserve" transform="translate(10 3952.4)" sodipodi:linespacing="120.00000%" font-size="3.979" y="80.288109" x="96.318428" font-family="Sans" sodipodi:insensitive="true" fill="#ffffff"><tspan id="shapes-f16-zh_TW.svgtspan5838" sodipodi:role="line" x="96.318428" y="80.288109"/><tspan id="shapes-f16-zh_TW.svgtspan5840"/><tspan id="shapes-f16-zh_TW.svgtspan5842" y="85.062914" x="96.318428" role="line">0.39</tspan></text>
+ <rect id="d0e645" display="none" height="1e3px" width="288" y="4113.1" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e645"/>
</flowRegion>
<flowDiv xml:space="preserve">如果你想讓星形的尖角呈現尖銳但凹角部份平滑或者反過來,最簡單的方法是藉由<flowSpan font-style="italic">偏移</flowSpan> (<flowSpan font-weight="bold">Ctrl+J</flowSpan>) 來達成:</flowDiv>
</flowRoot>
- <path id="shapes-f17-zh_TW.svgpath2694" fill-opacity=".75" xlink:href="#shapes-f17-zh_TW.svgpath2693" stroke="#000" stroke-width=".47330" fill="#ffb800" fill-rule="evenodd" inkscape:original="M 96.125 5217.4375 C 90.627188 5218.3264 88.703454 5238.2845 82.65625 5239.9688 C 75.920688 5241.8446 62.131885 5223.9675 57.03125 5228.75 C 52.146599 5233.3298 70.825719 5246.1407 69.15625 5252.625 C 67.412966 5259.3961 45.033761 5262.3791 46.625 5269.1875 C 48.148858 5275.7076 68.594118 5265.9372 73.375 5270.625 C 78.367278 5275.5203 69.74563 5296.4115 76.4375 5298.4375 C 82.846009 5300.3779 84.612149 5277.7965 91.0625 5276 C 97.798062 5274.1242 111.58687 5292.0012 116.6875 5287.2188 C 121.57215 5282.639 102.89303 5269.8281 104.5625 5263.3438 C 106.30578 5256.5727 128.68499 5253.5897 127.09375 5246.7812 C 125.56989 5240.2611 105.12463 5250.0315 100.34375 5245.3438 C 95.351472 5240.4485 103.97312 5219.5572 97.28125 5217.5312 C 96.880718 5217.41 96.491521 5217.3782 96.125 5217.4375 z " transform="translate(10 4163) matrix(1.3205 0 0 1.3205 32.682 -6886.7)" inkscape:href="#shapes-f17-zh_TW.svgpath2693" inkscape:radius="-4.4234619" xmlns:cc="http://creativecommons.org/ns#" sodipodi:type="inkscape:offset" d="m95.281 5226.1c-0.505 1.3-0.992 2.3-1.531 3.8-0.965 2.7-1.946 5.5-3.281 8-1.336 2.6-2.997 5.3-6.625 6.3-3.809 1.1-6.832-0.5-9.532-2-2.699-1.6-5.288-3.6-7.718-5.4-1.16-0.8-1.941-1.2-2.969-1.9 0.626 0.8 0.92 1.3 1.656 2.2 1.901 2.3 4.002 4.7 5.688 7.3 1.686 2.5 3.47 5.4 2.469 9.3-0.987 3.8-3.865 5.7-6.563 7.2-2.698 1.6-5.7 2.8-8.469 4-1.371 0.6-2.144 1.1-3.281 1.7 1.049-0.2 1.689-0.1 2.875-0.4 2.912-0.5 6.066-1.1 9.125-1.3 3.059-0.1 6.475-0.2 9.344 2.6 2.825 2.7 2.97 6.1 2.969 9.3-0.002 3.1-0.439 6.3-0.782 9.3-0.165 1.4-0.105 2.3-0.187 3.6 0.388-1 0.694-1.5 1.093-2.6 1.012-2.8 2.065-5.8 3.438-8.5 1.373-2.8 3.005-5.8 6.875-6.8 3.809-1.1 6.832 0.5 9.531 2 2.704 1.6 5.284 3.5 7.714 5.3 1.16 0.9 1.95 1.3 2.97 2-0.62-0.8-0.92-1.4-1.65-2.3-1.9-2.2-4-4.6-5.69-7.2s-3.47-5.5-2.47-9.4c0.99-3.8 3.87-5.6 6.56-7.2 2.7-1.5 5.7-2.8 8.47-4 1.37-0.6 2.15-1.1 3.28-1.6-1.04 0.1-1.69 0.1-2.87 0.3-2.91 0.5-6.07 1.1-9.13 1.3s-6.47 0.3-9.34-2.5c-2.826-2.8-2.971-6.2-2.969-9.3s0.439-6.3 0.781-9.3c0.173-1.5 0.139-2.5 0.219-3.8z"/>
- <path id="shapes-f17-zh_TW.svgpath2696" fill-opacity=".75" xlink:href="#shapes-f17-zh_TW.svgpath2693" stroke="#000" stroke-width=".75541" fill="#ffb800" style="color:#000000" fill-rule="evenodd" inkscape:original="M 96.125 5217.4375 C 90.627188 5218.3264 88.703454 5238.2845 82.65625 5239.9688 C 75.920688 5241.8446 62.131885 5223.9675 57.03125 5228.75 C 52.146599 5233.3298 70.825719 5246.1407 69.15625 5252.625 C 67.412966 5259.3961 45.033761 5262.3791 46.625 5269.1875 C 48.148858 5275.7076 68.594118 5265.9372 73.375 5270.625 C 78.367278 5275.5203 69.74563 5296.4115 76.4375 5298.4375 C 82.846009 5300.3779 84.612149 5277.7965 91.0625 5276 C 97.798062 5274.1242 111.58687 5292.0012 116.6875 5287.2188 C 121.57215 5282.639 102.89303 5269.8281 104.5625 5263.3438 C 106.30578 5256.5727 128.68499 5253.5897 127.09375 5246.7812 C 125.56989 5240.2611 105.12463 5250.0315 100.34375 5245.3438 C 95.351472 5240.4485 103.97312 5219.5572 97.28125 5217.5312 C 96.880718 5217.41 96.491521 5217.3782 96.125 5217.4375 z " transform="translate(10 4163) matrix(.82737 0 0 .82737 177.7 -4293.5)" inkscape:href="#shapes-f17-zh_TW.svgpath2693" inkscape:radius="9.9201479" xmlns:cc="http://creativecommons.org/ns#" sodipodi:type="inkscape:offset" d="m97.5 5207.5c-0.947 0-1.963 0-2.969 0.2-7.058 1.1-9.237 5.9-10.781 8.8-1.544 3-2.513 5.9-3.469 8.5-0.465 1.3-0.798 2-1.219 3.1-1.266-0.9-2.361-1.7-3.937-2.8-2.538-1.9-5.19-3.9-8.75-5.5-1.78-0.9-3.857-1.7-6.75-1.8s-6.799 1.1-9.375 3.5c-2.603 2.4-4.091 6.7-3.938 9.8 0.154 3.1 1.118 5.1 2.032 6.9 1.827 3.4 3.957 5.8 5.937 8.1 1.153 1.4 1.853 2.4 2.75 3.5-1.387 0.6-2.558 1.2-4.343 2-2.892 1.2-5.986 2.5-9.188 4.8-1.601 1.1-3.349 2.5-4.875 5-1.526 2.4-2.46 6.4-1.656 9.8 0.812 3.5 3.785 6.9 6.531 8.4 2.746 1.4 4.998 1.5 6.938 1.6 3.879 0.1 7.028-0.5 10.062-1 1.765-0.3 2.917-0.5 4.344-0.7-0.128 1.5-0.217 2.8-0.438 4.8-0.358 3.1-0.792 6.4-0.437 10.3 0.177 2 0.508 4.2 1.875 6.7 1.366 2.6 4.337 5.4 7.718 6.4 3.416 1.1 7.877 0.2 10.469-1.5 2.592-1.6 3.879-3.5 4.907-5.2 2.054-3.2 3.071-6.3 4.124-9.2 0.614-1.7 1.064-2.8 1.594-4.1 1.267 0.9 2.361 1.6 3.938 2.8 2.536 1.9 5.186 3.9 8.746 5.5 1.78 0.8 3.86 1.6 6.75 1.7 2.9 0.1 6.8-1 9.38-3.4 2.6-2.5 4.09-6.8 3.94-9.8-0.16-3.1-1.12-5.2-2.03-6.9-1.83-3.4-3.96-5.8-5.94-8.2-1.16-1.3-1.86-2.3-2.75-3.4 1.39-0.7 2.56-1.2 4.34-2 2.89-1.3 5.99-2.5 9.19-4.8 1.6-1.1 3.35-2.5 4.87-5 1.53-2.5 2.46-6.4 1.66-9.9-0.81-3.4-3.78-6.9-6.53-8.3s-5-1.6-6.94-1.6c-3.88-0.2-7.03 0.5-10.06 1-1.77 0.3-2.92 0.4-4.34 0.6 0.12-1.5 0.21-2.8 0.43-4.7 0.36-3.1 0.79-6.4 0.44-10.3-0.18-2-0.51-4.2-1.87-6.8-1.37-2.5-4.34-5.3-7.72-6.4-0.827-0.2-1.713-0.4-2.66-0.5z"/>
- <path id="shapes-f17-zh_TW.svgpath2693" sodipodi:sides="6" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".625" fill="#ffb800" style="color:#000000" fill-rule="evenodd" transform="translate(-22.785 -1038.2)" inkscape:rounded="0.25000000" sodipodi:r1="41.765072" sodipodi:r2="18.491833" sodipodi:arg1="0.77559456" sodipodi:arg2="1.3411834" xmlns:cc="http://creativecommons.org/ns#" sodipodi:type="star" d="m116.68 5287.2c-5.1 4.8-18.88-13.1-25.616-11.2-6.45 1.8-8.213 24.4-14.622 22.4-6.692-2 1.916-22.9-3.076-27.8-4.781-4.7-25.22 5.1-26.744-1.4-1.592-6.8 20.792-9.8 22.535-16.6 1.67-6.5-17.006-19.3-12.122-23.9 5.101-4.7 18.876 13.2 25.612 11.3 6.45-1.8 8.214-24.4 14.622-22.5 6.691 2.1-1.916 22.9 3.081 27.8 4.78 4.7 25.22-5 26.74 1.5 1.59 6.8-20.79 9.8-22.54 16.5-1.67 6.5 17.01 19.3 12.13 23.9z" inkscape:randomized="0.0000000" sodipodi:cy="5257.9824" sodipodi:cx="86.855721"/>
- <flowRoot id="shapes-f17-zh_TW.svgflowRoot2701" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(9.7685 4163)" font-size="6" xmlns:cc="http://creativecommons.org/ns#"><flowRegion id="shapes-f17-zh_TW.svgflowRegion2703"><rect id="shapes-f17-zh_TW.svgrect2705" height="15" width="84.643" y="-.13782" x="11.786"/></flowRegion><flowPara id="shapes-f17-zh_TW.svgflowPara2707">原始星形</flowPara></flowRoot>
- <flowRoot id="shapes-f17-zh_TW.svgflowRoot2709" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(103.08 4162.9)" font-size="6" xmlns:cc="http://creativecommons.org/ns#"><flowRegion id="shapes-f17-zh_TW.svgflowRegion2711"><rect id="shapes-f17-zh_TW.svgrect2713" height="15" width="84.643" y="-.13782" x="11.786"/></flowRegion><flowPara id="shapes-f17-zh_TW.svgflowPara2715">連結偏移,內縮</flowPara></flowRoot>
- <flowRoot id="shapes-f17-zh_TW.svgflowRoot2717" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(205.27 4162.9)" font-size="6" xmlns:cc="http://creativecommons.org/ns#"><flowRegion id="shapes-f17-zh_TW.svgflowRegion2719"><rect id="shapes-f17-zh_TW.svgrect2721" height="15" width="84.643" y="-.13782" x="11.786"/></flowRegion><flowPara id="shapes-f17-zh_TW.svgflowPara2723">連結偏移,外擴</flowPara></flowRoot>
- <rect id="d0e664" display="none" height="1e3px" width="288" y="4273.7" x="10"/>
+ <path id="shapes-f17-zh_TW.svgpath2694" fill-opacity=".75" xlink:href="#shapes-f17-zh_TW.svgpath2693" stroke="#000" stroke-width=".47330" fill="#ffb800" fill-rule="evenodd" inkscape:original="M 96.125 5217.4375 C 90.627188 5218.3264 88.703454 5238.2845 82.65625 5239.9688 C 75.920688 5241.8446 62.131885 5223.9675 57.03125 5228.75 C 52.146599 5233.3298 70.825719 5246.1407 69.15625 5252.625 C 67.412966 5259.3961 45.033761 5262.3791 46.625 5269.1875 C 48.148858 5275.7076 68.594118 5265.9372 73.375 5270.625 C 78.367278 5275.5203 69.74563 5296.4115 76.4375 5298.4375 C 82.846009 5300.3779 84.612149 5277.7965 91.0625 5276 C 97.798062 5274.1242 111.58687 5292.0012 116.6875 5287.2188 C 121.57215 5282.639 102.89303 5269.8281 104.5625 5263.3438 C 106.30578 5256.5727 128.68499 5253.5897 127.09375 5246.7812 C 125.56989 5240.2611 105.12463 5250.0315 100.34375 5245.3438 C 95.351472 5240.4485 103.97312 5219.5572 97.28125 5217.5312 C 96.880718 5217.41 96.491521 5217.3782 96.125 5217.4375 z " transform="translate(10 4150.7) matrix(1.3205 0 0 1.3205 32.682 -6886.7)" inkscape:href="#shapes-f17-zh_TW.svgpath2693" inkscape:radius="-4.4234619" xmlns:cc="http://creativecommons.org/ns#" sodipodi:type="inkscape:offset" d="m95.281 5226.1c-0.505 1.3-0.992 2.3-1.531 3.8-0.965 2.7-1.946 5.5-3.281 8-1.336 2.6-2.997 5.3-6.625 6.3-3.809 1.1-6.832-0.5-9.532-2-2.699-1.6-5.288-3.6-7.718-5.4-1.16-0.8-1.941-1.2-2.969-1.9 0.626 0.8 0.92 1.3 1.656 2.2 1.901 2.3 4.002 4.7 5.688 7.3 1.686 2.5 3.47 5.4 2.469 9.3-0.987 3.8-3.865 5.7-6.563 7.2-2.698 1.6-5.7 2.8-8.469 4-1.371 0.6-2.144 1.1-3.281 1.7 1.049-0.2 1.689-0.1 2.875-0.4 2.912-0.5 6.066-1.1 9.125-1.3 3.059-0.1 6.475-0.2 9.344 2.6 2.825 2.7 2.97 6.1 2.969 9.3-0.002 3.1-0.439 6.3-0.782 9.3-0.165 1.4-0.105 2.3-0.187 3.6 0.388-1 0.694-1.5 1.093-2.6 1.012-2.8 2.065-5.8 3.438-8.5 1.373-2.8 3.005-5.8 6.875-6.8 3.809-1.1 6.832 0.5 9.531 2 2.704 1.6 5.284 3.5 7.714 5.3 1.16 0.9 1.95 1.3 2.97 2-0.62-0.8-0.92-1.4-1.65-2.3-1.9-2.2-4-4.6-5.69-7.2s-3.47-5.5-2.47-9.4c0.99-3.8 3.87-5.6 6.56-7.2 2.7-1.5 5.7-2.8 8.47-4 1.37-0.6 2.15-1.1 3.28-1.6-1.04 0.1-1.69 0.1-2.87 0.3-2.91 0.5-6.07 1.1-9.13 1.3s-6.47 0.3-9.34-2.5c-2.826-2.8-2.971-6.2-2.969-9.3s0.439-6.3 0.781-9.3c0.173-1.5 0.139-2.5 0.219-3.8z"/>
+ <path id="shapes-f17-zh_TW.svgpath2696" fill-opacity=".75" xlink:href="#shapes-f17-zh_TW.svgpath2693" stroke="#000" stroke-width=".75541" fill="#ffb800" style="color:#000000" fill-rule="evenodd" inkscape:original="M 96.125 5217.4375 C 90.627188 5218.3264 88.703454 5238.2845 82.65625 5239.9688 C 75.920688 5241.8446 62.131885 5223.9675 57.03125 5228.75 C 52.146599 5233.3298 70.825719 5246.1407 69.15625 5252.625 C 67.412966 5259.3961 45.033761 5262.3791 46.625 5269.1875 C 48.148858 5275.7076 68.594118 5265.9372 73.375 5270.625 C 78.367278 5275.5203 69.74563 5296.4115 76.4375 5298.4375 C 82.846009 5300.3779 84.612149 5277.7965 91.0625 5276 C 97.798062 5274.1242 111.58687 5292.0012 116.6875 5287.2188 C 121.57215 5282.639 102.89303 5269.8281 104.5625 5263.3438 C 106.30578 5256.5727 128.68499 5253.5897 127.09375 5246.7812 C 125.56989 5240.2611 105.12463 5250.0315 100.34375 5245.3438 C 95.351472 5240.4485 103.97312 5219.5572 97.28125 5217.5312 C 96.880718 5217.41 96.491521 5217.3782 96.125 5217.4375 z " transform="translate(10 4150.7) matrix(.82737 0 0 .82737 177.7 -4293.5)" inkscape:href="#shapes-f17-zh_TW.svgpath2693" inkscape:radius="9.9201479" xmlns:cc="http://creativecommons.org/ns#" sodipodi:type="inkscape:offset" d="m97.5 5207.5c-0.947 0-1.963 0-2.969 0.2-7.058 1.1-9.237 5.9-10.781 8.8-1.544 3-2.513 5.9-3.469 8.5-0.465 1.3-0.798 2-1.219 3.1-1.266-0.9-2.361-1.7-3.937-2.8-2.538-1.9-5.19-3.9-8.75-5.5-1.78-0.9-3.857-1.7-6.75-1.8s-6.799 1.1-9.375 3.5c-2.603 2.4-4.091 6.7-3.938 9.8 0.154 3.1 1.118 5.1 2.032 6.9 1.827 3.4 3.957 5.8 5.937 8.1 1.153 1.4 1.853 2.4 2.75 3.5-1.387 0.6-2.558 1.2-4.343 2-2.892 1.2-5.986 2.5-9.188 4.8-1.601 1.1-3.349 2.5-4.875 5-1.526 2.4-2.46 6.4-1.656 9.8 0.812 3.5 3.785 6.9 6.531 8.4 2.746 1.4 4.998 1.5 6.938 1.6 3.879 0.1 7.028-0.5 10.062-1 1.765-0.3 2.917-0.5 4.344-0.7-0.128 1.5-0.217 2.8-0.438 4.8-0.358 3.1-0.792 6.4-0.437 10.3 0.177 2 0.508 4.2 1.875 6.7 1.366 2.6 4.337 5.4 7.718 6.4 3.416 1.1 7.877 0.2 10.469-1.5 2.592-1.6 3.879-3.5 4.907-5.2 2.054-3.2 3.071-6.3 4.124-9.2 0.614-1.7 1.064-2.8 1.594-4.1 1.267 0.9 2.361 1.6 3.938 2.8 2.536 1.9 5.186 3.9 8.746 5.5 1.78 0.8 3.86 1.6 6.75 1.7 2.9 0.1 6.8-1 9.38-3.4 2.6-2.5 4.09-6.8 3.94-9.8-0.16-3.1-1.12-5.2-2.03-6.9-1.83-3.4-3.96-5.8-5.94-8.2-1.16-1.3-1.86-2.3-2.75-3.4 1.39-0.7 2.56-1.2 4.34-2 2.89-1.3 5.99-2.5 9.19-4.8 1.6-1.1 3.35-2.5 4.87-5 1.53-2.5 2.46-6.4 1.66-9.9-0.81-3.4-3.78-6.9-6.53-8.3s-5-1.6-6.94-1.6c-3.88-0.2-7.03 0.5-10.06 1-1.77 0.3-2.92 0.4-4.34 0.6 0.12-1.5 0.21-2.8 0.43-4.7 0.36-3.1 0.79-6.4 0.44-10.3-0.18-2-0.51-4.2-1.87-6.8-1.37-2.5-4.34-5.3-7.72-6.4-0.827-0.2-1.713-0.4-2.66-0.5z"/>
+ <path id="shapes-f17-zh_TW.svgpath2693" sodipodi:sides="6" fill-opacity=".75" inkscape:flatsided="false" stroke="#000" stroke-width=".625" fill="#ffb800" style="color:#000000" fill-rule="evenodd" transform="translate(-22.785 -1050.5)" inkscape:rounded="0.25000000" sodipodi:r1="41.765072" sodipodi:r2="18.491833" sodipodi:arg1="0.77559456" sodipodi:arg2="1.3411834" xmlns:cc="http://creativecommons.org/ns#" sodipodi:type="star" d="m116.68 5287.2c-5.1 4.8-18.88-13.1-25.616-11.2-6.45 1.8-8.213 24.4-14.622 22.4-6.692-2 1.916-22.9-3.076-27.8-4.781-4.7-25.22 5.1-26.744-1.4-1.592-6.8 20.792-9.8 22.535-16.6 1.67-6.5-17.006-19.3-12.122-23.9 5.101-4.7 18.876 13.2 25.612 11.3 6.45-1.8 8.214-24.4 14.622-22.5 6.691 2.1-1.916 22.9 3.081 27.8 4.78 4.7 25.22-5 26.74 1.5 1.59 6.8-20.79 9.8-22.54 16.5-1.67 6.5 17.01 19.3 12.13 23.9z" inkscape:randomized="0.0000000" sodipodi:cy="5257.9824" sodipodi:cx="86.855721"/>
+ <flowRoot id="shapes-f17-zh_TW.svgflowRoot2701" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(9.7685 4150.7)" font-size="6" xmlns:cc="http://creativecommons.org/ns#"><flowRegion id="shapes-f17-zh_TW.svgflowRegion2703"><rect id="shapes-f17-zh_TW.svgrect2705" height="15" width="84.643" y="-.13782" x="11.786"/></flowRegion><flowPara id="shapes-f17-zh_TW.svgflowPara2707">原始星形</flowPara></flowRoot>
+ <flowRoot id="shapes-f17-zh_TW.svgflowRoot2709" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(103.08 4150.6)" font-size="6" xmlns:cc="http://creativecommons.org/ns#"><flowRegion id="shapes-f17-zh_TW.svgflowRegion2711"><rect id="shapes-f17-zh_TW.svgrect2713" height="15" width="84.643" y="-.13782" x="11.786"/></flowRegion><flowPara id="shapes-f17-zh_TW.svgflowPara2715">連結偏移,內縮</flowPara></flowRoot>
+ <flowRoot id="shapes-f17-zh_TW.svgflowRoot2717" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="translate(205.27 4150.6)" font-size="6" xmlns:cc="http://creativecommons.org/ns#"><flowRegion id="shapes-f17-zh_TW.svgflowRegion2719"><rect id="shapes-f17-zh_TW.svgrect2721" height="15" width="84.643" y="-.13782" x="11.786"/></flowRegion><flowPara id="shapes-f17-zh_TW.svgflowPara2723">連結偏移,外擴</flowPara></flowRoot>
+ <rect id="d0e664" display="none" height="1e3px" width="288" y="4260.1" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e664"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Shift+拖曳</flowSpan>星形的控制點是 Inkscape 調整圓角已知的最佳方式之一。但仍可以變得更好。</flowDiv>
</flowRoot>
- <rect id="d0e669" display="none" height="1e3px" width="288" y="4302.4" x="10"/>
+ <rect id="d0e669" display="none" height="1e3px" width="288" y="4289.1" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e669"/>
</flowRegion>
<flowDiv xml:space="preserve">為了摹擬更接近真實世界的的形狀,Inkscape 能使星形和多邊形<flowSpan font-style="italic">隨機化</flowSpan> (即隨機扭曲)。輕微的隨機化會使星形有點不規則、更人性、更好玩;高度隨機化則可獲得各種瘋狂不可預知的形狀。圓角星形隨機化時仍保有平滑圓角。下面有相關快捷鍵:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 4358.8)"/>
- <rect id="d0e678" display="none" height="1e3px" width="258" y="4352.8" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 4346.2)"/>
+ <rect id="d0e678" display="none" height="1e3px" width="258" y="4340.2" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e678"/>
</flowRegion>
<flowDiv xml:space="preserve">以切線方向 <flowSpan font-weight="bold">Alt+拖曳</flowSpan> 控制點來隨機化星形或多邊形。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 4376.9)"/>
- <rect id="d0e685" display="none" height="1e3px" width="258" y="4370.9" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 4363.9)"/>
+ <rect id="d0e685" display="none" height="1e3px" width="258" y="4357.9" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e685"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+點擊</flowSpan> 控制點來移除隨機化。</flowDiv>
</flowRoot>
- <rect id="d0e691" display="none" height="1e3px" width="288" y="4388.7" x="10"/>
+ <rect id="d0e691" display="none" height="1e3px" width="288" y="4375.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e691"/>
</flowRegion>
<flowDiv xml:space="preserve">當你繪製或拖曳控制點編輯隨機化的星形時,星形會出現「顫抖」現象是因為每個控制點都有獨一無二的位置相當於都有自己獨一無二的隨機化。所以在同樣的隨機化程度下沒有按著 Alt 鍵移動控制點會重新隨機化,當按著 Alt 鍵拖動控制點時會在保持相同隨機化效果情形下調整隨機化的程度。下面幾個星形的參數完全一樣,但每個都非常輕微地移動控制點來重新隨機化 (隨機化程度始終為 0.1):</flowDiv>
</flowRoot>
- <path id="shapes-f18-zh_TW.svgpath2788" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4458.9) matrix(.84722 0 0 .84722 6.3302 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.728476" sodipodi:r2="15.364238" sodipodi:arg1="0.50595040" sodipodi:arg2="0.98389742" sodipodi:type="star" d="m58.553 5590.9c-2.573 3.4-15.025-3.5-17.918-0.9-2.79 2.5 2.345 13.8-1.678 14.3-4.171 0.5-3.815-14.6-7.67-15.8-3.717-1.1-17.979 13.8-20.426 10.9-2.5377-3 10.265-12.7 9.009-16.5-1.211-3.7-17.879-6.6-17.172-10.4 0.7341-3.8 17.703-1.3 20.075-4.5 2.287-3.2-12.72-18.7-9.402-20.4 3.441-1.8 15.229 12.9 19.096 12 3.729-0.8 9.056-18.4 12.69-16.9 3.767 1.5-1.457 17.7 1.295 20.6 2.654 2.8 15.207-3.8 16.541-0.2 1.384 3.8-13.038 9.9-12.837 14.1 0.193 4 10.878 10.5 8.397 13.7z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
- <path id="shapes-f18-zh_TW.svgpath2789" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4458.9) matrix(.84722 0 0 .84722 66.37 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="29.479511" sodipodi:r2="15.188270" sodipodi:arg1="0.16874813" sodipodi:arg2="0.64669515" sodipodi:type="star" d="m62.192 5577.2c-0.733 3.7-11.065 1.3-13.354 4.4-2.202 3 0.954 16.5-2.147 18.6-3.224 2.1-10.016-9.4-13.797-9.6-3.637-0.2-5.862 11.4-9.399 10.1-3.677-1.3 2.956-10.2 0.649-13.4-2.22-3.2-17.575-0.2-18.85-3.8-1.3261-3.8 12.33-5.9 12.606-9.9 0.266-3.9-11.16-13.3-8.5838-16.1 2.6778-2.9 16.669 7.8 20.11 5.9 3.311-1.8 1.811-16.6 5.419-16.4 3.751 0.2 4.374 11.2 7.702 12.9 3.203 1.6 11.043-5.2 13.397-2.2 2.447 3.1-8.982 7.4-8.346 11.1 0.611 3.7 15.299 4.9 14.594 8.4z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
- <path id="shapes-f18-zh_TW.svgpath2790" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4458.9) matrix(.84722 0 0 .84722 126.41 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m62.487 5591.1c-2.584 3.2-19.795-4.8-23.125-2.6-3.211 2.1 1.401 15.8-2.556 16.8-4.103 1-1.338-12.7-5.129-13.9-3.657-1-19.069 8.4-21.492 5.3-2.5119-3.3 10.704-13.8 9.457-17.8-1.203-3.8-19.512-0.1-18.462-3.9 1.0885-4 14.981-5.7 17.32-9.1 2.256-3.2-6.854-14-3.398-16.1 3.584-2 15.403 9.4 19.48 9.5 3.933 0.1 6.508-13.9 9.898-12.1 3.515 1.8-4.156 14.7-1.096 17.2 2.951 2.4 17.494-6.3 19.072-2.7 1.636 3.7-13.965 11.1-14.782 15.1-0.788 3.7 17.305 11.1 14.813 14.3z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
- <path id="shapes-f18-zh_TW.svgpath2791" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4458.9) matrix(.84722 0 0 .84722 186.45 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.324377" sodipodi:r2="15.162188" sodipodi:arg1="0.59796906" sodipodi:arg2="1.0759160" sodipodi:type="star" d="m60.008 5593.6c-1.883 3.4-12.402-8.2-15.83-6.5-3.306 1.6-1.726 20.6-5.635 20.7-4.053 0.1-4.988-16.2-8.797-17.4-3.673-1.1-13.903 7-16.41 4-2.598-3 9.392-11.8 8.745-15.9-0.624-3.8-15.727-2.2-15.135-6 0.6134-4 11.013-1.7 12.747-5.1 1.672-3.3-1.474-16.7 2.196-18.5 3.805-1.7 6.817 10.2 10.617 9.3 3.665-0.9 10.537-11.7 14.221-10.6 3.821 1.2-4.262 11.4-1.488 14.2 2.676 2.8 14.591-1.9 15.512 1.8 0.956 3.8-9.663 10.4-9.963 14.4-0.289 3.9 11.036 12.4 9.22 15.6z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
- <path id="shapes-f18-zh_TW.svgpath2792" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4458.9) matrix(.84722 0 0 .84722 246.49 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.103865" sodipodi:r2="15.051932" sodipodi:arg1="0.72564034" sodipodi:arg2="1.2035873" sodipodi:type="star" d="m59.226 5596.8c-2.425 3.3-15.132-7.7-18.888-6.7-3.624 1-6.802 16.9-10.457 16.7-3.789-0.1 2.399-14.8-1.253-16.7-3.522-1.7-14.588 7.8-16.308 4.3-1.783-3.6 6.846-14.3 5.691-18-1.114-3.6-16.06-6.3-14.948-10.2 1.1537-4 19.097 2.1 21.458-1.3 2.278-3.4-4.961-14.2-1.253-15 3.844-0.8 9.38 11.6 13.462 12.2 3.937 0.6 9.297-19 12.452-16.6 3.272 2.4-7.578 16.5-4.826 19.6 2.655 3 18.78-2 18.937 1.9 0.164 4-12.063 8.2-12.607 12.1-0.525 3.7 10.879 14.6 8.54 17.7z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
- <rect id="d0e704" display="none" height="1e3px" width="288" y="4526.2" x="10"/>
+ <path id="shapes-f18-zh_TW.svgpath2788" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4444.8) matrix(.84722 0 0 .84722 6.3302 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.728476" sodipodi:r2="15.364238" sodipodi:arg1="0.50595040" sodipodi:arg2="0.98389742" sodipodi:type="star" d="m58.553 5590.9c-2.573 3.4-15.025-3.5-17.918-0.9-2.79 2.5 2.345 13.8-1.678 14.3-4.171 0.5-3.815-14.6-7.67-15.8-3.717-1.1-17.979 13.8-20.426 10.9-2.5377-3 10.265-12.7 9.009-16.5-1.211-3.7-17.879-6.6-17.172-10.4 0.7341-3.8 17.703-1.3 20.075-4.5 2.287-3.2-12.72-18.7-9.402-20.4 3.441-1.8 15.229 12.9 19.096 12 3.729-0.8 9.056-18.4 12.69-16.9 3.767 1.5-1.457 17.7 1.295 20.6 2.654 2.8 15.207-3.8 16.541-0.2 1.384 3.8-13.038 9.9-12.837 14.1 0.193 4 10.878 10.5 8.397 13.7z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
+ <path id="shapes-f18-zh_TW.svgpath2789" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4444.8) matrix(.84722 0 0 .84722 66.37 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="29.479511" sodipodi:r2="15.188270" sodipodi:arg1="0.16874813" sodipodi:arg2="0.64669515" sodipodi:type="star" d="m62.192 5577.2c-0.733 3.7-11.065 1.3-13.354 4.4-2.202 3 0.954 16.5-2.147 18.6-3.224 2.1-10.016-9.4-13.797-9.6-3.637-0.2-5.862 11.4-9.399 10.1-3.677-1.3 2.956-10.2 0.649-13.4-2.22-3.2-17.575-0.2-18.85-3.8-1.3261-3.8 12.33-5.9 12.606-9.9 0.266-3.9-11.16-13.3-8.5838-16.1 2.6778-2.9 16.669 7.8 20.11 5.9 3.311-1.8 1.811-16.6 5.419-16.4 3.751 0.2 4.374 11.2 7.702 12.9 3.203 1.6 11.043-5.2 13.397-2.2 2.447 3.1-8.982 7.4-8.346 11.1 0.611 3.7 15.299 4.9 14.594 8.4z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
+ <path id="shapes-f18-zh_TW.svgpath2790" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4444.8) matrix(.84722 0 0 .84722 126.41 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m62.487 5591.1c-2.584 3.2-19.795-4.8-23.125-2.6-3.211 2.1 1.401 15.8-2.556 16.8-4.103 1-1.338-12.7-5.129-13.9-3.657-1-19.069 8.4-21.492 5.3-2.5119-3.3 10.704-13.8 9.457-17.8-1.203-3.8-19.512-0.1-18.462-3.9 1.0885-4 14.981-5.7 17.32-9.1 2.256-3.2-6.854-14-3.398-16.1 3.584-2 15.403 9.4 19.48 9.5 3.933 0.1 6.508-13.9 9.898-12.1 3.515 1.8-4.156 14.7-1.096 17.2 2.951 2.4 17.494-6.3 19.072-2.7 1.636 3.7-13.965 11.1-14.782 15.1-0.788 3.7 17.305 11.1 14.813 14.3z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
+ <path id="shapes-f18-zh_TW.svgpath2791" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4444.8) matrix(.84722 0 0 .84722 186.45 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.324377" sodipodi:r2="15.162188" sodipodi:arg1="0.59796906" sodipodi:arg2="1.0759160" sodipodi:type="star" d="m60.008 5593.6c-1.883 3.4-12.402-8.2-15.83-6.5-3.306 1.6-1.726 20.6-5.635 20.7-4.053 0.1-4.988-16.2-8.797-17.4-3.673-1.1-13.903 7-16.41 4-2.598-3 9.392-11.8 8.745-15.9-0.624-3.8-15.727-2.2-15.135-6 0.6134-4 11.013-1.7 12.747-5.1 1.672-3.3-1.474-16.7 2.196-18.5 3.805-1.7 6.817 10.2 10.617 9.3 3.665-0.9 10.537-11.7 14.221-10.6 3.821 1.2-4.262 11.4-1.488 14.2 2.676 2.8 14.591-1.9 15.512 1.8 0.956 3.8-9.663 10.4-9.963 14.4-0.289 3.9 11.036 12.4 9.22 15.6z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
+ <path id="shapes-f18-zh_TW.svgpath2792" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4444.8) matrix(.84722 0 0 .84722 246.49 -4695.8)" inkscape:rounded="0.22000000" sodipodi:r1="30.103865" sodipodi:r2="15.051932" sodipodi:arg1="0.72564034" sodipodi:arg2="1.2035873" sodipodi:type="star" d="m59.226 5596.8c-2.425 3.3-15.132-7.7-18.888-6.7-3.624 1-6.802 16.9-10.457 16.7-3.789-0.1 2.399-14.8-1.253-16.7-3.522-1.7-14.588 7.8-16.308 4.3-1.783-3.6 6.846-14.3 5.691-18-1.114-3.6-16.06-6.3-14.948-10.2 1.1537-4 19.097 2.1 21.458-1.3 2.278-3.4-4.961-14.2-1.253-15 3.844-0.8 9.38 11.6 13.462 12.2 3.937 0.6 9.297-19 12.452-16.6 3.272 2.4-7.578 16.5-4.826 19.6 2.655 3 18.78-2 18.937 1.9 0.164 4-12.063 8.2-12.607 12.1-0.525 3.7 10.879 14.6 8.54 17.7z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
+ <rect id="d0e704" display="none" height="1e3px" width="288" y="4512.1" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e704"/>
</flowRegion>
<flowDiv xml:space="preserve">而下面的圖案是上面中間的星形,對應隨機化程度從 -0.2 變為 0.2:</flowDiv>
</flowRoot>
- <text id="shapes-f19-zh_TW.svgtext2848" sodipodi:linespacing="120.00000%" transform="translate(10 4552.3)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="274.15491" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-zh_TW.svgtspan2849" y="-2.4563127" x="274.15491" sodipodi:role="line"/><tspan id="shapes-f19-zh_TW.svgtspan2851"/><tspan id="shapes-f19-zh_TW.svgtspan2853" y="3.9817331" x="274.15491" role="line">+0.2</tspan></text>
- <text id="shapes-f19-zh_TW.svgtext2841" sodipodi:linespacing="120.00000%" transform="translate(10 4552.3)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="212.89142" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-zh_TW.svgtspan2842" y="-2.4563127" x="212.89142" sodipodi:role="line"/><tspan id="shapes-f19-zh_TW.svgtspan2844"/><tspan id="shapes-f19-zh_TW.svgtspan2846" y="3.9817331" x="212.89142" role="line">+0.1</tspan></text>
- <text id="shapes-f19-zh_TW.svgtext2833" sodipodi:linespacing="120.00000%" transform="translate(10 4552.3)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="4.1156874" x="151.42322" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-zh_TW.svgtspan2835" y="10.553733" x="151.42322" role="line">0</tspan><tspan id="shapes-f19-zh_TW.svgtspan2837"/><tspan id="shapes-f19-zh_TW.svgtspan2839" y="10.553733" x="151.42322" sodipodi:role="line"/></text>
- <text id="shapes-f19-zh_TW.svgtext2814" sodipodi:linespacing="120.00000%" transform="translate(10 4552.3)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="4.1156874" x="83.021225" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-zh_TW.svgtspan2821" y="10.553733" x="83.021225" role="line">-0.1</tspan><tspan id="shapes-f19-zh_TW.svgtspan2829"/><tspan id="shapes-f19-zh_TW.svgtspan2831" y="10.553733" x="83.021225" sodipodi:role="line"/></text>
- <text id="shapes-f19-zh_TW.svgtext2805" sodipodi:linespacing="120.00000%" transform="translate(10 4552.3)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="4.1156874" x="26.32832" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-zh_TW.svgtspan2807" y="10.553733" x="26.328320" role="line">-0.2</tspan><tspan id="shapes-f19-zh_TW.svgtspan2809"/><tspan id="shapes-f19-zh_TW.svgtspan2811" y="10.553733" x="26.328320" sodipodi:role="line"/></text>
- <path id="shapes-f19-zh_TW.svgpath2797" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4552.3) matrix(.84722 0 0 .84722 190.19 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m62.487 5591.1c-2.584 3.2-19.795-4.8-23.125-2.6-3.211 2.1 1.401 15.8-2.556 16.8-4.103 1-1.338-12.7-5.129-13.9-3.657-1-19.069 8.4-21.492 5.3-2.5119-3.3 10.704-13.8 9.457-17.8-1.203-3.8-19.512-0.1-18.462-3.9 1.0885-4 14.981-5.7 17.32-9.1 2.256-3.2-6.854-14-3.398-16.1 3.584-2 15.403 9.4 19.48 9.5 3.933 0.1 6.508-13.9 9.898-12.1 3.515 1.8-4.156 14.7-1.096 17.2 2.951 2.4 17.494-6.3 19.072-2.7 1.636 3.7-13.965 11.1-14.782 15.1-0.788 3.7 17.305 11.1 14.813 14.3z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
- <path id="shapes-f19-zh_TW.svgpath2798" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4552.3) matrix(.84722 0 0 .84722 126.41 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m60.295 5590.3c-2.167 3.4-14.768-4.9-18.133-2.7-3.245 2.2-0.057 16.9-3.924 17.3-4.01 0.4-5.384-14.6-9.219-15.9-3.699-1.2-13.19 10.5-15.922 7.7-2.833-2.9 8.055-13.3 6.638-17.1-1.367-3.6-16.392-3.8-15.931-7.6 0.4778-4.1 15.429-2 17.496-5.5 1.994-3.3-7.249-15.2-3.942-17.2 3.428-2.2 11.183 10.8 15.179 10.2 3.853-0.5 7.352-15.1 11.014-13.8 3.797 1.4-1.483 15.5 1.432 18.3 2.811 2.7 16.416-3.7 17.677 0 1.307 3.8-13.033 8.5-13.394 12.5-0.347 3.9 13.12 10.5 11.029 13.8z" inkscape:randomized="0.0000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
- <path id="shapes-f19-zh_TW.svgpath2799" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4552.3) matrix(.84722 0 0 .84722 253.97 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m64.679 5591.8c-2.999 3.2-24.823-4.6-28.117-2.4-3.177 2.1 2.773 14.7-1.188 16.2-4.107 1.7 2.703-10.7-1.04-11.7-3.611-1-24.996 6.3-27.06 2.8-2.1398-3.6 13.334-14.3 12.275-18.5-1.022-4-22.639 3.6-20.993-0.2 1.7065-3.9 14.536-9.3 17.144-12.6 2.515-3.2-6.4602-13-2.853-15 3.739-2 19.716 8 23.781 8.7 3.921 0.6 5.725-12.7 8.781-10.5 3.169 2.3-6.804 14-3.625 16.3 3.067 2.1 18.584-8.9 20.468-5.5 1.954 3.6-14.914 13.9-16.17 17.6-1.212 3.7 21.489 11.8 18.597 14.8z" inkscape:randomized="0.20000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
- <path id="shapes-f19-zh_TW.svgpath2800" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4552.3) matrix(.84722 0 0 .84722 59.088 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m58.104 5589.5c-1.756 3.5-9.742-5-13.142-2.8-3.28 2.2-1.593 17.9-5.293 17.8-3.835-0.2-9.433-16.5-13.307-17.9-3.737-1.3-7.367 12.5-10.354 10.1-3.098-2.5 5.388-12.8 3.82-16.4-1.513-3.4-13.292-7.6-13.4-11.4-0.1115-3.9 15.877 1.7 17.672-1.9 1.732-3.4-7.644-16.3-4.487-18.3 3.273-2.2 7.054 12.2 10.878 11.1 3.687-1.1 8.266-16.3 12.131-15.6 4.007 0.9 1.214 16.3 3.96 19.3 2.648 3 15.348-1 16.282 2.7 0.968 3.9-12.112 5.9-12.005 10 0.103 3.9 8.938 10 7.245 13.3z" inkscape:randomized="-0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
- <path id="shapes-f19-zh_TW.svgpath2801" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4552.3) matrix(.84722 0 0 .84722 2.3953 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m55.912 5588.8c-1.352 3.4-4.714-5.2-8.15-3-3.314 2.2-3.197 18.9-6.661 18.3-3.591-0.6-13.488-18.4-17.397-19.9-3.77-1.5-1.597 14.5-4.785 12.5-3.305-2 2.703-12.3 1.002-15.7-1.641-3.2-10.225-11.5-10.868-15.1-0.6673-3.8 16.323 5.3 17.848 1.7 1.47-3.4-8.041-17.4-5.033-19.5 3.12-2.2 3.01 13.6 6.577 11.9 3.44-1.6 9.257-17.4 13.247-17.2 4.138 0.2 3.937 17 6.489 20.3 2.462 3.2 14.285 1.6 14.887 5.4 0.624 4-11.195 3.4-10.617 7.4 0.558 3.9 4.765 9.5 3.461 12.9z" inkscape:randomized="-0.20000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
- <rect id="d0e717" display="none" height="1e3px" width="288" y="4627.1" x="10"/>
+ <text id="shapes-f19-zh_TW.svgtext2848" sodipodi:linespacing="120.00000%" transform="translate(10 4537.7)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="274.15491" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-zh_TW.svgtspan2849" y="-2.4563127" x="274.15491" sodipodi:role="line"/><tspan id="shapes-f19-zh_TW.svgtspan2851"/><tspan id="shapes-f19-zh_TW.svgtspan2853" y="3.9817331" x="274.15491" role="line">+0.2</tspan></text>
+ <text id="shapes-f19-zh_TW.svgtext2841" sodipodi:linespacing="120.00000%" transform="translate(10 4537.7)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="212.89142" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-zh_TW.svgtspan2842" y="-2.4563127" x="212.89142" sodipodi:role="line"/><tspan id="shapes-f19-zh_TW.svgtspan2844"/><tspan id="shapes-f19-zh_TW.svgtspan2846" y="3.9817331" x="212.89142" role="line">+0.1</tspan></text>
+ <text id="shapes-f19-zh_TW.svgtext2833" sodipodi:linespacing="120.00000%" transform="translate(10 4537.7)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="4.1156874" x="151.42322" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-zh_TW.svgtspan2835" y="10.553733" x="151.42322" role="line">0</tspan><tspan id="shapes-f19-zh_TW.svgtspan2837"/><tspan id="shapes-f19-zh_TW.svgtspan2839" y="10.553733" x="151.42322" sodipodi:role="line"/></text>
+ <text id="shapes-f19-zh_TW.svgtext2814" sodipodi:linespacing="120.00000%" transform="translate(10 4537.7)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="4.1156874" x="83.021225" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-zh_TW.svgtspan2821" y="10.553733" x="83.021225" role="line">-0.1</tspan><tspan id="shapes-f19-zh_TW.svgtspan2829"/><tspan id="shapes-f19-zh_TW.svgtspan2831" y="10.553733" x="83.021225" sodipodi:role="line"/></text>
+ <text id="shapes-f19-zh_TW.svgtext2805" sodipodi:linespacing="120.00000%" transform="translate(10 4537.7)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="4.1156874" x="26.32832" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f19-zh_TW.svgtspan2807" y="10.553733" x="26.328320" role="line">-0.2</tspan><tspan id="shapes-f19-zh_TW.svgtspan2809"/><tspan id="shapes-f19-zh_TW.svgtspan2811" y="10.553733" x="26.328320" sodipodi:role="line"/></text>
+ <path id="shapes-f19-zh_TW.svgpath2797" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4537.7) matrix(.84722 0 0 .84722 190.19 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m62.487 5591.1c-2.584 3.2-19.795-4.8-23.125-2.6-3.211 2.1 1.401 15.8-2.556 16.8-4.103 1-1.338-12.7-5.129-13.9-3.657-1-19.069 8.4-21.492 5.3-2.5119-3.3 10.704-13.8 9.457-17.8-1.203-3.8-19.512-0.1-18.462-3.9 1.0885-4 14.981-5.7 17.32-9.1 2.256-3.2-6.854-14-3.398-16.1 3.584-2 15.403 9.4 19.48 9.5 3.933 0.1 6.508-13.9 9.898-12.1 3.515 1.8-4.156 14.7-1.096 17.2 2.951 2.4 17.494-6.3 19.072-2.7 1.636 3.7-13.965 11.1-14.782 15.1-0.788 3.7 17.305 11.1 14.813 14.3z" inkscape:randomized="0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
+ <path id="shapes-f19-zh_TW.svgpath2798" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4537.7) matrix(.84722 0 0 .84722 126.41 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m60.295 5590.3c-2.167 3.4-14.768-4.9-18.133-2.7-3.245 2.2-0.057 16.9-3.924 17.3-4.01 0.4-5.384-14.6-9.219-15.9-3.699-1.2-13.19 10.5-15.922 7.7-2.833-2.9 8.055-13.3 6.638-17.1-1.367-3.6-16.392-3.8-15.931-7.6 0.4778-4.1 15.429-2 17.496-5.5 1.994-3.3-7.249-15.2-3.942-17.2 3.428-2.2 11.183 10.8 15.179 10.2 3.853-0.5 7.352-15.1 11.014-13.8 3.797 1.4-1.483 15.5 1.432 18.3 2.811 2.7 16.416-3.7 17.677 0 1.307 3.8-13.033 8.5-13.394 12.5-0.347 3.9 13.12 10.5 11.029 13.8z" inkscape:randomized="0.0000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
+ <path id="shapes-f19-zh_TW.svgpath2799" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4537.7) matrix(.84722 0 0 .84722 253.97 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m64.679 5591.8c-2.999 3.2-24.823-4.6-28.117-2.4-3.177 2.1 2.773 14.7-1.188 16.2-4.107 1.7 2.703-10.7-1.04-11.7-3.611-1-24.996 6.3-27.06 2.8-2.1398-3.6 13.334-14.3 12.275-18.5-1.022-4-22.639 3.6-20.993-0.2 1.7065-3.9 14.536-9.3 17.144-12.6 2.515-3.2-6.4602-13-2.853-15 3.739-2 19.716 8 23.781 8.7 3.921 0.6 5.725-12.7 8.781-10.5 3.169 2.3-6.804 14-3.625 16.3 3.067 2.1 18.584-8.9 20.468-5.5 1.954 3.6-14.914 13.9-16.17 17.6-1.212 3.7 21.489 11.8 18.597 14.8z" inkscape:randomized="0.20000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
+ <path id="shapes-f19-zh_TW.svgpath2800" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4537.7) matrix(.84722 0 0 .84722 59.088 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m58.104 5589.5c-1.756 3.5-9.742-5-13.142-2.8-3.28 2.2-1.593 17.9-5.293 17.8-3.835-0.2-9.433-16.5-13.307-17.9-3.737-1.3-7.367 12.5-10.354 10.1-3.098-2.5 5.388-12.8 3.82-16.4-1.513-3.4-13.292-7.6-13.4-11.4-0.1115-3.9 15.877 1.7 17.672-1.9 1.732-3.4-7.644-16.3-4.487-18.3 3.273-2.2 7.054 12.2 10.878 11.1 3.687-1.1 8.266-16.3 12.131-15.6 4.007 0.9 1.214 16.3 3.96 19.3 2.648 3 15.348-1 16.282 2.7 0.968 3.9-12.112 5.9-12.005 10 0.103 3.9 8.938 10 7.245 13.3z" inkscape:randomized="-0.10000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
+ <path id="shapes-f19-zh_TW.svgpath2801" sodipodi:sides="7" inkscape:flatsided="false" fill="#ff6c2e" style="color:#000000" fill-rule="evenodd" transform="translate(10 4537.7) matrix(.84722 0 0 .84722 2.3953 -4686.5)" inkscape:rounded="0.22000000" sodipodi:r1="30.461117" sodipodi:r2="15.230559" sodipodi:arg1="0.53837452" sodipodi:arg2="1.0163215" sodipodi:type="star" d="m55.912 5588.8c-1.352 3.4-4.714-5.2-8.15-3-3.314 2.2-3.197 18.9-6.661 18.3-3.591-0.6-13.488-18.4-17.397-19.9-3.77-1.5-1.597 14.5-4.785 12.5-3.305-2 2.703-12.3 1.002-15.7-1.641-3.2-10.225-11.5-10.868-15.1-0.6673-3.8 16.323 5.3 17.848 1.7 1.47-3.4-8.041-17.4-5.033-19.5 3.12-2.2 3.01 13.6 6.577 11.9 3.44-1.6 9.257-17.4 13.247-17.2 4.138 0.2 3.937 17 6.489 20.3 2.462 3.2 14.285 1.6 14.887 5.4 0.624 4-11.195 3.4-10.617 7.4 0.558 3.9 4.765 9.5 3.461 12.9z" inkscape:randomized="-0.20000000" sodipodi:cy="5574.6763" sodipodi:cx="34.143131"/>
+ <rect id="d0e717" display="none" height="1e3px" width="288" y="4612.6" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e717"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+拖曳</flowSpan> 上面中間星形的控制點並觀察它演變為左右兩邊的星形圖案。</flowDiv>
</flowRoot>
- <rect id="d0e722" display="none" height="1e3px" width="288" y="4645.3" x="10"/>
+ <rect id="d0e722" display="none" height="1e3px" width="288" y="4630.2" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e722"/>
</flowRegion>
<flowDiv xml:space="preserve">你可能已經想到如何運用這些隨機化星形圖案,但我特別喜愛變形蟲外觀的汙點和帶有夢幻色彩的的粗糙表面行星:</flowDiv>
</flowRoot>
- <path id="shapes-f20-zh_TW.svgpath1599" style="color:#000000" d="m-37.728 155.36c4.2268 5.7132 9.7471 7.8679 17.311 4.3502 40.796-18.97-86.673-90.888-45.309-108.75 41.367-17.871 38.426 133.61 79.447 115.95 41.021-17.65-85.882-102.37-43.768-118.02 42.114-15.66 10.671 111.76 52.829 96.85 42.157-14.9-66.905-108.38-24.487-123.77 42.418-15.396 6.3065 143.19 49.273 130.56 42.966-12.64-78.565-123.49-35.751-136.42 42.814-12.921 15.198 146.6 58.146 134.79 42.947-11.81-78.229-132.05-34.315-142.3 43.914-10.257-9.116 133.12 34.2 123.57 43.312-9.55-55.846-112.53-11.336-119.51 44.508-6.9782-13.312 122.66 31.18 117.54 44.488-5.12-45.236-120.29-0.842-125.27 44.39-4.9757-14.104 134.72 30.31 130.13 44.42-4.59-38.921-132.64 6.05-134.45 44.96-1.7977-41.683 133.51 3.31 131.19 44.99-2.32-24.87-122.59 19.84-122.69 44.7-0.0924-25.39 112.8 18.95 113.58 44.35 0.77-45.2-127.22-0.28-125.5 44.92 1.7209-33.15 131.8 11.65 134.88 44.8 3.09-19.34-129.92 25.3-126.81 44.63 3.107-49.14 114.08-4.38 118.97 44.75 4.89-14.85-128.64 29.28-121.21 44.12 7.431-61.17 122.66-17.13 131.19 44.04 8.54-13.12-140.8 30.73-132.29 43.84 8.517-40.4 123.15 2.99 134 43.4 10.85-5.71-129.78 37.05-118.25 42.76 11.524-72.52 105.89-29.78 118.07 42.737 12.179-0.71732-125.38 41.836-112.09 42.553 13.287-66.615 102.32-24.046 116.44 42.569 14.114 13.337-115.43 55.144-99.755 41.807 15.673-83.282 110.42-41.37 125.72 41.912 15.309 23.595-141.93 64.915-125.23 41.32 16.701-75.913 110.59-35.427 128.69 40.487 18.092 19.601-145.73 59.911-126.04 39.688 19.384-87.015 109.19-53.099 132" inkscape:connector-curvature="0" transform="translate(10 4682.1)" stroke="#d9d9d9" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".69435" fill="none"/>
- <path id="shapes-f20-zh_TW.svgrect1295" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccc" stroke="#000" stroke-width="1.0607" fill="none" style="color:#000000" transform="translate(10 4682.1)" xmlns:cc="http://creativecommons.org/ns#" d="m328.54 123.82c-2.04 2.51-3.88 4.35-4.99 3.66-3.33-2.05 0.34-25.26-3.01-27.22-3.69-2.163-6.36 12.8-10.07 10.7-3.37-1.91 9.25-8.58 5.79-10.35-3.83-1.946-14.7 5.13-18.57 3.32-3.5-1.64-2.36-13.322-5.88-14.985-3.87-1.837-3.35 14.265-7.33 12.595-3.61-1.51 6.69-16.724 3.09-18.164-3.97-1.59-20.54 13.704-24.53 12.199-3.61-1.364 10.79-12.038 7.12-13.304-4.05-1.397-14.43 13.878-18.52 12.552-3.7-1.201 7.5-21.868 3.8-22.982-4.09-1.23-10.7 11.069-14.85 9.988-3.76-0.978 4.93-10.615 1.15-11.491-4.18-0.967-10 14.484-14.14 13.436-3.76-0.949-6.84-13.073-10.66-13.745-4.21-0.743-3.03 11.415-7.24 10.563-3.82-0.772 2.79-21.082-1.06-21.657-4.26-0.635-6.91 16.709-11.14 16.088-3.83-0.562-1.2-11.067-5.08-11.535-4.29-0.518-14.76 11.12-19.01 10.695-3.85-0.385 8.19-11.526 4.29-11.756-4.32-0.254-15.9 14.753-20.2 14.496-3.89-0.232 2.93-17.09-0.97-17.148-4.31-0.064-8.5 14.957-12.78 14.983-3.87 0.023-4.31-20.487-8.17-20.331-4.27 0.173 1.13 16.525-3.18 16.839-3.91 0.285-4.59-7.679-8.45-7.381-4.25 0.329-0.49 7.461-4.73 7.956-3.83 0.448-11.19-13.514-15.02-12.994-4.235 0.574-2.67 21.621-6.941 22.275-3.87 0.592 0.631-18.393-3.182-17.634-4.211 0.837-2.413 14.4-6.586 15.292-3.778 0.807-6.453-18.313-10.209-17.37-4.148 1.042 3.682 20.97-0.442 22.055-3.734 0.982-11.935-16.567-15.646-15.469-4.098 1.212 2.892 16.488-1.237 17.634-3.74 1.038-13.97-8.376-17.635-7.116-4.047 1.393 6.564 16.692 2.519 18.165-3.662 1.334-9.859-20.465-13.48-19.093-3.998 1.516 0.721 24.664-3.27 26.294-3.615 1.48-12.287-23.561-15.823-21.962-3.9044 1.765 10.94 19.832 7.027 21.652-3.543 1.66-19.163-10.446-22.629-8.658-3.8267 1.973 12.636 13.638 8.7956 15.558-3.4775 1.74-13.58-17.343-16.928-15.426-3.696 2.118 1.6126 18.456-2.121 20.506-3.381 1.86-7.656-7.7-11.005-5.74-3.699 2.16 5.923 11.37 2.254 13.65-2.198 1.37-7.606-4.02-12.022-7.33"/>
- <path id="shapes-f20-zh_TW.svgpath2853" sodipodi:type="star" sodipodi:sides="10" sodipodi:r1="1251.4492" sodipodi:r2="717.9032" transform="translate(10 4682.1) matrix(.014410 .014410 -.014410 .014410 203.36 30.947)" sodipodi:arg2="0.67945593" sodipodi:arg1="0.32910642" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.35" inkscape:flatsided="false" d="m586.43 1426.2c-43.667 223.11-607.31-342.5-726.14-152.6-112.6 179.95 553.03 440.4 382.13 578.64-180.35 145.88-273.96-407.71-456.45-305.84-172.93 96.54-11.436 801.22-215.59 792.77-215.44-8.9183-83.98-767.01-303.44-842.74-207.96-71.765-426.09 622.49-600.81 515.36-184.38-113.05 354.61-587.55 223.54-773.32-124.21-176.04-522.91 318.63-603.81 115.21-85.375-214.66 303.14-189.77 324.77-409.72 20.494-208.42-506.85-141.74-455.73-344.73 53.949-214.21 691.12 193.59 847.25 59.021 147.96-127.52-367.81-470.08-183.99-586 193.98-122.32 341.59 357.45 556.79 280.72 203.93-72.708-292.41-729.02-70.122-723.97 234.58 5.3314 103.61 441.76 304.16 552.87 190.04 105.3 296.29-451.98 460.08-332.45 172.84 126.14-122.18 713.87 42.573 871.44 156.12 149.32 631.61-214.95 669.22-24.661 39.686 200.81-672.27 93.024-650.52 316.18 20.609 211.46 497.47 202.37 456.09 413.8z"/>
- <path id="shapes-f20-zh_TW.svgpath1638" sodipodi:type="star" sodipodi:sides="10" sodipodi:r1="288.60358" sodipodi:r2="523.09772" transform="translate(10 4682.1) matrix(-.032405 0 0 -.036536 215.39 64.445)" sodipodi:arg2="1.3344848" sodipodi:arg1="1.0714496" inkscape:randomized="0.2" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.41" inkscape:flatsided="false" d="m-461.01 1115.3c-89.538 41.738 75.071 313.48-16.994 344.62-98.551 33.334-21.146-293.77-140.04-305.43-111.07-10.889-111.45 326.3-202.38 279.97-97.331-49.594 83.587-124.57-8.1317-203.06-85.682-73.323-217.39 121-280.89 31.032-67.975-96.308 330.65-149.53 269.94-249.98-56.718-93.843-231.23 102.18-214.25-10.462 18.177-120.58 209.33-120.37 257.35-210.48 44.861-84.179-352.93-87.957-262.91-151.1 96.361-67.587 261.55 92.715 343.88 25.883 76.915-62.433-65.717-224.3 28.274-248.05 100.61-25.415-3.6735 213.89 114.04 241.54 109.96 25.833 122.88-255.01 205.82-199.99 88.781 58.89-72.685 131.53 16.178 214.57 83.015 77.57 253.34-68.348 311.9 11.528 62.687 85.503-314.71 4.0496-297.71 106.42 15.877 95.633 215.94 192.39 225.53 293.11 10.262 107.82-238.61-200.83-268.63-95.332-28.048 98.552 356.81 219.96 305.42 308.31-55.017 94.569-290.54-227.77-386.39-183.1z"/>
- <path id="shapes-f20-zh_TW.svgpath2855" sodipodi:type="star" sodipodi:sides="10" sodipodi:r1="2299.585" sodipodi:r2="4673.7515" transform="translate(10 4682.1) matrix(.0051313 .0088877 -.0088877 .0051313 121.96 127.94)" sodipodi:arg2="-0.12863391" sodipodi:arg1="-0.33254745" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.35" inkscape:flatsided="false" d="m1192.9-27.844c482.9 745.56 2477.9-79.186 2577.4 724.7 110.8 895.34-2260.4 135.2-2413.8 1083.5-137.7 851.6 2372.7 1191.9 1776.1 1742.2-664.3 612.9-1875.5-2082.8-2485.3-1340.6-547.56 666.4 1284.1 2154 488.7 2366.5-885.8 236.7-327.08-871.4-1212.1-704.9-794.67 149.6-1006 2531.5-1792.1 2199.1-875.51-370.23 215.82-2086.9-630.41-2610.7-759.83-470.37-646.4 1051.7-1051.4 224.45-451-921.26 1293.3-948.13 719.9-1705.4-514.84-679.99-2808.3 351.22-2892.3-503.15-93.511-951.51 2411.2 176.55 2464.2-721.76 47.573-806.61-2506.4-1245.3-1870.9-1908.7 707.73-738.9 1743.6 498.18 2577.5-27.557 748.71-472.06-1190-1457.1-315.06-1613.5 974.37-174.21 1798.9 855.02 2800.7 879.21 899.56 21.72-605.38-1743.7 274.02-1624.4 979.39 132.79-545.19 2655.8 315.59 2977.2 773 288.44 1450-1912.3 1912-1176.8 514.6 819.05-1780.6 910.33-1242.7 1740.7z"/>
- <path id="shapes-f20-zh_TW.svgpath2856" sodipodi:type="star" sodipodi:sides="7" sodipodi:r1="1962.3131" sodipodi:r2="987.2879" transform="translate(10 4682.1) matrix(-.012191 0 0 -.0092086 34.486 55.794)" sodipodi:arg2="-1.0812633" sodipodi:arg1="-1.6417338" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" inkscape:flatsided="false" d="m-588.58-1237.5c467.43-23.4-60.18 1037 375.08 1257.3 378.77 191.67 563.66-436.84 875.13-141.08 357.97 339.87-464.71 212.17-396.03 674.57 59.77 402.38 1333 182.42 1226.9 572.11-122 447.9-1057.6 283-1244.2 717.5-162.35 378.11 678.15 506.94 313.48 713.63-419.07 237.52-421.33-855.01-908.3-886.58-423.76-27.47-847.11 1206.8-1171.1 947.7-372.38-297.79 553.11-986.91 143.95-1326.3-356.05-295.33-1063.4 758.95-1074.6 341.38-12.866-479.86 1041.5-607.49 1031.8-1137.5-8.4117-461.25-1145.3-356.26-833.04-656.03 358.81-344.49 684.57 339.49 1117.7 40.252 376.94-260.39 136.38-1096.5 543.13-1116.9z"/>
- <path id="shapes-f20-zh_TW.svgpath2857" sodipodi:type="star" sodipodi:sides="7" sodipodi:r1="1395.4882" sodipodi:r2="866.36334" transform="translate(10 4682.1) matrix(-.0089874 0 0 -.0067885 23.879 128.72)" sodipodi:arg2="-1.0962105" sodipodi:arg1="-1.6706296" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" inkscape:flatsided="false" d="m-624.47-581.43c325.22 56.055 9.0386 753.22 309.98 918.23 234.37 128.49 581.31-539.04 760.22-379.94 229.74 204.3-465.84 517.23-317.07 802.08 115.86 221.83 895.34-44.69 853.46 194.02-53.76 306.54-699.31 70.34-850.97 383.64-118.1 244.04 261.11 693.64 5.9323 752.21-327.67 75.209-268.13-428.54-571.07-381.87-235.92 36.343-425.66 907.59-636.9 739.05-271.25-216.43 198.89-667.12-80.939-853.57-217.92-145.2-642.09-86.641-720.66-317.79-100.89-296.82 544.95-125.88 616.97-441.64 56.082-245.9-582.08-516.88-375.45-681.65 265.33-211.58 294.71 291.45 603.54 157.11 240.5-104.62 149.68-933.57 402.95-889.91z"/>
- <path id="shapes-f20-zh_TW.svgpath2854" sodipodi:type="star" sodipodi:sides="7" sodipodi:r1="1251.4492" sodipodi:r2="717.9032" transform="translate(10 4682.1) matrix(.015753 0 0 .015753 262.21 110.75)" sodipodi:arg2="0.77790537" sodipodi:arg1="0.32910642" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" inkscape:flatsided="false" d="m586.43 1426.2c-43.927 278.16-473.02-298.77-642.89-85.873-169.86 212.9 30.811 778.27-228.27 900.37s-113.21-638.05-388.63-673.98-331.62 698.53-527.43 520.94c-195.81-177.58 331.94-497.35 148.78-716.25s-587.83 148.93-658.44-126.83c-70.61-275.77 281.46-364.74 412.29-596.46s-276.92-479-71.128-630.46c205.8-151.45 366.12 220.77 643.8 138.73s182.27-375.84 449.97-389.69c267.7-13.846-241.94 460.31 23.777 552.89 265.72 92.579 626.35-408.15 720.35-156.88 93.999 251.28-346.05 473.05-354.59 754.56-8.5444 281.51 516.35 230.77 472.42 508.93z"/>
- <path id="shapes-f20-zh_TW.svgpath1295" sodipodi:type="star" d="m-243.69 1096.3c-31.669 187.63 292.03 205.47 168.19 354.49s-286.2-273.04-452.9-184.99c-166.7 88.051 66.848 485.71-113.84 439.58-180.69-46.129 150.23-338.83-32.762-413.88-183-75.051-457.32 259.79-578.77 103.81s444.89-179.21 432.07-357.15c-12.827-177.94-402.62-55.064-345.92-244.35 56.695-189.29 305.07-15.841 451.17-142.57 146.11-126.73-325.36-272.92-157.71-375.45 167.66-102.53 216.43 413.99 406.72 457.3s142.12-528.03 290.43-397.43c148.32 130.6-148.45 281.4-72.598 448.02 75.85 166.62 316.87-148.25 361.58 32.567 44.715 180.82-323.99 92.409-355.66 280.04z" sodipodi:r1="292.23001" inkscape:flatsided="false" transform="translate(10 4682.1) matrix(.015753 0 0 .015753 170.82 135.17)" sodipodi:arg2="0.77809157" sodipodi:arg1="0.32929262" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" sodipodi:r2="717.9032" sodipodi:sides="7"/>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4885.901605500001" x="10" font-family="Sans" fill="#000000">
- <tspan y="4885.901605500001" x="10">螺旋形</tspan>
+ <path id="shapes-f20-zh_TW.svgpath1599" style="color:#000000" d="m-37.728 155.36c4.2268 5.7132 9.7471 7.8679 17.311 4.3502 40.796-18.97-86.673-90.888-45.309-108.75 41.367-17.871 38.426 133.61 79.447 115.95 41.021-17.65-85.882-102.37-43.768-118.02 42.114-15.66 10.671 111.76 52.829 96.85 42.157-14.9-66.905-108.38-24.487-123.77 42.418-15.396 6.3065 143.19 49.273 130.56 42.966-12.64-78.565-123.49-35.751-136.42 42.814-12.921 15.198 146.6 58.146 134.79 42.947-11.81-78.229-132.05-34.315-142.3 43.914-10.257-9.116 133.12 34.2 123.57 43.312-9.55-55.846-112.53-11.336-119.51 44.508-6.9782-13.312 122.66 31.18 117.54 44.488-5.12-45.236-120.29-0.842-125.27 44.39-4.9757-14.104 134.72 30.31 130.13 44.42-4.59-38.921-132.64 6.05-134.45 44.96-1.7977-41.683 133.51 3.31 131.19 44.99-2.32-24.87-122.59 19.84-122.69 44.7-0.0924-25.39 112.8 18.95 113.58 44.35 0.77-45.2-127.22-0.28-125.5 44.92 1.7209-33.15 131.8 11.65 134.88 44.8 3.09-19.34-129.92 25.3-126.81 44.63 3.107-49.14 114.08-4.38 118.97 44.75 4.89-14.85-128.64 29.28-121.21 44.12 7.431-61.17 122.66-17.13 131.19 44.04 8.54-13.12-140.8 30.73-132.29 43.84 8.517-40.4 123.15 2.99 134 43.4 10.85-5.71-129.78 37.05-118.25 42.76 11.524-72.52 105.89-29.78 118.07 42.737 12.179-0.71732-125.38 41.836-112.09 42.553 13.287-66.615 102.32-24.046 116.44 42.569 14.114 13.337-115.43 55.144-99.755 41.807 15.673-83.282 110.42-41.37 125.72 41.912 15.309 23.595-141.93 64.915-125.23 41.32 16.701-75.913 110.59-35.427 128.69 40.487 18.092 19.601-145.73 59.911-126.04 39.688 19.384-87.015 109.19-53.099 132" inkscape:connector-curvature="0" transform="translate(10 4666.5)" stroke="#d9d9d9" xmlns:cc="http://creativecommons.org/ns#" stroke-width=".69435" fill="none"/>
+ <path id="shapes-f20-zh_TW.svgrect1295" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccc" stroke="#000" stroke-width="1.0607" fill="none" style="color:#000000" transform="translate(10 4666.5)" xmlns:cc="http://creativecommons.org/ns#" d="m328.54 123.82c-2.04 2.51-3.88 4.35-4.99 3.66-3.33-2.05 0.34-25.26-3.01-27.22-3.69-2.163-6.36 12.8-10.07 10.7-3.37-1.91 9.25-8.58 5.79-10.35-3.83-1.946-14.7 5.13-18.57 3.32-3.5-1.64-2.36-13.322-5.88-14.985-3.87-1.837-3.35 14.265-7.33 12.595-3.61-1.51 6.69-16.724 3.09-18.164-3.97-1.59-20.54 13.704-24.53 12.199-3.61-1.364 10.79-12.038 7.12-13.304-4.05-1.397-14.43 13.878-18.52 12.552-3.7-1.201 7.5-21.868 3.8-22.982-4.09-1.23-10.7 11.069-14.85 9.988-3.76-0.978 4.93-10.615 1.15-11.491-4.18-0.967-10 14.484-14.14 13.436-3.76-0.949-6.84-13.073-10.66-13.745-4.21-0.743-3.03 11.415-7.24 10.563-3.82-0.772 2.79-21.082-1.06-21.657-4.26-0.635-6.91 16.709-11.14 16.088-3.83-0.562-1.2-11.067-5.08-11.535-4.29-0.518-14.76 11.12-19.01 10.695-3.85-0.385 8.19-11.526 4.29-11.756-4.32-0.254-15.9 14.753-20.2 14.496-3.89-0.232 2.93-17.09-0.97-17.148-4.31-0.064-8.5 14.957-12.78 14.983-3.87 0.023-4.31-20.487-8.17-20.331-4.27 0.173 1.13 16.525-3.18 16.839-3.91 0.285-4.59-7.679-8.45-7.381-4.25 0.329-0.49 7.461-4.73 7.956-3.83 0.448-11.19-13.514-15.02-12.994-4.235 0.574-2.67 21.621-6.941 22.275-3.87 0.592 0.631-18.393-3.182-17.634-4.211 0.837-2.413 14.4-6.586 15.292-3.778 0.807-6.453-18.313-10.209-17.37-4.148 1.042 3.682 20.97-0.442 22.055-3.734 0.982-11.935-16.567-15.646-15.469-4.098 1.212 2.892 16.488-1.237 17.634-3.74 1.038-13.97-8.376-17.635-7.116-4.047 1.393 6.564 16.692 2.519 18.165-3.662 1.334-9.859-20.465-13.48-19.093-3.998 1.516 0.721 24.664-3.27 26.294-3.615 1.48-12.287-23.561-15.823-21.962-3.9044 1.765 10.94 19.832 7.027 21.652-3.543 1.66-19.163-10.446-22.629-8.658-3.8267 1.973 12.636 13.638 8.7956 15.558-3.4775 1.74-13.58-17.343-16.928-15.426-3.696 2.118 1.6126 18.456-2.121 20.506-3.381 1.86-7.656-7.7-11.005-5.74-3.699 2.16 5.923 11.37 2.254 13.65-2.198 1.37-7.606-4.02-12.022-7.33"/>
+ <path id="shapes-f20-zh_TW.svgpath2853" sodipodi:type="star" sodipodi:sides="10" sodipodi:r1="1251.4492" sodipodi:r2="717.9032" transform="translate(10 4666.5) matrix(.014410 .014410 -.014410 .014410 203.36 30.947)" sodipodi:arg2="0.67945593" sodipodi:arg1="0.32910642" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.35" inkscape:flatsided="false" d="m586.43 1426.2c-43.667 223.11-607.31-342.5-726.14-152.6-112.6 179.95 553.03 440.4 382.13 578.64-180.35 145.88-273.96-407.71-456.45-305.84-172.93 96.54-11.436 801.22-215.59 792.77-215.44-8.9183-83.98-767.01-303.44-842.74-207.96-71.765-426.09 622.49-600.81 515.36-184.38-113.05 354.61-587.55 223.54-773.32-124.21-176.04-522.91 318.63-603.81 115.21-85.375-214.66 303.14-189.77 324.77-409.72 20.494-208.42-506.85-141.74-455.73-344.73 53.949-214.21 691.12 193.59 847.25 59.021 147.96-127.52-367.81-470.08-183.99-586 193.98-122.32 341.59 357.45 556.79 280.72 203.93-72.708-292.41-729.02-70.122-723.97 234.58 5.3314 103.61 441.76 304.16 552.87 190.04 105.3 296.29-451.98 460.08-332.45 172.84 126.14-122.18 713.87 42.573 871.44 156.12 149.32 631.61-214.95 669.22-24.661 39.686 200.81-672.27 93.024-650.52 316.18 20.609 211.46 497.47 202.37 456.09 413.8z"/>
+ <path id="shapes-f20-zh_TW.svgpath1638" sodipodi:type="star" sodipodi:sides="10" sodipodi:r1="288.60358" sodipodi:r2="523.09772" transform="translate(10 4666.5) matrix(-.032405 0 0 -.036536 215.39 64.445)" sodipodi:arg2="1.3344848" sodipodi:arg1="1.0714496" inkscape:randomized="0.2" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.41" inkscape:flatsided="false" d="m-461.01 1115.3c-89.538 41.738 75.071 313.48-16.994 344.62-98.551 33.334-21.146-293.77-140.04-305.43-111.07-10.889-111.45 326.3-202.38 279.97-97.331-49.594 83.587-124.57-8.1317-203.06-85.682-73.323-217.39 121-280.89 31.032-67.975-96.308 330.65-149.53 269.94-249.98-56.718-93.843-231.23 102.18-214.25-10.462 18.177-120.58 209.33-120.37 257.35-210.48 44.861-84.179-352.93-87.957-262.91-151.1 96.361-67.587 261.55 92.715 343.88 25.883 76.915-62.433-65.717-224.3 28.274-248.05 100.61-25.415-3.6735 213.89 114.04 241.54 109.96 25.833 122.88-255.01 205.82-199.99 88.781 58.89-72.685 131.53 16.178 214.57 83.015 77.57 253.34-68.348 311.9 11.528 62.687 85.503-314.71 4.0496-297.71 106.42 15.877 95.633 215.94 192.39 225.53 293.11 10.262 107.82-238.61-200.83-268.63-95.332-28.048 98.552 356.81 219.96 305.42 308.31-55.017 94.569-290.54-227.77-386.39-183.1z"/>
+ <path id="shapes-f20-zh_TW.svgpath2855" sodipodi:type="star" sodipodi:sides="10" sodipodi:r1="2299.585" sodipodi:r2="4673.7515" transform="translate(10 4666.5) matrix(.0051313 .0088877 -.0088877 .0051313 121.96 127.94)" sodipodi:arg2="-0.12863391" sodipodi:arg1="-0.33254745" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.35" inkscape:flatsided="false" d="m1192.9-27.844c482.9 745.56 2477.9-79.186 2577.4 724.7 110.8 895.34-2260.4 135.2-2413.8 1083.5-137.7 851.6 2372.7 1191.9 1776.1 1742.2-664.3 612.9-1875.5-2082.8-2485.3-1340.6-547.56 666.4 1284.1 2154 488.7 2366.5-885.8 236.7-327.08-871.4-1212.1-704.9-794.67 149.6-1006 2531.5-1792.1 2199.1-875.51-370.23 215.82-2086.9-630.41-2610.7-759.83-470.37-646.4 1051.7-1051.4 224.45-451-921.26 1293.3-948.13 719.9-1705.4-514.84-679.99-2808.3 351.22-2892.3-503.15-93.511-951.51 2411.2 176.55 2464.2-721.76 47.573-806.61-2506.4-1245.3-1870.9-1908.7 707.73-738.9 1743.6 498.18 2577.5-27.557 748.71-472.06-1190-1457.1-315.06-1613.5 974.37-174.21 1798.9 855.02 2800.7 879.21 899.56 21.72-605.38-1743.7 274.02-1624.4 979.39 132.79-545.19 2655.8 315.59 2977.2 773 288.44 1450-1912.3 1912-1176.8 514.6 819.05-1780.6 910.33-1242.7 1740.7z"/>
+ <path id="shapes-f20-zh_TW.svgpath2856" sodipodi:type="star" sodipodi:sides="7" sodipodi:r1="1962.3131" sodipodi:r2="987.2879" transform="translate(10 4666.5) matrix(-.012191 0 0 -.0092086 34.486 55.794)" sodipodi:arg2="-1.0812633" sodipodi:arg1="-1.6417338" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" inkscape:flatsided="false" d="m-588.58-1237.5c467.43-23.4-60.18 1037 375.08 1257.3 378.77 191.67 563.66-436.84 875.13-141.08 357.97 339.87-464.71 212.17-396.03 674.57 59.77 402.38 1333 182.42 1226.9 572.11-122 447.9-1057.6 283-1244.2 717.5-162.35 378.11 678.15 506.94 313.48 713.63-419.07 237.52-421.33-855.01-908.3-886.58-423.76-27.47-847.11 1206.8-1171.1 947.7-372.38-297.79 553.11-986.91 143.95-1326.3-356.05-295.33-1063.4 758.95-1074.6 341.38-12.866-479.86 1041.5-607.49 1031.8-1137.5-8.4117-461.25-1145.3-356.26-833.04-656.03 358.81-344.49 684.57 339.49 1117.7 40.252 376.94-260.39 136.38-1096.5 543.13-1116.9z"/>
+ <path id="shapes-f20-zh_TW.svgpath2857" sodipodi:type="star" sodipodi:sides="7" sodipodi:r1="1395.4882" sodipodi:r2="866.36334" transform="translate(10 4666.5) matrix(-.0089874 0 0 -.0067885 23.879 128.72)" sodipodi:arg2="-1.0962105" sodipodi:arg1="-1.6706296" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" inkscape:flatsided="false" d="m-624.47-581.43c325.22 56.055 9.0386 753.22 309.98 918.23 234.37 128.49 581.31-539.04 760.22-379.94 229.74 204.3-465.84 517.23-317.07 802.08 115.86 221.83 895.34-44.69 853.46 194.02-53.76 306.54-699.31 70.34-850.97 383.64-118.1 244.04 261.11 693.64 5.9323 752.21-327.67 75.209-268.13-428.54-571.07-381.87-235.92 36.343-425.66 907.59-636.9 739.05-271.25-216.43 198.89-667.12-80.939-853.57-217.92-145.2-642.09-86.641-720.66-317.79-100.89-296.82 544.95-125.88 616.97-441.64 56.082-245.9-582.08-516.88-375.45-681.65 265.33-211.58 294.71 291.45 603.54 157.11 240.5-104.62 149.68-933.57 402.95-889.91z"/>
+ <path id="shapes-f20-zh_TW.svgpath2854" sodipodi:type="star" sodipodi:sides="7" sodipodi:r1="1251.4492" sodipodi:r2="717.9032" transform="translate(10 4666.5) matrix(.015753 0 0 .015753 262.21 110.75)" sodipodi:arg2="0.77790537" sodipodi:arg1="0.32910642" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" inkscape:flatsided="false" d="m586.43 1426.2c-43.927 278.16-473.02-298.77-642.89-85.873-169.86 212.9 30.811 778.27-228.27 900.37s-113.21-638.05-388.63-673.98-331.62 698.53-527.43 520.94c-195.81-177.58 331.94-497.35 148.78-716.25s-587.83 148.93-658.44-126.83c-70.61-275.77 281.46-364.74 412.29-596.46s-276.92-479-71.128-630.46c205.8-151.45 366.12 220.77 643.8 138.73s182.27-375.84 449.97-389.69c267.7-13.846-241.94 460.31 23.777 552.89 265.72 92.579 626.35-408.15 720.35-156.88 93.999 251.28-346.05 473.05-354.59 754.56-8.5444 281.51 516.35 230.77 472.42 508.93z"/>
+ <path id="shapes-f20-zh_TW.svgpath1295" sodipodi:type="star" d="m-243.69 1096.3c-31.669 187.63 292.03 205.47 168.19 354.49s-286.2-273.04-452.9-184.99c-166.7 88.051 66.848 485.71-113.84 439.58-180.69-46.129 150.23-338.83-32.762-413.88-183-75.051-457.32 259.79-578.77 103.81s444.89-179.21 432.07-357.15c-12.827-177.94-402.62-55.064-345.92-244.35 56.695-189.29 305.07-15.841 451.17-142.57 146.11-126.73-325.36-272.92-157.71-375.45 167.66-102.53 216.43 413.99 406.72 457.3s142.12-528.03 290.43-397.43c148.32 130.6-148.45 281.4-72.598 448.02 75.85 166.62 316.87-148.25 361.58 32.567 44.715 180.82-323.99 92.409-355.66 280.04z" sodipodi:r1="292.23001" inkscape:flatsided="false" transform="translate(10 4666.5) matrix(.015753 0 0 .015753 170.82 135.17)" sodipodi:arg2="0.77809157" sodipodi:arg1="0.32929262" inkscape:randomized="0.14" sodipodi:cy="945.83423" sodipodi:cx="-564.31024" xmlns:cc="http://creativecommons.org/ns#" inkscape:rounded="0.4" sodipodi:r2="717.9032" sodipodi:sides="7"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="4870.284097000001" x="10" font-family="Sans" fill="#000000">
+ <tspan y="4870.284097000001" x="10">螺旋形</tspan>
</text>
- <rect id="d0e741" display="none" height="1e3px" width="288" y="4891.1" x="10"/>
+ <rect id="d0e741" display="none" height="1e3px" width="288" y="4875.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e741"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 的螺旋形是多用途的形狀,雖然不如星形那般地迷人,但有時候非常好用。螺旋形像星形一樣是從中心點繪製;編輯時也是一樣。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 4925.6)"/>
- <rect id="d0e747" display="none" height="1e3px" width="258" y="4919.6" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 4910.5)"/>
+ <rect id="d0e747" display="none" height="1e3px" width="258" y="4904.5" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e747"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Ctrl+拖曳</flowSpan> 可每次以 15 度增加角度。</flowDiv>
</flowRoot>
- <rect id="d0e753" display="none" height="1e3px" width="288" y="4937.6" x="10"/>
+ <rect id="d0e753" display="none" height="1e3px" width="288" y="4922" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e753"/>
</flowRegion>
<flowDiv xml:space="preserve">螺旋形在內、外的端點上具有兩個控制點。當拖動這兩個控制點時,可捲起或展開螺旋形。 (即「接續」螺旋線段,改變圈數)。其他快捷鍵:</flowDiv>
</flowRoot>
- <rect id="d0e756" display="none" height="1e3px" width="288" y="4967.1" x="10"/>
+ <rect id="d0e756" display="none" height="1e3px" width="288" y="4951.3" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e756"/>
</flowRegion>
<flowDiv xml:space="preserve">外控制點:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 4990.9)"/>
- <rect id="d0e762" display="none" height="1e3px" width="258" y="4984.9" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 4975)"/>
+ <rect id="d0e762" display="none" height="1e3px" width="258" y="4969" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e762"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Shift+拖曳</flowSpan> 可繞著中心點縮放/旋轉 (不捲起/不展開)。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 5008.9)"/>
- <rect id="d0e768" display="none" height="1e3px" width="258" y="5002.9" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 4992.8)"/>
+ <rect id="d0e768" display="none" height="1e3px" width="258" y="4986.8" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e768"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+拖曳</flowSpan> 可於捲起/展開時鎖定半徑。</flowDiv>
</flowRoot>
- <rect id="d0e774" display="none" height="1e3px" width="288" y="5020.9" x="10"/>
+ <rect id="d0e774" display="none" height="1e3px" width="288" y="5004.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e774"/>
</flowRegion>
<flowDiv xml:space="preserve">內控制點:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 5044.7)"/>
- <rect id="d0e780" display="none" height="1e3px" width="258" y="5038.7" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 5028.3)"/>
+ <rect id="d0e780" display="none" height="1e3px" width="258" y="5022.3" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e780"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+垂直拖曳</flowSpan> 可聚集/發散。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 5062.5)"/>
- <rect id="d0e786" display="none" height="1e3px" width="258" y="5056.5" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 5045.9)"/>
+ <rect id="d0e786" display="none" height="1e3px" width="258" y="5039.9" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e786"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Alt+點擊</flowSpan> 可重設發散程度。</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15 5080.5)"/>
- <rect id="d0e792" display="none" height="1e3px" width="258" y="5074.5" x="20"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 5063.7)"/>
+ <rect id="d0e792" display="none" height="1e3px" width="258" y="5057.7" x="20"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e792"/>
</flowRegion>
<flowDiv xml:space="preserve"><flowSpan font-weight="bold">Shift+點擊</flowSpan> 可把內控制點移動到中心。</flowDiv>
</flowRoot>
- <rect id="d0e798" display="none" height="1e3px" width="288" y="5092.5" x="10"/>
+ <rect id="d0e798" display="none" height="1e3px" width="288" y="5075.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e798"/>
</flowRegion>
<flowDiv xml:space="preserve">螺旋形的<flowSpan font-style="italic">發散程度</flowSpan>是指繞圈的非線性程度。 當等於 1 時,螺旋形為均勻的;當小於 1 時 (<flowSpan font-weight="bold">Alt+拖曳</flowSpan> 可向上),外圍部份較密集;當大於 1 時 (<flowSpan font-weight="bold">Alt+拖曳</flowSpan> 可向下),靠近中心的部份較密集:</flowDiv>
</flowRoot>
- <text id="shapes-f21-zh_TW.svgtext2996" sodipodi:linespacing="120.00000%" transform="translate(10 5141.6)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="45.595207" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-zh_TW.svgtspan2985" y="-2.4563127" x="45.595207" sodipodi:role="line"/><tspan id="shapes-f21-zh_TW.svgtspan2987"/><tspan id="shapes-f21-zh_TW.svgtspan2989" y="3.9817331" x="45.595207" role="line">0.2</tspan></text>
- <text id="shapes-f21-zh_TW.svgtext3053" sodipodi:linespacing="120.00000%" transform="translate(10 5141.6)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="105.28775" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-zh_TW.svgtspan2978" y="-2.4563127" x="105.28775" sodipodi:role="line"/><tspan id="shapes-f21-zh_TW.svgtspan2980"/><tspan id="shapes-f21-zh_TW.svgtspan2982" y="3.9817331" x="105.28775" role="line">0.5</tspan></text>
- <text id="shapes-f21-zh_TW.svgtext2982" sodipodi:linespacing="120.00000%" transform="translate(10 5141.6)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="285.30881" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-zh_TW.svgtspan2971" y="-2.4563127" x="285.30881" sodipodi:role="line"/><tspan id="shapes-f21-zh_TW.svgtspan2973"/><tspan id="shapes-f21-zh_TW.svgtspan2975" y="3.9817331" x="285.30881" role="line">6</tspan></text>
- <text id="shapes-f21-zh_TW.svgtext3039" sodipodi:linespacing="120.00000%" transform="translate(10 5141.6)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="227.84541" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-zh_TW.svgtspan2964" y="-2.4563127" x="227.84541" sodipodi:role="line"/><tspan id="shapes-f21-zh_TW.svgtspan2966"/><tspan id="shapes-f21-zh_TW.svgtspan2968" y="3.9817331" x="227.84541" role="line">2</tspan></text>
- <text id="shapes-f21-zh_TW.svgtext2960" sodipodi:linespacing="120.00000%" transform="translate(10 5141.6)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="167.37082" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-zh_TW.svgtspan2956" y="-2.4563127" x="167.37082" sodipodi:role="line"/><tspan id="shapes-f21-zh_TW.svgtspan2958"/><tspan id="shapes-f21-zh_TW.svgtspan2960" y="3.9817331" x="167.37082" role="line">1</tspan></text>
- <path id="shapes-f21-zh_TW.svgpath2948" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 5141.6) matrix(-1 0 0 1 308.13 -6286.4)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="1.0000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c0.42 0.6-0.57 0.8-0.95 0.7-1.05-0.4-1-1.8-0.44-2.6 1.01-1.4 3.06-1.3 4.24-0.2 1.74 1.6 1.49 4.3-0.08 5.9-2.09 2.1-5.56 1.7-7.53-0.3-2.47-2.7-1.99-6.9 0.6-9.2 3.14-2.9 8.09-2.3 10.82 0.8 3.21 3.7 2.51 9.4-1.11 12.5-4.19 3.6-10.62 2.8-14.11-1.4-3.97-4.7-3.03-11.9 1.62-15.7 5.23-4.4 13.15-3.3 17.4 1.9 4.72 5.7 3.55 14.4-2.14 19-6.26 5.1-15.68 3.8-20.69-2.4-5.47-6.8-4.06-16.9 2.66-22.3 7.3-5.9 18.21-4.4 23.98 2.9 6.22 7.8 4.59 19.5-3.17 25.6-8.34 6.6-20.75 4.9-27.27-3.4-6.98-8.9-5.11-22 3.69-28.9 9.37-7.4 23.27-5.4 30.55 3.9 7.74 9.9 5.63 24.6-4.2 32.2-10.41 8.1-25.81 5.9-33.84-4.4-8.49-11-6.15-27.1 4.71-35.5 11.45-8.9 28.34-6.4 37.14 4.9 9.24 12 6.67 29.6-5.24 38.8" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/>
- <path id="shapes-f21-zh_TW.svgpath2949" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 5141.6) matrix(-1 0 0 1 368.36 -6287.8)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="2.0000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5h-0.04c-0.09 0-0.1-0.1-0.08-0.2 0.08-0.2 0.33-0.2 0.48-0.1 0.31 0.2 0.3 0.7 0.1 0.9-0.34 0.5-1.03 0.5-1.45 0.1-0.66-0.5-0.59-1.5-0.05-2.1 0.79-0.9 2.17-0.8 2.98 0 1.13 1 0.96 2.9-0.09 3.9-1.4 1.4-3.73 1.2-5.06-0.2-1.72-1.7-1.42-4.6 0.32-6.3 2.19-2 5.7-1.7 7.68 0.5 2.45 2.6 1.97 6.8-0.63 9.2-3.15 2.8-8.1 2.3-10.86-0.8-3.29-3.7-2.6-9.5 1.04-12.7 4.28-3.7 10.92-2.9 14.58 1.3 4.26 4.9 3.32 12.5-1.52 16.6-5.59 4.8-14.17 3.7-18.85-1.8-5.36-6.3-4.13-15.9 2.09-21.2 7.06-5.9 17.83-4.5 23.67 2.5 6.58 7.8 5.02 19.8-2.75 26.2-8.72 7.3-21.92 5.5-29.04-3.1-7.93-9.6-6-24.1 3.49-31.9 10.54-8.7 26.44-6.5 34.95 3.9 9.42 11.5 7.07 28.8-4.32 38.1" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/>
- <path id="shapes-f21-zh_TW.svgpath2950" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 5141.6) matrix(-1 0 0 1 428.6 -6293)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="6.0000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c-0.01 0-0.01 0 0 0h0.01 0.01-0.08c-0.06 0-0.06-0.1-0.03-0.1 0.07-0.1 0.21-0.1 0.3-0.1 0.17 0.1 0.16 0.4 0.05 0.5-0.2 0.3-0.59 0.3-0.84 0.1-0.41-0.3-0.38-0.9-0.08-1.3 0.5-0.6 1.44-0.6 2.02-0.1 0.91 0.8 0.83 2.1 0.1 3-1.11 1.3-3.12 1.2-4.34 0.1-1.83-1.6-1.62-4.5-0.08-6.2 2.25-2.5 6.21-2.2 8.58 0 3.4 3.1 2.96 8.5-0.05 11.7-4.24 4.6-11.51 4-15.82-0.1-5.97-5.7-5.13-15.4 0.37-21.1 7.52-7.7 20.15-6.6 27.56 0.7 10 9.8 8.47 26.2-1.04 35.7" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/>
- <path id="shapes-f21-zh_TW.svgpath2952" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 5141.6) matrix(-1 0 0 1 247.89 -6285.4)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="0.50000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c2.66 3.6-2.06 5.3-4.66 3.4-3.29-2.4-2.8-7.3-0.15-10 3.6-3.6 9.58-2.9 12.88 0.7 4.01 4.4 3.15 11.4-1.28 15.2-5.11 4.4-12.98 3.4-17.21-1.7-4.75-5.7-3.58-14.4 2.1-19 6.25-5.1 15.66-3.8 20.65 2.4 5.41 6.8 3.99 16.8-2.72 22.2-7.22 5.7-17.96 4.2-23.59-3-6-7.7-4.38-19 3.24-24.9 8.06-6.3 19.98-4.6 26.19 3.4 6.55 8.5 4.73 20.9-3.68 27.4-8.83 6.8-21.83 4.9-28.57-3.9-7.05-9.1-5.06-22.7 4.09-29.6 9.53-7.3 23.52-5.3 30.76 4.2 7.51 9.9 5.36 24.4-4.46 31.8-10.18 7.8-25.11 5.5-32.8-4.6-7.96-10.5-5.66-25.9 4.79-33.8 10.8-8.2 26.6-5.8 34.73 5 8.38 11.1 5.94 27.3-5.12 35.6-11.38 8.6-28 6.1-36.54-5.2-8.78-11.7-6.21-28.7 5.41-37.5 11.94-8.9 29.36-6.3 38.29 5.6 9.15 12.2 6.46 30-5.71 39.1" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/>
- <path id="shapes-f21-zh_TW.svgpath2953" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 5141.6) matrix(-1 0 0 1 187.66 -6285.4)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="0.20000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c9.96 13.6-4.98 16.3-12.09 8.8-6.17-6.5-4.74-17.1 1.96-22.7 7.59-6.3 19.13-4.7 25.19 2.9 6.56 8.2 4.8 20.5-3.43 26.9-8.72 6.8-21.62 4.9-28.31-3.8-7.01-9.1-5.03-22.5 4.07-29.4 9.44-7.2 23.31-5.1 30.45 4.3 7.38 9.7 5.24 24-4.48 31.3-10 7.6-24.62 5.3-32.12-4.6-7.69-10.3-5.43-25.2 4.79-32.9 10.45-7.8 25.7-5.5 33.5 4.9 7.96 10.7 5.6 26.2-5.04 34.2-10.84 8-26.63 5.6-34.68-5.2-8.2-11-5.75-27 5.25-35.2 11.18-8.3 27.43-5.8 35.72 5.3 8.41 11.4 5.88 27.8-5.43 36.2-11.48 8.5-28.17 6-36.66-5.5-8.6-11.6-6.01-28.5 5.6-37.1 11.75-8.7 28.82-6 37.49 5.7 8.79 11.9 6.13 29.1-5.73 37.9-12 8.9-29.42 6.2-38.28-5.8-8.95-12.1-6.23-29.7 5.87-38.6 12.23-9.1 29.98-6.3 38.99 5.9 9.11 12.3 6.34 30.2-5.99 39.3" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/>
- <rect id="d0e820" display="none" height="1e3px" width="288" y="5218.5" x="10"/>
+ <text id="shapes-f21-zh_TW.svgtext2996" sodipodi:linespacing="120.00000%" transform="translate(10 5124)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="45.595207" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-zh_TW.svgtspan2985" y="-2.4563127" x="45.595207" sodipodi:role="line"/><tspan id="shapes-f21-zh_TW.svgtspan2987"/><tspan id="shapes-f21-zh_TW.svgtspan2989" y="3.9817331" x="45.595207" role="line">0.2</tspan></text>
+ <text id="shapes-f21-zh_TW.svgtext3053" sodipodi:linespacing="120.00000%" transform="translate(10 5124)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="105.28775" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-zh_TW.svgtspan2978" y="-2.4563127" x="105.28775" sodipodi:role="line"/><tspan id="shapes-f21-zh_TW.svgtspan2980"/><tspan id="shapes-f21-zh_TW.svgtspan2982" y="3.9817331" x="105.28775" role="line">0.5</tspan></text>
+ <text id="shapes-f21-zh_TW.svgtext2982" sodipodi:linespacing="120.00000%" transform="translate(10 5124)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="285.30881" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-zh_TW.svgtspan2971" y="-2.4563127" x="285.30881" sodipodi:role="line"/><tspan id="shapes-f21-zh_TW.svgtspan2973"/><tspan id="shapes-f21-zh_TW.svgtspan2975" y="3.9817331" x="285.30881" role="line">6</tspan></text>
+ <text id="shapes-f21-zh_TW.svgtext3039" sodipodi:linespacing="120.00000%" transform="translate(10 5124)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="227.84541" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-zh_TW.svgtspan2964" y="-2.4563127" x="227.84541" sodipodi:role="line"/><tspan id="shapes-f21-zh_TW.svgtspan2966"/><tspan id="shapes-f21-zh_TW.svgtspan2968" y="3.9817331" x="227.84541" role="line">2</tspan></text>
+ <text id="shapes-f21-zh_TW.svgtext2960" sodipodi:linespacing="120.00000%" transform="translate(10 5124)" xml:space="preserve" line-height="120.00000%" font-size="5.365" y="-2.4563127" x="167.37082" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="shapes-f21-zh_TW.svgtspan2956" y="-2.4563127" x="167.37082" sodipodi:role="line"/><tspan id="shapes-f21-zh_TW.svgtspan2958"/><tspan id="shapes-f21-zh_TW.svgtspan2960" y="3.9817331" x="167.37082" role="line">1</tspan></text>
+ <path id="shapes-f21-zh_TW.svgpath2948" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 5124) matrix(-1 0 0 1 308.13 -6286.4)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="1.0000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c0.42 0.6-0.57 0.8-0.95 0.7-1.05-0.4-1-1.8-0.44-2.6 1.01-1.4 3.06-1.3 4.24-0.2 1.74 1.6 1.49 4.3-0.08 5.9-2.09 2.1-5.56 1.7-7.53-0.3-2.47-2.7-1.99-6.9 0.6-9.2 3.14-2.9 8.09-2.3 10.82 0.8 3.21 3.7 2.51 9.4-1.11 12.5-4.19 3.6-10.62 2.8-14.11-1.4-3.97-4.7-3.03-11.9 1.62-15.7 5.23-4.4 13.15-3.3 17.4 1.9 4.72 5.7 3.55 14.4-2.14 19-6.26 5.1-15.68 3.8-20.69-2.4-5.47-6.8-4.06-16.9 2.66-22.3 7.3-5.9 18.21-4.4 23.98 2.9 6.22 7.8 4.59 19.5-3.17 25.6-8.34 6.6-20.75 4.9-27.27-3.4-6.98-8.9-5.11-22 3.69-28.9 9.37-7.4 23.27-5.4 30.55 3.9 7.74 9.9 5.63 24.6-4.2 32.2-10.41 8.1-25.81 5.9-33.84-4.4-8.49-11-6.15-27.1 4.71-35.5 11.45-8.9 28.34-6.4 37.14 4.9 9.24 12 6.67 29.6-5.24 38.8" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/>
+ <path id="shapes-f21-zh_TW.svgpath2949" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 5124) matrix(-1 0 0 1 368.36 -6287.8)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="2.0000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5h-0.04c-0.09 0-0.1-0.1-0.08-0.2 0.08-0.2 0.33-0.2 0.48-0.1 0.31 0.2 0.3 0.7 0.1 0.9-0.34 0.5-1.03 0.5-1.45 0.1-0.66-0.5-0.59-1.5-0.05-2.1 0.79-0.9 2.17-0.8 2.98 0 1.13 1 0.96 2.9-0.09 3.9-1.4 1.4-3.73 1.2-5.06-0.2-1.72-1.7-1.42-4.6 0.32-6.3 2.19-2 5.7-1.7 7.68 0.5 2.45 2.6 1.97 6.8-0.63 9.2-3.15 2.8-8.1 2.3-10.86-0.8-3.29-3.7-2.6-9.5 1.04-12.7 4.28-3.7 10.92-2.9 14.58 1.3 4.26 4.9 3.32 12.5-1.52 16.6-5.59 4.8-14.17 3.7-18.85-1.8-5.36-6.3-4.13-15.9 2.09-21.2 7.06-5.9 17.83-4.5 23.67 2.5 6.58 7.8 5.02 19.8-2.75 26.2-8.72 7.3-21.92 5.5-29.04-3.1-7.93-9.6-6-24.1 3.49-31.9 10.54-8.7 26.44-6.5 34.95 3.9 9.42 11.5 7.07 28.8-4.32 38.1" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/>
+ <path id="shapes-f21-zh_TW.svgpath2950" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 5124) matrix(-1 0 0 1 428.6 -6293)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="6.0000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c-0.01 0-0.01 0 0 0h0.01 0.01-0.08c-0.06 0-0.06-0.1-0.03-0.1 0.07-0.1 0.21-0.1 0.3-0.1 0.17 0.1 0.16 0.4 0.05 0.5-0.2 0.3-0.59 0.3-0.84 0.1-0.41-0.3-0.38-0.9-0.08-1.3 0.5-0.6 1.44-0.6 2.02-0.1 0.91 0.8 0.83 2.1 0.1 3-1.11 1.3-3.12 1.2-4.34 0.1-1.83-1.6-1.62-4.5-0.08-6.2 2.25-2.5 6.21-2.2 8.58 0 3.4 3.1 2.96 8.5-0.05 11.7-4.24 4.6-11.51 4-15.82-0.1-5.97-5.7-5.13-15.4 0.37-21.1 7.52-7.7 20.15-6.6 27.56 0.7 10 9.8 8.47 26.2-1.04 35.7" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/>
+ <path id="shapes-f21-zh_TW.svgpath2952" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 5124) matrix(-1 0 0 1 247.89 -6285.4)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="0.50000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c2.66 3.6-2.06 5.3-4.66 3.4-3.29-2.4-2.8-7.3-0.15-10 3.6-3.6 9.58-2.9 12.88 0.7 4.01 4.4 3.15 11.4-1.28 15.2-5.11 4.4-12.98 3.4-17.21-1.7-4.75-5.7-3.58-14.4 2.1-19 6.25-5.1 15.66-3.8 20.65 2.4 5.41 6.8 3.99 16.8-2.72 22.2-7.22 5.7-17.96 4.2-23.59-3-6-7.7-4.38-19 3.24-24.9 8.06-6.3 19.98-4.6 26.19 3.4 6.55 8.5 4.73 20.9-3.68 27.4-8.83 6.8-21.83 4.9-28.57-3.9-7.05-9.1-5.06-22.7 4.09-29.6 9.53-7.3 23.52-5.3 30.76 4.2 7.51 9.9 5.36 24.4-4.46 31.8-10.18 7.8-25.11 5.5-32.8-4.6-7.96-10.5-5.66-25.9 4.79-33.8 10.8-8.2 26.6-5.8 34.73 5 8.38 11.1 5.94 27.3-5.12 35.6-11.38 8.6-28 6.1-36.54-5.2-8.78-11.7-6.21-28.7 5.41-37.5 11.94-8.9 29.36-6.3 38.29 5.6 9.15 12.2 6.46 30-5.71 39.1" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/>
+ <path id="shapes-f21-zh_TW.svgpath2953" sodipodi:argument="-36.758350" stroke="#000" stroke-width="1pt" fill="none" style="color:#000000" transform="translate(10 5124) matrix(-1 0 0 1 187.66 -6285.4)" sodipodi:t0="0.0000000" sodipodi:radius="28.251171" sodipodi:expansion="0.20000000" sodipodi:revolution="6.0000000" sodipodi:type="spiral" d="m138.39 6322.5c9.96 13.6-4.98 16.3-12.09 8.8-6.17-6.5-4.74-17.1 1.96-22.7 7.59-6.3 19.13-4.7 25.19 2.9 6.56 8.2 4.8 20.5-3.43 26.9-8.72 6.8-21.62 4.9-28.31-3.8-7.01-9.1-5.03-22.5 4.07-29.4 9.44-7.2 23.31-5.1 30.45 4.3 7.38 9.7 5.24 24-4.48 31.3-10 7.6-24.62 5.3-32.12-4.6-7.69-10.3-5.43-25.2 4.79-32.9 10.45-7.8 25.7-5.5 33.5 4.9 7.96 10.7 5.6 26.2-5.04 34.2-10.84 8-26.63 5.6-34.68-5.2-8.2-11-5.75-27 5.25-35.2 11.18-8.3 27.43-5.8 35.72 5.3 8.41 11.4 5.88 27.8-5.43 36.2-11.48 8.5-28.17 6-36.66-5.5-8.6-11.6-6.01-28.5 5.6-37.1 11.75-8.7 28.82-6 37.49 5.7 8.79 11.9 6.13 29.1-5.73 37.9-12 8.9-29.42 6.2-38.28-5.8-8.95-12.1-6.23-29.7 5.87-38.6 12.23-9.1 29.98-6.3 38.99 5.9 9.11 12.3 6.34 30.2-5.99 39.3" sodipodi:cy="6322.4868" sodipodi:cx="138.38965"/>
+ <rect id="d0e820" display="none" height="1e3px" width="288" y="5201" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e820"/>
</flowRegion>
<flowDiv xml:space="preserve">最大螺旋圈數為 1024。</flowDiv>
</flowRoot>
- <rect id="d0e823" display="none" height="1e3px" width="288" y="5236.4" x="10"/>
+ <rect id="d0e823" display="none" height="1e3px" width="288" y="5218.5" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e823"/>
</flowRegion>
<flowDiv xml:space="preserve">就如同橢圓形工具不僅可繪製橢圓也能繪製弧形 (固定曲率的線條),螺旋形工具對於製作<flowSpan font-style="italic">平滑彎曲變化</flowSpan>的曲線時非常好用。和普通的貝茲曲線比較起來,弧形或螺旋常常較為便利,因為你可以藉由拖動控制點來沿著曲線變短或變長而不影響形狀外觀。另外,一般繪製出來的螺旋形沒有填色,你可加入填色並移除邊框來產生有趣的效果。</flowDiv>
</flowRoot>
- <path id="shapes-f22-zh_TW.svgpath3031" style="color:#000000" sodipodi:revolution="3.3807619" sodipodi:radius="40.249962" d="m84.272 6515.5c-0.242-12 11.069-20.8 22.538-20.1 13.64 0.9 23.48 13.7 22.21 27.1-1.42 14.9-15.51 25.6-30.22 24-15.983-1.8-27.382-17-25.491-32.8 2.021-16.9 18.085-28.9 34.831-26.8 17.69 2.3 30.27 19.1 27.98 36.7-2.4 18.4-19.98 31.5-38.288 29-19.079-2.5-32.606-20.8-30.025-39.7 2.679-19.7 21.521-33.7 41.113-31 20.25 2.8 34.59 22.2 31.77 42.4-2.9 20.8-22.82 35.5-43.522 32.6-21.279-3-36.334-23.5-33.315-44.7 1.448-10.1 6.893-19.5 14.978-25.8" fill-rule="evenodd" transform="translate(10 5304.9) matrix(-.12864 .67933 -.67933 -.12864 4573.6 795.76)" sodipodi:argument="-17.179831" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" sodipodi:expansion="0.28900903" sodipodi:type="spiral" fill="#ff6c2e" sodipodi:t0="0.076614626"/>
- <path id="shapes-f22-zh_TW.svgpath2997" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(.69140 0 0 .69140 18.847 -4437)" sodipodi:t0="0.77700925" sodipodi:radius="36.507183" sodipodi:expansion="13.200652" sodipodi:revolution="2.8106463" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.43 9.3-4.18 18.1-10.49 24.6" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
- <path id="shapes-f22-zh_TW.svgpath2998" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(.69140 0 0 .69140 10.646 -4436.6)" sodipodi:t0="0.76208192" sodipodi:radius="47.161507" sodipodi:expansion="13.200652" sodipodi:revolution="2.8656998" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.72 15.6-11.89 28.6-25.07 34.8" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
- <path id="shapes-f22-zh_TW.svgpath2999" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(.69140 0 0 .69140 27.465 -4437)" sodipodi:t0="0.79235041" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.21 4.6-0.84 9.1-2.7 13.3" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
- <path id="shapes-f22-zh_TW.svgpath3000" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(.69140 0 0 .69140 36.191 -4437)" sodipodi:t0="0.81291085" sodipodi:radius="20.110537" sodipodi:expansion="13.200652" sodipodi:revolution="2.6865160" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.01 0.2 0.01 0.3 0.02 0.4" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
- <path id="shapes-f22-zh_TW.svgpath3001" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(.69140 0 0 .69140 45.024 -4437)" sodipodi:t0="0.85272610" sodipodi:radius="10.697699" sodipodi:expansion="13.200652" sodipodi:revolution="2.5610781" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 2.73-0.3 5.41 1 7.4 2.8" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
- <path id="shapes-f22-zh_TW.svgpath3002" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(.69092 .025772 -.025772 .69092 168.83 -4440)" sodipodi:t0="0.74191737" sodipodi:radius="67.193001" sodipodi:expansion="13.200652" sodipodi:revolution="2.9435861" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 1.25 27.1-31.04 40.9-53.46 40.9-1.64 0-3.28 0-4.91-0.1" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
- <path id="shapes-f22-zh_TW.svgpath3003" sodipodi:argument="-17.513800" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(.69140 0 0 .69140 -6.2038 -4382.3)" sodipodi:t0="0.64947820" sodipodi:radius="32.027428" sodipodi:expansion="1.0000000" sodipodi:revolution="2.8106463" sodipodi:type="spiral" d="m171.5 6461.9c-1.86 12.1-13.94 20-25.81 18-13.63-2.2-22.45-15.8-20.15-29.2 2.61-15.2 17.81-24.9 32.7-22.3 15.51 2.8 26.13 17.7 24.73 33.2" sodipodi:cy="6456.9546" sodipodi:cx="151.28812"/>
- <path id="shapes-f22-zh_TW.svgpath3004" sodipodi:argument="-17.513800" stroke="#000" stroke-linecap="round" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(-.69140 0 0 .69140 220.31 -4382.5)" sodipodi:t0="0.64947820" sodipodi:radius="32.027428" sodipodi:expansion="1.0000000" sodipodi:revolution="2.8106463" sodipodi:type="spiral" d="m171.5 6461.9c-1.86 12.1-13.94 20-25.81 18-13.63-2.2-22.45-15.8-20.15-29.2 2.61-15.2 17.81-24.9 32.7-22.3 15.51 2.8 26.13 17.7 24.73 33.2" sodipodi:cy="6456.9546" sodipodi:cx="151.28812"/>
- <path id="shapes-f22-zh_TW.svgpath3626" style="color:#000000" sodipodi:revolution="3.7046297" sodipodi:radius="44.105801" d="m103.2 6518.4c-0.01 0 0 0 0 0h0.09c0.06 0.1-0.03 0.2-0.12 0.3-0.25 0.1-0.52-0.1-0.61-0.3-0.21-0.6 0.26-1.1 0.77-1.3 1.04-0.3 2 0.6 2.24 1.6 0.44 1.8-1.09 3.4-2.77 3.7-2.917 0.6-5.435-1.9-5.903-4.6-0.767-4.5 3.027-8.3 7.243-8.9 6.58-0.9 12.05 4.7 12.82 10.9 1.15 9.3-6.8 17-15.68 17.9-12.862 1.4-23.347-9.6-24.448-21.9-1.551-17.3 13.282-31.3 29.858-32.6 17.76-1.3 33.85 10.7 39.85 27.1" fill-rule="evenodd" transform="translate(10 5304.9) matrix(.67933 -.12864 -.12864 -.67933 981.5 4517.8)" sodipodi:argument="-17.179831" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" sodipodi:expansion="3.8924387" sodipodi:type="spiral" fill="#ff6c2e" sodipodi:t0="0.0000000"/>
- <path id="shapes-f22-zh_TW.svgpath3627" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(.17895 -.66784 .66784 .17895 -4374.6 -1086.5)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/>
- <path id="shapes-f22-zh_TW.svgpath3628" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(-.17895 -.66784 -.66784 .17895 4473 -1093.8)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/>
- <path id="shapes-f22-zh_TW.svgpath3629" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(.48890 -.48890 .48890 .48890 -3201.2 -3162.8)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/>
- <path id="shapes-f22-zh_TW.svgpath3630" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(.69140 0 0 .69140 35.652 -4530.1)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/>
- <path id="shapes-f22-zh_TW.svgpath3632" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(.69140 0 0 .69140 104.68 -4434)" sodipodi:t0="0.93520707" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m253.98 6460.7c6.16 6.9 5.36 17.5 1.84 25.4" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
- <path id="shapes-f22-zh_TW.svgpath3633" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(.69140 0 0 .69140 104.9 -4448.9)" sodipodi:t0="0.81344151" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-0.33 1-0.7 1.9-1.12 2.9" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
- <path id="shapes-f22-zh_TW.svgpath3634" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(.34570 -.59877 .59877 .34570 -3695.3 -2066.5)" sodipodi:t0="0.81344151" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-0.33 1-0.7 1.9-1.12 2.9" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
- <path id="shapes-f22-zh_TW.svgpath3635" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(-.48890 -.48890 .48890 -.48890 -2792.1 3319.2)" sodipodi:t0="0.79694211" sodipodi:radius="36.963310" sodipodi:expansion="13.200652" sodipodi:revolution="2.8132913" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-1.9 5.6-5.29 10.6-9.45 14.7" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
- <path id="shapes-f22-zh_TW.svgpath3636" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(-.69140 6.1207e-8 -6.1207e-8 -.69140 425.78 4523.9)" sodipodi:t0="0.79712820" sodipodi:radius="36.849499" sodipodi:expansion="13.200652" sodipodi:revolution="2.8126345" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-1.88 5.5-5.22 10.5-9.32 14.6" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
- <path id="shapes-f22-zh_TW.svgpath3089" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5304.9) matrix(-.34570 .59877 -.59877 -.34570 4235.7 2172)" sodipodi:t0="0.77057040" sodipodi:radius="57.635422" sodipodi:expansion="13.200652" sodipodi:revolution="2.9095716" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-5.81 17-23.61 26.9-40.46 29.6" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
- <rect id="d0e839" display="none" height="1e3px" width="288" y="5416.8" x="10"/>
+ <path id="shapes-f22-zh_TW.svgpath3031" style="color:#000000" sodipodi:revolution="3.3807619" sodipodi:radius="40.249962" d="m84.272 6515.5c-0.242-12 11.069-20.8 22.538-20.1 13.64 0.9 23.48 13.7 22.21 27.1-1.42 14.9-15.51 25.6-30.22 24-15.983-1.8-27.382-17-25.491-32.8 2.021-16.9 18.085-28.9 34.831-26.8 17.69 2.3 30.27 19.1 27.98 36.7-2.4 18.4-19.98 31.5-38.288 29-19.079-2.5-32.606-20.8-30.025-39.7 2.679-19.7 21.521-33.7 41.113-31 20.25 2.8 34.59 22.2 31.77 42.4-2.9 20.8-22.82 35.5-43.522 32.6-21.279-3-36.334-23.5-33.315-44.7 1.448-10.1 6.893-19.5 14.978-25.8" fill-rule="evenodd" transform="translate(10 5288.2) matrix(-.12864 .67933 -.67933 -.12864 4573.6 795.76)" sodipodi:argument="-17.179831" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" sodipodi:expansion="0.28900903" sodipodi:type="spiral" fill="#ff6c2e" sodipodi:t0="0.076614626"/>
+ <path id="shapes-f22-zh_TW.svgpath2997" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(.69140 0 0 .69140 18.847 -4437)" sodipodi:t0="0.77700925" sodipodi:radius="36.507183" sodipodi:expansion="13.200652" sodipodi:revolution="2.8106463" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.43 9.3-4.18 18.1-10.49 24.6" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
+ <path id="shapes-f22-zh_TW.svgpath2998" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(.69140 0 0 .69140 10.646 -4436.6)" sodipodi:t0="0.76208192" sodipodi:radius="47.161507" sodipodi:expansion="13.200652" sodipodi:revolution="2.8656998" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.72 15.6-11.89 28.6-25.07 34.8" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
+ <path id="shapes-f22-zh_TW.svgpath2999" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(.69140 0 0 .69140 27.465 -4437)" sodipodi:t0="0.79235041" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.21 4.6-0.84 9.1-2.7 13.3" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
+ <path id="shapes-f22-zh_TW.svgpath3000" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(.69140 0 0 .69140 36.191 -4437)" sodipodi:t0="0.81291085" sodipodi:radius="20.110537" sodipodi:expansion="13.200652" sodipodi:revolution="2.6865160" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 0.01 0.2 0.01 0.3 0.02 0.4" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
+ <path id="shapes-f22-zh_TW.svgpath3001" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(.69140 0 0 .69140 45.024 -4437)" sodipodi:t0="0.85272610" sodipodi:radius="10.697699" sodipodi:expansion="13.200652" sodipodi:revolution="2.5610781" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 2.73-0.3 5.41 1 7.4 2.8" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
+ <path id="shapes-f22-zh_TW.svgpath3002" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(.69092 .025772 -.025772 .69092 168.83 -4440)" sodipodi:t0="0.74191737" sodipodi:radius="67.193001" sodipodi:expansion="13.200652" sodipodi:revolution="2.9435861" sodipodi:type="spiral" d="m241.28 6460.6c-0.33-2.3 2.45-3.6 4.23-3.7 8.24-0.8 12.7 9.2 13.01 15.9 1.25 27.1-31.04 40.9-53.46 40.9-1.64 0-3.28 0-4.91-0.1" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
+ <path id="shapes-f22-zh_TW.svgpath3003" sodipodi:argument="-17.513800" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(.69140 0 0 .69140 -6.2038 -4382.3)" sodipodi:t0="0.64947820" sodipodi:radius="32.027428" sodipodi:expansion="1.0000000" sodipodi:revolution="2.8106463" sodipodi:type="spiral" d="m171.5 6461.9c-1.86 12.1-13.94 20-25.81 18-13.63-2.2-22.45-15.8-20.15-29.2 2.61-15.2 17.81-24.9 32.7-22.3 15.51 2.8 26.13 17.7 24.73 33.2" sodipodi:cy="6456.9546" sodipodi:cx="151.28812"/>
+ <path id="shapes-f22-zh_TW.svgpath3004" sodipodi:argument="-17.513800" stroke="#000" stroke-linecap="round" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(-.69140 0 0 .69140 220.31 -4382.5)" sodipodi:t0="0.64947820" sodipodi:radius="32.027428" sodipodi:expansion="1.0000000" sodipodi:revolution="2.8106463" sodipodi:type="spiral" d="m171.5 6461.9c-1.86 12.1-13.94 20-25.81 18-13.63-2.2-22.45-15.8-20.15-29.2 2.61-15.2 17.81-24.9 32.7-22.3 15.51 2.8 26.13 17.7 24.73 33.2" sodipodi:cy="6456.9546" sodipodi:cx="151.28812"/>
+ <path id="shapes-f22-zh_TW.svgpath3626" style="color:#000000" sodipodi:revolution="3.7046297" sodipodi:radius="44.105801" d="m103.2 6518.4c-0.01 0 0 0 0 0h0.09c0.06 0.1-0.03 0.2-0.12 0.3-0.25 0.1-0.52-0.1-0.61-0.3-0.21-0.6 0.26-1.1 0.77-1.3 1.04-0.3 2 0.6 2.24 1.6 0.44 1.8-1.09 3.4-2.77 3.7-2.917 0.6-5.435-1.9-5.903-4.6-0.767-4.5 3.027-8.3 7.243-8.9 6.58-0.9 12.05 4.7 12.82 10.9 1.15 9.3-6.8 17-15.68 17.9-12.862 1.4-23.347-9.6-24.448-21.9-1.551-17.3 13.282-31.3 29.858-32.6 17.76-1.3 33.85 10.7 39.85 27.1" fill-rule="evenodd" transform="translate(10 5288.2) matrix(.67933 -.12864 -.12864 -.67933 981.5 4517.8)" sodipodi:argument="-17.179831" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" sodipodi:expansion="3.8924387" sodipodi:type="spiral" fill="#ff6c2e" sodipodi:t0="0.0000000"/>
+ <path id="shapes-f22-zh_TW.svgpath3627" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(.17895 -.66784 .66784 .17895 -4374.6 -1086.5)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/>
+ <path id="shapes-f22-zh_TW.svgpath3628" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(-.17895 -.66784 -.66784 .17895 4473 -1093.8)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/>
+ <path id="shapes-f22-zh_TW.svgpath3629" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(.48890 -.48890 .48890 .48890 -3201.2 -3162.8)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/>
+ <path id="shapes-f22-zh_TW.svgpath3630" sodipodi:argument="-21.729349" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(.69140 0 0 .69140 35.652 -4530.1)" sodipodi:t0="0.53471386" sodipodi:radius="30.881491" sodipodi:expansion="3.8924387" sodipodi:revolution="3.7046297" sodipodi:type="spiral" d="m36.158 6582.7c-0.323-2 1.42-3.6 3.28-3.9 3.058-0.4 5.517 2.3 5.813 5.2 0.465 4.5-3.495 8.1-7.752 8.4-6.396 0.5-11.402-5.1-11.786-11.2-0.557-8.8 7.261-15.7 15.683-16.1 11.888-0.5 21.035 10 21.425 21.4 0.466 13.6-10.269 25-23.271 27.5" sodipodi:cy="6583.0801" sodipodi:cx="38.831650"/>
+ <path id="shapes-f22-zh_TW.svgpath3632" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(.69140 0 0 .69140 104.68 -4434)" sodipodi:t0="0.93520707" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m253.98 6460.7c6.16 6.9 5.36 17.5 1.84 25.4" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
+ <path id="shapes-f22-zh_TW.svgpath3633" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(.69140 0 0 .69140 104.9 -4448.9)" sodipodi:t0="0.81344151" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-0.33 1-0.7 1.9-1.12 2.9" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
+ <path id="shapes-f22-zh_TW.svgpath3634" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(.34570 -.59877 .59877 .34570 -3695.3 -2066.5)" sodipodi:t0="0.81344151" sodipodi:radius="28.202633" sodipodi:expansion="13.200652" sodipodi:revolution="2.7562277" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-0.33 1-0.7 1.9-1.12 2.9" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
+ <path id="shapes-f22-zh_TW.svgpath3635" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(-.48890 -.48890 .48890 -.48890 -2792.1 3319.2)" sodipodi:t0="0.79694211" sodipodi:radius="36.963310" sodipodi:expansion="13.200652" sodipodi:revolution="2.8132913" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-1.9 5.6-5.29 10.6-9.45 14.7" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
+ <path id="shapes-f22-zh_TW.svgpath3636" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(-.69140 6.1207e-8 -6.1207e-8 -.69140 425.78 4523.9)" sodipodi:t0="0.79712820" sodipodi:radius="36.849499" sodipodi:expansion="13.200652" sodipodi:revolution="2.8126345" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-1.88 5.5-5.22 10.5-9.32 14.6" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
+ <path id="shapes-f22-zh_TW.svgpath3089" sodipodi:argument="-16.245340" stroke="#000" stroke-width="1.4463pt" fill="none" style="color:#000000" transform="translate(10 5288.2) matrix(-.34570 .59877 -.59877 -.34570 4235.7 2172)" sodipodi:t0="0.77057040" sodipodi:radius="57.635422" sodipodi:expansion="13.200652" sodipodi:revolution="2.9095716" sodipodi:type="spiral" d="m241.32 6459.8c0.7-3 4.87-3.3 7.23-2.6 10.57 3 11.3 17.5 8.39 26-5.81 17-23.61 26.9-40.46 29.6" sodipodi:cy="6461.3071" sodipodi:cx="242.34204"/>
+ <rect id="d0e839" display="none" height="1e3px" width="288" y="5400.1" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e839"/>
</flowRegion>
<flowDiv xml:space="preserve">點狀邊框的螺旋形特別地有趣 — 融合平滑的集中形狀和規則的均勻分佈可製作出優美的波紋標誌 (點或線段):</flowDiv>
</flowRoot>
- <path id="shapes-f23-zh_TW.svgpath3032" sodipodi:argument="-36.806286" stroke="#000" stroke-width="3.75" fill="none" style="color:#000000" transform="translate(10 5454.2) matrix(-.17215 .64245 -.64245 -.17215 4263.8 1103.8)" sodipodi:t0="0.0000000" sodipodi:radius="68.998032" sodipodi:expansion="0.98582262" sodipodi:revolution="18.821123" sodipodi:type="spiral" d="m103.2 6518.4c0.37 0.5-0.43 0.7-0.76 0.6-0.87-0.3-0.89-1.4-0.45-2.1 0.77-1.1 2.44-1.1 3.45-0.3 1.47 1.2 1.37 3.5 0.15 4.8-1.61 1.8-4.43 1.6-6.101 0-2.092-2-1.871-5.4 0.134-7.4 2.417-2.4 6.427-2.1 8.747 0.3 2.72 2.8 2.37 7.4-0.43 10-3.22 3.1-8.406 2.6-11.363-0.5-3.354-3.7-2.878-9.4 0.705-12.7 4.018-3.7 10.388-3.2 13.988 0.8 3.98 4.4 3.38 11.4-0.99 15.3-4.81 4.3-12.365 3.6-16.596-1.1-4.616-5.2-3.884-13.4 1.272-17.9 5.594-4.9 14.334-4.2 19.194 1.4 5.25 6 4.39 15.3-1.55 20.5-6.38 5.6-16.299 4.6-21.796-1.7-5.875-6.8-4.889-17.3 1.835-23.1 7.16-6.2 18.261-5.1 24.391 2 6.5 7.5 5.39 19.2-2.12 25.7-7.94 6.8-20.219 5.6-26.976-2.3-7.132-8.3-5.891-21.2 2.395-28.3 8.724-7.4 22.181-6.1 29.561 2.6 7.76 9.1 6.39 23.1-2.67 30.8-9.5 8.1-24.135 6.7-32.149-2.8-8.385-9.9-6.89-25.1 2.954-33.4 10.283-8.7 26.085-7.2 34.725 3.1 9.01 10.6 7.39 27-3.23 36-11.06 9.3-28.038 7.6-37.305-3.4-9.636-11.4-7.888-29 3.511-38.6 11.839-9.9 29.984-8.1 39.884 3.7 10.26 12.2 8.38 30.9-3.79 41.1-12.62 10.6-31.937 8.7-42.455-3.9-10.886-13-8.885-32.9 4.067-43.7 13.391-11.2 33.878-9.2 45.018 4.2 11.51 13.8 9.39 34.8-4.34 46.3-14.17 11.8-35.824 9.6-47.591-4.5-12.132-14.5-9.879-36.8 4.622-48.9 14.941-12.4 37.769-10.1 50.159 4.8 12.75 15.3 10.37 38.7-4.9 51.4-15.72 13.1-39.709 10.7-52.722-5-13.378-16.1-10.873-40.7 5.176-54 16.488-13.7 41.646-11.1 55.286 5.3 14 16.9 11.37 42.6-5.46 56.6-17.26 14.3-43.581 11.6-57.839-5.6-14.622-17.7-11.865-44.6 5.729-59.1 18.033-15 45.52-12.2 60.4 5.8 15.24 18.4 12.36 46.5-6 61.7-18.81 15.6-47.461 12.6-62.963-6.1-15.864-19.2-12.856-48.5 6.282-64.3 19.576-16.2 49.391-13.1 65.511 6.4 16.49 20 13.36 50.4-6.55 66.8-20.35 16.8-51.33 13.6-68.073-6.7-17.105-20.7-13.847-52.3 6.833-69.3 21.118-17.4 53.26-14.1 70.62 7 17.73 21.5 14.34 54.2-7.11 71.9-21.88 18-55.187 14.5-73.17-7.3-18.345-22.3-14.836-56.1 7.384-74.4 22.658-18.7 57.126-15.1 75.726 7.5 18.96 23 15.33 58.1-7.66 77-23.43 19.3-59.052 15.6-78.275-7.8-19.583-23.8-15.823-60 7.934-79.6 24.197-19.9 60.981-16 80.821 8.1 20.2 24.6 16.32 62-8.21 82.1-24.96 20.5-62.906 16.6-83.367-8.3-20.82-25.4-16.811-63.9 8.485-84.7 25.733-21.1 64.832-17 85.912 8.6 21.44 26.2 17.31 65.8-8.76 87.2-26.5 21.8-66.759 17.6-88.456-8.9-22.057-26.9-17.797-67.7 9.033-89.7 27.269-22.4 68.683-18 91.003 9.2 22.68 27.6 18.29 69.6-9.31 92.2-28.03 23-70.61 18.6-93.543-9.4-23.293-28.4-18.783-71.6 9.582-94.8 28.804-23.6 72.541-19 96.091 9.7 6.5 7.9 11.19 17.3 13.62 27.3" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" stroke-dasharray="1.8749997 1.8749997"/>
- <path id="shapes-f23-zh_TW.svgpath3088" sodipodi:argument="-36.806286" stroke="#000" stroke-width="7.5" fill="none" style="color:#000000" transform="translate(10 5454.2) matrix(-.17929 .65451 -.66912 -.17538 4637.7 1123.6)" sodipodi:t0="0.0000000" sodipodi:radius="68.998032" sodipodi:expansion="0.98582262" sodipodi:revolution="18.821123" sodipodi:type="spiral" d="m103.2 6518.4c0.37 0.5-0.43 0.7-0.76 0.6-0.87-0.3-0.89-1.4-0.45-2.1 0.77-1.1 2.44-1.1 3.45-0.3 1.47 1.2 1.37 3.5 0.15 4.8-1.61 1.8-4.43 1.6-6.101 0-2.092-2-1.871-5.4 0.134-7.4 2.417-2.4 6.427-2.1 8.747 0.3 2.72 2.8 2.37 7.4-0.43 10-3.22 3.1-8.406 2.6-11.363-0.5-3.354-3.7-2.878-9.4 0.705-12.7 4.018-3.7 10.388-3.2 13.988 0.8 3.98 4.4 3.38 11.4-0.99 15.3-4.81 4.3-12.365 3.6-16.596-1.1-4.616-5.2-3.884-13.4 1.272-17.9 5.594-4.9 14.334-4.2 19.194 1.4 5.25 6 4.39 15.3-1.55 20.5-6.38 5.6-16.299 4.6-21.796-1.7-5.875-6.8-4.889-17.3 1.835-23.1 7.16-6.2 18.261-5.1 24.391 2 6.5 7.5 5.39 19.2-2.12 25.7-7.94 6.8-20.219 5.6-26.976-2.3-7.132-8.3-5.891-21.2 2.395-28.3 8.724-7.4 22.181-6.1 29.561 2.6 7.76 9.1 6.39 23.1-2.67 30.8-9.5 8.1-24.135 6.7-32.149-2.8-8.385-9.9-6.89-25.1 2.954-33.4 10.283-8.7 26.085-7.2 34.725 3.1 9.01 10.6 7.39 27-3.23 36-11.06 9.3-28.038 7.6-37.305-3.4-9.636-11.4-7.888-29 3.511-38.6 11.839-9.9 29.984-8.1 39.884 3.7 10.26 12.2 8.38 30.9-3.79 41.1-12.62 10.6-31.937 8.7-42.455-3.9-10.886-13-8.885-32.9 4.067-43.7 13.391-11.2 33.878-9.2 45.018 4.2 11.51 13.8 9.39 34.8-4.34 46.3-14.17 11.8-35.824 9.6-47.591-4.5-12.132-14.5-9.879-36.8 4.622-48.9 14.941-12.4 37.769-10.1 50.159 4.8 12.75 15.3 10.37 38.7-4.9 51.4-15.72 13.1-39.709 10.7-52.722-5-13.378-16.1-10.873-40.7 5.176-54 16.488-13.7 41.646-11.1 55.286 5.3 14 16.9 11.37 42.6-5.46 56.6-17.26 14.3-43.581 11.6-57.839-5.6-14.622-17.7-11.865-44.6 5.729-59.1 18.033-15 45.52-12.2 60.4 5.8 15.24 18.4 12.36 46.5-6 61.7-18.81 15.6-47.461 12.6-62.963-6.1-15.864-19.2-12.856-48.5 6.282-64.3 19.576-16.2 49.391-13.1 65.511 6.4 16.49 20 13.36 50.4-6.55 66.8-20.35 16.8-51.33 13.6-68.073-6.7-17.105-20.7-13.847-52.3 6.833-69.3 21.118-17.4 53.26-14.1 70.62 7 17.73 21.5 14.34 54.2-7.11 71.9-21.88 18-55.187 14.5-73.17-7.3-18.345-22.3-14.836-56.1 7.384-74.4 22.658-18.7 57.126-15.1 75.726 7.5 18.96 23 15.33 58.1-7.66 77-23.43 19.3-59.052 15.6-78.275-7.8-19.583-23.8-15.823-60 7.934-79.6 24.197-19.9 60.981-16 80.821 8.1 20.2 24.6 16.32 62-8.21 82.1-24.96 20.5-62.906 16.6-83.367-8.3-20.82-25.4-16.811-63.9 8.485-84.7 25.733-21.1 64.832-17 85.912 8.6 21.44 26.2 17.31 65.8-8.76 87.2-26.5 21.8-66.759 17.6-88.456-8.9-22.057-26.9-17.797-67.7 9.033-89.7 27.269-22.4 68.683-18 91.003 9.2 22.68 27.6 18.29 69.6-9.31 92.2-28.03 23-70.61 18.6-93.543-9.4-23.293-28.4-18.783-71.6 9.582-94.8 28.804-23.6 72.541-19 96.091 9.7 6.5 7.9 11.19 17.3 13.62 27.3" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" stroke-dasharray="3.7499994 3.7499994"/>
- <path id="shapes-f23-zh_TW.svgpath3090" sodipodi:argument="-36.806286" stroke="#000" stroke-width=".60429" fill="none" style="color:#000000" transform="translate(10 5454.2) matrix(-.17929 .65451 -.66912 -.17538 4536.4 1123.2)" sodipodi:t0="0.0000000" sodipodi:radius="68.998032" sodipodi:expansion="0.98582262" sodipodi:revolution="18.821123" sodipodi:type="spiral" d="m103.2 6518.4c0.37 0.5-0.43 0.7-0.76 0.6-0.87-0.3-0.89-1.4-0.45-2.1 0.77-1.1 2.44-1.1 3.45-0.3 1.47 1.2 1.37 3.5 0.15 4.8-1.61 1.8-4.43 1.6-6.101 0-2.092-2-1.871-5.4 0.134-7.4 2.417-2.4 6.427-2.1 8.747 0.3 2.72 2.8 2.37 7.4-0.43 10-3.22 3.1-8.406 2.6-11.363-0.5-3.354-3.7-2.878-9.4 0.705-12.7 4.018-3.7 10.388-3.2 13.988 0.8 3.98 4.4 3.38 11.4-0.99 15.3-4.81 4.3-12.365 3.6-16.596-1.1-4.616-5.2-3.884-13.4 1.272-17.9 5.594-4.9 14.334-4.2 19.194 1.4 5.25 6 4.39 15.3-1.55 20.5-6.38 5.6-16.299 4.6-21.796-1.7-5.875-6.8-4.889-17.3 1.835-23.1 7.16-6.2 18.261-5.1 24.391 2 6.5 7.5 5.39 19.2-2.12 25.7-7.94 6.8-20.219 5.6-26.976-2.3-7.132-8.3-5.891-21.2 2.395-28.3 8.724-7.4 22.181-6.1 29.561 2.6 7.76 9.1 6.39 23.1-2.67 30.8-9.5 8.1-24.135 6.7-32.149-2.8-8.385-9.9-6.89-25.1 2.954-33.4 10.283-8.7 26.085-7.2 34.725 3.1 9.01 10.6 7.39 27-3.23 36-11.06 9.3-28.038 7.6-37.305-3.4-9.636-11.4-7.888-29 3.511-38.6 11.839-9.9 29.984-8.1 39.884 3.7 10.26 12.2 8.38 30.9-3.79 41.1-12.62 10.6-31.937 8.7-42.455-3.9-10.886-13-8.885-32.9 4.067-43.7 13.391-11.2 33.878-9.2 45.018 4.2 11.51 13.8 9.39 34.8-4.34 46.3-14.17 11.8-35.824 9.6-47.591-4.5-12.132-14.5-9.879-36.8 4.622-48.9 14.941-12.4 37.769-10.1 50.159 4.8 12.75 15.3 10.37 38.7-4.9 51.4-15.72 13.1-39.709 10.7-52.722-5-13.378-16.1-10.873-40.7 5.176-54 16.488-13.7 41.646-11.1 55.286 5.3 14 16.9 11.37 42.6-5.46 56.6-17.26 14.3-43.581 11.6-57.839-5.6-14.622-17.7-11.865-44.6 5.729-59.1 18.033-15 45.52-12.2 60.4 5.8 15.24 18.4 12.36 46.5-6 61.7-18.81 15.6-47.461 12.6-62.963-6.1-15.864-19.2-12.856-48.5 6.282-64.3 19.576-16.2 49.391-13.1 65.511 6.4 16.49 20 13.36 50.4-6.55 66.8-20.35 16.8-51.33 13.6-68.073-6.7-17.105-20.7-13.847-52.3 6.833-69.3 21.118-17.4 53.26-14.1 70.62 7 17.73 21.5 14.34 54.2-7.11 71.9-21.88 18-55.187 14.5-73.17-7.3-18.345-22.3-14.836-56.1 7.384-74.4 22.658-18.7 57.126-15.1 75.726 7.5 18.96 23 15.33 58.1-7.66 77-23.43 19.3-59.052 15.6-78.275-7.8-19.583-23.8-15.823-60 7.934-79.6 24.197-19.9 60.981-16 80.821 8.1 20.2 24.6 16.32 62-8.21 82.1-24.96 20.5-62.906 16.6-83.367-8.3-20.82-25.4-16.811-63.9 8.485-84.7 25.733-21.1 64.832-17 85.912 8.6 21.44 26.2 17.31 65.8-8.76 87.2-26.5 21.8-66.759 17.6-88.456-8.9-22.057-26.9-17.797-67.7 9.033-89.7 27.269-22.4 68.683-18 91.003 9.2 22.68 27.6 18.29 69.6-9.31 92.2-28.03 23-70.61 18.6-93.543-9.4-23.293-28.4-18.783-71.6 9.582-94.8 28.804-23.6 72.541-19 96.091 9.7 6.5 7.9 11.19 17.3 13.62 27.3" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" stroke-dasharray="0.60429269 7.2515122"/>
- <text style="writing-mode:lr" font-weight="bold" font-size="8" y="5576.310361800001" x="10" font-family="Sans" fill="#000000">
- <tspan y="5576.310361800001" x="10">結論</tspan>
+ <path id="shapes-f23-zh_TW.svgpath3032" sodipodi:argument="-36.806286" stroke="#000" stroke-width="3.75" fill="none" style="color:#000000" transform="translate(10 5437.3) matrix(-.17215 .64245 -.64245 -.17215 4263.8 1103.8)" sodipodi:t0="0.0000000" sodipodi:radius="68.998032" sodipodi:expansion="0.98582262" sodipodi:revolution="18.821123" sodipodi:type="spiral" d="m103.2 6518.4c0.37 0.5-0.43 0.7-0.76 0.6-0.87-0.3-0.89-1.4-0.45-2.1 0.77-1.1 2.44-1.1 3.45-0.3 1.47 1.2 1.37 3.5 0.15 4.8-1.61 1.8-4.43 1.6-6.101 0-2.092-2-1.871-5.4 0.134-7.4 2.417-2.4 6.427-2.1 8.747 0.3 2.72 2.8 2.37 7.4-0.43 10-3.22 3.1-8.406 2.6-11.363-0.5-3.354-3.7-2.878-9.4 0.705-12.7 4.018-3.7 10.388-3.2 13.988 0.8 3.98 4.4 3.38 11.4-0.99 15.3-4.81 4.3-12.365 3.6-16.596-1.1-4.616-5.2-3.884-13.4 1.272-17.9 5.594-4.9 14.334-4.2 19.194 1.4 5.25 6 4.39 15.3-1.55 20.5-6.38 5.6-16.299 4.6-21.796-1.7-5.875-6.8-4.889-17.3 1.835-23.1 7.16-6.2 18.261-5.1 24.391 2 6.5 7.5 5.39 19.2-2.12 25.7-7.94 6.8-20.219 5.6-26.976-2.3-7.132-8.3-5.891-21.2 2.395-28.3 8.724-7.4 22.181-6.1 29.561 2.6 7.76 9.1 6.39 23.1-2.67 30.8-9.5 8.1-24.135 6.7-32.149-2.8-8.385-9.9-6.89-25.1 2.954-33.4 10.283-8.7 26.085-7.2 34.725 3.1 9.01 10.6 7.39 27-3.23 36-11.06 9.3-28.038 7.6-37.305-3.4-9.636-11.4-7.888-29 3.511-38.6 11.839-9.9 29.984-8.1 39.884 3.7 10.26 12.2 8.38 30.9-3.79 41.1-12.62 10.6-31.937 8.7-42.455-3.9-10.886-13-8.885-32.9 4.067-43.7 13.391-11.2 33.878-9.2 45.018 4.2 11.51 13.8 9.39 34.8-4.34 46.3-14.17 11.8-35.824 9.6-47.591-4.5-12.132-14.5-9.879-36.8 4.622-48.9 14.941-12.4 37.769-10.1 50.159 4.8 12.75 15.3 10.37 38.7-4.9 51.4-15.72 13.1-39.709 10.7-52.722-5-13.378-16.1-10.873-40.7 5.176-54 16.488-13.7 41.646-11.1 55.286 5.3 14 16.9 11.37 42.6-5.46 56.6-17.26 14.3-43.581 11.6-57.839-5.6-14.622-17.7-11.865-44.6 5.729-59.1 18.033-15 45.52-12.2 60.4 5.8 15.24 18.4 12.36 46.5-6 61.7-18.81 15.6-47.461 12.6-62.963-6.1-15.864-19.2-12.856-48.5 6.282-64.3 19.576-16.2 49.391-13.1 65.511 6.4 16.49 20 13.36 50.4-6.55 66.8-20.35 16.8-51.33 13.6-68.073-6.7-17.105-20.7-13.847-52.3 6.833-69.3 21.118-17.4 53.26-14.1 70.62 7 17.73 21.5 14.34 54.2-7.11 71.9-21.88 18-55.187 14.5-73.17-7.3-18.345-22.3-14.836-56.1 7.384-74.4 22.658-18.7 57.126-15.1 75.726 7.5 18.96 23 15.33 58.1-7.66 77-23.43 19.3-59.052 15.6-78.275-7.8-19.583-23.8-15.823-60 7.934-79.6 24.197-19.9 60.981-16 80.821 8.1 20.2 24.6 16.32 62-8.21 82.1-24.96 20.5-62.906 16.6-83.367-8.3-20.82-25.4-16.811-63.9 8.485-84.7 25.733-21.1 64.832-17 85.912 8.6 21.44 26.2 17.31 65.8-8.76 87.2-26.5 21.8-66.759 17.6-88.456-8.9-22.057-26.9-17.797-67.7 9.033-89.7 27.269-22.4 68.683-18 91.003 9.2 22.68 27.6 18.29 69.6-9.31 92.2-28.03 23-70.61 18.6-93.543-9.4-23.293-28.4-18.783-71.6 9.582-94.8 28.804-23.6 72.541-19 96.091 9.7 6.5 7.9 11.19 17.3 13.62 27.3" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" stroke-dasharray="1.8749997 1.8749997"/>
+ <path id="shapes-f23-zh_TW.svgpath3088" sodipodi:argument="-36.806286" stroke="#000" stroke-width="7.5" fill="none" style="color:#000000" transform="translate(10 5437.3) matrix(-.17929 .65451 -.66912 -.17538 4637.7 1123.6)" sodipodi:t0="0.0000000" sodipodi:radius="68.998032" sodipodi:expansion="0.98582262" sodipodi:revolution="18.821123" sodipodi:type="spiral" d="m103.2 6518.4c0.37 0.5-0.43 0.7-0.76 0.6-0.87-0.3-0.89-1.4-0.45-2.1 0.77-1.1 2.44-1.1 3.45-0.3 1.47 1.2 1.37 3.5 0.15 4.8-1.61 1.8-4.43 1.6-6.101 0-2.092-2-1.871-5.4 0.134-7.4 2.417-2.4 6.427-2.1 8.747 0.3 2.72 2.8 2.37 7.4-0.43 10-3.22 3.1-8.406 2.6-11.363-0.5-3.354-3.7-2.878-9.4 0.705-12.7 4.018-3.7 10.388-3.2 13.988 0.8 3.98 4.4 3.38 11.4-0.99 15.3-4.81 4.3-12.365 3.6-16.596-1.1-4.616-5.2-3.884-13.4 1.272-17.9 5.594-4.9 14.334-4.2 19.194 1.4 5.25 6 4.39 15.3-1.55 20.5-6.38 5.6-16.299 4.6-21.796-1.7-5.875-6.8-4.889-17.3 1.835-23.1 7.16-6.2 18.261-5.1 24.391 2 6.5 7.5 5.39 19.2-2.12 25.7-7.94 6.8-20.219 5.6-26.976-2.3-7.132-8.3-5.891-21.2 2.395-28.3 8.724-7.4 22.181-6.1 29.561 2.6 7.76 9.1 6.39 23.1-2.67 30.8-9.5 8.1-24.135 6.7-32.149-2.8-8.385-9.9-6.89-25.1 2.954-33.4 10.283-8.7 26.085-7.2 34.725 3.1 9.01 10.6 7.39 27-3.23 36-11.06 9.3-28.038 7.6-37.305-3.4-9.636-11.4-7.888-29 3.511-38.6 11.839-9.9 29.984-8.1 39.884 3.7 10.26 12.2 8.38 30.9-3.79 41.1-12.62 10.6-31.937 8.7-42.455-3.9-10.886-13-8.885-32.9 4.067-43.7 13.391-11.2 33.878-9.2 45.018 4.2 11.51 13.8 9.39 34.8-4.34 46.3-14.17 11.8-35.824 9.6-47.591-4.5-12.132-14.5-9.879-36.8 4.622-48.9 14.941-12.4 37.769-10.1 50.159 4.8 12.75 15.3 10.37 38.7-4.9 51.4-15.72 13.1-39.709 10.7-52.722-5-13.378-16.1-10.873-40.7 5.176-54 16.488-13.7 41.646-11.1 55.286 5.3 14 16.9 11.37 42.6-5.46 56.6-17.26 14.3-43.581 11.6-57.839-5.6-14.622-17.7-11.865-44.6 5.729-59.1 18.033-15 45.52-12.2 60.4 5.8 15.24 18.4 12.36 46.5-6 61.7-18.81 15.6-47.461 12.6-62.963-6.1-15.864-19.2-12.856-48.5 6.282-64.3 19.576-16.2 49.391-13.1 65.511 6.4 16.49 20 13.36 50.4-6.55 66.8-20.35 16.8-51.33 13.6-68.073-6.7-17.105-20.7-13.847-52.3 6.833-69.3 21.118-17.4 53.26-14.1 70.62 7 17.73 21.5 14.34 54.2-7.11 71.9-21.88 18-55.187 14.5-73.17-7.3-18.345-22.3-14.836-56.1 7.384-74.4 22.658-18.7 57.126-15.1 75.726 7.5 18.96 23 15.33 58.1-7.66 77-23.43 19.3-59.052 15.6-78.275-7.8-19.583-23.8-15.823-60 7.934-79.6 24.197-19.9 60.981-16 80.821 8.1 20.2 24.6 16.32 62-8.21 82.1-24.96 20.5-62.906 16.6-83.367-8.3-20.82-25.4-16.811-63.9 8.485-84.7 25.733-21.1 64.832-17 85.912 8.6 21.44 26.2 17.31 65.8-8.76 87.2-26.5 21.8-66.759 17.6-88.456-8.9-22.057-26.9-17.797-67.7 9.033-89.7 27.269-22.4 68.683-18 91.003 9.2 22.68 27.6 18.29 69.6-9.31 92.2-28.03 23-70.61 18.6-93.543-9.4-23.293-28.4-18.783-71.6 9.582-94.8 28.804-23.6 72.541-19 96.091 9.7 6.5 7.9 11.19 17.3 13.62 27.3" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" stroke-dasharray="3.7499994 3.7499994"/>
+ <path id="shapes-f23-zh_TW.svgpath3090" sodipodi:argument="-36.806286" stroke="#000" stroke-width=".60429" fill="none" style="color:#000000" transform="translate(10 5437.3) matrix(-.17929 .65451 -.66912 -.17538 4536.4 1123.2)" sodipodi:t0="0.0000000" sodipodi:radius="68.998032" sodipodi:expansion="0.98582262" sodipodi:revolution="18.821123" sodipodi:type="spiral" d="m103.2 6518.4c0.37 0.5-0.43 0.7-0.76 0.6-0.87-0.3-0.89-1.4-0.45-2.1 0.77-1.1 2.44-1.1 3.45-0.3 1.47 1.2 1.37 3.5 0.15 4.8-1.61 1.8-4.43 1.6-6.101 0-2.092-2-1.871-5.4 0.134-7.4 2.417-2.4 6.427-2.1 8.747 0.3 2.72 2.8 2.37 7.4-0.43 10-3.22 3.1-8.406 2.6-11.363-0.5-3.354-3.7-2.878-9.4 0.705-12.7 4.018-3.7 10.388-3.2 13.988 0.8 3.98 4.4 3.38 11.4-0.99 15.3-4.81 4.3-12.365 3.6-16.596-1.1-4.616-5.2-3.884-13.4 1.272-17.9 5.594-4.9 14.334-4.2 19.194 1.4 5.25 6 4.39 15.3-1.55 20.5-6.38 5.6-16.299 4.6-21.796-1.7-5.875-6.8-4.889-17.3 1.835-23.1 7.16-6.2 18.261-5.1 24.391 2 6.5 7.5 5.39 19.2-2.12 25.7-7.94 6.8-20.219 5.6-26.976-2.3-7.132-8.3-5.891-21.2 2.395-28.3 8.724-7.4 22.181-6.1 29.561 2.6 7.76 9.1 6.39 23.1-2.67 30.8-9.5 8.1-24.135 6.7-32.149-2.8-8.385-9.9-6.89-25.1 2.954-33.4 10.283-8.7 26.085-7.2 34.725 3.1 9.01 10.6 7.39 27-3.23 36-11.06 9.3-28.038 7.6-37.305-3.4-9.636-11.4-7.888-29 3.511-38.6 11.839-9.9 29.984-8.1 39.884 3.7 10.26 12.2 8.38 30.9-3.79 41.1-12.62 10.6-31.937 8.7-42.455-3.9-10.886-13-8.885-32.9 4.067-43.7 13.391-11.2 33.878-9.2 45.018 4.2 11.51 13.8 9.39 34.8-4.34 46.3-14.17 11.8-35.824 9.6-47.591-4.5-12.132-14.5-9.879-36.8 4.622-48.9 14.941-12.4 37.769-10.1 50.159 4.8 12.75 15.3 10.37 38.7-4.9 51.4-15.72 13.1-39.709 10.7-52.722-5-13.378-16.1-10.873-40.7 5.176-54 16.488-13.7 41.646-11.1 55.286 5.3 14 16.9 11.37 42.6-5.46 56.6-17.26 14.3-43.581 11.6-57.839-5.6-14.622-17.7-11.865-44.6 5.729-59.1 18.033-15 45.52-12.2 60.4 5.8 15.24 18.4 12.36 46.5-6 61.7-18.81 15.6-47.461 12.6-62.963-6.1-15.864-19.2-12.856-48.5 6.282-64.3 19.576-16.2 49.391-13.1 65.511 6.4 16.49 20 13.36 50.4-6.55 66.8-20.35 16.8-51.33 13.6-68.073-6.7-17.105-20.7-13.847-52.3 6.833-69.3 21.118-17.4 53.26-14.1 70.62 7 17.73 21.5 14.34 54.2-7.11 71.9-21.88 18-55.187 14.5-73.17-7.3-18.345-22.3-14.836-56.1 7.384-74.4 22.658-18.7 57.126-15.1 75.726 7.5 18.96 23 15.33 58.1-7.66 77-23.43 19.3-59.052 15.6-78.275-7.8-19.583-23.8-15.823-60 7.934-79.6 24.197-19.9 60.981-16 80.821 8.1 20.2 24.6 16.32 62-8.21 82.1-24.96 20.5-62.906 16.6-83.367-8.3-20.82-25.4-16.811-63.9 8.485-84.7 25.733-21.1 64.832-17 85.912 8.6 21.44 26.2 17.31 65.8-8.76 87.2-26.5 21.8-66.759 17.6-88.456-8.9-22.057-26.9-17.797-67.7 9.033-89.7 27.269-22.4 68.683-18 91.003 9.2 22.68 27.6 18.29 69.6-9.31 92.2-28.03 23-70.61 18.6-93.543-9.4-23.293-28.4-18.783-71.6 9.582-94.8 28.804-23.6 72.541-19 96.091 9.7 6.5 7.9 11.19 17.3 13.62 27.3" sodipodi:cy="6518.4199" sodipodi:cx="103.19778" stroke-dasharray="0.60429269 7.2515122"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="5559.422612" x="10" font-family="Sans" fill="#000000">
+ <tspan y="5559.422612" x="10">結論</tspan>
</text>
- <rect id="d0e858" display="none" height="1e3px" width="288" y="5581.5" x="10"/>
+ <rect id="d0e858" display="none" height="1e3px" width="288" y="5564.6" x="10"/>
<flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e858"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 的形狀工具是非常強大的。學習形狀工具的技巧並於空閒時練習使用 — 這會讓你進行設計工作時獲得益處,因為常常使用形狀會可讓向量插圖創作更快速且更容易修改。如果你有任何改進形狀工具的意見,請聯絡開發人員。</flowDiv>
</flowRoot>
- <g transform="translate(0 5621.7)">
+ <g transform="translate(0 5605.3)">
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
<linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
<filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
diff --git a/share/tutorials/tutorial-tips.zh_TW.svg b/share/tutorials/tutorial-tips.zh_TW.svg
index 872c4d3b1..c41c01d2d 100644
--- a/share/tutorials/tutorial-tips.zh_TW.svg
+++ b/share/tutorials/tutorial-tips.zh_TW.svg
@@ -5,11 +5,11 @@
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
<linearGradient id="linearGradient841">
<stop id="stop842" stop-color="#0082ab" offset="0"/>
- <stop id="stop843" stop-color="#FFF" stop-opacity="0" offset="1"/>
+ <stop id="stop843" stop-color="#fff" stop-opacity="0" offset="1"/>
</linearGradient>
- <linearGradient id="linearGradient1657" y2="0.91667" xlink:href="#linearGradient841" y1="0.16666" x2="0.51619" x1="0.51619"/>
- <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom">
- <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/>
+ <linearGradient id="linearGradient1657" y2=".91667" xlink:href="#linearGradient841" y1=".16666" x2=".51619" x1=".51619"/>
+ <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
+ <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/>
<feComposite id="feComposite53" operator="in" result="composite1" in2="SourceGraphic" in="flood"/>
<feGaussianBlur id="feGaussianBlur55" result="blur" stdDeviation="20" in="composite1"/>
<feOffset id="feOffset57" result="offset" dx="0" dy="0"/>
@@ -25,649 +25,632 @@
</rdf:RDF>
</metadata>
<g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer">
- <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y="0.27753" x="0.18215" fill="url(#linearGradient1657)"/>
- <path id="path93" stroke-width="1.0000000pt" fill="#FFF" d="M150.97,4.9606h-9.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2,0.913-0.57,1.722-0.95,2.1-0.5,0.522-1.41,0.769-2.74,0.769h-1.06c-0.48,0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98,0,1.37,0.0783,1.69,0.3521,0.42,0.339,0.58,0.756,0.61,1.526h0.75v-4.2776h-0.75c-0.08,1.278-0.72,1.7866-2.23,1.7866h-0.38v-2.9734c0-0.5607,0.14-0.652,1-0.652h0.83c1.4,0,2.09,0.1173,2.63,0.4825,0.52,0.3391,0.91,1.0694,1.15,2.243h0.68l-0.22-3.3385zm-21.15,5.2294h1.8c1.43,0,2.18-0.091,2.82-0.339,1.13-0.4434,1.77-1.278,1.77-2.3082,0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29,0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999,0.09-0.6651,0.97-0.6651h1.02c1.66,0,2.44,0.639,2.44,2.0213,0,1.3433-0.81,1.9823-2.5,1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67,7.6029c-0.31,0.678-0.38,0.769-0.62,0.978-0.25,0.248-0.7,0.404-1.13,0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86,0-1.29-0.247-1.29-0.743,0-0.156,0.05-0.339,0.14-0.548l0.53-1.147h4.22l0.87,1.747c0.09,0.196,0.12,0.287,0.12,0.352,0,0.209-0.4,0.339-0.99,0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79,0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78,2.1387l1.8,3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63,0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55,0-2.825,0.5086-3.909,1.565-1.02,0.9911-1.498,2.0865-1.498,3.4297,0,2.8043,2.247,4.8123,5.387,4.8123,2.55,0,4.18-1.226,4.54-3.417l-0.75-0.104c-0.16,0.691-0.35,1.16-0.63,1.552-0.66,0.9-1.68,1.356-2.97,1.356-2.358,0-3.473-1.343-3.473-4.1471,0-1.4736,0.239-2.4647,0.781-3.2472,0.494-0.7303,1.482-1.1867,2.502-1.1867,1.12,0,2.1,0.4825,2.71,1.3171,0.3,0.4304,0.54,0.939,0.91,1.9431h0.7l-0.24-3.7688zm-15.955,0.013h-0.589l-0.638,0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088,0-3.491,1.0955-3.491,2.7256,0,1.4215,0.861,2.1257,3.204,2.6214l1.514,0.313c1.18,0.248,1.291,0.274,1.626,0.482,0.478,0.3,0.733,0.731,0.733,1.239,0,0.522-0.239,0.952-0.717,1.304-0.526,0.379-1.052,0.522-1.928,0.522-1.18,0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064,3.717h0.622l0.717-0.887c1.068,0.717,1.961,0.978,3.347,0.978,2.343,0,3.842-1.122,3.842-2.869,0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041,0-0.9128,0.908-1.5388,2.263-1.5388,1.116,0,2.024,0.3912,2.662,1.1346,0.462,0.5347,0.749,1.0824,0.956,1.7475h0.686l-0.192-3.3907zm-21.55,5.2296v-3.5473-0.3782c0-0.5477,0.144-0.6129,1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291,0,1.434,0.0652,1.434,0.6129v0.3782,6.2073,0.378c0,0.548-0.143,0.613-1.434,0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291,0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258,2.774,3.3258c0.255,0.313,0.319,0.417,0.319,0.547,0,0.209-0.303,0.3-1.084,0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877,0-1.1-0.091-1.562-0.652l-3.857-4.551,2.375-1.9431c0.765-0.6651,1.737-1.0433,2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733,0,1.036,0.1173,1.036,0.3912,0,0.1826-0.319,0.5608-0.781,0.939l-3.906,3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813,0,1.18,0.1043,1.467,0.4303v5.5421c0,1.787-0.319,2.165-1.849,2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109,7.8509h0.67v-6.7685c0-1.7866,0.319-2.1648,1.849-2.2169v-0.613h-4.543v0.613c1.514,0.0521,1.833,0.4303,1.833,2.2169v4.0945l-6.36-6.9244zm-10.36,1.6041v-0.3782c0-0.5477,0.143-0.6129,1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291,0,1.435,0.0652,1.435,0.6129v0.3782,6.2073,0.378c0,0.548-0.144,0.613-1.435,0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275,0-1.418-0.065-1.418-0.613v-0.378-6.2073z"/>
- <use id="use1325" opacity="0.0786517" xlink:href="#path93" transform="matrix(2.39436,0,0,2.331219,-82.96365,-14.49494)" height="1052.3622" width="320" y="0" x="0"/>
- <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(0.058837,0,0,0.058837,-4.7689003,-3.296641)">
- <path id="path805" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/>
- <path id="path1791" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" stroke-width="1pt" fill="#000"/>
- <path id="path1792" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" stroke-width="1pt" fill="#000"/>
- <path id="path1793" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" stroke-width="1pt" fill="#000"/>
- <path id="path831" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt" fill="#000"/>
+ <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y=".27753" x=".18215" fill="url(#linearGradient1657)"/>
+ <path id="path93" d="m150.97 4.9606h-9.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2 0.913-0.57 1.722-0.95 2.1-0.5 0.522-1.41 0.769-2.74 0.769h-1.06c-0.48 0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98 0 1.37 0.0783 1.69 0.3521 0.42 0.339 0.58 0.756 0.61 1.526h0.75v-4.2776h-0.75c-0.08 1.278-0.72 1.7866-2.23 1.7866h-0.38v-2.9734c0-0.5607 0.14-0.652 1-0.652h0.83c1.4 0 2.09 0.1173 2.63 0.4825 0.52 0.3391 0.91 1.0694 1.15 2.243h0.68l-0.22-3.3385zm-21.15 5.2294h1.8c1.43 0 2.18-0.091 2.82-0.339 1.13-0.4434 1.77-1.278 1.77-2.3082 0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29 0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999 0.09-0.6651 0.97-0.6651h1.02c1.66 0 2.44 0.639 2.44 2.0213 0 1.3433-0.81 1.9823-2.5 1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67 7.6029c-0.31 0.678-0.38 0.769-0.62 0.978-0.25 0.248-0.7 0.404-1.13 0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86 0-1.29-0.247-1.29-0.743 0-0.156 0.05-0.339 0.14-0.548l0.53-1.147h4.22l0.87 1.747c0.09 0.196 0.12 0.287 0.12 0.352 0 0.209-0.4 0.339-0.99 0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79 0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78 2.1387l1.8 3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63 0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55 0-2.825 0.5086-3.909 1.565-1.02 0.9911-1.498 2.0865-1.498 3.4297 0 2.8043 2.247 4.8123 5.387 4.8123 2.55 0 4.18-1.226 4.54-3.417l-0.75-0.104c-0.16 0.691-0.35 1.16-0.63 1.552-0.66 0.9-1.68 1.356-2.97 1.356-2.358 0-3.473-1.343-3.473-4.1471 0-1.4736 0.239-2.4647 0.781-3.2472 0.494-0.7303 1.482-1.1867 2.502-1.1867 1.12 0 2.1 0.4825 2.71 1.3171 0.3 0.4304 0.54 0.939 0.91 1.9431h0.7l-0.24-3.7688zm-15.955 0.013h-0.589l-0.638 0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088 0-3.491 1.0955-3.491 2.7256 0 1.4215 0.861 2.1257 3.204 2.6214l1.514 0.313c1.18 0.248 1.291 0.274 1.626 0.482 0.478 0.3 0.733 0.731 0.733 1.239 0 0.522-0.239 0.952-0.717 1.304-0.526 0.379-1.052 0.522-1.928 0.522-1.18 0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064 3.717h0.622l0.717-0.887c1.068 0.717 1.961 0.978 3.347 0.978 2.343 0 3.842-1.122 3.842-2.869 0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041 0-0.9128 0.908-1.5388 2.263-1.5388 1.116 0 2.024 0.3912 2.662 1.1346 0.462 0.5347 0.749 1.0824 0.956 1.7475h0.686l-0.192-3.3907zm-21.55 5.2296v-3.5473-0.3782c0-0.5477 0.144-0.6129 1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291 0 1.434 0.0652 1.434 0.6129v0.3782 6.2073 0.378c0 0.548-0.143 0.613-1.434 0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291 0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258 2.774 3.3258c0.255 0.313 0.319 0.417 0.319 0.547 0 0.209-0.303 0.3-1.084 0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877 0-1.1-0.091-1.562-0.652l-3.857-4.551 2.375-1.9431c0.765-0.6651 1.737-1.0433 2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733 0 1.036 0.1173 1.036 0.3912 0 0.1826-0.319 0.5608-0.781 0.939l-3.906 3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813 0 1.18 0.1043 1.467 0.4303v5.5421c0 1.787-0.319 2.165-1.849 2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109 7.8509h0.67v-6.7685c0-1.7866 0.319-2.1648 1.849-2.2169v-0.613h-4.543v0.613c1.514 0.0521 1.833 0.4303 1.833 2.2169v4.0945l-6.36-6.9244zm-10.36 1.6041v-0.3782c0-0.5477 0.143-0.6129 1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291 0 1.435 0.0652 1.435 0.6129v0.3782 6.2073 0.378c0 0.548-0.144 0.613-1.435 0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275 0-1.418-0.065-1.418-0.613v-0.378-6.2073z" stroke-width="1pt" fill="#fff"/>
+ <use id="use1325" opacity=".078652" xlink:href="#path93" transform="matrix(2.3944 0 0 2.3312 -82.964 -14.495)" height="1052.3622" width="320" y="0" x="0"/>
+ <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(.058837 0 0 .058837 -4.7689 -3.2966)">
+ <path id="path805" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/>
+ <path id="path1791" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/>
+ <path id="path1792" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/>
+ <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/>
+ <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/>
</g>
- <path id="use2086" stroke-linejoin="miter" style="marker-end:none;marker-start:none;stroke-dasharray:none;marker-mid:none;" d="M100.21,10.827h5.7l-3.5,11.473h6.43l-0.57,1.871h-6.43l-1.54,4.72c-1.307,4.014-2.69,8.869-4.155,14.565-1.464,5.641-2.197,8.923-2.197,9.845,0,1.248,0.57,1.872,1.709,1.872,2.007,0,4.423-2.767,7.243-8.3,0.27-0.597,0.68-1.329,1.22-2.197l1.63,0.814c-2.12,4.394-3.69,7.214-4.72,8.462-2.227,2.658-4.586,3.987-7.082,3.987-1.681,0-3.037-0.515-4.068-1.546-1.031-1.085-1.546-2.468-1.546-4.15,0-1.519,0.244-3.227,0.732-5.126,0.543-2.115,2.279-8.191,5.208-18.226l1.383-4.72h-6.509l0.651-1.871h6.509l3.902-11.473zm40.91,10.822h6.1c-5.16,16.436-7.73,26.851-7.73,31.245,0,1.628,0.43,2.441,1.3,2.441,1.03,0,2.25-0.976,3.66-2.929,1.47-2.007,2.74-4.475,3.83-7.404l1.79,0.732c-2.88,8.137-6.46,12.205-10.75,12.205-3.68,0-5.53-2.061-5.53-6.184,0-1.085,0.14-2.848,0.41-5.289-2.12,3.255-3.83,5.615-5.13,7.079-2.6,2.929-5.56,4.394-8.87,4.394-1.95,0-3.58-0.678-4.88-2.034s-1.95-3.038-1.95-5.045c0-0.976,0.81-4.258,2.44-9.845l1.46-5.045c1.63-5.588,2.45-9.032,2.45-10.334,0-1.031-0.36-1.546-1.06-1.546-2.28,0-5.29,3.58-9.03,10.741l-1.79-0.896c4.12-8.462,8.27-12.693,12.44-12.693,1.52,0,2.74,0.57,3.67,1.709,0.97,1.139,1.46,2.631,1.46,4.475,0,2.278-0.54,5.126-1.63,8.544l-2.19,6.916c-1.79,5.642-2.69,8.923-2.69,9.846,0,1.898,0.98,2.847,2.93,2.847,1.74,0,3.64-1.057,5.7-3.173,2.11-2.116,4.01-4.909,5.69-8.381,2.55-5.262,5.18-12.72,7.9-22.376zm24.05-10.822h5.7l-3.5,11.473h6.43l-0.57,1.871h-6.43l-1.55,4.72c-1.3,4.014-2.68,8.869-4.15,14.565-1.46,5.641-2.19,8.923-2.19,9.845,0,1.248,0.57,1.872,1.71,1.872,2,0,4.42-2.767,7.24-8.3,0.27-0.597,0.68-1.329,1.22-2.197l1.63,0.814c-2.12,4.394-3.69,7.214-4.72,8.462-2.23,2.658-4.59,3.987-7.08,3.987-1.68,0-3.04-0.515-4.07-1.546-1.03-1.085-1.55-2.468-1.55-4.15,0-1.519,0.25-3.227,0.74-5.126,0.54-2.115,2.27-8.191,5.2-18.226l1.39-4.72h-6.51l0.65-1.871h6.51l3.9-11.473zm28.16,12.287c-3.91-0.217-7.38,3.688-10.42,11.717-2.11,5.587-3.17,10.605-3.17,15.053,0,4.122,1.82,6.184,5.45,6.184,2.93,0,5.48-1.872,7.65-5.615,1.41-2.387,2.63-5.533,3.66-9.438,1.03-3.96,1.63-7.676,1.79-11.148,0.22-4.285-1.44-6.536-4.96-6.753zm-0.08-1.872c3.2,0,5.8,1.275,7.81,3.824,2,2.496,3.01,5.75,3.01,9.765,0,4.936-1.77,9.926-5.29,14.971-3.8,5.425-8.41,8.137-13.83,8.137-3.31,0-6.03-1.139-8.14-3.417-2.12-2.333-3.17-5.289-3.17-8.87,0-6.075,2.22-11.825,6.67-17.25,3.9-4.773,8.22-7.16,12.94-7.16zm15.86,12.856l-1.71-0.732c1.41-3.472,3.12-6.347,5.13-8.625,2.01-2.333,3.8-3.499,5.37-3.499,3.53,0,5.29,2.577,5.29,7.73,0,0.922-0.16,2.767-0.49,5.533,3.74-8.842,7.73-13.263,11.96-13.263,1.2,0,2.2,0.38,3.01,1.139,0.87,0.705,1.3,1.573,1.3,2.604,0,0.868-0.29,1.6-0.89,2.197s-1.33,0.895-2.2,0.895c-1.84,0-2.76-1.058-2.76-3.173,0-0.597-0.19-0.895-0.57-0.895-0.55,0-1.31,0.488-2.28,1.464-0.98,0.977-1.82,2.116-2.52,3.418-2.17,3.905-5.7,13.236-10.58,27.99h-6.1c2.54-7.648,4.2-13.236,4.96-16.762,1.19-5.533,1.79-9.547,1.79-12.042,0-2.658-0.44-3.987-1.3-3.987-0.76,0-1.87,0.976-3.34,2.929-1.41,1.953-2.77,4.313-4.07,7.079zm45.98-31.245c1.03,0,1.89,0.3797,2.6,1.1391,0.76,0.7052,1.14,1.5731,1.14,2.6038s-0.38,1.9257-1.14,2.6852c-0.71,0.759-1.57,1.139-2.6,1.139-1.04,0-1.93-0.38-2.69-1.139-0.76-0.7595-1.14-1.6545-1.14-2.6852s0.38-1.8986,1.14-2.6038c0.76-0.7594,1.65-1.1391,2.69-1.1391zm1.22,42.718l1.62,0.814c-3.63,7.703-7.59,11.554-11.88,11.554-1.52,0-2.76-0.542-3.74-1.627-0.98-1.139-1.46-2.577-1.46-4.313,0-1.193,0.16-2.305,0.48-3.336,0.33-1.031,1.22-3.336,2.69-6.916l3.09-7.405c1.85-4.394,2.77-7.35,2.77-8.869,0-1.085-0.46-1.627-1.39-1.627-1.89,0-4.5,2.983-7.81,8.95l-1.62-0.976c3.85-7.052,7.54-10.578,11.06-10.578,1.47,0,2.66,0.543,3.58,1.627,0.92,1.085,1.39,2.496,1.39,4.232,0,2.061-1.12,5.885-3.34,11.472l-3.42,8.544c-1.41,3.526-2.11,5.832-2.11,6.916,0,0.977,0.43,1.465,1.3,1.465,1.03,0,2.36-0.922,3.99-2.766,1.68-1.899,3.28-4.286,4.8-7.161zm27.58-22.295c-1.63-0.108-3.53,0.841-5.7,2.848-2.11,1.953-4.09,4.584-5.94,7.893-3.68,6.564-5.53,12.069-5.53,16.518,0,3.471,1.36,5.207,4.07,5.207,4.39,0,8.54-4.312,12.45-12.937,2.66-5.859,4.15-10.714,4.47-14.565,0.11-1.411-0.19-2.577-0.89-3.499-0.71-0.922-1.68-1.41-2.93-1.465zm6.83-0.976h5.78c-1.35,3.634-3.2,8.95-5.53,15.948-2.5,7.54-3.74,12.666-3.74,15.379,0,1.139,0.43,1.708,1.3,1.708,1.9,0,4.55-3.688,7.97-11.066l1.79,0.733c-2.28,4.936-4.23,8.326-5.86,10.171-1.62,1.844-3.47,2.766-5.53,2.766-3.36,0-5.04-1.519-5.04-4.557,0-0.813,0.24-2.468,0.73-4.963-3.85,6.401-7.98,9.601-12.37,9.601-2.77,0-5.02-0.922-6.75-2.766-1.74-1.844-2.61-4.258-2.61-7.242,0-6.184,2.44-12.178,7.33-17.982,4.88-5.859,9.9-8.788,15.05-8.788,2.71,0,4.77,1.492,6.18,4.475l1.3-3.417zm16.71-17.82l0.49-1.8714c4.07-0.1628,8.68-0.434,13.83-0.8137-0.43,1.4646-0.76,2.5224-0.97,3.1733-0.6,1.6816-1.44,4.2312-2.53,7.6486l-6.59,21.481c-3.14,10.253-4.72,16.545-4.72,18.878,0,1.681,0.49,2.522,1.47,2.522,1.36,0,3.04-1.465,5.04-4.394,1.03-1.519,2.2-3.526,3.5-6.021l1.87,0.895c-1.62,2.983-2.84,5.099-3.66,6.347-2.49,3.743-5.34,5.614-8.54,5.614-1.63,0-2.96-0.597-3.99-1.79s-1.54-2.712-1.54-4.557c0-2.278,0.92-6.428,2.76-12.449l7.16-23.353c1.58-5.153,2.36-8.055,2.36-8.706,0-0.9764-0.38-1.6273-1.14-1.9528-0.76-0.3797-2.36-0.5967-4.8-0.651z" fill-rule="nonzero" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill-opacity="0.110769" stroke-dashoffset="0" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="1pt" fill="#FFF"/>
- <text id="text7519" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,1,-1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-326.81229" x="3.6203015" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203015" style="letter-spacing:0.29056421;" y="-326.81229">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↓</tspan> 向下捲動頁面</tspan></text>
- <path id="path7527" opacity="0.5" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(0.614962,4.549602e-2,6.191898e-2,-0.451855,112.95622,172.17069)" fill="#000"/>
- <path id="text2413" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M147.73,15.782c0.19,0.019,0.4,0.126,0.61,0.322,0.22,0.196,0.31,0.364,0.28,0.504-0.02,0.094-0.12,0.14-0.31,0.14-0.03,0-0.1-0.004-0.19-0.014-0.1-0.018-0.17-0.028-0.23-0.028-0.05,0-0.09,0.005-0.12,0.014,0.01,0-0.12,0.042-0.38,0.126s-0.58,0.182-0.97,0.294c-0.38,0.103-0.85,0.22-1.42,0.35-0.56,0.131-1.11,0.234-1.63,0.308l-0.1,0.112-0.22,0.952,0.03,0.294c0.04,0.14,0.2,0.238,0.5,0.294s0.77,0.084,1.4,0.084h0.23c0.49,0,0.85-0.004,1.09-0.014,0.24-0.018,0.4-0.032,0.47-0.042,0.09-0.018,0.21-0.051,0.37-0.098,0.12-0.037,0.21-0.084,0.26-0.14l0.19-0.21c0.08-0.093,0.16-0.242,0.23-0.448,0.09-0.205,0.16-0.387,0.21-0.546,0.06-0.168,0.13-0.298,0.2-0.392,0.07-0.093,0.15-0.107,0.24-0.042,0.04,0.028,0.02,0.243-0.06,0.644-0.11,0.542-0.16,0.845-0.15,0.91l0.26,0.294c0.03,0.056,0.04,0.112,0.03,0.168-0.08,0.411-1.08,0.616-2.98,0.616h-0.94c-0.27-0.009-0.52-0.023-0.75-0.042-0.24-0.018-0.43-0.032-0.59-0.042-0.16-0.018-0.3-0.046-0.42-0.084-0.12-0.046-0.23-0.079-0.31-0.098-0.07-0.028-0.14-0.079-0.18-0.154-0.04-0.074-0.07-0.13-0.09-0.168-0.01-0.046-0.02-0.121-0.02-0.224,0.01-0.112,0.01-0.2,0.02-0.266,0.02-0.065,0.05-0.168,0.07-0.308,0.04-0.158,0.09-0.42,0.16-0.784s0.13-0.662,0.18-0.896c0.17-0.849,0.28-1.516,0.35-2.002,0.06-0.056,0.14-0.084,0.24-0.084,0.06,0,0.14,0.014,0.24,0.042,0.1,0.019,0.17,0.028,0.22,0.028l0.55,0.154c0.01,0.01,0.03,0.014,0.04,0.014,0.03,0.056,0.04,0.112,0.03,0.168-0.01,0.075-0.13,0.173-0.35,0.294-0.22,0.112-0.34,0.192-0.37,0.238l-0.28,1.274c0,0.028,0.02,0.052,0.06,0.07l2.14-0.602c0.84-0.27,1.56-0.597,2.16-0.98m-0.07,5.95c-0.02,0.075-0.12,0.178-0.3,0.308-0.17,0.122-0.26,0.215-0.28,0.28-0.03,0.084-0.06,0.243-0.11,0.476-0.05,0.234-0.1,0.542-0.17,0.924l-0.04,0.168c-0.27,1.447-0.48,2.539-0.63,3.276-0.04,0.196-0.2,0.294-0.49,0.294l-0.18-0.014c-0.06-0.065-0.07-0.219-0.03-0.462,0.03-0.149,0.02-0.261-0.03-0.336-1.99,0-3.12,0.005-3.41,0.014l-0.4,0.028c-0.05,0.047-0.11,0.192-0.18,0.434l-0.1,0.224c-0.08,0.103-0.22,0.145-0.4,0.126-0.19-0.009-0.28-0.06-0.28-0.154,0-0.037,0.03-0.186,0.08-0.448,0.1-0.513,0.29-1.362,0.56-2.548l0.06-0.252,0.46-2.506,0.13-0.462c0.01-0.093,0.06-0.149,0.12-0.168,0.06,0.01,0.17,0.08,0.34,0.21,0.18,0.122,0.27,0.187,0.29,0.196,0.37,0.019,0.83,0.028,1.4,0.028,0.38,0,0.79-0.004,1.25-0.014h0.17l0.89,0.014c0.03-0.009,0.05-0.014,0.07-0.014,0.04-0.009,0.15-0.07,0.32-0.182,0.19-0.121,0.32-0.158,0.4-0.112,0.18,0.094,0.31,0.21,0.39,0.35,0.08,0.131,0.11,0.238,0.1,0.322m-9.3-3.206c-0.16,0-0.37,0.01-0.63,0.028-0.26,0.01-0.4,0.014-0.41,0.014-0.16-0.186-0.21-0.41-0.14-0.672,0.01-0.009,0.21,0.01,0.59,0.056,0.39,0.038,0.73,0.056,1,0.056,0.29,0,0.46-0.037,0.49-0.112,0.05-0.14,0.12-0.401,0.21-0.784,0.05-0.298,0.11-0.676,0.18-1.134,0.07-0.466,0.11-0.709,0.12-0.728,0.02-0.13,0.07-0.205,0.16-0.224,0.79,0.14,1.17,0.308,1.13,0.504-0.02,0.075-0.12,0.154-0.31,0.238-0.17,0.084-0.29,0.164-0.33,0.238-0.06,0.103-0.14,0.402-0.24,0.896-0.05,0.252-0.1,0.565-0.17,0.938-0.03,0.131,0.05,0.196,0.24,0.196,0.21,0,0.39-0.042,0.53-0.126l0.38-0.392c0.22-0.14,0.47,0.042,0.74,0.546l0.09,0.154c0.01,0.028,0.01,0.056,0,0.084-0.02,0.112-0.13,0.182-0.34,0.21l-0.67,0.028-0.84,0.014c-0.15,0.019-0.25,0.056-0.3,0.112l-0.54,2.408v0.028l0.01,0.014,1.96-0.784c0.07-0.009,0.12,0.061,0.16,0.21-0.05,0.112-0.42,0.336-1.12,0.672s-1.09,0.556-1.15,0.658c-0.02,0.094-0.09,0.416-0.2,0.966-0.1,0.542-0.25,1.312-0.46,2.31l-0.03,0.168c-0.04,0.196-0.07,0.369-0.11,0.518-0.02,0.122-0.04,0.234-0.07,0.336-0.02,0.103-0.03,0.164-0.03,0.182-0.05,0.271-0.14,0.476-0.25,0.616s-0.29,0.276-0.53,0.406c-0.19,0.103-0.33,0.154-0.44,0.154-0.07,0-0.15-0.079-0.22-0.238-0.07-0.158-0.12-0.247-0.17-0.266l-0.92-0.28c-0.07,0-0.09-0.056-0.06-0.168,0.02-0.121,0.17-0.191,0.44-0.21l1.24,0.028c0.09,0,0.19-0.247,0.31-0.742,0.13-0.504,0.36-1.577,0.7-3.22l0.06-0.28-0.05-0.014c-0.01,0.01-0.18,0.089-0.51,0.238-0.33,0.15-0.55,0.276-0.66,0.378l-0.13,0.406c-0.05,0.094-0.11,0.14-0.18,0.14-0.13,0-0.26-0.154-0.38-0.462-0.12-0.317-0.17-0.546-0.14-0.686,0.05-0.037,0.38-0.154,0.98-0.35,0.62-0.205,0.97-0.331,1.07-0.378,0.09-0.037,0.15-0.14,0.19-0.308,0.09-0.28,0.18-0.672,0.28-1.176,0.05-0.242,0.1-0.518,0.14-0.826,0.06-0.261,0.08-0.41,0.07-0.448,0-0.093-0.25-0.14-0.74-0.14m8.08,3.5c0-0.084-0.07-0.135-0.2-0.154-0.13-0.018-0.45-0.028-0.95-0.028-0.54,0-1.28,0.01-2.23,0.028h-0.4c-0.05,0-0.1,0.024-0.14,0.07-0.1,0.346-0.23,0.859-0.37,1.54l0.07,0.098c1.95,0.028,3.21,0.038,3.77,0.028,0.07-0.018,0.11-0.06,0.14-0.126l0.31-1.456m-4.79,3.962c0.08,0.103,0.6,0.154,1.55,0.154,1.07,0,1.73-0.014,1.98-0.042,0.25-0.018,0.4-0.07,0.45-0.154l0.29-1.414,0.04-0.238c0.02-0.056-0.01-0.102-0.1-0.14h-3.66c-0.1,0-0.16,0.033-0.2,0.098l-0.35,1.736m12.25-3.976c-0.14-0.009-0.22-0.056-0.24-0.14s-0.01-0.228,0.03-0.434c0.05-0.224,0.12-0.546,0.24-0.966l0.53-2.758c0.02-0.084,0.06-0.144,0.14-0.182,0.06,0.01,0.13,0.047,0.19,0.112,0.08,0.056,0.18,0.112,0.31,0.168,0.13,0.047,0.32,0.07,0.55,0.07,0.16,0,0.33-0.009,0.52-0.028l0.32-0.028c0.09-0.112,0.16-0.261,0.19-0.448,0.02-0.093,0.04-0.172,0.05-0.238-0.03-0.009-0.06-0.023-0.1-0.042-0.07-0.018-0.21-0.028-0.42-0.028-0.31,0-0.78,0.019-1.42,0.056l-0.86,0.014c-0.17,0-0.27-0.074-0.3-0.224-0.03-0.158-0.01-0.266,0.04-0.322,0.06-0.009,0.28,0,0.66,0.028,0.39,0.028,0.73,0.042,1.04,0.042,0.29,0,0.47-0.028,0.54-0.084,0-0.13-0.03-0.261-0.11-0.392-0.06-0.14-0.14-0.266-0.24-0.378-0.08-0.112-0.13-0.182-0.14-0.21,0-0.13,0.06-0.21,0.19-0.238,0.28,0.094,0.5,0.201,0.65,0.322,0.16,0.122,0.26,0.229,0.28,0.322,0.03,0.094,0.05,0.187,0.06,0.28,0.01,0.094,0.01,0.168-0.01,0.224-0.02,0.103-0.04,0.159-0.05,0.168l1.43-0.014c0.05-0.009,0.09-0.014,0.13-0.014,0.11-0.056,0.3-0.275,0.56-0.658,0.26-0.392,0.4-0.592,0.42-0.602,0.04-0.046,0.09-0.07,0.15-0.07,0.11,0,0.24,0.056,0.41,0.168,0.18,0.103,0.28,0.187,0.32,0.252-0.01,0.131-0.11,0.215-0.31,0.252l-0.26,0.056c-0.27,0.159-0.5,0.36-0.68,0.602,0.05,0.038,0.31,0.056,0.79,0.056,0.42,0,0.67-0.009,0.75-0.028,0.09-0.018,0.21-0.112,0.38-0.28,0.13-0.14,0.25-0.21,0.34-0.21,0.03,0,0.05,0.005,0.07,0.014,0.05,0.038,0.1,0.089,0.15,0.154,0.07,0.066,0.13,0.14,0.2,0.224s0.12,0.164,0.15,0.238c0.04,0.075,0.04,0.145,0.02,0.21-0.03,0.056-0.1,0.094-0.2,0.112-0.09,0.01-0.23,0.014-0.41,0.014h-0.36c-0.2-0.009-0.55-0.014-1.05-0.014-0.49-0.009-1.14-0.014-1.93-0.014-0.12,0.056-0.27,0.196-0.45,0.42l-0.14,0.21c0.01,0.075,0.03,0.112,0.06,0.112,0.21,0.028,0.48,0.042,0.81,0.042,0.58,0,0.96-0.014,1.13-0.042,0.19-0.037,0.35-0.107,0.48-0.21,0.06-0.037,0.12-0.056,0.18-0.056,0.11,0,0.22,0.07,0.32,0.21,0.11,0.131,0.16,0.262,0.14,0.392l-0.01,0.084c-0.23,0.178-0.36,0.392-0.41,0.644-0.09,0.458-0.17,0.938-0.24,1.442-0.05,0.504-0.09,0.808-0.12,0.91-0.05,0.252-0.11,0.425-0.18,0.518-0.08,0.094-0.2,0.145-0.37,0.154l-0.21-0.042h-0.01c-0.09-0.177-0.18-0.266-0.3-0.266l-2.82-0.014c-0.55,0-0.87,0.005-0.94,0.014-0.08,0.01-0.17,0.075-0.3,0.196-0.1,0.112-0.21,0.168-0.33,0.168m-1-5.138c-0.14-0.27-0.38-0.574-0.74-0.91-0.35-0.336-0.59-0.522-0.7-0.56-0.01-0.084,0.02-0.154,0.07-0.21,0.06-0.065,0.13-0.098,0.23-0.098,0.16,0,0.37,0.066,0.63,0.196,0.27,0.122,0.51,0.308,0.72,0.56,0.23,0.243,0.31,0.49,0.24,0.742l-0.1,0.21-0.09,0.084-0.17,0.014c-0.03,0-0.06-0.009-0.09-0.028m-1.75,0.238c0.14,0,0.35,0.052,0.62,0.154,0.27,0.103,0.52,0.252,0.74,0.448,0.24,0.196,0.33,0.397,0.3,0.602-0.06,0.252-0.16,0.378-0.31,0.378s-0.33-0.135-0.55-0.406l-0.1-0.126c-0.06-0.074-0.33-0.266-0.81-0.574l-0.11-0.098c-0.05-0.056-0.06-0.13-0.03-0.224,0.01-0.018,0.03-0.042,0.04-0.07,0.05-0.056,0.12-0.084,0.21-0.084m5.07,7.028c0.27,0,0.45-0.014,0.53-0.042,0.09-0.028,0.15-0.093,0.19-0.196,0.01-0.056,0.04-0.312,0.09-0.77l-0.07-0.056-2.43-0.056c-1.32-0.093-2.21-0.522-2.68-1.288h-0.09l-1.12,0.854c-0.21,0.168-0.34,0.299-0.41,0.392l-0.18,0.322c-0.03,0.028-0.06,0.052-0.09,0.07-0.14,0.028-0.26-0.074-0.37-0.308-0.11-0.242-0.14-0.429-0.12-0.56,0.01-0.037,0.02-0.065,0.03-0.084l0.87-0.336c0.59-0.242,0.99-0.485,1.22-0.728,0.08-0.196,0.15-0.41,0.19-0.644,0.05-0.242,0.07-0.434,0.07-0.574,0-0.084-0.16-0.126-0.47-0.126-0.09,0-0.21,0.01-0.37,0.028-0.15,0.019-0.28,0.028-0.39,0.028-0.1,0-0.21-0.004-0.32-0.014-0.11-0.018-0.19-0.065-0.22-0.14-0.04-0.074-0.05-0.177-0.03-0.308,0.03-0.102,0.1-0.163,0.21-0.182,0.39,0.075,0.78,0.112,1.17,0.112h0.17,0.2c0.05-0.028,0.12-0.074,0.18-0.14,0.08-0.065,0.13-0.112,0.17-0.14,0.04-0.037,0.09-0.065,0.17-0.084,0.07-0.028,0.14-0.018,0.21,0.028,0.23,0.187,0.37,0.346,0.43,0.476,0.06,0.131,0.05,0.224-0.03,0.28-0.06,0.056-0.15,0.126-0.25,0.21-0.1,0.075-0.17,0.145-0.2,0.21l-0.18,0.826c-0.04,0.327,0.03,0.532,0.23,0.616,0.65,0.364,1.39,0.56,2.21,0.588h0.1c0.28,0.01,0.56,0.014,0.85,0.014,1.04,0,2.03-0.032,2.98-0.098l1.78-0.182h0.06c0.03-0.018,0.07,0.01,0.11,0.084-0.02,0.103-0.12,0.229-0.3,0.378-0.16,0.14-0.27,0.243-0.3,0.308-0.08,0.038-0.42,0.075-1.03,0.112-0.6,0.038-1.03,0.056-1.28,0.056-0.06,0-0.1,0.028-0.12,0.084,0,0.01,0.06,0.028,0.17,0.056,0.12,0.028,0.21,0.075,0.27,0.14,0.06,0.056,0.06,0.14-0.02,0.252-0.19,0.122-0.29,0.182-0.3,0.182-0.08,0.066-0.12,0.14-0.12,0.224l0.1,0.098c0.15,0.01,0.29,0.014,0.42,0.014,0.27,0,0.49-0.028,0.65-0.084,0.16-0.065,0.27-0.13,0.3-0.196,0.05-0.074,0.11-0.14,0.17-0.196,0.07-0.065,0.14-0.098,0.23-0.098,0.1,0,0.24,0.112,0.43,0.336,0.2,0.224,0.29,0.397,0.27,0.518-0.02,0.084-0.08,0.136-0.19,0.154-0.09,0.019-0.31,0.028-0.67,0.028-0.23,0-0.52-0.004-0.87-0.014-0.39,0-0.69,0.014-0.89,0.042l-0.1,0.098c-0.08,0.308-0.16,0.644-0.24,1.008l-0.12,0.798c-0.09,0.28-0.26,0.486-0.51,0.616-0.24,0.14-0.45,0.21-0.61,0.21-0.07,0-0.13-0.009-0.19-0.028-0.14-0.317-0.37-0.485-0.7-0.504l-0.56-0.056-0.16-0.07c-0.07-0.018-0.1-0.06-0.1-0.126,0.01-0.065,0.04-0.112,0.08-0.14,0.04-0.037,0.25-0.056,0.65-0.056,0.33,0,0.62,0.005,0.86,0.014,0.25,0.019,0.41,0.024,0.49,0.014l0.13-0.14c0.09-0.289,0.17-0.574,0.22-0.854,0.07-0.326,0.1-0.546,0.09-0.658,0-0.121-0.04-0.182-0.11-0.182-0.08-0.009-0.22-0.014-0.44-0.014-0.2,0-0.48,0.005-0.84,0.014h-0.17l-2.96,0.042-2.83,0.014h-0.11c-0.09,0-0.15-0.051-0.2-0.154-0.04-0.112-0.04-0.224-0.01-0.336,0.02-0.112,0.06-0.168,0.14-0.168s0.28,0.028,0.58,0.084c0.32,0.047,0.52,0.07,0.61,0.07,0.3,0.019,1.19,0.024,2.67,0.014h2.56c0.23,0.01,0.41,0.014,0.56,0.014m-4.18,0.588c0.3,0.028,0.59,0.206,0.89,0.532,0.3,0.327,0.42,0.621,0.37,0.882-0.02,0.094-0.07,0.182-0.16,0.266l-0.18,0.14-0.1,0.042c-0.14,0-0.24-0.065-0.32-0.196-0.07-0.13-0.13-0.28-0.15-0.448-0.03-0.158-0.05-0.252-0.07-0.28l-0.44-0.644c-0.01-0.018-0.01-0.032,0-0.042-0.01-0.028-0.01-0.051,0-0.07,0.01-0.065,0.06-0.126,0.16-0.182m2.94-6.16c0,0.028-0.01,0.066-0.02,0.112-0.03,0.103,0.01,0.164,0.1,0.182,0.1,0.019,0.33,0.028,0.67,0.028,1.7,0,2.76,0.014,3.18,0.042,0.13-0.056,0.21-0.154,0.24-0.294,0.04-0.158,0.01-0.266-0.07-0.322-0.59-0.018-1.9-0.028-3.92-0.028-0.09,0.038-0.16,0.131-0.18,0.28m0.08,0.784c-0.09,0.019-0.16,0.047-0.21,0.084-0.04,0.038-0.07,0.122-0.1,0.252-0.03,0.159-0.01,0.271,0.04,0.336,1.04,0.038,2.05,0.056,3.04,0.056h0.34c0.1-0.009,0.19-0.009,0.26,0,0.08,0,0.14-0.004,0.2-0.014,0.06-0.009,0.1-0.018,0.14-0.028,0.04-0.018,0.07-0.037,0.08-0.056,0.03-0.028,0.05-0.056,0.06-0.084s0.02-0.065,0.03-0.112c0.04-0.186,0.01-0.308-0.09-0.364-1.1-0.065-2.01-0.098-2.73-0.098-0.36,0-0.67,0.01-0.93,0.028h-0.13m3.6,1.736c0.08-0.308,0.09-0.494,0.03-0.56-0.42-0.046-1.06-0.07-1.91-0.07-0.36,0-0.76,0.005-1.2,0.014l-0.9,0.056h-0.03c-0.06,0.066-0.11,0.159-0.14,0.28,0,0.056-0.01,0.117-0.01,0.182l0.03,0.154c0.07,0.047,0.39,0.07,0.94,0.07,0.48,0,1.14-0.014,1.98-0.042h0.44l0.52,0.014c0.09-0.009,0.17-0.042,0.25-0.098m14.87-1.764c-0.03,0.159-0.22,0.238-0.56,0.238-0.89-0.009-1.62-0.014-2.19-0.014-0.53,0-0.91,0.005-1.15,0.014-0.23,0-0.42,0.01-0.57,0.028-0.15,0.019-0.23,0.038-0.25,0.056-0.02,0.019-0.03,0.056-0.04,0.112-0.23,1.148-0.35,1.858-0.38,2.128l0.08,0.084h2.69c0.31,0,0.61-0.004,0.91-0.014,0.01,0,0.14-0.116,0.38-0.35,0.25-0.233,0.42-0.35,0.52-0.35,0.08,0,0.21,0.112,0.37,0.336,0.18,0.215,0.34,0.439,0.47,0.672-0.03,0.094-0.09,0.159-0.19,0.196-0.08,0.028-0.23,0.042-0.46,0.042h-0.24c-0.15-0.009-0.36-0.014-0.64-0.014h-3.09l-0.79,0.014c-0.02,0-0.04,0.005-0.05,0.014-0.02,0-0.06,0.038-0.12,0.112l-0.61,3.318c-0.06,0.243-0.11,0.416-0.16,0.518-0.03,0.112-0.11,0.243-0.22,0.392-0.11,0.159-0.27,0.28-0.46,0.364-0.19,0.094-0.44,0.173-0.76,0.238-0.04-0.018-0.1-0.112-0.17-0.28-0.05-0.168-0.13-0.27-0.23-0.308l-1.4-0.28c-0.08-0.056-0.1-0.13-0.06-0.224,0.02-0.112,0.1-0.186,0.24-0.224,0.6,0.103,1.12,0.154,1.54,0.154,0.17,0,0.32-0.009,0.45-0.028,0.17,0,0.29-0.074,0.36-0.224,0.21-0.886,0.37-1.647,0.5-2.282,0.12-0.569,0.17-0.919,0.17-1.05,0.01-0.13-0.04-0.196-0.15-0.196l-3-0.014c-0.74,0.028-1.41,0.089-1.99,0.182-0.05-0.056-0.1-0.168-0.15-0.336s-0.07-0.289-0.06-0.364c0.02-0.065,0.06-0.102,0.12-0.112,0.07,0,0.54,0.033,1.4,0.098,0.02,0,0.18,0.01,0.47,0.028,0.3,0.01,0.74,0.014,1.32,0.014,0.34,0,0.7-0.004,1.06-0.014l1.04-0.028c0.07-0.065,0.11-0.107,0.11-0.126l0.43-2.114c0-0.102-0.04-0.154-0.14-0.154l-3.5,0.028-0.61,0.098-0.14-0.056c-0.04-0.046-0.07-0.154-0.1-0.322s-0.03-0.294,0-0.378l0.1-0.056c0.56,0.112,1.34,0.168,2.35,0.168,0.74,0,1.43-0.018,2.09-0.056,0.09-0.074,0.23-0.588,0.42-1.54,0.05-0.27,0.09-0.452,0.12-0.546l-0.05-0.07c-1.51,0.243-2.73,0.364-3.69,0.364h-0.39c-0.1-0.009-0.18-0.014-0.22-0.014-0.04-0.009-0.06-0.014-0.07-0.014-0.16-0.028-0.23-0.126-0.2-0.294,0.03-0.102,0.08-0.158,0.16-0.168l0.78-0.028c2.34-0.121,4.71-0.541,7.11-1.26l0.69-0.336c0.04-0.009,0.07-0.014,0.11-0.014,0.09,0,0.24,0.07,0.43,0.21,0.21,0.131,0.36,0.266,0.45,0.406,0,0.178-0.11,0.29-0.33,0.336-0.22,0.038-0.38,0.042-0.48,0.014h-0.14l-3.35,0.728c-0.09,0.075-0.23,0.607-0.42,1.596l-0.07,0.532c0,0.094,0.06,0.14,0.19,0.14l2.32,0.042c0.26-0.009,0.45-0.056,0.57-0.14,0.13-0.084,0.23-0.191,0.31-0.322,0.1-0.13,0.22-0.233,0.37-0.308,0.13,0.075,0.3,0.229,0.53,0.462,0.23,0.234,0.33,0.416,0.31,0.546m11.99,1.008c0.05-0.018,0.17-0.116,0.37-0.294,0.19-0.177,0.33-0.266,0.42-0.266,0.08,0,0.22,0.122,0.42,0.364,0.2,0.243,0.29,0.42,0.26,0.532-0.01,0.066-0.05,0.112-0.14,0.14l-0.38,0.056-1.05,0.028c-0.07,0.038-0.11,0.08-0.12,0.126-0.04,0.122-0.13,0.514-0.27,1.176l-0.63,3.458-0.15,0.602c-0.04,0.159-0.12,0.294-0.25,0.406-0.13,0.122-0.27,0.206-0.42,0.252-0.15,0.047-0.27,0.08-0.37,0.098-0.09,0.028-0.15,0.042-0.17,0.042-0.05,0-0.1-0.014-0.14-0.042-0.08-0.308-0.28-0.49-0.58-0.546l-0.55-0.07c-0.06-0.065-0.07-0.163-0.01-0.294,0.02-0.037,0.19-0.056,0.49-0.056,0.12,0,0.28,0.005,0.47,0.014,0.2,0.01,0.32,0.014,0.37,0.014,0.22,0,0.37-0.037,0.46-0.112,0.08-0.074,0.15-0.228,0.19-0.462l0.9-4.438c0.01-0.046,0-0.084-0.03-0.112-0.02-0.028-0.07-0.046-0.17-0.056-0.09-0.018-0.17-0.028-0.25-0.028h-0.39c-0.69,0-1.06,0.01-1.11,0.028-0.08,0-0.14,0.042-0.18,0.126l-0.45,1.47c-0.66,1.951-1.54,3.444-2.66,4.48-0.09,0.084-0.17,0.098-0.25,0.042-0.06-0.046-0.03-0.158,0.1-0.336,0.13-0.177,0.36-0.508,0.69-0.994,0.33-0.494,0.63-1.036,0.89-1.624,0.39-0.877,0.74-1.899,1.05-3.066l-0.08-0.14-1.37,0.042c-0.12,0.038-0.19,0.117-0.21,0.238-0.12,0.336-0.25,0.887-0.4,1.652-0.11,0.542-0.2,1.055-0.28,1.54l-0.12,0.7-0.23,1.162c-0.05,0.206-0.22,0.406-0.5,0.602s-0.53,0.294-0.76,0.294c-0.07,0-0.13-0.06-0.16-0.182-0.04-0.121-0.06-0.186-0.07-0.196-0.02-0.009-0.21-0.065-0.56-0.168-0.35-0.102-0.51-0.205-0.49-0.308,0-0.084,0.05-0.154,0.16-0.21l1.14,0.07c0.26,0,0.44-0.046,0.53-0.14,0.1-0.084,0.18-0.266,0.22-0.546l0.65-3.22c0.07-0.373,0.13-0.653,0.17-0.84,0.03-0.186,0.05-0.303,0.04-0.35,0-0.056-0.02-0.084-0.07-0.084-0.12-0.028-0.43-0.042-0.93-0.042-0.43,0-0.71,0.014-0.84,0.042-0.12,0.019-0.18,0.08-0.19,0.182-0.33,1.167-0.67,2.17-1.04,3.01-0.36,0.84-0.81,1.582-1.36,2.226-0.24,0.318-0.43,0.532-0.58,0.644-0.06,0.066-0.14,0.066-0.26,0-0.04-0.046-0.02-0.14,0.06-0.28,0.08-0.13,0.28-0.387,0.57-0.77,0.7-0.896,1.36-2.552,1.96-4.97l-0.07-0.098-1.38,0.056c-0.06-0.037-0.1-0.102-0.13-0.196-0.03-0.102-0.03-0.191-0.03-0.266,0.02-0.065,0.06-0.107,0.1-0.126l1.11,0.084c0.15,0,0.29-0.014,0.43-0.042,0.12-0.13,0.29-0.709,0.49-1.736,0.25-1.185,0.42-2.179,0.52-2.982,0.04-0.056,0.09-0.084,0.15-0.084,0.08,0,0.14,0.019,0.2,0.056,0.06,0.028,0.1,0.066,0.14,0.112,0.05,0.038,0.15,0.075,0.31,0.112,0.16,0.038,0.37,0.056,0.64,0.056,0.73,0,1.13-0.028,1.21-0.084,0.06-0.046,0.13-0.102,0.19-0.168,0.07-0.065,0.11-0.107,0.14-0.126,0.04-0.018,0.08-0.028,0.13-0.028,0.14,0,0.32,0.182,0.54,0.546l0.07,0.21c0.01,0.075-0.07,0.173-0.25,0.294-0.17,0.122-0.26,0.215-0.29,0.28-0.06,0.159-0.17,0.672-0.35,1.54-0.09,0.439-0.18,0.962-0.3,1.568l-0.04,0.224c-0.03,0.112-0.02,0.187,0.03,0.224,0.06,0.038,0.18,0.056,0.36,0.056,0.4,0,0.76-0.023,1.1-0.07,0.14-0.112,0.3-0.616,0.47-1.512,0.09-0.41,0.18-0.928,0.27-1.554,0.1-0.625,0.18-1.068,0.22-1.33,0.04-0.149,0.07-0.252,0.09-0.308s0.07-0.084,0.12-0.084c0.1,0,0.17,0.019,0.23,0.056,0.05,0.028,0.1,0.066,0.14,0.112,0.03,0.038,0.13,0.075,0.29,0.112,0.17,0.038,0.39,0.056,0.67,0.056h0.65c0.13-0.009,0.25-0.028,0.36-0.056,0.11-0.037,0.18-0.065,0.2-0.084,0.02-0.018,0.09-0.079,0.21-0.182,0.11-0.084,0.2-0.126,0.28-0.126,0.09,0,0.22,0.098,0.39,0.294s0.24,0.346,0.22,0.448c-0.02,0.084-0.11,0.187-0.29,0.308-0.18,0.122-0.27,0.21-0.28,0.266l-0.58,2.842-0.09,0.56c-0.02,0.084,0,0.136,0.05,0.154m-0.8-0.084c0.08-0.177,0.2-0.69,0.37-1.54,0.24-1.222,0.37-1.95,0.38-2.184,0.02-0.093-0.01-0.149-0.09-0.168h-1.72c-0.07,0-0.13,0.08-0.18,0.238-0.33,1.671-0.59,2.922-0.8,3.752l0.04,0.056c1.24,0,1.91-0.051,2-0.154m-5.93-3.92c-0.07,0-0.12,0.014-0.16,0.042-0.03,0.028-0.07,0.075-0.11,0.14-0.03,0.066-0.07,0.154-0.1,0.266-0.02,0.112-0.06,0.252-0.09,0.42s-0.07,0.369-0.12,0.602c-0.33,1.708-0.49,2.576-0.47,2.604l1.37,0.056c0.22-0.009,0.36-0.028,0.45-0.056,0.08-0.028,0.14-0.093,0.18-0.196,0.22-0.98,0.38-1.768,0.5-2.366,0.09-0.429,0.14-0.709,0.17-0.84,0.03-0.14,0.04-0.275,0.03-0.406,0-0.14-0.03-0.219-0.08-0.238l-1.57-0.028" stroke="#FFF" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.4" fill="#FFF"/>
+ <path id="use2086" d="m100.21 10.827h5.7l-3.5 11.473h6.43l-0.57 1.871h-6.43l-1.54 4.72c-1.307 4.014-2.69 8.869-4.155 14.565-1.464 5.641-2.197 8.923-2.197 9.845 0 1.248 0.57 1.872 1.709 1.872 2.007 0 4.423-2.767 7.243-8.3 0.27-0.597 0.68-1.329 1.22-2.197l1.63 0.814c-2.12 4.394-3.69 7.214-4.72 8.462-2.227 2.658-4.586 3.987-7.082 3.987-1.681 0-3.037-0.515-4.068-1.546-1.031-1.085-1.546-2.468-1.546-4.15 0-1.519 0.244-3.227 0.732-5.126 0.543-2.115 2.279-8.191 5.208-18.226l1.383-4.72h-6.509l0.651-1.871h6.509l3.902-11.473zm40.91 10.822h6.1c-5.16 16.436-7.73 26.851-7.73 31.245 0 1.628 0.43 2.441 1.3 2.441 1.03 0 2.25-0.976 3.66-2.929 1.47-2.007 2.74-4.475 3.83-7.404l1.79 0.732c-2.88 8.137-6.46 12.205-10.75 12.205-3.68 0-5.53-2.061-5.53-6.184 0-1.085 0.14-2.848 0.41-5.289-2.12 3.255-3.83 5.615-5.13 7.079-2.6 2.929-5.56 4.394-8.87 4.394-1.95 0-3.58-0.678-4.88-2.034s-1.95-3.038-1.95-5.045c0-0.976 0.81-4.258 2.44-9.845l1.46-5.045c1.63-5.588 2.45-9.032 2.45-10.334 0-1.031-0.36-1.546-1.06-1.546-2.28 0-5.29 3.58-9.03 10.741l-1.79-0.896c4.12-8.462 8.27-12.693 12.44-12.693 1.52 0 2.74 0.57 3.67 1.709 0.97 1.139 1.46 2.631 1.46 4.475 0 2.278-0.54 5.126-1.63 8.544l-2.19 6.916c-1.79 5.642-2.69 8.923-2.69 9.846 0 1.898 0.98 2.847 2.93 2.847 1.74 0 3.64-1.057 5.7-3.173 2.11-2.116 4.01-4.909 5.69-8.381 2.55-5.262 5.18-12.72 7.9-22.376zm24.05-10.822h5.7l-3.5 11.473h6.43l-0.57 1.871h-6.43l-1.55 4.72c-1.3 4.014-2.68 8.869-4.15 14.565-1.46 5.641-2.19 8.923-2.19 9.845 0 1.248 0.57 1.872 1.71 1.872 2 0 4.42-2.767 7.24-8.3 0.27-0.597 0.68-1.329 1.22-2.197l1.63 0.814c-2.12 4.394-3.69 7.214-4.72 8.462-2.23 2.658-4.59 3.987-7.08 3.987-1.68 0-3.04-0.515-4.07-1.546-1.03-1.085-1.55-2.468-1.55-4.15 0-1.519 0.25-3.227 0.74-5.126 0.54-2.115 2.27-8.191 5.2-18.226l1.39-4.72h-6.51l0.65-1.871h6.51l3.9-11.473zm28.16 12.287c-3.91-0.217-7.38 3.688-10.42 11.717-2.11 5.587-3.17 10.605-3.17 15.053 0 4.122 1.82 6.184 5.45 6.184 2.93 0 5.48-1.872 7.65-5.615 1.41-2.387 2.63-5.533 3.66-9.438 1.03-3.96 1.63-7.676 1.79-11.148 0.22-4.285-1.44-6.536-4.96-6.753zm-0.08-1.872c3.2 0 5.8 1.275 7.81 3.824 2 2.496 3.01 5.75 3.01 9.765 0 4.936-1.77 9.926-5.29 14.971-3.8 5.425-8.41 8.137-13.83 8.137-3.31 0-6.03-1.139-8.14-3.417-2.12-2.333-3.17-5.289-3.17-8.87 0-6.075 2.22-11.825 6.67-17.25 3.9-4.773 8.22-7.16 12.94-7.16zm15.86 12.856l-1.71-0.732c1.41-3.472 3.12-6.347 5.13-8.625 2.01-2.333 3.8-3.499 5.37-3.499 3.53 0 5.29 2.577 5.29 7.73 0 0.922-0.16 2.767-0.49 5.533 3.74-8.842 7.73-13.263 11.96-13.263 1.2 0 2.2 0.38 3.01 1.139 0.87 0.705 1.3 1.573 1.3 2.604 0 0.868-0.29 1.6-0.89 2.197s-1.33 0.895-2.2 0.895c-1.84 0-2.76-1.058-2.76-3.173 0-0.597-0.19-0.895-0.57-0.895-0.55 0-1.31 0.488-2.28 1.464-0.98 0.977-1.82 2.116-2.52 3.418-2.17 3.905-5.7 13.236-10.58 27.99h-6.1c2.54-7.648 4.2-13.236 4.96-16.762 1.19-5.533 1.79-9.547 1.79-12.042 0-2.658-0.44-3.987-1.3-3.987-0.76 0-1.87 0.976-3.34 2.929-1.41 1.953-2.77 4.313-4.07 7.079zm45.98-31.245c1.03 0 1.89 0.3797 2.6 1.1391 0.76 0.7052 1.14 1.5731 1.14 2.6038s-0.38 1.9257-1.14 2.6852c-0.71 0.759-1.57 1.139-2.6 1.139-1.04 0-1.93-0.38-2.69-1.139-0.76-0.7595-1.14-1.6545-1.14-2.6852s0.38-1.8986 1.14-2.6038c0.76-0.7594 1.65-1.1391 2.69-1.1391zm1.22 42.718l1.62 0.814c-3.63 7.703-7.59 11.554-11.88 11.554-1.52 0-2.76-0.542-3.74-1.627-0.98-1.139-1.46-2.577-1.46-4.313 0-1.193 0.16-2.305 0.48-3.336 0.33-1.031 1.22-3.336 2.69-6.916l3.09-7.405c1.85-4.394 2.77-7.35 2.77-8.869 0-1.085-0.46-1.627-1.39-1.627-1.89 0-4.5 2.983-7.81 8.95l-1.62-0.976c3.85-7.052 7.54-10.578 11.06-10.578 1.47 0 2.66 0.543 3.58 1.627 0.92 1.085 1.39 2.496 1.39 4.232 0 2.061-1.12 5.885-3.34 11.472l-3.42 8.544c-1.41 3.526-2.11 5.832-2.11 6.916 0 0.977 0.43 1.465 1.3 1.465 1.03 0 2.36-0.922 3.99-2.766 1.68-1.899 3.28-4.286 4.8-7.161zm27.58-22.295c-1.63-0.108-3.53 0.841-5.7 2.848-2.11 1.953-4.09 4.584-5.94 7.893-3.68 6.564-5.53 12.069-5.53 16.518 0 3.471 1.36 5.207 4.07 5.207 4.39 0 8.54-4.312 12.45-12.937 2.66-5.859 4.15-10.714 4.47-14.565 0.11-1.411-0.19-2.577-0.89-3.499-0.71-0.922-1.68-1.41-2.93-1.465zm6.83-0.976h5.78c-1.35 3.634-3.2 8.95-5.53 15.948-2.5 7.54-3.74 12.666-3.74 15.379 0 1.139 0.43 1.708 1.3 1.708 1.9 0 4.55-3.688 7.97-11.066l1.79 0.733c-2.28 4.936-4.23 8.326-5.86 10.171-1.62 1.844-3.47 2.766-5.53 2.766-3.36 0-5.04-1.519-5.04-4.557 0-0.813 0.24-2.468 0.73-4.963-3.85 6.401-7.98 9.601-12.37 9.601-2.77 0-5.02-0.922-6.75-2.766-1.74-1.844-2.61-4.258-2.61-7.242 0-6.184 2.44-12.178 7.33-17.982 4.88-5.859 9.9-8.788 15.05-8.788 2.71 0 4.77 1.492 6.18 4.475l1.3-3.417zm16.71-17.82l0.49-1.8714c4.07-0.1628 8.68-0.434 13.83-0.8137-0.43 1.4646-0.76 2.5224-0.97 3.1733-0.6 1.6816-1.44 4.2312-2.53 7.6486l-6.59 21.481c-3.14 10.253-4.72 16.545-4.72 18.878 0 1.681 0.49 2.522 1.47 2.522 1.36 0 3.04-1.465 5.04-4.394 1.03-1.519 2.2-3.526 3.5-6.021l1.87 0.895c-1.62 2.983-2.84 5.099-3.66 6.347-2.49 3.743-5.34 5.614-8.54 5.614-1.63 0-2.96-0.597-3.99-1.79s-1.54-2.712-1.54-4.557c0-2.278 0.92-6.428 2.76-12.449l7.16-23.353c1.58-5.153 2.36-8.055 2.36-8.706 0-0.9764-0.38-1.6273-1.14-1.9528-0.76-0.3797-2.36-0.5967-4.8-0.651z" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill-opacity=".11077" stroke-width="1pt" fill="#fff"/>
+ <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203015" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203015" style="letter-spacing:.29056" y="-326.81229">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↓</tspan> 向下捲動頁面</tspan></text>
+ <path id="path7527" opacity=".5" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.96 172.17)"/>
+ <path id="text2413" d="m147.73 15.782c0.19 0.019 0.4 0.126 0.61 0.322 0.22 0.196 0.31 0.364 0.28 0.504-0.02 0.094-0.12 0.14-0.31 0.14-0.03 0-0.1-0.004-0.19-0.014-0.1-0.018-0.17-0.028-0.23-0.028-0.05 0-0.09 0.005-0.12 0.014 0.01 0-0.12 0.042-0.38 0.126s-0.58 0.182-0.97 0.294c-0.38 0.103-0.85 0.22-1.42 0.35-0.56 0.131-1.11 0.234-1.63 0.308l-0.1 0.112-0.22 0.952 0.03 0.294c0.04 0.14 0.2 0.238 0.5 0.294s0.77 0.084 1.4 0.084h0.23c0.49 0 0.85-0.004 1.09-0.014 0.24-0.018 0.4-0.032 0.47-0.042 0.09-0.018 0.21-0.051 0.37-0.098 0.12-0.037 0.21-0.084 0.26-0.14l0.19-0.21c0.08-0.093 0.16-0.242 0.23-0.448 0.09-0.205 0.16-0.387 0.21-0.546 0.06-0.168 0.13-0.298 0.2-0.392 0.07-0.093 0.15-0.107 0.24-0.042 0.04 0.028 0.02 0.243-0.06 0.644-0.11 0.542-0.16 0.845-0.15 0.91l0.26 0.294c0.03 0.056 0.04 0.112 0.03 0.168-0.08 0.411-1.08 0.616-2.98 0.616h-0.94c-0.27-0.009-0.52-0.023-0.75-0.042-0.24-0.018-0.43-0.032-0.59-0.042-0.16-0.018-0.3-0.046-0.42-0.084-0.12-0.046-0.23-0.079-0.31-0.098-0.07-0.028-0.14-0.079-0.18-0.154-0.04-0.074-0.07-0.13-0.09-0.168-0.01-0.046-0.02-0.121-0.02-0.224 0.01-0.112 0.01-0.2 0.02-0.266 0.02-0.065 0.05-0.168 0.07-0.308 0.04-0.158 0.09-0.42 0.16-0.784s0.13-0.662 0.18-0.896c0.17-0.849 0.28-1.516 0.35-2.002 0.06-0.056 0.14-0.084 0.24-0.084 0.06 0 0.14 0.014 0.24 0.042 0.1 0.019 0.17 0.028 0.22 0.028l0.55 0.154c0.01 0.01 0.03 0.014 0.04 0.014 0.03 0.056 0.04 0.112 0.03 0.168-0.01 0.075-0.13 0.173-0.35 0.294-0.22 0.112-0.34 0.192-0.37 0.238l-0.28 1.274c0 0.028 0.02 0.052 0.06 0.07l2.14-0.602c0.84-0.27 1.56-0.597 2.16-0.98m-0.07 5.95c-0.02 0.075-0.12 0.178-0.3 0.308-0.17 0.122-0.26 0.215-0.28 0.28-0.03 0.084-0.06 0.243-0.11 0.476-0.05 0.234-0.1 0.542-0.17 0.924l-0.04 0.168c-0.27 1.447-0.48 2.539-0.63 3.276-0.04 0.196-0.2 0.294-0.49 0.294l-0.18-0.014c-0.06-0.065-0.07-0.219-0.03-0.462 0.03-0.149 0.02-0.261-0.03-0.336-1.99 0-3.12 0.005-3.41 0.014l-0.4 0.028c-0.05 0.047-0.11 0.192-0.18 0.434l-0.1 0.224c-0.08 0.103-0.22 0.145-0.4 0.126-0.19-0.009-0.28-0.06-0.28-0.154 0-0.037 0.03-0.186 0.08-0.448 0.1-0.513 0.29-1.362 0.56-2.548l0.06-0.252 0.46-2.506 0.13-0.462c0.01-0.093 0.06-0.149 0.12-0.168 0.06 0.01 0.17 0.08 0.34 0.21 0.18 0.122 0.27 0.187 0.29 0.196 0.37 0.019 0.83 0.028 1.4 0.028 0.38 0 0.79-0.004 1.25-0.014h0.17l0.89 0.014c0.03-0.009 0.05-0.014 0.07-0.014 0.04-0.009 0.15-0.07 0.32-0.182 0.19-0.121 0.32-0.158 0.4-0.112 0.18 0.094 0.31 0.21 0.39 0.35 0.08 0.131 0.11 0.238 0.1 0.322m-9.3-3.206c-0.16 0-0.37 0.01-0.63 0.028-0.26 0.01-0.4 0.014-0.41 0.014-0.16-0.186-0.21-0.41-0.14-0.672 0.01-0.009 0.21 0.01 0.59 0.056 0.39 0.038 0.73 0.056 1 0.056 0.29 0 0.46-0.037 0.49-0.112 0.05-0.14 0.12-0.401 0.21-0.784 0.05-0.298 0.11-0.676 0.18-1.134 0.07-0.466 0.11-0.709 0.12-0.728 0.02-0.13 0.07-0.205 0.16-0.224 0.79 0.14 1.17 0.308 1.13 0.504-0.02 0.075-0.12 0.154-0.31 0.238-0.17 0.084-0.29 0.164-0.33 0.238-0.06 0.103-0.14 0.402-0.24 0.896-0.05 0.252-0.1 0.565-0.17 0.938-0.03 0.131 0.05 0.196 0.24 0.196 0.21 0 0.39-0.042 0.53-0.126l0.38-0.392c0.22-0.14 0.47 0.042 0.74 0.546l0.09 0.154c0.01 0.028 0.01 0.056 0 0.084-0.02 0.112-0.13 0.182-0.34 0.21l-0.67 0.028-0.84 0.014c-0.15 0.019-0.25 0.056-0.3 0.112l-0.54 2.408v0.028l0.01 0.014 1.96-0.784c0.07-0.009 0.12 0.061 0.16 0.21-0.05 0.112-0.42 0.336-1.12 0.672s-1.09 0.556-1.15 0.658c-0.02 0.094-0.09 0.416-0.2 0.966-0.1 0.542-0.25 1.312-0.46 2.31l-0.03 0.168c-0.04 0.196-0.07 0.369-0.11 0.518-0.02 0.122-0.04 0.234-0.07 0.336-0.02 0.103-0.03 0.164-0.03 0.182-0.05 0.271-0.14 0.476-0.25 0.616s-0.29 0.276-0.53 0.406c-0.19 0.103-0.33 0.154-0.44 0.154-0.07 0-0.15-0.079-0.22-0.238-0.07-0.158-0.12-0.247-0.17-0.266l-0.92-0.28c-0.07 0-0.09-0.056-0.06-0.168 0.02-0.121 0.17-0.191 0.44-0.21l1.24 0.028c0.09 0 0.19-0.247 0.31-0.742 0.13-0.504 0.36-1.577 0.7-3.22l0.06-0.28-0.05-0.014c-0.01 0.01-0.18 0.089-0.51 0.238-0.33 0.15-0.55 0.276-0.66 0.378l-0.13 0.406c-0.05 0.094-0.11 0.14-0.18 0.14-0.13 0-0.26-0.154-0.38-0.462-0.12-0.317-0.17-0.546-0.14-0.686 0.05-0.037 0.38-0.154 0.98-0.35 0.62-0.205 0.97-0.331 1.07-0.378 0.09-0.037 0.15-0.14 0.19-0.308 0.09-0.28 0.18-0.672 0.28-1.176 0.05-0.242 0.1-0.518 0.14-0.826 0.06-0.261 0.08-0.41 0.07-0.448 0-0.093-0.25-0.14-0.74-0.14m8.08 3.5c0-0.084-0.07-0.135-0.2-0.154-0.13-0.018-0.45-0.028-0.95-0.028-0.54 0-1.28 0.01-2.23 0.028h-0.4c-0.05 0-0.1 0.024-0.14 0.07-0.1 0.346-0.23 0.859-0.37 1.54l0.07 0.098c1.95 0.028 3.21 0.038 3.77 0.028 0.07-0.018 0.11-0.06 0.14-0.126l0.31-1.456m-4.79 3.962c0.08 0.103 0.6 0.154 1.55 0.154 1.07 0 1.73-0.014 1.98-0.042 0.25-0.018 0.4-0.07 0.45-0.154l0.29-1.414 0.04-0.238c0.02-0.056-0.01-0.102-0.1-0.14h-3.66c-0.1 0-0.16 0.033-0.2 0.098l-0.35 1.736m12.25-3.976c-0.14-0.009-0.22-0.056-0.24-0.14s-0.01-0.228 0.03-0.434c0.05-0.224 0.12-0.546 0.24-0.966l0.53-2.758c0.02-0.084 0.06-0.144 0.14-0.182 0.06 0.01 0.13 0.047 0.19 0.112 0.08 0.056 0.18 0.112 0.31 0.168 0.13 0.047 0.32 0.07 0.55 0.07 0.16 0 0.33-0.009 0.52-0.028l0.32-0.028c0.09-0.112 0.16-0.261 0.19-0.448 0.02-0.093 0.04-0.172 0.05-0.238-0.03-0.009-0.06-0.023-0.1-0.042-0.07-0.018-0.21-0.028-0.42-0.028-0.31 0-0.78 0.019-1.42 0.056l-0.86 0.014c-0.17 0-0.27-0.074-0.3-0.224-0.03-0.158-0.01-0.266 0.04-0.322 0.06-0.009 0.28 0 0.66 0.028 0.39 0.028 0.73 0.042 1.04 0.042 0.29 0 0.47-0.028 0.54-0.084 0-0.13-0.03-0.261-0.11-0.392-0.06-0.14-0.14-0.266-0.24-0.378-0.08-0.112-0.13-0.182-0.14-0.21 0-0.13 0.06-0.21 0.19-0.238 0.28 0.094 0.5 0.201 0.65 0.322 0.16 0.122 0.26 0.229 0.28 0.322 0.03 0.094 0.05 0.187 0.06 0.28 0.01 0.094 0.01 0.168-0.01 0.224-0.02 0.103-0.04 0.159-0.05 0.168l1.43-0.014c0.05-0.009 0.09-0.014 0.13-0.014 0.11-0.056 0.3-0.275 0.56-0.658 0.26-0.392 0.4-0.592 0.42-0.602 0.04-0.046 0.09-0.07 0.15-0.07 0.11 0 0.24 0.056 0.41 0.168 0.18 0.103 0.28 0.187 0.32 0.252-0.01 0.131-0.11 0.215-0.31 0.252l-0.26 0.056c-0.27 0.159-0.5 0.36-0.68 0.602 0.05 0.038 0.31 0.056 0.79 0.056 0.42 0 0.67-0.009 0.75-0.028 0.09-0.018 0.21-0.112 0.38-0.28 0.13-0.14 0.25-0.21 0.34-0.21 0.03 0 0.05 0.005 0.07 0.014 0.05 0.038 0.1 0.089 0.15 0.154 0.07 0.066 0.13 0.14 0.2 0.224s0.12 0.164 0.15 0.238c0.04 0.075 0.04 0.145 0.02 0.21-0.03 0.056-0.1 0.094-0.2 0.112-0.09 0.01-0.23 0.014-0.41 0.014h-0.36c-0.2-0.009-0.55-0.014-1.05-0.014-0.49-0.009-1.14-0.014-1.93-0.014-0.12 0.056-0.27 0.196-0.45 0.42l-0.14 0.21c0.01 0.075 0.03 0.112 0.06 0.112 0.21 0.028 0.48 0.042 0.81 0.042 0.58 0 0.96-0.014 1.13-0.042 0.19-0.037 0.35-0.107 0.48-0.21 0.06-0.037 0.12-0.056 0.18-0.056 0.11 0 0.22 0.07 0.32 0.21 0.11 0.131 0.16 0.262 0.14 0.392l-0.01 0.084c-0.23 0.178-0.36 0.392-0.41 0.644-0.09 0.458-0.17 0.938-0.24 1.442-0.05 0.504-0.09 0.808-0.12 0.91-0.05 0.252-0.11 0.425-0.18 0.518-0.08 0.094-0.2 0.145-0.37 0.154l-0.21-0.042h-0.01c-0.09-0.177-0.18-0.266-0.3-0.266l-2.82-0.014c-0.55 0-0.87 0.005-0.94 0.014-0.08 0.01-0.17 0.075-0.3 0.196-0.1 0.112-0.21 0.168-0.33 0.168m-1-5.138c-0.14-0.27-0.38-0.574-0.74-0.91-0.35-0.336-0.59-0.522-0.7-0.56-0.01-0.084 0.02-0.154 0.07-0.21 0.06-0.065 0.13-0.098 0.23-0.098 0.16 0 0.37 0.066 0.63 0.196 0.27 0.122 0.51 0.308 0.72 0.56 0.23 0.243 0.31 0.49 0.24 0.742l-0.1 0.21-0.09 0.084-0.17 0.014c-0.03 0-0.06-0.009-0.09-0.028m-1.75 0.238c0.14 0 0.35 0.052 0.62 0.154 0.27 0.103 0.52 0.252 0.74 0.448 0.24 0.196 0.33 0.397 0.3 0.602-0.06 0.252-0.16 0.378-0.31 0.378s-0.33-0.135-0.55-0.406l-0.1-0.126c-0.06-0.074-0.33-0.266-0.81-0.574l-0.11-0.098c-0.05-0.056-0.06-0.13-0.03-0.224 0.01-0.018 0.03-0.042 0.04-0.07 0.05-0.056 0.12-0.084 0.21-0.084m5.07 7.028c0.27 0 0.45-0.014 0.53-0.042 0.09-0.028 0.15-0.093 0.19-0.196 0.01-0.056 0.04-0.312 0.09-0.77l-0.07-0.056-2.43-0.056c-1.32-0.093-2.21-0.522-2.68-1.288h-0.09l-1.12 0.854c-0.21 0.168-0.34 0.299-0.41 0.392l-0.18 0.322c-0.03 0.028-0.06 0.052-0.09 0.07-0.14 0.028-0.26-0.074-0.37-0.308-0.11-0.242-0.14-0.429-0.12-0.56 0.01-0.037 0.02-0.065 0.03-0.084l0.87-0.336c0.59-0.242 0.99-0.485 1.22-0.728 0.08-0.196 0.15-0.41 0.19-0.644 0.05-0.242 0.07-0.434 0.07-0.574 0-0.084-0.16-0.126-0.47-0.126-0.09 0-0.21 0.01-0.37 0.028-0.15 0.019-0.28 0.028-0.39 0.028-0.1 0-0.21-0.004-0.32-0.014-0.11-0.018-0.19-0.065-0.22-0.14-0.04-0.074-0.05-0.177-0.03-0.308 0.03-0.102 0.1-0.163 0.21-0.182 0.39 0.075 0.78 0.112 1.17 0.112h0.17 0.2c0.05-0.028 0.12-0.074 0.18-0.14 0.08-0.065 0.13-0.112 0.17-0.14 0.04-0.037 0.09-0.065 0.17-0.084 0.07-0.028 0.14-0.018 0.21 0.028 0.23 0.187 0.37 0.346 0.43 0.476 0.06 0.131 0.05 0.224-0.03 0.28-0.06 0.056-0.15 0.126-0.25 0.21-0.1 0.075-0.17 0.145-0.2 0.21l-0.18 0.826c-0.04 0.327 0.03 0.532 0.23 0.616 0.65 0.364 1.39 0.56 2.21 0.588h0.1c0.28 0.01 0.56 0.014 0.85 0.014 1.04 0 2.03-0.032 2.98-0.098l1.78-0.182h0.06c0.03-0.018 0.07 0.01 0.11 0.084-0.02 0.103-0.12 0.229-0.3 0.378-0.16 0.14-0.27 0.243-0.3 0.308-0.08 0.038-0.42 0.075-1.03 0.112-0.6 0.038-1.03 0.056-1.28 0.056-0.06 0-0.1 0.028-0.12 0.084 0 0.01 0.06 0.028 0.17 0.056 0.12 0.028 0.21 0.075 0.27 0.14 0.06 0.056 0.06 0.14-0.02 0.252-0.19 0.122-0.29 0.182-0.3 0.182-0.08 0.066-0.12 0.14-0.12 0.224l0.1 0.098c0.15 0.01 0.29 0.014 0.42 0.014 0.27 0 0.49-0.028 0.65-0.084 0.16-0.065 0.27-0.13 0.3-0.196 0.05-0.074 0.11-0.14 0.17-0.196 0.07-0.065 0.14-0.098 0.23-0.098 0.1 0 0.24 0.112 0.43 0.336 0.2 0.224 0.29 0.397 0.27 0.518-0.02 0.084-0.08 0.136-0.19 0.154-0.09 0.019-0.31 0.028-0.67 0.028-0.23 0-0.52-0.004-0.87-0.014-0.39 0-0.69 0.014-0.89 0.042l-0.1 0.098c-0.08 0.308-0.16 0.644-0.24 1.008l-0.12 0.798c-0.09 0.28-0.26 0.486-0.51 0.616-0.24 0.14-0.45 0.21-0.61 0.21-0.07 0-0.13-0.009-0.19-0.028-0.14-0.317-0.37-0.485-0.7-0.504l-0.56-0.056-0.16-0.07c-0.07-0.018-0.1-0.06-0.1-0.126 0.01-0.065 0.04-0.112 0.08-0.14 0.04-0.037 0.25-0.056 0.65-0.056 0.33 0 0.62 0.005 0.86 0.014 0.25 0.019 0.41 0.024 0.49 0.014l0.13-0.14c0.09-0.289 0.17-0.574 0.22-0.854 0.07-0.326 0.1-0.546 0.09-0.658 0-0.121-0.04-0.182-0.11-0.182-0.08-0.009-0.22-0.014-0.44-0.014-0.2 0-0.48 0.005-0.84 0.014h-0.17l-2.96 0.042-2.83 0.014h-0.11c-0.09 0-0.15-0.051-0.2-0.154-0.04-0.112-0.04-0.224-0.01-0.336 0.02-0.112 0.06-0.168 0.14-0.168s0.28 0.028 0.58 0.084c0.32 0.047 0.52 0.07 0.61 0.07 0.3 0.019 1.19 0.024 2.67 0.014h2.56c0.23 0.01 0.41 0.014 0.56 0.014m-4.18 0.588c0.3 0.028 0.59 0.206 0.89 0.532 0.3 0.327 0.42 0.621 0.37 0.882-0.02 0.094-0.07 0.182-0.16 0.266l-0.18 0.14-0.1 0.042c-0.14 0-0.24-0.065-0.32-0.196-0.07-0.13-0.13-0.28-0.15-0.448-0.03-0.158-0.05-0.252-0.07-0.28l-0.44-0.644c-0.01-0.018-0.01-0.032 0-0.042-0.01-0.028-0.01-0.051 0-0.07 0.01-0.065 0.06-0.126 0.16-0.182m2.94-6.16c0 0.028-0.01 0.066-0.02 0.112-0.03 0.103 0.01 0.164 0.1 0.182 0.1 0.019 0.33 0.028 0.67 0.028 1.7 0 2.76 0.014 3.18 0.042 0.13-0.056 0.21-0.154 0.24-0.294 0.04-0.158 0.01-0.266-0.07-0.322-0.59-0.018-1.9-0.028-3.92-0.028-0.09 0.038-0.16 0.131-0.18 0.28m0.08 0.784c-0.09 0.019-0.16 0.047-0.21 0.084-0.04 0.038-0.07 0.122-0.1 0.252-0.03 0.159-0.01 0.271 0.04 0.336 1.04 0.038 2.05 0.056 3.04 0.056h0.34c0.1-0.009 0.19-0.009 0.26 0 0.08 0 0.14-0.004 0.2-0.014 0.06-0.009 0.1-0.018 0.14-0.028 0.04-0.018 0.07-0.037 0.08-0.056 0.03-0.028 0.05-0.056 0.06-0.084s0.02-0.065 0.03-0.112c0.04-0.186 0.01-0.308-0.09-0.364-1.1-0.065-2.01-0.098-2.73-0.098-0.36 0-0.67 0.01-0.93 0.028h-0.13m3.6 1.736c0.08-0.308 0.09-0.494 0.03-0.56-0.42-0.046-1.06-0.07-1.91-0.07-0.36 0-0.76 0.005-1.2 0.014l-0.9 0.056h-0.03c-0.06 0.066-0.11 0.159-0.14 0.28 0 0.056-0.01 0.117-0.01 0.182l0.03 0.154c0.07 0.047 0.39 0.07 0.94 0.07 0.48 0 1.14-0.014 1.98-0.042h0.44l0.52 0.014c0.09-0.009 0.17-0.042 0.25-0.098m14.87-1.764c-0.03 0.159-0.22 0.238-0.56 0.238-0.89-0.009-1.62-0.014-2.19-0.014-0.53 0-0.91 0.005-1.15 0.014-0.23 0-0.42 0.01-0.57 0.028-0.15 0.019-0.23 0.038-0.25 0.056-0.02 0.019-0.03 0.056-0.04 0.112-0.23 1.148-0.35 1.858-0.38 2.128l0.08 0.084h2.69c0.31 0 0.61-0.004 0.91-0.014 0.01 0 0.14-0.116 0.38-0.35 0.25-0.233 0.42-0.35 0.52-0.35 0.08 0 0.21 0.112 0.37 0.336 0.18 0.215 0.34 0.439 0.47 0.672-0.03 0.094-0.09 0.159-0.19 0.196-0.08 0.028-0.23 0.042-0.46 0.042h-0.24c-0.15-0.009-0.36-0.014-0.64-0.014h-3.09l-0.79 0.014c-0.02 0-0.04 0.005-0.05 0.014-0.02 0-0.06 0.038-0.12 0.112l-0.61 3.318c-0.06 0.243-0.11 0.416-0.16 0.518-0.03 0.112-0.11 0.243-0.22 0.392-0.11 0.159-0.27 0.28-0.46 0.364-0.19 0.094-0.44 0.173-0.76 0.238-0.04-0.018-0.1-0.112-0.17-0.28-0.05-0.168-0.13-0.27-0.23-0.308l-1.4-0.28c-0.08-0.056-0.1-0.13-0.06-0.224 0.02-0.112 0.1-0.186 0.24-0.224 0.6 0.103 1.12 0.154 1.54 0.154 0.17 0 0.32-0.009 0.45-0.028 0.17 0 0.29-0.074 0.36-0.224 0.21-0.886 0.37-1.647 0.5-2.282 0.12-0.569 0.17-0.919 0.17-1.05 0.01-0.13-0.04-0.196-0.15-0.196l-3-0.014c-0.74 0.028-1.41 0.089-1.99 0.182-0.05-0.056-0.1-0.168-0.15-0.336s-0.07-0.289-0.06-0.364c0.02-0.065 0.06-0.102 0.12-0.112 0.07 0 0.54 0.033 1.4 0.098 0.02 0 0.18 0.01 0.47 0.028 0.3 0.01 0.74 0.014 1.32 0.014 0.34 0 0.7-0.004 1.06-0.014l1.04-0.028c0.07-0.065 0.11-0.107 0.11-0.126l0.43-2.114c0-0.102-0.04-0.154-0.14-0.154l-3.5 0.028-0.61 0.098-0.14-0.056c-0.04-0.046-0.07-0.154-0.1-0.322s-0.03-0.294 0-0.378l0.1-0.056c0.56 0.112 1.34 0.168 2.35 0.168 0.74 0 1.43-0.018 2.09-0.056 0.09-0.074 0.23-0.588 0.42-1.54 0.05-0.27 0.09-0.452 0.12-0.546l-0.05-0.07c-1.51 0.243-2.73 0.364-3.69 0.364h-0.39c-0.1-0.009-0.18-0.014-0.22-0.014-0.04-0.009-0.06-0.014-0.07-0.014-0.16-0.028-0.23-0.126-0.2-0.294 0.03-0.102 0.08-0.158 0.16-0.168l0.78-0.028c2.34-0.121 4.71-0.541 7.11-1.26l0.69-0.336c0.04-0.009 0.07-0.014 0.11-0.014 0.09 0 0.24 0.07 0.43 0.21 0.21 0.131 0.36 0.266 0.45 0.406 0 0.178-0.11 0.29-0.33 0.336-0.22 0.038-0.38 0.042-0.48 0.014h-0.14l-3.35 0.728c-0.09 0.075-0.23 0.607-0.42 1.596l-0.07 0.532c0 0.094 0.06 0.14 0.19 0.14l2.32 0.042c0.26-0.009 0.45-0.056 0.57-0.14 0.13-0.084 0.23-0.191 0.31-0.322 0.1-0.13 0.22-0.233 0.37-0.308 0.13 0.075 0.3 0.229 0.53 0.462 0.23 0.234 0.33 0.416 0.31 0.546m11.99 1.008c0.05-0.018 0.17-0.116 0.37-0.294 0.19-0.177 0.33-0.266 0.42-0.266 0.08 0 0.22 0.122 0.42 0.364 0.2 0.243 0.29 0.42 0.26 0.532-0.01 0.066-0.05 0.112-0.14 0.14l-0.38 0.056-1.05 0.028c-0.07 0.038-0.11 0.08-0.12 0.126-0.04 0.122-0.13 0.514-0.27 1.176l-0.63 3.458-0.15 0.602c-0.04 0.159-0.12 0.294-0.25 0.406-0.13 0.122-0.27 0.206-0.42 0.252-0.15 0.047-0.27 0.08-0.37 0.098-0.09 0.028-0.15 0.042-0.17 0.042-0.05 0-0.1-0.014-0.14-0.042-0.08-0.308-0.28-0.49-0.58-0.546l-0.55-0.07c-0.06-0.065-0.07-0.163-0.01-0.294 0.02-0.037 0.19-0.056 0.49-0.056 0.12 0 0.28 0.005 0.47 0.014 0.2 0.01 0.32 0.014 0.37 0.014 0.22 0 0.37-0.037 0.46-0.112 0.08-0.074 0.15-0.228 0.19-0.462l0.9-4.438c0.01-0.046 0-0.084-0.03-0.112-0.02-0.028-0.07-0.046-0.17-0.056-0.09-0.018-0.17-0.028-0.25-0.028h-0.39c-0.69 0-1.06 0.01-1.11 0.028-0.08 0-0.14 0.042-0.18 0.126l-0.45 1.47c-0.66 1.951-1.54 3.444-2.66 4.48-0.09 0.084-0.17 0.098-0.25 0.042-0.06-0.046-0.03-0.158 0.1-0.336 0.13-0.177 0.36-0.508 0.69-0.994 0.33-0.494 0.63-1.036 0.89-1.624 0.39-0.877 0.74-1.899 1.05-3.066l-0.08-0.14-1.37 0.042c-0.12 0.038-0.19 0.117-0.21 0.238-0.12 0.336-0.25 0.887-0.4 1.652-0.11 0.542-0.2 1.055-0.28 1.54l-0.12 0.7-0.23 1.162c-0.05 0.206-0.22 0.406-0.5 0.602s-0.53 0.294-0.76 0.294c-0.07 0-0.13-0.06-0.16-0.182-0.04-0.121-0.06-0.186-0.07-0.196-0.02-0.009-0.21-0.065-0.56-0.168-0.35-0.102-0.51-0.205-0.49-0.308 0-0.084 0.05-0.154 0.16-0.21l1.14 0.07c0.26 0 0.44-0.046 0.53-0.14 0.1-0.084 0.18-0.266 0.22-0.546l0.65-3.22c0.07-0.373 0.13-0.653 0.17-0.84 0.03-0.186 0.05-0.303 0.04-0.35 0-0.056-0.02-0.084-0.07-0.084-0.12-0.028-0.43-0.042-0.93-0.042-0.43 0-0.71 0.014-0.84 0.042-0.12 0.019-0.18 0.08-0.19 0.182-0.33 1.167-0.67 2.17-1.04 3.01-0.36 0.84-0.81 1.582-1.36 2.226-0.24 0.318-0.43 0.532-0.58 0.644-0.06 0.066-0.14 0.066-0.26 0-0.04-0.046-0.02-0.14 0.06-0.28 0.08-0.13 0.28-0.387 0.57-0.77 0.7-0.896 1.36-2.552 1.96-4.97l-0.07-0.098-1.38 0.056c-0.06-0.037-0.1-0.102-0.13-0.196-0.03-0.102-0.03-0.191-0.03-0.266 0.02-0.065 0.06-0.107 0.1-0.126l1.11 0.084c0.15 0 0.29-0.014 0.43-0.042 0.12-0.13 0.29-0.709 0.49-1.736 0.25-1.185 0.42-2.179 0.52-2.982 0.04-0.056 0.09-0.084 0.15-0.084 0.08 0 0.14 0.019 0.2 0.056 0.06 0.028 0.1 0.066 0.14 0.112 0.05 0.038 0.15 0.075 0.31 0.112 0.16 0.038 0.37 0.056 0.64 0.056 0.73 0 1.13-0.028 1.21-0.084 0.06-0.046 0.13-0.102 0.19-0.168 0.07-0.065 0.11-0.107 0.14-0.126 0.04-0.018 0.08-0.028 0.13-0.028 0.14 0 0.32 0.182 0.54 0.546l0.07 0.21c0.01 0.075-0.07 0.173-0.25 0.294-0.17 0.122-0.26 0.215-0.29 0.28-0.06 0.159-0.17 0.672-0.35 1.54-0.09 0.439-0.18 0.962-0.3 1.568l-0.04 0.224c-0.03 0.112-0.02 0.187 0.03 0.224 0.06 0.038 0.18 0.056 0.36 0.056 0.4 0 0.76-0.023 1.1-0.07 0.14-0.112 0.3-0.616 0.47-1.512 0.09-0.41 0.18-0.928 0.27-1.554 0.1-0.625 0.18-1.068 0.22-1.33 0.04-0.149 0.07-0.252 0.09-0.308s0.07-0.084 0.12-0.084c0.1 0 0.17 0.019 0.23 0.056 0.05 0.028 0.1 0.066 0.14 0.112 0.03 0.038 0.13 0.075 0.29 0.112 0.17 0.038 0.39 0.056 0.67 0.056h0.65c0.13-0.009 0.25-0.028 0.36-0.056 0.11-0.037 0.18-0.065 0.2-0.084 0.02-0.018 0.09-0.079 0.21-0.182 0.11-0.084 0.2-0.126 0.28-0.126 0.09 0 0.22 0.098 0.39 0.294s0.24 0.346 0.22 0.448c-0.02 0.084-0.11 0.187-0.29 0.308-0.18 0.122-0.27 0.21-0.28 0.266l-0.58 2.842-0.09 0.56c-0.02 0.084 0 0.136 0.05 0.154m-0.8-0.084c0.08-0.177 0.2-0.69 0.37-1.54 0.24-1.222 0.37-1.95 0.38-2.184 0.02-0.093-0.01-0.149-0.09-0.168h-1.72c-0.07 0-0.13 0.08-0.18 0.238-0.33 1.671-0.59 2.922-0.8 3.752l0.04 0.056c1.24 0 1.91-0.051 2-0.154m-5.93-3.92c-0.07 0-0.12 0.014-0.16 0.042-0.03 0.028-0.07 0.075-0.11 0.14-0.03 0.066-0.07 0.154-0.1 0.266-0.02 0.112-0.06 0.252-0.09 0.42s-0.07 0.369-0.12 0.602c-0.33 1.708-0.49 2.576-0.47 2.604l1.37 0.056c0.22-0.009 0.36-0.028 0.45-0.056 0.08-0.028 0.14-0.093 0.18-0.196 0.22-0.98 0.38-1.768 0.5-2.366 0.09-0.429 0.14-0.709 0.17-0.84 0.03-0.14 0.04-0.275 0.03-0.406 0-0.14-0.03-0.219-0.08-0.238l-1.57-0.028" stroke="#fff" stroke-width=".4" fill="#fff"/>
</g>
- <text id="text1920" style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.0000000" font-style="normal" transform="scale(1.130730,1.130730)" font-stretch="normal" font-variant="normal" y="18.25828" x="176.24451" font-weight="normal" fill="#ffffff">
- <tspan id="tspan1668" style="letter-spacing:2.1813099;" dx="0 -0.57057059 0 0 0 0 0" fill="#ffffff">::</tspan>
+ <text id="text1920" font-family="Sans" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff">
+ <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::</tspan>
</text>
- <rect id="d0e12" display="none" height="1000px" width="264" y="36" x="35"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.2" line-height="150%" font-weight="normal" font-style="italic" fill="#000000">
+ <rect id="d0e12" display="none" height="1e3px" width="264" y="36" x="35"/>
+ <flowRoot font-size="7.2" font-style="italic" font-family="Sans" line-height="150%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e12"/>
</flowRegion>
<flowDiv xml:space="preserve">這篇教學將說明各種技巧和秘訣,使用者會學到透過使用 Inkscape 和一些「隱藏」功能來幫助你快速完成任務。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="78.645312" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="78.645312" x="10">鋪排仿製的放射狀分佈</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="79.123933" x="10" font-family="Sans" fill="#000000">
+ <tspan y="79.123933" x="10">鋪排仿製的放射狀分佈</tspan>
</text>
- <rect id="d0e21" display="none" height="1000px" width="288" y="83.845" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e21" display="none" height="1e3px" width="288" y="84.324" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e21"/>
</flowRegion>
<flowDiv xml:space="preserve">使用者很容易就懂得如何使用一般格線和圖樣的<flowSpan font-family="Sans">鋪排仿製</flowSpan>對話窗。但是如果你需要<flowSpan font-style="italic">放射狀</flowSpan>分佈,物件群可共用同一個旋轉中心嗎?這是做得到的!</flowDiv>
</flowRoot>
- <rect id="d0e30" display="none" height="1000px" width="288" y="112.55" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e30" display="none" height="1e3px" width="288" y="112.77" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e30"/>
</flowRegion>
<flowDiv xml:space="preserve">如果你的放射狀圖案只需要 3、4、6、8 或 12 個元件,那麼你可以試試 P3、P31M、P3M1、P4、P4M、P6 或 P6M 對稱。這些對製作雪花或類似的東西很有用。不過有一個更普遍的方法,如下。</flowDiv>
</flowRoot>
- <rect id="d0e33" display="none" height="1000px" width="288" y="152.82" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e33" display="none" height="1e3px" width="288" y="153.08" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e33"/>
</flowRegion>
<flowDiv xml:space="preserve">選擇 P1 對稱 (簡單平移),然後切換到<flowSpan font-family="Sans">位移</flowSpan>分頁並設定<flowSpan font-family="Sans">每行/位移 Y</flowSpan> 和<flowSpan font-family="Sans">每列/位移 X</flowSpan> 皆為 -100% 以<flowSpan font-style="italic">補償</flowSpan>剛剛的平移。這時全部的仿製物件會完全重疊在原始物件的上面。繼續切換到<flowSpan font-family="Sans">旋轉</flowSpan>分頁並設定每列旋轉一些角度,然後以單行多列建立圖案。舉例來說,下面的圖案是用 30 列且每一列旋轉 6 度製作出來的:</flowDiv>
</flowRoot>
- <path id="tips-f01-zh_TW.svgpath25" stroke-linejoin="miter" style="marker-end:none;color:#000000;marker-start:none;marker-mid:none;" d="M81.5,58.9h117.5" inkscape:tile-w="117.80000" transform="translate(10, 212.560009) " stroke-dashoffset="0.0000000" stroke="#000" stroke-linecap="butt" inkscape:tile-h="0.30000001" stroke-miterlimit="4.0000000" inkscape:tile-cx="160.25000" inkscape:tile-cy="346.50000" stroke-width="0.30000001" fill="none"/>
- <use id="tips-f01-zh_TW.svguse55" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.994522,0.104528,-0.104528,0.994522,6.925170,-14.33743) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse56" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.978148,0.207912,-0.207912,0.978148,15.31072,-27.87239) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse57" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.951057,0.309017,-0.309017,0.951057,25.06545,-40.45673) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse58" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.913545,0.406737,-0.406737,0.913545,36.08194,-51.95277) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse59" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.866025,0.500000,-0.500000,0.866025,48.23990,-62.23401) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse60" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.809017,0.587785,-0.587785,0.809017,61.40597,-71.18799) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse61" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.743145,0.669131,-0.669131,0.743145,75.43562,-78.71674) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse62" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.669131,0.743145,-0.743145,0.669131,90.17562,-84.73774) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse63" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.587785,0.809017,-0.809017,0.587785,105.4642,-89.18526) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse64" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.500000,0.866025,-0.866025,0.500000,121.1340,-92.01010) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse65" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.406737,0.913545,-0.913545,0.406737,137.0132,-93.18140) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse66" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.309017,0.951057,-0.951057,0.309017,152.9274,-92.68676) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse67" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.207912,0.978148,-0.978148,0.207912,168.7031,-90.53114) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse68" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(0.104528,0.994522,-0.994522,0.104528,184.1673,-86.73846) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse69" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(6.123032e-17,1.000000,-1.000000,6.123032e-17,199.1500,-81.35000) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse70" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.104528,0.994522,-0.994522,-0.104528,213.4874,-74.42481) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse71" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.207912,0.978148,-0.978148,-0.207912,227.0224,-66.03933) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse72" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.309017,0.951057,-0.951057,-0.309017,239.6068,-56.28455) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse73" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.406737,0.913545,-0.913545,-0.406737,251.1028,-45.26806) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse74" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.500000,0.866025,-0.866025,-0.500000,261.3840,-33.11010) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse75" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.587785,0.809017,-0.809017,-0.587785,270.3380,-19.94403) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse76" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.669131,0.743145,-0.743145,-0.669131,277.8668,-5.914380) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse77" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.743145,0.669131,-0.669131,-0.743145,283.8877,8.825618) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse78" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.809017,0.587785,-0.587785,-0.809017,288.3353,24.11421) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse79" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.866025,0.500000,-0.500000,-0.866025,291.1601,39.78401) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse80" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.913545,0.406737,-0.406737,-0.913545,292.3314,55.66320) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse81" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.951057,0.309017,-0.309017,-0.951057,291.8368,71.57745) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse82" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.978148,0.207912,-0.207912,-0.978148,289.6811,87.35318) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <use id="tips-f01-zh_TW.svguse83" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10, 212.560009) matrix(-0.994522,0.104528,-0.104528,-0.994522,285.8885,102.8173) translate(-10, -212.560009)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
- <rect id="d0e61" display="none" height="1000px" width="288" y="342.36" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <path id="tips-f01-zh_TW.svgpath25" stroke="#000" stroke-width="0.3" fill="none" style="color:#000000" transform="translate(10 212.59)" inkscape:tile-cx="160.25000" inkscape:tile-cy="346.50000" d="m81.5 58.9h117.5" inkscape:tile-w="117.80000" inkscape:tile-h="0.30000001"/>
+ <use id="tips-f01-zh_TW.svguse55" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(.99452 .10453 -.10453 .99452 6.9252 -14.337) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse56" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(.97815 .20791 -.20791 .97815 15.311 -27.872) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse57" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(.95106 .30902 -.30902 .95106 25.065 -40.457) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse58" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(.91354 .40674 -.40674 .91354 36.082 -51.953) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse59" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(.86602 0.5 -0.5 .86602 48.24 -62.234) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse60" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(.80902 .58778 -.58778 .80902 61.406 -71.188) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse61" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(.74314 .66913 -.66913 .74314 75.436 -78.717) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse62" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(.66913 .74314 -.74314 .66913 90.176 -84.738) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse63" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(.58778 .80902 -.80902 .58778 105.46 -89.185) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse64" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(0.5 .86602 -.86602 0.5 121.13 -92.01) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse65" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(.40674 .91354 -.91354 .40674 137.01 -93.181) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse66" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(.30902 .95106 -.95106 .30902 152.93 -92.687) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse67" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(.20791 .97815 -.97815 .20791 168.7 -90.531) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse68" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(.10453 .99452 -.99452 .10453 184.17 -86.738) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse69" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(6.123e-17 1 -1 6.123e-17 199.15 -81.35) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse70" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-.10453 .99452 -.99452 -.10453 213.49 -74.425) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse71" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-.20791 .97815 -.97815 -.20791 227.02 -66.039) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse72" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-.30902 .95106 -.95106 -.30902 239.61 -56.285) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse73" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-.40674 .91354 -.91354 -.40674 251.1 -45.268) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse74" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-0.5 .86602 -.86602 -0.5 261.38 -33.11) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse75" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-.58778 .80902 -.80902 -.58778 270.34 -19.944) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse76" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-.66913 .74314 -.74314 -.66913 277.87 -5.9144) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse77" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-.74314 .66913 -.66913 -.74314 283.89 8.8256) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse78" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-.80902 .58778 -.58778 -.80902 288.34 24.114) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse79" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-.86602 0.5 -0.5 -.86602 291.16 39.784) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse80" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-.91354 .40674 -.40674 -.91354 292.33 55.663) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse81" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-.95106 .30902 -.30902 -.95106 291.84 71.577) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse82" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-.97815 .20791 -.20791 -.97815 289.68 87.353) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f01-zh_TW.svguse83" xlink:href="#tips-f01-zh_TW.svgpath25" transform="translate(10 212.59) matrix(-.99452 .10453 -.10453 -.99452 285.89 102.82) translate(-10 -212.59)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#path25" y="0.0000000" x="0.0000000"/>
+ <rect id="d0e61" display="none" height="1e3px" width="288" y="342.39" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e61"/>
</flowRegion>
<flowDiv xml:space="preserve">要用這個方法製作一個時鐘刻度盤,只需要用一個白色圓形切掉或覆蓋中央的部份 (要在仿製物件上進行布林運算前先將物件取消連結)。</flowDiv>
</flowRoot>
- <rect id="d0e64" display="none" height="1000px" width="288" y="371.94" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e64" display="none" height="1e3px" width="288" y="371.6" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e64"/>
</flowRegion>
<flowDiv xml:space="preserve">藉由同時使用行與列可製作更多有趣的效果。下面的圖案是用 10 列和 8 行,且每行旋轉 2 度而每列旋轉 18 度。這裡每個直線群組代表一「列」,所以群組彼此之間都相距 18 度;每列裡面的單獨直線則相隔 2 度:</flowDiv>
</flowRoot>
- <path id="tips-f02-zh_TW.svgpath92" stroke-linejoin="miter" style="marker-end:none;color:#000000;marker-start:none;marker-mid:none;" d="M72.5,71.65h143" inkscape:tile-w="143.30000" transform="translate(10, 421.080486) " stroke-dashoffset="0.0000000" stroke="#000" stroke-linecap="butt" inkscape:tile-h="0.30000001" stroke-miterlimit="4.0000000" inkscape:tile-cx="164.00000" inkscape:tile-cy="543.50000" stroke-width="0.30000001" fill="none"/>
- <use id="tips-f02-zh_TW.svguse1473" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.999657,2.617695e-2,-2.617695e-2,0.999657,1.924910,-3.745086) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1474" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.998630,5.233596e-2,-5.233596e-2,0.998630,3.947230,-7.437965) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1475" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.996917,7.845910e-2,-7.845910e-2,0.996917,6.065500,-11.07739) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1476" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.994522,0.104528,-0.104528,0.994522,8.278530,-14.65955) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1477" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.991445,0.130526,-0.130526,0.991445,10.58424,-18.18274) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1478" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.987688,0.156434,-0.156434,0.987688,12.98172,-21.64461) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1479" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.983255,0.182236,-0.182236,0.983255,15.46808,-25.04208) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1480" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.951057,0.309017,-0.309017,0.951057,29.18885,-40.99141) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1481" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.942641,0.333807,-0.333807,0.942641,32.17667,-43.95868) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1482" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.933580,0.358368,-0.358368,0.933580,35.24138,-46.84623) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1483" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.923880,0.382683,-0.382683,0.923880,38.38095,-49.65217) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1484" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.913545,0.406737,-0.406737,0.913545,41.59183,-52.37582) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1485" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.902585,0.430511,-0.430511,0.902585,44.87392,-55.01397) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1486" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.891007,0.453990,-0.453990,0.891007,48.22376,-57.56504) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1487" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.878817,0.477159,-0.477159,0.878817,51.63863,-60.02816) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1488" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.809017,0.587785,-0.587785,0.809017,69.61669,-70.95716) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1489" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.793353,0.608761,-0.608761,0.793353,73.37512,-72.85554) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1490" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.777146,0.629320,-0.629320,0.777146,77.18198,-74.65460) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1491" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.760406,0.649448,-0.649448,0.760406,81.03440,-76.35361) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1492" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.743145,0.669131,-0.669131,0.743145,84.93020,-77.95106) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1493" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.725374,0.688355,-0.688355,0.725374,88.86650,-79.44634) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1494" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.707107,0.707107,-0.707107,0.707107,92.84060,-80.83745) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1495" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.688355,0.725374,-0.725374,0.688355,96.85030,-82.12436) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1496" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.587785,0.809017,-0.809017,0.587785,117.3249,-86.96326) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1497" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.566406,0.824126,-0.824126,0.566406,121.4861,-87.60718) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1498" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.544639,0.838671,-0.838671,0.544639,125.6626,-88.14188) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1499" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.522499,0.852640,-0.852640,0.522499,129.8520,-88.56700) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1500" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.500000,0.866025,-0.866025,0.500000,134.0508,-88.88270) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1501" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.477159,0.878817,-0.878817,0.477159,138.2564,-89.08796) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1502" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.453990,0.891007,-0.891007,0.453990,142.4656,-89.18356) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1503" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.430511,0.902585,-0.902585,0.430511,146.6768,-89.16850) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1504" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.309017,0.951057,-0.951057,0.309017,167.6443,-87.44306) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1505" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.284015,0.958820,-0.958820,0.284015,171.8011,-86.77010) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1506" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.258819,0.965926,-0.965926,0.258819,175.9385,-85.98768) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1507" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.233445,0.972370,-0.972370,0.233445,180.0541,-85.09770) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1508" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.207912,0.978148,-0.978148,0.207912,184.1447,-84.10004) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1509" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.182236,0.983255,-0.983255,0.182236,188.2082,-82.99550) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1510" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.156434,0.987688,-0.987688,0.156434,192.2414,-81.78604) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1511" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(0.130526,0.991445,-0.991445,0.130526,196.2412,-80.47010) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1512" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(6.123032e-17,1.000000,-1.000000,6.123032e-17,215.6500,-72.35000) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1513" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-2.617695e-2,0.999657,-0.999657,-2.617695e-2,219.3950,-70.42517) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1514" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-5.233596e-2,0.998630,-0.998630,-5.233596e-2,223.0879,-68.40298) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1515" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-7.845910e-2,0.996917,-0.996917,-7.845910e-2,226.7273,-66.28453) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1516" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.104528,0.994522,-0.994522,-0.104528,230.3096,-64.07158) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1517" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.130526,0.991445,-0.991445,-0.130526,233.8331,-61.76595) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1518" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.156434,0.987688,-0.987688,-0.156434,237.2945,-59.36826) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1519" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.182236,0.983255,-0.983255,-0.182236,240.6922,-56.88192) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1520" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.309017,0.951057,-0.951057,-0.309017,256.6413,-43.16115) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1521" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.333807,0.942641,-0.942641,-0.333807,259.6088,-40.17333) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1522" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.358368,0.933580,-0.933580,-0.358368,262.4962,-37.10862) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1523" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.382683,0.923880,-0.923880,-0.382683,265.3021,-33.96905) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1524" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.406737,0.913545,-0.913545,-0.406737,268.0261,-30.75817) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1525" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.430511,0.902585,-0.902585,-0.430511,270.6643,-27.47608) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1526" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.453990,0.891007,-0.891007,-0.453990,273.2149,-24.12624) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1527" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.477159,0.878817,-0.878817,-0.477159,275.6780,-20.71137) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1528" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.587785,0.809017,-0.809017,-0.587785,286.6070,-2.733510) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1529" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.608761,0.793353,-0.793353,-0.608761,288.5057,1.025120) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1530" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.629320,0.777146,-0.777146,-0.629320,290.3045,4.831980) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1531" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.649448,0.760406,-0.760406,-0.649448,292.0034,8.684401) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1532" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.669131,0.743145,-0.743145,-0.669131,293.6010,12.58018) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1533" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.688355,0.725374,-0.725374,-0.688355,295.0964,16.51657) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1534" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.707107,0.707107,-0.707107,-0.707107,296.4873,20.49058) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1535" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.725374,0.688355,-0.688355,-0.725374,297.7741,24.50044) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1536" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.809017,0.587785,-0.587785,-0.809017,302.6135,44.97581) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1537" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.824126,0.566406,-0.566406,-0.824126,303.2572,49.13771) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1538" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.838671,0.544639,-0.544639,-0.838671,303.7919,53.31061) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1539" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.852640,0.522499,-0.522499,-0.852640,304.2170,57.50440) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1540" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.866025,0.500000,-0.500000,-0.866025,304.5327,61.70160) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1541" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.878817,0.477159,-0.477159,-0.878817,304.7380,65.90736) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1542" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.891007,0.453990,-0.453990,-0.891007,304.8336,70.11673) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1543" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.902585,0.430511,-0.430511,-0.902585,304.8185,74.32639) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1544" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.951057,0.309017,-0.309017,-0.951057,303.0931,95.29267) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1545" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.958820,0.284015,-0.284015,-0.958820,302.4201,99.45188) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1546" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.965926,0.258819,-0.258819,-0.965926,301.6377,103.5896) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1547" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.972370,0.233445,-0.233445,-0.972370,300.7477,107.7029) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1548" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.978148,0.207912,-0.207912,-0.978148,299.7500,111.7972) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1549" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.983255,0.182236,-0.182236,-0.983255,298.6455,115.8555) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1550" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.987688,0.156434,-0.156434,-0.987688,297.4360,119.8908) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <use id="tips-f02-zh_TW.svguse1551" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10, 421.080486) matrix(-0.991445,0.130526,-0.130526,-0.991445,296.1201,123.8925) translate(-10, -421.080486)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
- <rect id="d0e77" display="none" height="1000px" width="288" y="576.38" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <path id="tips-f02-zh_TW.svgpath92" stroke="#000" stroke-width="0.3" fill="none" style="color:#000000" transform="translate(10 420.27)" inkscape:tile-cx="164.00000" inkscape:tile-cy="543.50000" d="m72.5 71.65h143" inkscape:tile-w="143.30000" inkscape:tile-h="0.30000001"/>
+ <use id="tips-f02-zh_TW.svguse1473" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.99966 .026177 -.026177 .99966 1.9249 -3.7451) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1474" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.99863 .052336 -.052336 .99863 3.9472 -7.438) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1475" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.99692 .078459 -.078459 .99692 6.0655 -11.077) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1476" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.99452 .10453 -.10453 .99452 8.2785 -14.66) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1477" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.99144 .13053 -.13053 .99144 10.584 -18.183) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1478" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.98769 .15643 -.15643 .98769 12.982 -21.645) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1479" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.98326 .18224 -.18224 .98326 15.468 -25.042) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1480" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.95106 .30902 -.30902 .95106 29.189 -40.991) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1481" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.94264 .33381 -.33381 .94264 32.177 -43.959) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1482" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.93358 .35837 -.35837 .93358 35.241 -46.846) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1483" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.92388 .38268 -.38268 .92388 38.381 -49.652) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1484" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.91354 .40674 -.40674 .91354 41.592 -52.376) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1485" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.90258 .43051 -.43051 .90258 44.874 -55.014) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1486" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.89101 .45399 -.45399 .89101 48.224 -57.565) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1487" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.87882 .47716 -.47716 .87882 51.639 -60.028) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1488" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.80902 .58778 -.58778 .80902 69.617 -70.957) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1489" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.79335 .60876 -.60876 .79335 73.375 -72.856) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1490" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.77715 .62932 -.62932 .77715 77.182 -74.655) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1491" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.76041 .64945 -.64945 .76041 81.034 -76.354) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1492" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.74314 .66913 -.66913 .74314 84.93 -77.951) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1493" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.72537 .68836 -.68836 .72537 88.866 -79.446) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1494" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.70711 .70711 -.70711 .70711 92.841 -80.837) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1495" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.68836 .72537 -.72537 .68836 96.85 -82.124) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1496" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.58778 .80902 -.80902 .58778 117.32 -86.963) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1497" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.56641 .82413 -.82413 .56641 121.49 -87.607) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1498" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.54464 .83867 -.83867 .54464 125.66 -88.142) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1499" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.52250 .85264 -.85264 .52250 129.85 -88.567) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1500" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(0.5 .86602 -.86602 0.5 134.05 -88.883) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1501" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.47716 .87882 -.87882 .47716 138.26 -89.088) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1502" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.45399 .89101 -.89101 .45399 142.47 -89.184) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1503" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.43051 .90258 -.90258 .43051 146.68 -89.168) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1504" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.30902 .95106 -.95106 .30902 167.64 -87.443) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1505" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.28402 .95882 -.95882 .28402 171.8 -86.77) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1506" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.25882 .96593 -.96593 .25882 175.94 -85.988) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1507" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.23344 .97237 -.97237 .23344 180.05 -85.098) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1508" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.20791 .97815 -.97815 .20791 184.14 -84.1) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1509" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.18224 .98326 -.98326 .18224 188.21 -82.996) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1510" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.15643 .98769 -.98769 .15643 192.24 -81.786) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1511" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(.13053 .99144 -.99144 .13053 196.24 -80.47) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1512" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(6.123e-17 1 -1 6.123e-17 215.65 -72.35) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1513" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.026177 .99966 -.99966 -.026177 219.4 -70.425) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1514" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.052336 .99863 -.99863 -.052336 223.09 -68.403) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1515" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.078459 .99692 -.99692 -.078459 226.73 -66.285) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1516" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.10453 .99452 -.99452 -.10453 230.31 -64.072) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1517" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.13053 .99144 -.99144 -.13053 233.83 -61.766) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1518" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.15643 .98769 -.98769 -.15643 237.29 -59.368) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1519" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.18224 .98326 -.98326 -.18224 240.69 -56.882) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1520" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.30902 .95106 -.95106 -.30902 256.64 -43.161) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1521" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.33381 .94264 -.94264 -.33381 259.61 -40.173) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1522" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.35837 .93358 -.93358 -.35837 262.5 -37.109) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1523" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.38268 .92388 -.92388 -.38268 265.3 -33.969) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1524" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.40674 .91354 -.91354 -.40674 268.03 -30.758) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1525" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.43051 .90258 -.90258 -.43051 270.66 -27.476) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1526" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.45399 .89101 -.89101 -.45399 273.21 -24.126) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1527" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.47716 .87882 -.87882 -.47716 275.68 -20.711) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1528" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.58778 .80902 -.80902 -.58778 286.61 -2.7335) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1529" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.60876 .79335 -.79335 -.60876 288.51 1.0251) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1530" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.62932 .77715 -.77715 -.62932 290.3 4.832) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1531" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.64945 .76041 -.76041 -.64945 292 8.6844) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1532" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.66913 .74314 -.74314 -.66913 293.6 12.58) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1533" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.68836 .72537 -.72537 -.68836 295.1 16.517) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1534" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.70711 .70711 -.70711 -.70711 296.49 20.491) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1535" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.72537 .68836 -.68836 -.72537 297.77 24.5) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1536" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.80902 .58778 -.58778 -.80902 302.61 44.976) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1537" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.82413 .56641 -.56641 -.82413 303.26 49.138) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1538" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.83867 .54464 -.54464 -.83867 303.79 53.311) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1539" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.85264 .52250 -.52250 -.85264 304.22 57.504) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1540" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.86602 0.5 -0.5 -.86602 304.53 61.702) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1541" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.87882 .47716 -.47716 -.87882 304.74 65.907) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1542" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.89101 .45399 -.45399 -.89101 304.83 70.117) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1543" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.90258 .43051 -.43051 -.90258 304.82 74.326) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1544" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.95106 .30902 -.30902 -.95106 303.09 95.293) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1545" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.95882 .28402 -.28402 -.95882 302.42 99.452) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1546" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.96593 .25882 -.25882 -.96593 301.64 103.59) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1547" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.97237 .23344 -.23344 -.97237 300.75 107.7) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1548" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.97815 .20791 -.20791 -.97815 299.75 111.8) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1549" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.98326 .18224 -.18224 -.98326 298.65 115.86) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1550" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.98769 .15643 -.15643 -.98769 297.44 119.89) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f02-zh_TW.svguse1551" xlink:href="#tips-f02-zh_TW.svgpath92" transform="translate(10 420.27) matrix(-.99144 .13053 -.13053 -.99144 296.12 123.89) translate(-10 -420.27)" height="2150.5000" width="320.00000" inkscape:tiled-clone-of="#path92" y="0.0000000" x="0.0000000"/>
+ <rect id="d0e77" display="none" height="1e3px" width="288" y="575.57" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e77"/>
</flowRegion>
<flowDiv xml:space="preserve">在上面的例子裡,直線繞著自己的中心旋轉。但如果你想要的旋轉中心在形狀的外面怎麼辦?只要建立一個隱形 (無填色、無邊框) 的矩形,使矩形覆蓋你的形狀並讓其中心對準你要的點上,把形狀和矩形群組在一起,然後在群組上使用<flowSpan font-family="Sans">鋪排仿製</flowSpan>。這就是利用隨機性的縮放、旋轉和透明來製作「爆炸」或「恆星爆裂」效果的方法。</flowDiv>
</flowRoot>
- <g id="tips-f03-zh_TW.svgg1768" inkscape:tile-w="87.999840" transform="translate(10, 645.5601770000001) matrix(0.637680,0.000000,0.000000,0.637680,37.60870,-470.9209)" inkscape:tile-h="7.3333200" inkscape:tile-cx="158.99982" inkscape:tile-cy="859.24904">
- <path id="tips-f03-zh_TW.svgpath1592" style="marker-end:none;color:#000000;marker-start:none;marker-mid:none;" fill-rule="evenodd" fill="#000" d="M210.17,859.92c4.54-2.08,15.81-3.8,15.81-0.12,0,3.67-15.81,0.12-15.81,0.12z"/>
- <rect id="tips-f03-zh_TW.svgrect1680" opacity="0" style="marker-end:none;color:#000000;marker-start:none;marker-mid:none;" height="11.5" width="138" y="853.5" x="90" stroke-width="0.25px"/>
+ <g id="tips-f03-zh_TW.svgg1768" inkscape:tile-w="87.999840" transform="translate(10 644.96) matrix(.63768 0 0 .63768 37.609 -470.92)" inkscape:tile-h="7.3333200" inkscape:tile-cx="158.99982" inkscape:tile-cy="859.24904">
+ <path id="tips-f03-zh_TW.svgpath1592" style="color:#000000" d="m210.17 859.92c4.54-2.08 15.81-3.8 15.81-0.12 0 3.67-15.81 0.12-15.81 0.12z" fill-rule="evenodd"/>
+ <rect id="tips-f03-zh_TW.svgrect1680" opacity="0" style="color:#000000" height="11.5" width="138" y="853.5" x="90" stroke-width=".25px"/>
</g>
- <use id="tips-f03-zh_TW.svguse5827" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(1.582388,-0.949047,0.949047,1.582388,-154.0340,87.07056) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5828" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.158025,-0.146700,0.146700,0.158025,105.7377,85.22851) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5829" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.381205,-0.310377,0.310377,0.381205,62.11156,90.79346) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5830" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.916096,-0.772439,0.772439,0.916096,-47.81907,113.8302) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5831" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.271176,1.020398,-1.020398,0.271176,179.8827,-85.71164) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5832" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(5.449488e-2,1.117922,-1.117922,5.449488e-2,217.5118,-82.58176) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5833" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(1.301172,-0.342483,0.342483,1.301172,-68.23569,24.41345) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5834" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.437831,-5.706090e-2,5.706090e-2,0.437831,73.74740,51.22179) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5835" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.306813,9.940890e-2,-9.940890e-2,0.306813,104.0080,39.56182) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5836" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-3.070037e-2,0.733791,-0.733791,-3.070037e-2,199.7728,-22.62704) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5837" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.587705,1.503905,-1.503905,0.587705,173.1183,-177.2931) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5838" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-6.358936e-2,0.241746,-0.241746,-6.358936e-2,166.4545,48.29976) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5839" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.112789,0.480395,-0.480395,-0.112789,191.6708,18.91615) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5840" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.470476,0.344786,-0.344786,0.470476,100.1539,-7.148430) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5841" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.903283,1.297602,-1.297602,0.903283,113.3661,-172.9191) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5842" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(1.638722,0.413477,-0.413477,1.638722,-56.94251,-106.6588) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5843" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(1.375364,0.841378,-0.841378,1.375364,12.61539,-145.8564) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5844" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.372431,1.257953,-1.257953,0.372431,184.1022,-126.5285) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5845" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.974189,0.807369,-0.807369,0.974189,65.75931,-110.2368) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5846" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.731938,1.633265,-1.633265,-0.731938,366.5094,-93.65480) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5847" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.673132,0.518622,-0.518622,0.673132,85.37160,-46.91760) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5848" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(2.547028e-2,0.998190,-0.998190,2.547028e-2,212.3249,-63.70384) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5849" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-3.605237e-2,0.532086,-0.532086,-3.605237e-2,184.9846,5.822092) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5850" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-1.090290,0.485825,-0.485825,-1.090290,327.9609,93.43394) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5851" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.698354,0.189739,-0.189739,-0.698354,250.6815,104.4086) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5852" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(5.885208e-2,0.812223,-0.812223,5.885208e-2,193.3647,-40.42509) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5853" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.726872,1.565645,-1.565645,0.726872,158.5279,-196.5916) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5854" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.937370,0.984031,-0.984031,-0.937370,345.0698,12.40872) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5855" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-1.744032,-0.332291,0.332291,-1.744032,355.8320,257.4943) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5856" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.222960,1.144285,-1.144285,0.222960,196.1248,-99.21930) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5857" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.343933,1.153051,-1.153051,-0.343933,275.5978,-56.78320) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5858" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.184014,0.803951,-0.803951,-0.184014,226.4862,-20.57292) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5859" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.657759,0.630998,-0.630998,-0.657759,279.0187,39.94792) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5860" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-1.178407,8.005262e-3,-8.005262e-3,-1.178407,303.4147,166.6376) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5861" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-1.188778,0.960756,-0.960756,-1.188778,378.2234,35.00298) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5862" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.580462,-3.074334e-2,3.074334e-2,-0.580462,217.3166,125.9781) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5863" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.867001,0.425050,-0.425050,-0.867001,292.2441,84.68779) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5864" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.700823,0.100133,-0.100133,-0.700823,244.1245,117.0541) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5865" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-1.763055,-0.226403,0.226403,-1.763055,366.6297,244.2414) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5866" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.982450,-1.091297,1.091297,-0.982450,191.5241,304.3507) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5867" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.112597,-0.111700,0.111700,-0.112597,146.0492,101.2028) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5868" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.465116,-0.231915,0.231915,-0.465116,185.7921,145.0584) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5869" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-1.344854,3.164347e-2,-3.164347e-2,-1.344854,328.3710,176.1683) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5870" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.841796,0.711101,-0.711101,-0.841796,310.7677,42.98625) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5871" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.406734,-1.716231,1.716231,-0.406734,63.37569,346.8820) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5872" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.512726,-1.119051,1.119051,-0.512726,124.0951,272.0361) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5873" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-1.009778,0.397051,-0.397051,-1.009778,309.9339,99.57444) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5874" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.342373,-1.254425,1.254425,-0.342373,89.99150,277.7351) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5875" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-1.321413,-5.632474e-2,5.632474e-2,-1.321413,318.3386,186.5905) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5876" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(8.124399e-2,-1.492381,1.492381,8.124399e-2,12.78507,278.1906) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5877" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.735465,-0.521409,0.521409,-0.735465,201.0780,206.1158) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5878" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.826712,-0.390986,0.390986,-0.826712,223.8044,195.0139) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5879" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(9.504403e-2,-1.201923,1.201923,9.504403e-2,33.23421,236.7537) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5880" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.407521,-0.948369,0.948369,-0.407521,122.6155,240.2096) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5881" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.237366,-0.784455,0.784455,0.237366,45.59887,167.7661) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5882" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.297228,-0.331596,0.331596,0.297228,72.15004,100.2089) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5883" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-7.089730e-2,-0.560229,0.560229,-7.089730e-2,105.7138,160.3371) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5884" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-9.284730e-3,-0.591196,0.591196,-9.284730e-3,94.76460,159.8969) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5885" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.647489,-0.895367,0.895367,0.647489,-19.94909,151.6009) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5886" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.206174,-0.655204,0.655204,0.206174,59.88748,152.2020) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5887" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.228684,-1.074090,1.074090,-0.228684,88.07570,243.9143) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5888" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-1.157023,-1.395573,1.395573,-1.157023,192.3591,360.0865) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5889" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-1.029056,-1.277949,1.277949,-1.029056,183.6293,333.8833) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5890" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.838138,-1.332274,1.332274,0.838138,-80.09370,197.6504) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5891" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-9.741253e-2,-1.150852,1.150852,-9.741253e-2,63.91813,244.4753) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5892" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(-0.214987,-0.730718,0.730718,-0.214987,112.6132,195.1310) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5893" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(1.688294,-0.170486,0.170486,1.688294,-108.8011,-29.30468) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5894" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.553777,-0.203849,0.203849,0.553777,46.32707,62.69652) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5895" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(1.162667,-0.637705,0.637705,1.162667,-71.71793,76.11500) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5896" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(1.521722,-0.574611,0.574611,1.521722,-116.7675,39.69527) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <use id="tips-f03-zh_TW.svguse5897" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10, 645.5601770000001) matrix(0.546248,-0.904563,0.904563,0.546248,-6.585200,160.6755) translate(-10, -645.5601770000001)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="824.370937" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="824.370937" x="10">How to do slicing (multiple rectangular export areas)?</tspan>
+ <use id="tips-f03-zh_TW.svguse5827" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(1.5824 -.94905 .94905 1.5824 -154.03 87.071) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5828" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.15802 -.14670 .14670 .15802 105.74 85.229) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5829" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.38120 -.31038 .31038 .38120 62.112 90.793) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5830" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.91610 -.77244 .77244 .91610 -47.819 113.83) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5831" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.27118 1.0204 -1.0204 .27118 179.88 -85.712) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5832" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.054495 1.1179 -1.1179 .054495 217.51 -82.582) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5833" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(1.3012 -.34248 .34248 1.3012 -68.236 24.413) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5834" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.43783 -.057061 .057061 .43783 73.747 51.222) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5835" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.30681 .099409 -.099409 .30681 104.01 39.562) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5836" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-0.0307 .73379 -.73379 -0.0307 199.77 -22.627) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5837" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.58770 1.5039 -1.5039 .58770 173.12 -177.29) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5838" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.063589 .24175 -.24175 -.063589 166.45 48.3) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5839" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.11279 .48040 -.48040 -.11279 191.67 18.916) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5840" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.47048 .34479 -.34479 .47048 100.15 -7.1484) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5841" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.90328 1.2976 -1.2976 .90328 113.37 -172.92) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5842" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(1.6387 .41348 -.41348 1.6387 -56.943 -106.66) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5843" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(1.3754 .84138 -.84138 1.3754 12.615 -145.86) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5844" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.37243 1.258 -1.258 .37243 184.1 -126.53) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5845" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.97419 .80737 -.80737 .97419 65.759 -110.24) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5846" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.73194 1.6333 -1.6333 -.73194 366.51 -93.655) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5847" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.67313 .51862 -.51862 .67313 85.372 -46.918) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5848" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.025470 .99819 -.99819 .025470 212.32 -63.704) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5849" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.036052 .53209 -.53209 -.036052 184.98 5.8221) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5850" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-1.0903 .48582 -.48582 -1.0903 327.96 93.434) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5851" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.69835 .18974 -.18974 -.69835 250.68 104.41) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5852" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.058852 .81222 -.81222 .058852 193.36 -40.425) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5853" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.72687 1.5656 -1.5656 .72687 158.53 -196.59) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5854" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.93737 .98403 -.98403 -.93737 345.07 12.409) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5855" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-1.744 -.33229 .33229 -1.744 355.83 257.49) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5856" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.22296 1.1443 -1.1443 .22296 196.12 -99.219) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5857" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.34393 1.1531 -1.1531 -.34393 275.6 -56.783) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5858" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.18401 .80395 -.80395 -.18401 226.49 -20.573) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5859" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.65776 0.631 -0.631 -.65776 279.02 39.948) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5860" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-1.1784 .0080053 -.0080053 -1.1784 303.41 166.64) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5861" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-1.1888 .96076 -.96076 -1.1888 378.22 35.003) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5862" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.58046 -.030743 .030743 -.58046 217.32 125.98) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5863" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-0.867 .42505 -.42505 -0.867 292.24 84.688) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5864" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.70082 .10013 -.10013 -.70082 244.12 117.05) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5865" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-1.7631 -.22640 .22640 -1.7631 366.63 244.24) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5866" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.98245 -1.0913 1.0913 -.98245 191.52 304.35) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5867" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.11260 -.11170 .11170 -.11260 146.05 101.2) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5868" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.46512 -.23192 .23192 -.46512 185.79 145.06) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5869" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-1.3449 .031643 -.031643 -1.3449 328.37 176.17) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5870" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.84180 .71110 -.71110 -.84180 310.77 42.986) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5871" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.40673 -1.7162 1.7162 -.40673 63.376 346.88) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5872" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.51273 -1.1191 1.1191 -.51273 124.1 272.04) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5873" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-1.0098 .39705 -.39705 -1.0098 309.93 99.574) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5874" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.34237 -1.2544 1.2544 -.34237 89.992 277.74) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5875" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-1.3214 -.056325 .056325 -1.3214 318.34 186.59) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5876" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.081244 -1.4924 1.4924 .081244 12.785 278.19) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5877" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.73546 -.52141 .52141 -.73546 201.08 206.12) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5878" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.82671 -.39099 .39099 -.82671 223.8 195.01) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5879" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.095044 -1.2019 1.2019 .095044 33.234 236.75) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5880" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.40752 -.94837 .94837 -.40752 122.62 240.21) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5881" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.23737 -.78446 .78446 .23737 45.599 167.77) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5882" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.29723 -.33160 .33160 .29723 72.15 100.21) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5883" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.070897 -.56023 .56023 -.070897 105.71 160.34) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5884" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.0092847 -.59120 .59120 -.0092847 94.765 159.9) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5885" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.64749 -.89537 .89537 .64749 -19.949 151.6) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5886" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.20617 -.65520 .65520 .20617 59.887 152.2) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5887" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.22868 -1.0741 1.0741 -.22868 88.076 243.91) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5888" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-1.157 -1.3956 1.3956 -1.157 192.36 360.09) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5889" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-1.0291 -1.2779 1.2779 -1.0291 183.63 333.88) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5890" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.83814 -1.3323 1.3323 .83814 -80.094 197.65) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5891" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.097413 -1.1509 1.1509 -.097413 63.918 244.48) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5892" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(-.21499 -.73072 .73072 -.21499 112.61 195.13) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5893" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(1.6883 -.17049 .17049 1.6883 -108.8 -29.305) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5894" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.55378 -.20385 .20385 .55378 46.327 62.697) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5895" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(1.1627 -.63770 .63770 1.1627 -71.718 76.115) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5896" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(1.5217 -.57461 .57461 1.5217 -116.77 39.695) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <use id="tips-f03-zh_TW.svguse5897" xlink:href="#tips-f03-zh_TW.svgg1768" transform="translate(10 644.96) matrix(.54625 -.90456 .90456 .54625 -6.5852 160.68) translate(-10 -644.96)" height="1052.3622" width="744.09448" inkscape:tiled-clone-of="#g1768" y="0.0000000" x="0.0000000"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="823.769348" x="10" font-family="Sans" fill="#000000">
+ <tspan y="823.769348" x="10">如何將影像切片 (多個矩形輸出範圍)?</tspan>
</text>
- <rect id="d0e99" display="none" height="1000px" width="288" y="829.57" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e99" display="none" height="1e3px" width="288" y="828.97" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e99"/>
</flowRegion>
- <flowDiv xml:space="preserve">Create a new layer, in that layer create invisible rectangles covering parts of your
-image. Make sure your document uses the px unit (default), turn on grid and snap the
-rects to the grid so that each one spans a whole number of px units. Assign meaningful
-ids to the rects, and export each one to its own file (<flowSpan font-family="Sans">File
-&gt; Export Bitmap</flowSpan> (<flowSpan font-weight="bold">Shift+Ctrl+E</flowSpan>)). Then the rects will remember
-their export filenames. After that, it&apos;s very easy to re-export some of the rects:
-switch to the export layer, use Tab to select the one you need (or use Find by id), and
-click Export in the dialog. Or, you can write a shell script or batch file to export
-all of your areas, with a command like:
-</flowDiv>
+ <flowDiv xml:space="preserve">建立一個新圖層,在這圖層裡建立幾個隱形矩形,讓這些矩形分成幾個部份覆蓋你的影像。確認你的文件是使用 px 單位 (預設),開啟格線顯示並把矩形都貼齊格線,使每個矩形長度都是整數 px 單位。每個矩形都給予一個有意義的識別名稱 (ID),並且將每個矩形匯出成自己個別的檔案 (<flowSpan font-family="Sans">檔案 &gt; 匯出點陣圖</flowSpan> (<flowSpan font-weight="bold">Shift+Ctrl+E</flowSpan>))。而這些矩形會記住匯出的檔名。在那之後,就可以很容易的再次匯出一些檔案:切換到匯出圖層,使用 Tab 鍵來選擇你要匯出的區域 (或依照 ID 來尋找),然後點擊對話窗裡的匯出按鈕。或者,你可以寫一個 shell 腳本或批次命令檔來匯出所有區域,例如下面的指令:</flowDiv>
</flowRoot>
- <rect id="d0e108" display="none" height="1000px" width="288" y="943.23" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e108" display="none" height="1e3px" width="288" y="926.23" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e108"/>
</flowRegion>
- <flowDiv xml:space="preserve">inkscape -i area-id -t filename.svg
-</flowDiv>
+ <flowDiv xml:space="preserve">inkscape -i 區域-id -t 檔名.svg</flowDiv>
</flowRoot>
- <rect id="d0e111" display="none" height="1000px" width="288" y="961.08" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e111" display="none" height="1e3px" width="288" y="944.64" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e111"/>
</flowRegion>
<flowDiv xml:space="preserve">給每個匯出的區域。參數 -t 會告訴程式使用已記住的檔名提示,不然你可以用參數 -e 提供匯出的檔名。或者,你可以使用 <flowSpan font-weight="bold" font-family="Sans">svgslice</flowSpan> 工具來自動從 Inkscape SVG 中匯出,使用切片圖層或參考線其中一種。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1014.8616138000001" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1014.8616138000001" x="10">非線性漸層</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="997.9179322" x="10" font-family="Sans" fill="#000000">
+ <tspan y="997.9179322" x="10">非線性漸層</tspan>
</text>
- <rect id="d0e123" display="none" height="1000px" width="288" y="1020.1" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e123" display="none" height="1e3px" width="288" y="1003.1" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e123"/>
</flowRegion>
<flowDiv xml:space="preserve">SVG 版本 1.1 不支援非線性漸層 (即顏色之間有非線性轉變)。不過,你可以用<flowSpan font-style="italic">多停止點</flowSpan>漸層模擬類似的效果。</flowDiv>
</flowRoot>
- <rect id="d0e129" display="none" height="1000px" width="288" y="1048.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e129" display="none" height="1e3px" width="288" y="1032.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e129"/>
</flowRegion>
<flowDiv xml:space="preserve">星形帶有簡單的兩點漸層。開啟漸層編輯器 (例如用漸層工具在任何漸層控制點上點擊兩下)。在中間位置加入新的漸層停止點;並稍微拖動它。然後在中間停止點的前後加入更多的停止點並且也拖動這些停止點,以便讓漸層呈現平滑狀態。你加入的這些停止點會讓生成的漸層更平滑。這裡有一開始帶有兩個停止點的黑白漸層:</flowDiv>
</flowRoot>
<defs id="tips-f04-zh_TW.svgdefs3">
- <linearGradient id="tips-f04-zh_TW.svglinearGradient844" y2="-5.6264" gradientUnits="userSpaceOnUse" x2="-753.98" gradientTransform="matrix(0.237277,0.000000,0.000000,4.214480,178.9029,1.615078e-15)" y1="-71.602" x1="-753.98">
- <stop id="tips-f04-zh_TW.svgstop842" stop-color="#000" offset="0"/>
- <stop id="tips-f04-zh_TW.svgstop843" stop-color="#FFF" offset="1"/>
+ <linearGradient id="tips-f04-zh_TW.svglinearGradient844" y2="-5.6264" gradientUnits="userSpaceOnUse" x2="-753.98" gradientTransform="matrix(.23728 0 0 4.2145 178.9 1.6151e-15)" y1="-71.602" x1="-753.98">
+ <stop id="tips-f04-zh_TW.svgstop842" offset="0"/>
+ <stop id="tips-f04-zh_TW.svgstop843" stop-color="#fff" offset="1"/>
</linearGradient>
</defs>
- <rect id="tips-f04-zh_TW.svgrect1511" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1117.7875558) matrix(9.027671e-18,-1.000000,-1.000000,-5.333410e-18,0.000000,0.000000)" height="286.4" width="16.125" y="-305.42" x="-16.125" fill="url(#tips-f04-zh_TW.svglinearGradient844)"/>
- <rect id="d0e142" display="none" height="1000px" width="288" y="1145.9" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="tips-f04-zh_TW.svgrect1511" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1101.7) matrix(9.0277e-18 -1 -1 -5.3334e-18 0 0)" height="286.4" width="16.125" y="-305.42" x="-16.125" fill="url(#tips-f04-zh_TW.svglinearGradient844)"/>
+ <rect id="d0e142" display="none" height="1e3px" width="288" y="1129.9" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e142"/>
</flowRegion>
<flowDiv xml:space="preserve">而這邊有各種樣式的「非線性」多停止點漸層 (用漸層工具查看這些圖形):</flowDiv>
</flowRoot>
<defs id="tips-f05-zh_TW.svgdefs3">
- <linearGradient id="tips-f05-zh_TW.svglinearGradient3979" y2="-4.5118" gradientUnits="userSpaceOnUse" x2="-1484.6" gradientTransform="matrix(0.237277,0.000000,0.000000,4.214480,241.3779,2.179081e-15)" y1="-72.469" x1="-1484.6" inkscape:collect="always">
- <stop id="tips-f05-zh_TW.svgstop903" stop-color="#000" offset="0"/>
- <stop id="tips-f05-zh_TW.svgstop1388" stop-color="#1f1f1f" offset="0.30971"/>
- <stop id="tips-f05-zh_TW.svgstop911" stop-color="#3f3f3f" offset="0.51169"/>
- <stop id="tips-f05-zh_TW.svgstop904" stop-color="#7f7f7f" offset="0.6941"/>
- <stop id="tips-f05-zh_TW.svgstop905" stop-color="#bfbfbf" offset="0.85671"/>
- <stop id="tips-f05-zh_TW.svgstop906" stop-color="#dfdfdf" offset="0.93052"/>
- <stop id="tips-f05-zh_TW.svgstop907" stop-color="#efefef" offset="0.96831"/>
- <stop id="tips-f05-zh_TW.svgstop908" stop-color="#f7f7f7" offset="0.98965"/>
+ <linearGradient id="tips-f05-zh_TW.svglinearGradient3979" y2="-4.5118" gradientUnits="userSpaceOnUse" x2="-1484.6" gradientTransform="matrix(.23728 0 0 4.2145 241.38 2.1791e-15)" y1="-72.469" x1="-1484.6" inkscape:collect="always">
+ <stop id="tips-f05-zh_TW.svgstop903" offset="0"/>
+ <stop id="tips-f05-zh_TW.svgstop1388" stop-color="#1f1f1f" offset=".30971"/>
+ <stop id="tips-f05-zh_TW.svgstop911" stop-color="#3f3f3f" offset=".51169"/>
+ <stop id="tips-f05-zh_TW.svgstop904" stop-color="#7f7f7f" offset=".69410"/>
+ <stop id="tips-f05-zh_TW.svgstop905" stop-color="#bfbfbf" offset=".85671"/>
+ <stop id="tips-f05-zh_TW.svgstop906" stop-color="#dfdfdf" offset=".93052"/>
+ <stop id="tips-f05-zh_TW.svgstop907" stop-color="#efefef" offset=".96831"/>
+ <stop id="tips-f05-zh_TW.svgstop908" stop-color="#f7f7f7" offset=".98965"/>
<stop id="tips-f05-zh_TW.svgstop909" stop-color="#fff" offset="1"/>
</linearGradient>
- <linearGradient id="tips-f05-zh_TW.svglinearGradient3982" y2="-4.5119" gradientUnits="userSpaceOnUse" x2="-1021.7" gradientTransform="matrix(0.237277,0.000000,0.000000,4.214480,243.3771,2.197130e-15)" y1="-72.469" x1="-1021.7" inkscape:collect="always">
- <stop id="tips-f05-zh_TW.svgstop892" stop-color="#000" offset="0"/>
- <stop id="tips-f05-zh_TW.svgstop893" stop-color="#3f3f3f" offset="0.032569"/>
- <stop id="tips-f05-zh_TW.svgstop894" stop-color="#7f7f7f" offset="0.082509"/>
- <stop id="tips-f05-zh_TW.svgstop895" stop-color="#bfbfbf" offset="0.15915"/>
- <stop id="tips-f05-zh_TW.svgstop896" stop-color="#dfdfdf" offset="0.20343"/>
- <stop id="tips-f05-zh_TW.svgstop897" stop-color="#efefef" offset="0.27003"/>
- <stop id="tips-f05-zh_TW.svgstop898" stop-color="#f7f7f7" offset="0.33919"/>
+ <linearGradient id="tips-f05-zh_TW.svglinearGradient3982" y2="-4.5119" gradientUnits="userSpaceOnUse" x2="-1021.7" gradientTransform="matrix(.23728 0 0 4.2145 243.38 2.1971e-15)" y1="-72.469" x1="-1021.7" inkscape:collect="always">
+ <stop id="tips-f05-zh_TW.svgstop892" offset="0"/>
+ <stop id="tips-f05-zh_TW.svgstop893" stop-color="#3f3f3f" offset=".032569"/>
+ <stop id="tips-f05-zh_TW.svgstop894" stop-color="#7f7f7f" offset=".082509"/>
+ <stop id="tips-f05-zh_TW.svgstop895" stop-color="#bfbfbf" offset=".15915"/>
+ <stop id="tips-f05-zh_TW.svgstop896" stop-color="#dfdfdf" offset=".20343"/>
+ <stop id="tips-f05-zh_TW.svgstop897" stop-color="#efefef" offset=".27003"/>
+ <stop id="tips-f05-zh_TW.svgstop898" stop-color="#f7f7f7" offset=".33919"/>
<stop id="tips-f05-zh_TW.svgstop899" stop-color="#fff" offset="1"/>
</linearGradient>
- <linearGradient id="tips-f05-zh_TW.svglinearGradient3985" y2="-5.6264" gradientUnits="userSpaceOnUse" x2="-1088.6" gradientTransform="matrix(0.237277,0.000000,0.000000,4.214480,243.2092,2.195615e-15)" y1="-72.469" x1="-1088.6" inkscape:collect="always">
- <stop id="tips-f05-zh_TW.svgstop881" stop-color="#000" offset="0"/>
- <stop id="tips-f05-zh_TW.svgstop882" stop-color="#3f3f3f" offset="0.050992"/>
- <stop id="tips-f05-zh_TW.svgstop883" stop-color="#7f7f7f" offset="0.13841"/>
- <stop id="tips-f05-zh_TW.svgstop884" stop-color="#bfbfbf" offset="0.31314"/>
- <stop id="tips-f05-zh_TW.svgstop885" stop-color="#dfdfdf" offset="0.41979"/>
- <stop id="tips-f05-zh_TW.svgstop886" stop-color="#efefef" offset="0.48934"/>
- <stop id="tips-f05-zh_TW.svgstop887" stop-color="#f7f7f7" offset="0.6629"/>
+ <linearGradient id="tips-f05-zh_TW.svglinearGradient3985" y2="-5.6264" gradientUnits="userSpaceOnUse" x2="-1088.6" gradientTransform="matrix(.23728 0 0 4.2145 243.21 2.1956e-15)" y1="-72.469" x1="-1088.6" inkscape:collect="always">
+ <stop id="tips-f05-zh_TW.svgstop881" offset="0"/>
+ <stop id="tips-f05-zh_TW.svgstop882" stop-color="#3f3f3f" offset=".050992"/>
+ <stop id="tips-f05-zh_TW.svgstop883" stop-color="#7f7f7f" offset=".13841"/>
+ <stop id="tips-f05-zh_TW.svgstop884" stop-color="#bfbfbf" offset=".31314"/>
+ <stop id="tips-f05-zh_TW.svgstop885" stop-color="#dfdfdf" offset=".41979"/>
+ <stop id="tips-f05-zh_TW.svgstop886" stop-color="#efefef" offset=".48934"/>
+ <stop id="tips-f05-zh_TW.svgstop887" stop-color="#f7f7f7" offset=".66290"/>
<stop id="tips-f05-zh_TW.svgstop888" stop-color="#fff" offset="1"/>
</linearGradient>
- <linearGradient id="tips-f05-zh_TW.svglinearGradient3988" y2="-4.5118" gradientUnits="userSpaceOnUse" x2="-1417.6" gradientTransform="matrix(0.237277,0.000000,0.000000,4.214480,241.5457,2.180595e-15)" y1="-72.469" x1="-1417.6" inkscape:collect="always">
- <stop id="tips-f05-zh_TW.svgstop871" stop-color="#000" offset="0"/>
- <stop id="tips-f05-zh_TW.svgstop1390" stop-color="#3f3f3f" offset="0.34958"/>
- <stop id="tips-f05-zh_TW.svgstop872" stop-color="#7f7f7f" offset="0.60247"/>
- <stop id="tips-f05-zh_TW.svgstop873" stop-color="#bfbfbf" offset="0.78191"/>
- <stop id="tips-f05-zh_TW.svgstop874" stop-color="#dfdfdf" offset="0.86472"/>
- <stop id="tips-f05-zh_TW.svgstop875" stop-color="#efefef" offset="0.93806"/>
- <stop id="tips-f05-zh_TW.svgstop876" stop-color="#f7f7f7" offset="0.97619"/>
+ <linearGradient id="tips-f05-zh_TW.svglinearGradient3988" y2="-4.5118" gradientUnits="userSpaceOnUse" x2="-1417.6" gradientTransform="matrix(.23728 0 0 4.2145 241.55 2.1806e-15)" y1="-72.469" x1="-1417.6" inkscape:collect="always">
+ <stop id="tips-f05-zh_TW.svgstop871" offset="0"/>
+ <stop id="tips-f05-zh_TW.svgstop1390" stop-color="#3f3f3f" offset=".34958"/>
+ <stop id="tips-f05-zh_TW.svgstop872" stop-color="#7f7f7f" offset=".60247"/>
+ <stop id="tips-f05-zh_TW.svgstop873" stop-color="#bfbfbf" offset=".78191"/>
+ <stop id="tips-f05-zh_TW.svgstop874" stop-color="#dfdfdf" offset=".86472"/>
+ <stop id="tips-f05-zh_TW.svgstop875" stop-color="#efefef" offset=".93806"/>
+ <stop id="tips-f05-zh_TW.svgstop876" stop-color="#f7f7f7" offset=".97619"/>
<stop id="tips-f05-zh_TW.svgstop877" stop-color="#fff" offset="1"/>
</linearGradient>
- <linearGradient id="tips-f05-zh_TW.svglinearGradient3991" y2="-4.5119" gradientUnits="userSpaceOnUse" x2="-1354.9" gradientTransform="matrix(0.237277,0.000000,0.000000,4.214480,242.1509,2.186058e-15)" y1="-72.469" x1="-1354.9" inkscape:collect="always">
- <stop id="tips-f05-zh_TW.svgstop860" stop-color="#000" offset="0"/>
- <stop id="tips-f05-zh_TW.svgstop861" stop-color="#7f7f7f" offset="0.47509"/>
- <stop id="tips-f05-zh_TW.svgstop862" stop-color="#bfbfbf" offset="0.70159"/>
- <stop id="tips-f05-zh_TW.svgstop863" stop-color="#dfdfdf" offset="0.83404"/>
- <stop id="tips-f05-zh_TW.svgstop864" stop-color="#efefef" offset="0.89395"/>
- <stop id="tips-f05-zh_TW.svgstop865" stop-color="#f7f7f7" offset="0.95386"/>
+ <linearGradient id="tips-f05-zh_TW.svglinearGradient3991" y2="-4.5119" gradientUnits="userSpaceOnUse" x2="-1354.9" gradientTransform="matrix(.23728 0 0 4.2145 242.15 2.1861e-15)" y1="-72.469" x1="-1354.9" inkscape:collect="always">
+ <stop id="tips-f05-zh_TW.svgstop860" offset="0"/>
+ <stop id="tips-f05-zh_TW.svgstop861" stop-color="#7f7f7f" offset=".47509"/>
+ <stop id="tips-f05-zh_TW.svgstop862" stop-color="#bfbfbf" offset=".70159"/>
+ <stop id="tips-f05-zh_TW.svgstop863" stop-color="#dfdfdf" offset=".83404"/>
+ <stop id="tips-f05-zh_TW.svgstop864" stop-color="#efefef" offset=".89395"/>
+ <stop id="tips-f05-zh_TW.svgstop865" stop-color="#f7f7f7" offset=".95386"/>
<stop id="tips-f05-zh_TW.svgstop866" stop-color="#fff" offset="1"/>
</linearGradient>
- <linearGradient id="tips-f05-zh_TW.svglinearGradient3994" y2="-5.6264" gradientUnits="userSpaceOnUse" x2="-1155.6" gradientTransform="matrix(0.237277,0.000000,0.000000,4.214480,243.0416,2.194101e-15)" y1="-72.469" x1="-1155.6" inkscape:collect="always">
- <stop id="tips-f05-zh_TW.svgstop849" stop-color="#000" offset="0"/>
- <stop id="tips-f05-zh_TW.svgstop850" stop-color="#3f3f3f" offset="0.08634"/>
- <stop id="tips-f05-zh_TW.svgstop851" stop-color="#7f7f7f" offset="0.23435"/>
- <stop id="tips-f05-zh_TW.svgstop852" stop-color="#bfbfbf" offset="0.44844"/>
- <stop id="tips-f05-zh_TW.svgstop853" stop-color="#dfdfdf" offset="0.53717"/>
- <stop id="tips-f05-zh_TW.svgstop854" stop-color="#efefef" offset="0.64299"/>
- <stop id="tips-f05-zh_TW.svgstop855" stop-color="#f7f7f7" offset="0.77809"/>
+ <linearGradient id="tips-f05-zh_TW.svglinearGradient3994" y2="-5.6264" gradientUnits="userSpaceOnUse" x2="-1155.6" gradientTransform="matrix(.23728 0 0 4.2145 243.04 2.1941e-15)" y1="-72.469" x1="-1155.6" inkscape:collect="always">
+ <stop id="tips-f05-zh_TW.svgstop849" offset="0"/>
+ <stop id="tips-f05-zh_TW.svgstop850" stop-color="#3f3f3f" offset=".086340"/>
+ <stop id="tips-f05-zh_TW.svgstop851" stop-color="#7f7f7f" offset=".23435"/>
+ <stop id="tips-f05-zh_TW.svgstop852" stop-color="#bfbfbf" offset=".44844"/>
+ <stop id="tips-f05-zh_TW.svgstop853" stop-color="#dfdfdf" offset=".53717"/>
+ <stop id="tips-f05-zh_TW.svgstop854" stop-color="#efefef" offset=".64299"/>
+ <stop id="tips-f05-zh_TW.svgstop855" stop-color="#f7f7f7" offset=".77809"/>
<stop id="tips-f05-zh_TW.svgstop856" stop-color="#fff" offset="1"/>
</linearGradient>
- <linearGradient id="tips-f05-zh_TW.svglinearGradient3997" y2="-5.6264" gradientUnits="userSpaceOnUse" x2="-1222.2" gradientTransform="matrix(0.237277,0.000000,0.000000,4.214480,242.7845,2.191778e-15)" y1="-72.469" x1="-1222.2" inkscape:collect="always">
- <stop id="tips-f05-zh_TW.svgstop838" stop-color="#000" offset="0"/>
- <stop id="tips-f05-zh_TW.svgstop846" stop-color="#3f3f3f" offset="0.11729"/>
- <stop id="tips-f05-zh_TW.svgstop839" stop-color="#7f7f7f" offset="0.30868"/>
- <stop id="tips-f05-zh_TW.svgstop840" stop-color="#bfbfbf" offset="0.55673"/>
- <stop id="tips-f05-zh_TW.svgstop841" stop-color="#dfdfdf" offset="0.68916"/>
- <stop id="tips-f05-zh_TW.svgstop1490" stop-color="#efefef" offset="0.77552"/>
- <stop id="tips-f05-zh_TW.svgstop1491" stop-color="#f7f7f7" offset="0.85833"/>
+ <linearGradient id="tips-f05-zh_TW.svglinearGradient3997" y2="-5.6264" gradientUnits="userSpaceOnUse" x2="-1222.2" gradientTransform="matrix(.23728 0 0 4.2145 242.78 2.1918e-15)" y1="-72.469" x1="-1222.2" inkscape:collect="always">
+ <stop id="tips-f05-zh_TW.svgstop838" offset="0"/>
+ <stop id="tips-f05-zh_TW.svgstop846" stop-color="#3f3f3f" offset=".11729"/>
+ <stop id="tips-f05-zh_TW.svgstop839" stop-color="#7f7f7f" offset=".30868"/>
+ <stop id="tips-f05-zh_TW.svgstop840" stop-color="#bfbfbf" offset=".55673"/>
+ <stop id="tips-f05-zh_TW.svgstop841" stop-color="#dfdfdf" offset=".68916"/>
+ <stop id="tips-f05-zh_TW.svgstop1490" stop-color="#efefef" offset=".77552"/>
+ <stop id="tips-f05-zh_TW.svgstop1491" stop-color="#f7f7f7" offset=".85833"/>
<stop id="tips-f05-zh_TW.svgstop844" stop-color="#fff" offset="1"/>
</linearGradient>
- <linearGradient id="tips-f05-zh_TW.svglinearGradient4000" y2="-5.6264" gradientUnits="userSpaceOnUse" x2="-1289.3" gradientTransform="matrix(0.237277,0.000000,0.000000,4.214480,242.6501,2.190567e-15)" y1="-72.469" x1="-1289.3" inkscape:collect="always">
- <stop id="tips-f05-zh_TW.svgstop3629" stop-color="#000" offset="0"/>
- <stop id="tips-f05-zh_TW.svgstop3633" stop-color="#7f7f7f" offset="0.39661"/>
- <stop id="tips-f05-zh_TW.svgstop3634" stop-color="#bfbfbf" offset="0.68131"/>
- <stop id="tips-f05-zh_TW.svgstop3635" stop-color="#dfdfdf" offset="0.78264"/>
- <stop id="tips-f05-zh_TW.svgstop3636" stop-color="#efefef" offset="0.86468"/>
- <stop id="tips-f05-zh_TW.svgstop3637" stop-color="#f7f7f7" offset="0.89296"/>
+ <linearGradient id="tips-f05-zh_TW.svglinearGradient4000" y2="-5.6264" gradientUnits="userSpaceOnUse" x2="-1289.3" gradientTransform="matrix(.23728 0 0 4.2145 242.65 2.1906e-15)" y1="-72.469" x1="-1289.3" inkscape:collect="always">
+ <stop id="tips-f05-zh_TW.svgstop3629" offset="0"/>
+ <stop id="tips-f05-zh_TW.svgstop3633" stop-color="#7f7f7f" offset=".39661"/>
+ <stop id="tips-f05-zh_TW.svgstop3634" stop-color="#bfbfbf" offset=".68131"/>
+ <stop id="tips-f05-zh_TW.svgstop3635" stop-color="#dfdfdf" offset=".78264"/>
+ <stop id="tips-f05-zh_TW.svgstop3636" stop-color="#efefef" offset=".86468"/>
+ <stop id="tips-f05-zh_TW.svgstop3637" stop-color="#f7f7f7" offset=".89296"/>
<stop id="tips-f05-zh_TW.svgstop3630" stop-color="#fff" offset="1"/>
</linearGradient>
</defs>
- <rect id="tips-f05-zh_TW.svgrect3632" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1171.9434588000001) matrix(9.027671e-18,-1.000000,-1.000000,-5.333410e-18,0.000000,0.000000)" height="286.4" width="16.125" y="-305.42" x="-79.393" fill="url(#tips-f05-zh_TW.svglinearGradient4000)"/>
- <rect id="tips-f05-zh_TW.svgrect836" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1171.9434588000001) matrix(9.027671e-18,-1.000000,-1.000000,-5.333410e-18,0.000000,0.000000)" height="286.4" width="16.125" y="-305.42" x="-63.336" fill="url(#tips-f05-zh_TW.svglinearGradient3997)"/>
- <rect id="tips-f05-zh_TW.svgrect847" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1171.9434588000001) matrix(9.027671e-18,-1.000000,-1.000000,-5.333410e-18,0.000000,0.000000)" height="286.4" width="16.125" y="-305.42" x="-47.28" fill="url(#tips-f05-zh_TW.svglinearGradient3994)"/>
- <rect id="tips-f05-zh_TW.svgrect858" fill-opacity="0.75" fill-rule="evenodd" transform="translate(10, 1171.9434588000001) matrix(9.027671e-18,-1.000000,-1.000000,-5.333410e-18,0.000000,0.000000)" height="286.4" width="16.125" y="-305.42" x="-95.45" fill="url(#tips-f05-zh_TW.svglinearGradient3991)"/>
- <rect id="tips-f05-zh_TW.svgrect869" fill-opacity="0.75" fill-rule="evenodd" transform="translate(10, 1171.9434588000001) matrix(9.027671e-18,-1.000000,-1.000000,-5.333410e-18,0.000000,0.000000)" height="286.4" width="16.125" y="-305.42" x="-111.51" fill="url(#tips-f05-zh_TW.svglinearGradient3988)"/>
- <rect id="tips-f05-zh_TW.svgrect879" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1171.9434588000001) matrix(9.027671e-18,-1.000000,-1.000000,-5.333410e-18,0.000000,0.000000)" height="286.4" width="16.125" y="-305.42" x="-31.223" fill="url(#tips-f05-zh_TW.svglinearGradient3985)"/>
- <rect id="tips-f05-zh_TW.svgrect890" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1171.9434588000001) matrix(9.027671e-18,-1.000000,-1.000000,-5.333410e-18,0.000000,0.000000)" height="286.4" width="16.125" y="-305.42" x="-15.167" fill="url(#tips-f05-zh_TW.svglinearGradient3982)"/>
- <rect id="tips-f05-zh_TW.svgrect901" fill-opacity="0.75" fill-rule="evenodd" transform="translate(10, 1171.9434588000001) matrix(9.027671e-18,-1.000000,-1.000000,-5.333410e-18,0.000000,0.000000)" height="286.4" width="16.125" y="-305.42" x="-127.56" fill="url(#tips-f05-zh_TW.svglinearGradient3979)"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1325.2643588" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1325.2643588" x="10">離心放射狀漸層</tspan>
+ <rect id="tips-f05-zh_TW.svgrect3632" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1155.9) matrix(9.0277e-18 -1 -1 -5.3334e-18 0 0)" height="286.4" width="16.125" y="-305.42" x="-79.393" fill="url(#tips-f05-zh_TW.svglinearGradient4000)"/>
+ <rect id="tips-f05-zh_TW.svgrect836" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1155.9) matrix(9.0277e-18 -1 -1 -5.3334e-18 0 0)" height="286.4" width="16.125" y="-305.42" x="-63.336" fill="url(#tips-f05-zh_TW.svglinearGradient3997)"/>
+ <rect id="tips-f05-zh_TW.svgrect847" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1155.9) matrix(9.0277e-18 -1 -1 -5.3334e-18 0 0)" height="286.4" width="16.125" y="-305.42" x="-47.28" fill="url(#tips-f05-zh_TW.svglinearGradient3994)"/>
+ <rect id="tips-f05-zh_TW.svgrect858" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1155.9) matrix(9.0277e-18 -1 -1 -5.3334e-18 0 0)" height="286.4" width="16.125" y="-305.42" x="-95.45" fill="url(#tips-f05-zh_TW.svglinearGradient3991)"/>
+ <rect id="tips-f05-zh_TW.svgrect869" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1155.9) matrix(9.0277e-18 -1 -1 -5.3334e-18 0 0)" height="286.4" width="16.125" y="-305.42" x="-111.51" fill="url(#tips-f05-zh_TW.svglinearGradient3988)"/>
+ <rect id="tips-f05-zh_TW.svgrect879" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1155.9) matrix(9.0277e-18 -1 -1 -5.3334e-18 0 0)" height="286.4" width="16.125" y="-305.42" x="-31.223" fill="url(#tips-f05-zh_TW.svglinearGradient3985)"/>
+ <rect id="tips-f05-zh_TW.svgrect890" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1155.9) matrix(9.0277e-18 -1 -1 -5.3334e-18 0 0)" height="286.4" width="16.125" y="-305.42" x="-15.167" fill="url(#tips-f05-zh_TW.svglinearGradient3982)"/>
+ <rect id="tips-f05-zh_TW.svgrect901" fill-opacity=".75" fill-rule="evenodd" transform="translate(10 1155.9) matrix(9.0277e-18 -1 -1 -5.3334e-18 0 0)" height="286.4" width="16.125" y="-305.42" x="-127.56" fill="url(#tips-f05-zh_TW.svglinearGradient3979)"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1309.1895379999999" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1309.1895379999999" x="10">離心放射狀漸層</tspan>
</text>
- <rect id="d0e161" display="none" height="1000px" width="288" y="1330.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e161" display="none" height="1e3px" width="288" y="1314.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e161"/>
</flowRegion>
<flowDiv xml:space="preserve">放射狀漸層不一定要對稱。用漸層工具,按著 <flowSpan font-weight="bold">Shift</flowSpan> 拖曳橢圓形漸層中央的控制點。這會使漸層中呈現 x 形狀之<flowSpan font-style="italic">作用中的控制點</flowSpan>從中心往外移動。當不需要時,你可以拖曳控制點往中心移回原本的位置。</flowDiv>
</flowRoot>
<defs id="tips-f06-zh_TW.svgdefs3">
- <radialGradient id="tips-f06-zh_TW.svgradialGradient4031" gradientUnits="userSpaceOnUse" fx="164.26" fy="495.96" cx="187.87" cy="494.13" r="40.258" gradientTransform="matrix(0.930312,0.000000,0.000000,0.853811,16.07898,-387.2360)" inkscape:collect="always">
+ <radialGradient id="tips-f06-zh_TW.svgradialGradient4031" gradientUnits="userSpaceOnUse" fx="164.26" fy="495.96" cx="187.87" cy="494.13" r="40.258" gradientTransform="matrix(.93031 0 0 .85381 16.079 -387.24)" inkscape:collect="always">
<stop id="tips-f06-zh_TW.svgstop1057" stop-color="#0082ab" stop-opacity="0" offset="0"/>
- <stop id="tips-f06-zh_TW.svgstop1058" stop-color="#000" offset="1"/>
+ <stop id="tips-f06-zh_TW.svgstop1058" offset="1"/>
</radialGradient>
- <radialGradient id="tips-f06-zh_TW.svgradialGradient4034" gradientUnits="userSpaceOnUse" fx="122.44" fy="495.35" cx="92.072" cy="494.13" r="40.514" gradientTransform="matrix(0.930312,0.000000,0.000000,0.853811,22.35642,-387.2360)" inkscape:collect="always">
- <stop id="tips-f06-zh_TW.svgstop1078" stop-color="#ff2ee1" stop-opacity="0.529229" offset="0"/>
- <stop id="tips-f06-zh_TW.svgstop1079" stop-color="#000" stop-opacity="0" offset="1"/>
+ <radialGradient id="tips-f06-zh_TW.svgradialGradient4034" gradientUnits="userSpaceOnUse" fx="122.44" fy="495.35" cx="92.072" cy="494.13" r="40.514" gradientTransform="matrix(.93031 0 0 .85381 22.356 -387.24)" inkscape:collect="always">
+ <stop id="tips-f06-zh_TW.svgstop1078" stop-color="#ff2ee1" stop-opacity=".52923" offset="0"/>
+ <stop id="tips-f06-zh_TW.svgstop1079" stop-opacity="0" offset="1"/>
</radialGradient>
</defs>
- <rect id="tips-f06-zh_TW.svgrect1569" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1378.5906128000001) " height="68.187" width="74.385" stroke="#000" y="0.55902" x="70.82" stroke-width="0.89427pt" fill="url(#tips-f06-zh_TW.svgradialGradient4034)"/>
- <rect id="tips-f06-zh_TW.svgrect1570" fill-rule="evenodd" fill-opacity="0.75" transform="translate(10, 1378.5906128000001) " height="68.187" width="74.385" stroke="#000" y="0.55902" x="153.67" stroke-width="0.89427pt" fill="url(#tips-f06-zh_TW.svgradialGradient4031)"/>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1472.6950718" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1472.6950718" x="10">對齊頁面中心</tspan>
+ <rect id="tips-f06-zh_TW.svgrect1569" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1363)" height="68.187" width="74.385" stroke="#000" y=".55902" x="70.82" stroke-width=".89427pt" fill="url(#tips-f06-zh_TW.svgradialGradient4034)"/>
+ <rect id="tips-f06-zh_TW.svgrect1570" fill-rule="evenodd" fill-opacity=".75" transform="translate(10 1363)" height="68.187" width="74.385" stroke="#000" y=".55902" x="153.67" stroke-width=".89427pt" fill="url(#tips-f06-zh_TW.svgradialGradient4031)"/>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1457.0859019999998" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1457.0859019999998" x="10">對齊頁面中心</tspan>
</text>
- <rect id="d0e186" display="none" height="1000px" width="288" y="1477.9" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e186" display="none" height="1e3px" width="288" y="1462.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e186"/>
</flowRegion>
- <flowDiv xml:space="preserve">To align something to the center or side of a page, select the object or group and then
-choose <flowSpan font-family="Sans">Page</flowSpan> from the <flowSpan font-family="Sans">Relative to:</flowSpan> list in the
-Align and Distribute dialog (<flowSpan font-weight="bold">Ctrl+Shift+A</flowSpan>).
-</flowDiv>
+ <flowDiv xml:space="preserve">想要對齊頁面中心或邊緣,可選取物件或群組然後在對齊和分佈對話窗 (<flowSpan font-weight="bold">Ctrl+Shift+A</flowSpan>) 裡從<flowSpan font-family="Sans">相對於:</flowSpan> 清單中選擇<flowSpan font-family="Sans">頁面</flowSpan>。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1529.8502518" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1529.8502518" x="10">清理文件</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1504.544933" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1504.544933" x="10">清理文件</tspan>
</text>
- <rect id="d0e204" display="none" height="1000px" width="288" y="1535.1" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e204" display="none" height="1e3px" width="288" y="1509.7" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e204"/>
</flowRegion>
<flowDiv xml:space="preserve">許多沒用到的漸層、圖樣和標記 (更準確地說是你手動編輯的那些) 保存在對應的參數面板中並可重複使用於新物件上。但是如果你想要將你的文件最佳化,請使用檔案選單裡的<flowSpan font-family="Sans">清空 Defs</flowSpan> 指令。它會移除文件中沒有用到的漸層、圖樣或標記,使檔案體積更小。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1598.5618188" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1598.5618188" x="10">隱藏特性和 XML 編輯器</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1574.016308" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1574.016308" x="10">隱藏特性和 XML 編輯器</tspan>
</text>
- <rect id="d0e216" display="none" height="1000px" width="288" y="1603.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e216" display="none" height="1e3px" width="288" y="1579.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e216"/>
</flowRegion>
- <flowDiv xml:space="preserve">The XML editor (<flowSpan font-weight="bold">Shift+Ctrl+X</flowSpan>) allows you to change almost all aspects
-of the document without using an external text editor. Also, Inkscape usually supports
-more SVG features than are accessible from the GUI. The XML editor is one way to get
-access to these features (if you know SVG).
-</flowDiv>
+ <flowDiv xml:space="preserve">XML 編輯器 (<flowSpan font-weight="bold">Shift+Ctrl+X</flowSpan>) 讓你能夠在不使用內部的編輯器情形下改變文件絕大部分的外觀。而且 Inkscape 支援的 SVG 特性通常比圖形介面上可使用的還多。舉例來說,我們現在支援顯示遮罩和裁剪路徑,雖然沒有圖形介面可建立或修改。XML 編輯器是使用這些功能的唯一方法 (如果你了解 SVG 的話)。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1676.9772888" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1676.9772888" x="10">改變尺標的測量單位</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1643.921459" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1643.921459" x="10">改變尺標的測量單位</tspan>
</text>
- <rect id="d0e228" display="none" height="1000px" width="288" y="1682.2" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e228" display="none" height="1e3px" width="288" y="1649.1" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e228"/>
</flowRegion>
<flowDiv xml:space="preserve">在預設的範本裡,尺標使用的測量單位為 px (「SVG 使用的單位」,在 Inkscape 裡等於 0.8pt 或 1/90 英寸)。這也是左下角的顯示坐標上使用的單位和所有選單裡預先選擇的單位。(你可把滑鼠游標停留在尺標上方會看見單位使用的相關工具提示。) 若要改變單位,開啟 <flowSpan font-family="Sans">文件偏好設定</flowSpan> (<flowSpan font-weight="bold">Ctrl+Shift+D</flowSpan>) 並改變在 <flowSpan font-family="Sans">頁面</flowSpan> 分頁上的<flowSpan font-family="Sans">預設單位</flowSpan>。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1759.0904478" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1759.0904478" x="10">圖章</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1725.124981" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1725.124981" x="10">圖章</tspan>
</text>
- <rect id="d0e249" display="none" height="1000px" width="288" y="1764.3" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e249" display="none" height="1e3px" width="288" y="1730.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e249"/>
</flowRegion>
<flowDiv xml:space="preserve">想要快速建立許多物件的複本,就使用<flowSpan font-style="italic">圖章</flowSpan>功能。先拖動物件(或者縮放、旋轉物件),然後當按住滑鼠按鈕時按<flowSpan font-weight="bold">空白鍵</flowSpan>。這會留下目前物件形狀的「圖案」。你可根據需求重複這個動作好幾次。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="1817.2401378" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="1817.2401378" x="10">筆工具的技巧</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1783.6934469999999" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1783.6934469999999" x="10">筆工具的技巧</tspan>
</text>
- <rect id="d0e264" display="none" height="1000px" width="288" y="1822.4" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e264" display="none" height="1e3px" width="288" y="1788.9" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e264"/>
</flowRegion>
<flowDiv xml:space="preserve">使用筆 (貝茲曲線) 工具,你有下列幾種方式來結束目前的線條:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 1846.5260753)"/>
- <rect id="d0e270" display="none" height="1000px" width="258" y="1840.5" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 1812.9)"/>
+ <rect id="d0e270" display="none" height="1e3px" width="258" y="1806.9" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e270"/>
</flowRegion>
<flowDiv xml:space="preserve">按 <flowSpan font-weight="bold">Enter</flowSpan> 鍵</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 1864.1830046)"/>
- <rect id="d0e277" display="none" height="1000px" width="258" y="1858.2" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 1830.4)"/>
+ <rect id="d0e277" display="none" height="1e3px" width="258" y="1824.4" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e277"/>
</flowRegion>
<flowDiv xml:space="preserve">點擊兩下滑鼠左鍵</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 1881.9564421)"/>
- <rect id="d0e281" display="none" height="1000px" width="258" y="1876" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 1848.1)"/>
+ <rect id="d0e281" display="none" height="1e3px" width="258" y="1842.1" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e281"/>
</flowRegion>
<flowDiv xml:space="preserve">再選擇一次筆工具</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 1899.7533171)"/>
- <rect id="d0e285" display="none" height="1000px" width="258" y="1893.8" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 1865.6)"/>
+ <rect id="d0e285" display="none" height="1e3px" width="258" y="1859.6" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e285"/>
</flowRegion>
<flowDiv xml:space="preserve">選擇其他工具</flowDiv>
</flowRoot>
- <rect id="d0e289" display="none" height="1000px" width="288" y="1911.6" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e289" display="none" height="1e3px" width="288" y="1877.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e289"/>
</flowRegion>
<flowDiv xml:space="preserve">注意當路徑處於未完成狀態 (即路徑呈現綠色,目前的線段呈現紅色),這個路徑尚未以物件形態存在文件中。因此,可用 <flowSpan font-weight="bold">Esc</flowSpan> (取消整個路徑) 或 <flowSpan font-weight="bold">Backspace</flowSpan> (移除未完成路徑的最後線段) 來取消路徑,而不用<flowSpan font-family="Sans">復原</flowSpan>。</flowDiv>
</flowRoot>
- <rect id="d0e301" display="none" height="1000px" width="288" y="1952.7" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e301" display="none" height="1e3px" width="288" y="1918" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e301"/>
</flowRegion>
<flowDiv xml:space="preserve">要加入新的子路徑到現有的路徑,選取路徑並按著 <flowSpan font-weight="bold">Shift</flowSpan> 從任意一個點開始繪製。但是如果你只不過想<flowSpan font-style="italic">接續</flowSpan>現有的路徑,那麼不需要按著 Shift 鍵;僅需從選取路徑的結束錨點開始繪製。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2005.6366326" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2005.6366326" x="10">輸入 Unicode 字元</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="1971.1448477000001" x="10" font-family="Sans" fill="#000000">
+ <tspan y="1971.1448477000001" x="10">輸入 Unicode 字元</tspan>
</text>
- <rect id="d0e316" display="none" height="1000px" width="288" y="2010.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e316" display="none" height="1e3px" width="288" y="1976.3" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e316"/>
</flowRegion>
<flowDiv xml:space="preserve">當使用文字工具時,按 <flowSpan font-weight="bold">Ctrl+U</flowSpan> 可在一般模式與 Unicode 模式之間作切換。在 Unicode 模式中,你輸入的字會以 4 個十六進位數字為一組變成一個單一的 Unicode 字元,因而允許你輸入各種符號 (只要你曉得它們的 Unicode 區分碼且字型能支援)。按 <flowSpan font-weight="bold">Enter</flowSpan> 可完成 Unicode 輸入。例如,<flowSpan font-weight="bold">Ctrl+U 2 0 1 4 Enter</flowSpan> 可插入一個 em-dash (—)。按 <flowSpan font-weight="bold">Esc</flowSpan> 可不插入任何字元便離開 Unicode 模式。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2098.2766956" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2098.2766956" x="10">使用格線繪製圖示</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2063.2349967000005" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2063.2349967000005" x="10">使用格線繪製圖示</tspan>
</text>
- <rect id="d0e337" display="none" height="1000px" width="288" y="2103.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e337" display="none" height="1e3px" width="288" y="2068.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e337"/>
</flowRegion>
<flowDiv xml:space="preserve">假設你想製作一個 24x24 像素的圖示。建立一幅寬高為 24x24 px 的畫布 (使用<flowSpan font-family="Sans">文件偏好設定</flowSpan>) 並設定格線為 0.5 px (48x48 的格線數)。這時,如果你將填充物件對齊<flowSpan font-style="italic">偶數</flowSpan>格線,而邊框物件對齊到<flowSpan font-style="italic">奇數</flowSpan>格線加上 px 單位的邊框寬度就變成偶數,並於預設 90dpi (也就是 1 px 變成 1 點陣圖像素) 匯出,你會得到一個清晰的點陣圖像,而沒有不必要的平滑效果。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2179.5082666" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2179.5082666" x="10">物件旋轉</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2144.3738967000004" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2144.3738967000004" x="10">物件旋轉</tspan>
</text>
- <rect id="d0e355" display="none" height="1000px" width="288" y="2184.7" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e355" display="none" height="1e3px" width="288" y="2149.6" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e355"/>
</flowRegion>
<flowDiv xml:space="preserve">當使用選取工具,在物件上<flowSpan font-weight="bold">點擊</flowSpan>會看到縮放箭頭,然後在物件上<flowSpan font-weight="bold">再點擊一次</flowSpan>會見到旋轉、位移的箭頭。如果點擊和拖曳四個角上的箭頭,物件會繞著中心點旋轉 (顯示為十字標誌)。如果你在做這個動作時按住 <flowSpan font-weight="bold">Shift</flowSpan>,那麼會繞著對角作旋轉。你也能將旋轉中心拖到任何地方。</flowDiv>
</flowRoot>
- <rect id="d0e367" display="none" height="1000px" width="288" y="2236.2" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e367" display="none" height="1e3px" width="288" y="2200.5" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e367"/>
</flowRegion>
<flowDiv xml:space="preserve">或者,你可以按鍵盤上的 <flowSpan font-weight="bold">[</flowSpan> 和 <flowSpan font-weight="bold">]</flowSpan> (15 度) 或 <flowSpan font-weight="bold">Ctrl+[</flowSpan> 和 <flowSpan font-weight="bold">Ctrl+]</flowSpan> (90 度)作旋轉。按著 <flowSpan font-weight="bold">Alt</flowSpan> 並按 <flowSpan font-weight="bold">[]</flowSpan> 鍵可作緩慢的像素大小旋轉。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2278.5299115999997" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2278.5299115999997" x="10">下落式陰影</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2242.3539227" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2242.3539227" x="10">下落式陰影</tspan>
</text>
- <rect id="d0e394" display="none" height="1000px" width="288" y="2283.7" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e394" display="none" height="1e3px" width="288" y="2247.6" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e394"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 支援高斯模糊 SVG 濾鏡,所以你可以輕易地給物件加上模糊的下落式陰影。選取一個物件,用 <flowSpan font-weight="bold">Ctrl+D</flowSpan> 再製,按 <flowSpan font-weight="bold">PgDown</flowSpan> 把再製物件放到原始物件的下方,將再製物件放置到比原始物件下面一點及右邊一點的位置。現在開啟「填充和邊框」對話窗並將模糊值改為 5.0。就是這樣!</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2348.3183785999995" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2348.3183785999995" x="10">將文字放置在路徑上</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2312.0261637000003" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2312.0261637000003" x="10">將文字放置在路徑上</tspan>
</text>
- <rect id="d0e409" display="none" height="1000px" width="288" y="2353.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e409" display="none" height="1e3px" width="288" y="2317.2" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e409"/>
</flowRegion>
<flowDiv xml:space="preserve">要將文字沿著曲線放置,同時選取文字和路徑並從文字選單中選擇<flowSpan font-family="Sans">置於路徑</flowSpan>。這串文字會從路徑起點開始。一般來說最好的方式是建立一個你想要填入的明確路徑,而不是把文字填入到其他繪圖元件 — 這會讓你更好控制且不會影響到你的繪畫。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2406.5696315999994" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2406.5696315999994" x="10">選取原始物件</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2369.6947877000002" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2369.6947877000002" x="10">選取原始物件</tspan>
</text>
- <rect id="d0e421" display="none" height="1000px" width="288" y="2411.8" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e421" display="none" height="1e3px" width="288" y="2374.9" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e421"/>
</flowRegion>
<flowDiv xml:space="preserve">當你有置於路徑上的文字、連結偏移物件或仿製物件,這些物件的來源物件/路徑可能很難選取,因為可能正好在底下或設定為隱形和/或鎖定。神奇的 <flowSpan font-weight="bold">Shift+D</flowSpan> 會幫助你;先選取文字、連結偏移物件或仿製物件,然後按 <flowSpan font-weight="bold">Shift+D</flowSpan> 可將選取移動到對應的路徑、偏移來源或仿製原始物件。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2476.3075005999995" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2476.3075005999995" x="10">恢復超出螢幕的視窗</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2439.3473147000004" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2439.3473147000004" x="10">恢復超出螢幕的視窗</tspan>
</text>
- <rect id="d0e436" display="none" height="1000px" width="288" y="2481.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e436" display="none" height="1e3px" width="288" y="2444.5" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e436"/>
</flowRegion>
<flowDiv xml:space="preserve">當在不同的解析度或一些顯示模式的系統之間移動文件時,你會發現 Inkscape 已經儲存了視窗位置,程式會把視窗放置到超出螢幕的地方。直接將視窗最大化 (使用任務欄會把視窗帶回檢視區),儲存並重新載入。你可以藉由取消勾選整體選項變成儲存視窗空間 (<flowSpan font-family="Sans">Inkscape 偏好設定</flowSpan>,<flowSpan font-family="Sans">視窗</flowSpan>分頁) 來避免這種問題。</flowDiv>
</flowRoot>
- <text style="writing-mode:lr;text-anchor:start;" font-weight="bold" font-size="8" y="2547.3600095999996" x="10" font-family="Sans" font-style="normal" fill="#000000">
- <tspan y="2547.3600095999996" x="10">透明、漸層和 PostScript 匯出</tspan>
+ <text style="writing-mode:lr" font-weight="bold" font-size="8" y="2509.9197487000006" x="10" font-family="Sans" fill="#000000">
+ <tspan y="2509.9197487000006" x="10">透明、漸層和 PostScript 匯出</tspan>
</text>
- <rect id="d0e451" display="none" height="1000px" width="288" y="2552.6" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e451" display="none" height="1e3px" width="288" y="2515.1" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e451"/>
</flowRegion>
<flowDiv xml:space="preserve">PostScript 或 EPS 格式不支援<flowSpan font-style="italic">透明</flowSpan>,因此如果你想要匯出成 PS/EPS 就不要使用透明。至於平面透明會覆蓋平面色彩的問題,很簡單就能解決:選取透明物件的其中一個;切換到滴管工具 (<flowSpan font-weight="bold">F7</flowSpan>);確認滴管工具是使用「點取可見顏色不含透明度」模式;然後在同物件上點擊。這會點取可見顏色並指派回到物件,但這次不包含透明度。對全部其他透明物件重複上述的步驟。如果你的透明物件蓋住一些平面顏色範圍,你需要相對地將它打散成數個元件並對每個元件套用上述的步驟。</flowDiv>
</flowRoot>
- <rect id="d0e460" display="none" height="1000px" width="288" y="2624.6" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e460" display="none" height="1e3px" width="288" y="2587.8" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e460"/>
</flowRegion>
<flowDiv xml:space="preserve">匯出<flowSpan font-style="italic">漸層</flowSpan>到 PS 或 EPS 對文字 (除非文字已轉成路徑) 或邊框沒有作用。同樣地,由於透明在匯出 PS 或 EPS 時會遺失,你無法使用如同從<flowSpan font-style="italic">不透明</flowSpan>藍色到<flowSpan font-style="italic">透明</flowSpan>藍色這類的漸層;變通方法是用從<flowSpan font-style="italic">不透明</flowSpan>藍色到 <flowSpan font-style="italic">不透明</flowSpan>背景顏色的漸層取代原本的漸層。</flowDiv>
</flowRoot>
- <g transform="translate(0, 2676.1605845999998)">
+ <g transform="translate(0 2639.3)">
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
- <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.149642,0.000000,0.000000,0.465194,-0.130153,3495.428)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
- <filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom">
- <feFlood id="feFlood60" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/>
+ <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
+ <filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
+ <feFlood id="feFlood60" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/>
<feComposite id="feComposite62" operator="in" result="composite1" in2="SourceGraphic" in="flood"/>
<feGaussianBlur id="feGaussianBlur64" result="blur" stdDeviation="20" in="composite1"/>
<feOffset id="feOffset66" result="offset" dx="0" dy="0"/>
@@ -683,19 +666,19 @@ access to these features (if you know SVG).
</rdf:RDF>
</metadata>
<g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer">
- <rect id="rect1494" transform="scale(1.000000,-1.000000)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-0.11217" fill="url(#linearGradient2465)"/>
- <path id="path1508" stroke-width="1pt" fill="#FFF" d="m80.493,57.976-4.9567,0,0,0.3171,0.14846,0c0.66805,0,0.74228,0.0338,0.74228,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74228,0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722,0.4723-0.29691,0.8907-0.49485,1.0864-0.25566,0.2699-0.72577,0.3981-1.4186,0.3981h-0.54433c-0.24742,0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031,0,0.70928,0.0404,0.87423,0.1821,0.21443,0.1754,0.2969,0.3914,0.31341,0.7895h0.38763v-2.2133h-0.38763c-0.04124,0.6612-0.37114,0.9244-1.1546,0.9244h-0.19794v-1.5385c0-0.2901,0.07423-0.3374,0.51959-0.3374h0.42887c0.72578,0,1.0804,0.0608,1.3608,0.2497,0.27217,0.1754,0.47011,0.5533,0.59382,1.1606h0.35463l-0.11546-1.7274zm-10.944,2.7059,0.93196,0c0.74227,0,1.1299-0.0472,1.4598-0.1755,0.58558-0.2294,0.91547-0.6612,0.91547-1.1943,0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07422,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172,0-1.7274c0-0.3104,0.04948-0.3442,0.5031-0.3442h0.52784c0.85774,0,1.2619,0.3307,1.2619,1.046,0,0.695-0.42062,1.0256-1.2948,1.0256h-0.99794zm-7.1753-2.4832-0.34639,0-1.8969,3.9341c-0.16495,0.3508-0.19793,0.398-0.32164,0.506-0.13196,0.1281-0.36289,0.2092-0.58557,0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536,0-0.66804-0.1282-0.66804-0.3846,0-0.081,0.02474-0.1755,0.07422-0.2835l0.27217-0.5938h2.1856l0.44536,0.9042c0.04948,0.1012,0.06598,0.1485,0.06598,0.1823,0,0.1079-0.20619,0.1754-0.51134,0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238,0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413,1.1067,0.93196,1.9164-1.8474,0,0.91547-1.9164zm-5.6907-1.0594-0.3134,0-0.3299,0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001,0-1.4598,0.2632-2.0206,0.8097-0.52784,0.5129-0.77526,1.0797-0.77526,1.7747,0,1.4508,1.1629,2.4899,2.7876,2.4899,1.3196,0,2.1608-0.6342,2.3505-1.7678l-0.38763-0.054c-0.08248,0.3576-0.18145,0.6005-0.3299,0.803-0.33815,0.4655-0.86599,0.7017-1.534,0.7017-1.2206,0-1.798-0.695-1.798-2.1457,0-0.7626,0.12371-1.2754,0.40413-1.6804,0.25567-0.3778,0.76701-0.614,1.2949-0.614,0.57732,0,1.0887,0.2497,1.4021,0.6816,0.1567,0.2226,0.28041,0.4858,0.47011,1.0053h0.36288l-0.12371-1.95zm-8.2557,0.0067-0.30515,0-0.3299,0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804,0-1.8062,0.5668-1.8062,1.4102,0,0.7356,0.44536,1.1,1.6577,1.3564l0.7835,0.1619c0.61031,0.1283,0.66804,0.1418,0.84124,0.2496,0.24742,0.1553,0.37938,0.3779,0.37938,0.6411,0,0.2699-0.12371,0.4926-0.37113,0.6749-0.27217,0.1956-0.54434,0.2699-0.99795,0.2699-0.61031,0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299,1.9231h0.32165l0.37113-0.4588c0.55258,0.371,1.0144,0.506,1.732,0.506,1.2124,0,1.9876-0.5802,1.9876-1.4845,0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83,0-0.4724,0.47011-0.7963,1.1711-0.7963,0.57732,0,1.0474,0.2026,1.3773,0.5871,0.23918,0.2767,0.38763,0.5601,0.49484,0.9042h0.35464l-0.09897-1.7544zm-11.151,2.7059,0-1.8355,0-0.1956c0-0.2834,0.07423-0.3172,0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894,1.4351,1.7206c0.13196,0.1619,0.16495,0.216,0.16495,0.2834,0,0.108-0.1567,0.1552-0.56083,0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361,0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551,1.2289-1.0054c0.39588-0.3442,0.89898-0.5399,1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938,0,0.53609,0.0608,0.53609,0.2025,0,0.0944-0.16495,0.2901-0.40413,0.4858l-2.0206,1.66zm-9.2207-2.6654-1.699,0,0,0.3171,0.20618,0c0.42062,0,0.61032,0.054,0.75877,0.2227v2.8679c0,0.9245-0.16495,1.1201-0.9567,1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784,4.0622h0.3464v-3.5021c0-0.9245,0.16495-1.1202,0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351,0.027,0.94846,0.2227,0.94846,1.1472v2.1189l-3.2908-3.5832zm-5.3609,0.8299,0-0.1956c0-0.2834,0.07423-0.3172,0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979,0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/>
- <path id="path1517" stroke-width="1.0000000pt" fill="#FFF" d="M305.97,58.204h1.35v2.817c0,0.532-0.02,0.862-0.05,0.989-0.13,0.485-0.42,0.819-0.87,1.003-0.31,0.127-0.77,0.19-1.38,0.19-1.43,0-2.15-0.428-2.15-1.285l1.43-0.007c0.1,0.268,0.36,0.402,0.81,0.402,0.32,0,0.55-0.101,0.68-0.303,0.1-0.155,0.15-0.41,0.15-0.763v-0.12c-0.43,0.344-0.9,0.516-1.41,0.516-0.56,0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37,0-0.485,0.19-0.889,0.57-1.214,0.36-0.301,0.79-0.452,1.29-0.452,0.64,0,1.12,0.209,1.42,0.628v-0.501zm-0.07,1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25,0-0.46,0.073-0.63,0.219-0.16,0.146-0.24,0.343-0.24,0.593,0,0.207,0.08,0.386,0.25,0.536,0.08,0.071,0.17,0.125,0.26,0.163,0.1,0.037,0.2,0.056,0.3,0.056,0.28,0,0.5-0.068,0.66-0.205,0.19-0.15,0.28-0.357,0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452,0.6-0.678,1.06-0.678l0.43,0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6,0-0.9,0.356-0.9,1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62,0,1.14,0.165,1.56,0.494,0.43,0.353,0.65,0.84,0.65,1.462,0,0.607-0.21,1.09-0.64,1.447-0.41,0.33-0.92,0.495-1.54,0.495-0.68,0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504,0-0.622,0.23-1.109,0.7-1.462,0.42-0.315,0.96-0.473,1.6-0.473zm-0.04,2.867c0.24,0,0.44-0.09,0.59-0.269s0.22-0.393,0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46,0.087-0.61,0.261c-0.08,0.09-0.13,0.186-0.17,0.29-0.04,0.099-0.06,0.219-0.06,0.36,0,0.259,0.07,0.475,0.21,0.649,0.14,0.175,0.35,0.262,0.61,0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15,0.377,0.4,0.565,0.74,0.565,0.36,0,0.58-0.099,0.68-0.297,0.08,0,0.3,0.015,0.63,0.043,0.34,0.028,0.64,0.042,0.89,0.042-0.24,0.466-0.54,0.791-0.91,0.975-0.33,0.16-0.77,0.24-1.32,0.24-0.65,0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483,0-0.607,0.23-1.087,0.69-1.44,0.41-0.311,0.93-0.466,1.57-0.466,0.63,0,1.14,0.16,1.54,0.48,0.4,0.316,0.63,0.782,0.69,1.398l0.01,0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16,0-0.33,0.045-0.5,0.135-0.17,0.089-0.26,0.209-0.28,0.36h1.49zm-7.76-1.349h1.44l-0.01,0.459c0.4-0.381,0.84-0.572,1.34-0.572,0.56,0,1,0.174,1.32,0.523,0.33,0.343,0.5,0.795,0.5,1.355,0,0.579-0.16,1.052-0.48,1.419-0.34,0.391-0.79,0.587-1.35,0.587-0.31,0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27,2.747c0.26,0,0.47-0.09,0.63-0.269,0.16-0.183,0.24-0.404,0.24-0.663,0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24,0-0.44,0.085-0.62,0.254-0.17,0.17-0.26,0.377-0.26,0.621,0,0.255,0.08,0.478,0.23,0.671,0.16,0.189,0.36,0.283,0.61,0.283zm-6.81-1.646c0.11-0.475,0.38-0.812,0.78-1.009,0.3-0.141,0.73-0.212,1.29-0.212,0.53,0,0.96,0.104,1.28,0.311,0.39,0.249,0.59,0.623,0.59,1.122v1.688c0,0.108,0.01,0.207,0.03,0.296,0.01,0.09,0.05,0.208,0.11,0.354h-1.49l-0.05-0.424c-0.34,0.353-0.76,0.529-1.24,0.529-0.39,0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89,0-0.409,0.13-0.713,0.4-0.911,0.2-0.141,0.5-0.244,0.93-0.31l1.02-0.12c0.22-0.038,0.33-0.097,0.33-0.177,0-0.183-0.14-0.275-0.41-0.275-0.16,0-0.29,0.019-0.39,0.056-0.1,0.033-0.18,0.116-0.23,0.247h-1.47zm1.27,1.356c0,0.198,0.17,0.297,0.5,0.297,0.21,0,0.39-0.066,0.55-0.198s0.25-0.297,0.25-0.494l-0.96,0.12c-0.06,0.005-0.14,0.035-0.22,0.092-0.08,0.051-0.12,0.113-0.12,0.183zm-1.58-1.038l-1.44,0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27,0-0.47,0.094-0.62,0.282-0.14,0.184-0.21,0.412-0.21,0.685,0,0.236,0.08,0.436,0.24,0.601,0.16,0.16,0.36,0.24,0.59,0.24,0.38,0,0.62-0.21,0.74-0.629l1.45,0.064c-0.24,1.068-0.97,1.603-2.2,1.603-0.66,0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468,0-0.64,0.25-1.135,0.74-1.483,0.43-0.311,0.98-0.466,1.64-0.466,0.53,0,0.97,0.132,1.34,0.395,0.36,0.259,0.61,0.643,0.72,1.151zm-7.4,1.038c0.1,0.165,0.22,0.273,0.38,0.325,0.11,0.033,0.27,0.049,0.5,0.049,0.06,0,0.1-0.002,0.13-0.007,0.03-0.009,0.07-0.026,0.12-0.049,0.1-0.042,0.15-0.106,0.15-0.191,0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925,0-0.475,0.23-0.821,0.68-1.038,0.35-0.165,0.78-0.247,1.32-0.247,1.11,0,1.75,0.379,1.94,1.137l-1.37,0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36,0-0.54,0.084-0.54,0.254,0,0.056,0.06,0.106,0.18,0.148,0.13,0.043,0.44,0.094,0.94,0.156,0.5,0.061,0.85,0.15,1.04,0.268,0.3,0.169,0.45,0.447,0.45,0.833,0,0.443-0.21,0.786-0.61,1.031-0.33,0.198-0.74,0.297-1.23,0.297-0.6,0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75,1.37,1.76,2.288h-1.7l-1.08-1.49-0.4,0.289v1.194h-1.44v-4.978zm-4.85,1.32h1.45v0.48c0.37-0.386,0.83-0.579,1.36-0.579,0.43,0,0.78,0.12,1.04,0.36,0.27,0.236,0.4,0.57,0.4,1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24,0-0.42,0.092-0.55,0.276-0.13,0.183-0.19,0.398-0.19,0.642v1.759h-1.45v-3.658zm-1.98,0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12,3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62,2.274c0.04-0.273,0.13-0.652,0.28-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.05-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.55-2.098-0.6,2.098h-1.56l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.05-0.273,0.14-0.652,0.29-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.04-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.04-0.273,0.14-0.652,0.28-1.137,0.07-0.217,0.12-0.438,0.18-0.664,0.04-0.16,0.08-0.318,0.11-0.473l1.49,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.05-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.11-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.29-3.658h1.51z"/>
- <g id="g1515" filter="url(#filter58)" fill-rule="evenodd" transform="matrix(0.0294185,0,0,0.0294185,0.1569075,53.985559)">
- <path id="path1516" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/>
- <path id="path1518" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" stroke-width="1pt" fill="#000"/>
- <path id="path1519" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" stroke-width="1pt" fill="#000"/>
- <path id="path1520" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" stroke-width="1pt" fill="#000"/>
- <path id="path1521" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt" fill="#000"/>
+ <rect id="rect1494" transform="scale(1 -1)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-.11217" fill="url(#linearGradient2465)"/>
+ <path id="path1508" stroke-width="1pt" fill="#fff" d="m80.493 57.976h-4.9567v0.3171h0.14846c0.66805 0 0.74228 0.0338 0.74228 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74228 0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722 0.4723-0.29691 0.8907-0.49485 1.0864-0.25566 0.2699-0.72577 0.3981-1.4186 0.3981h-0.54433c-0.24742 0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031 0 0.70928 0.0404 0.87423 0.1821 0.21443 0.1754 0.2969 0.3914 0.31341 0.7895h0.38763v-2.2133h-0.38763c-0.04124 0.6612-0.37114 0.9244-1.1546 0.9244h-0.19794v-1.5385c0-0.2901 0.07423-0.3374 0.51959-0.3374h0.42887c0.72578 0 1.0804 0.0608 1.3608 0.2497 0.27217 0.1754 0.47011 0.5533 0.59382 1.1606h0.35463l-0.11546-1.7274zm-10.944 2.7059h0.93196c0.74227 0 1.1299-0.0472 1.4598-0.1755 0.58558-0.2294 0.91547-0.6612 0.91547-1.1943 0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07422 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172v-1.7274c0-0.3104 0.04948-0.3442 0.5031-0.3442h0.52784c0.85774 0 1.2619 0.3307 1.2619 1.046 0 0.695-0.42062 1.0256-1.2948 1.0256h-0.99794zm-7.1753-2.4832h-0.34639l-1.8969 3.9341c-0.16495 0.3508-0.19793 0.398-0.32164 0.506-0.13196 0.1281-0.36289 0.2092-0.58557 0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536 0-0.66804-0.1282-0.66804-0.3846 0-0.081 0.02474-0.1755 0.07422-0.2835l0.27217-0.5938h2.1856l0.44536 0.9042c0.04948 0.1012 0.06598 0.1485 0.06598 0.1823 0 0.1079-0.20619 0.1754-0.51134 0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238 0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413 1.1067 0.93196 1.9164h-1.8474l0.91547-1.9164zm-5.6907-1.0594h-0.3134l-0.3299 0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001 0-1.4598 0.2632-2.0206 0.8097-0.52784 0.5129-0.77526 1.0797-0.77526 1.7747 0 1.4508 1.1629 2.4899 2.7876 2.4899 1.3196 0 2.1608-0.6342 2.3505-1.7678l-0.38763-0.054c-0.08248 0.3576-0.18145 0.6005-0.3299 0.803-0.33815 0.4655-0.86599 0.7017-1.534 0.7017-1.2206 0-1.798-0.695-1.798-2.1457 0-0.7626 0.12371-1.2754 0.40413-1.6804 0.25567-0.3778 0.76701-0.614 1.2949-0.614 0.57732 0 1.0887 0.2497 1.4021 0.6816 0.1567 0.2226 0.28041 0.4858 0.47011 1.0053h0.36288l-0.12371-1.95zm-8.2557 0.0067h-0.30515l-0.3299 0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804 0-1.8062 0.5668-1.8062 1.4102 0 0.7356 0.44536 1.1 1.6577 1.3564l0.7835 0.1619c0.61031 0.1283 0.66804 0.1418 0.84124 0.2496 0.24742 0.1553 0.37938 0.3779 0.37938 0.6411 0 0.2699-0.12371 0.4926-0.37113 0.6749-0.27217 0.1956-0.54434 0.2699-0.99795 0.2699-0.61031 0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299 1.9231h0.32165l0.37113-0.4588c0.55258 0.371 1.0144 0.506 1.732 0.506 1.2124 0 1.9876-0.5802 1.9876-1.4845 0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83 0-0.4724 0.47011-0.7963 1.1711-0.7963 0.57732 0 1.0474 0.2026 1.3773 0.5871 0.23918 0.2767 0.38763 0.5601 0.49484 0.9042h0.35464l-0.09897-1.7544zm-11.151 2.7059v-1.8355-0.1956c0-0.2834 0.07423-0.3172 0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894 1.4351 1.7206c0.13196 0.1619 0.16495 0.216 0.16495 0.2834 0 0.108-0.1567 0.1552-0.56083 0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361 0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551 1.2289-1.0054c0.39588-0.3442 0.89898-0.5399 1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938 0 0.53609 0.0608 0.53609 0.2025 0 0.0944-0.16495 0.2901-0.40413 0.4858l-2.0206 1.66zm-9.2207-2.6654h-1.699v0.3171h0.20618c0.42062 0 0.61032 0.054 0.75877 0.2227v2.8679c0 0.9245-0.16495 1.1201-0.9567 1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784 4.0622h0.3464v-3.5021c0-0.9245 0.16495-1.1202 0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351 0.027 0.94846 0.2227 0.94846 1.1472v2.1189l-3.2908-3.5832zm-5.3609 0.8299v-0.1956c0-0.2834 0.07423-0.3172 0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979 0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/>
+ <path id="path1517" stroke-width="1pt" fill="#fff" d="m305.97 58.204h1.35v2.817c0 0.532-0.02 0.862-0.05 0.989-0.13 0.485-0.42 0.819-0.87 1.003-0.31 0.127-0.77 0.19-1.38 0.19-1.43 0-2.15-0.428-2.15-1.285l1.43-0.007c0.1 0.268 0.36 0.402 0.81 0.402 0.32 0 0.55-0.101 0.68-0.303 0.1-0.155 0.15-0.41 0.15-0.763v-0.12c-0.43 0.344-0.9 0.516-1.41 0.516-0.56 0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37 0-0.485 0.19-0.889 0.57-1.214 0.36-0.301 0.79-0.452 1.29-0.452 0.64 0 1.12 0.209 1.42 0.628v-0.501zm-0.07 1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25 0-0.46 0.073-0.63 0.219-0.16 0.146-0.24 0.343-0.24 0.593 0 0.207 0.08 0.386 0.25 0.536 0.08 0.071 0.17 0.125 0.26 0.163 0.1 0.037 0.2 0.056 0.3 0.056 0.28 0 0.5-0.068 0.66-0.205 0.19-0.15 0.28-0.357 0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452 0.6-0.678 1.06-0.678l0.43 0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6 0-0.9 0.356-0.9 1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62 0 1.14 0.165 1.56 0.494 0.43 0.353 0.65 0.84 0.65 1.462 0 0.607-0.21 1.09-0.64 1.447-0.41 0.33-0.92 0.495-1.54 0.495-0.68 0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504 0-0.622 0.23-1.109 0.7-1.462 0.42-0.315 0.96-0.473 1.6-0.473zm-0.04 2.867c0.24 0 0.44-0.09 0.59-0.269s0.22-0.393 0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46 0.087-0.61 0.261c-0.08 0.09-0.13 0.186-0.17 0.29-0.04 0.099-0.06 0.219-0.06 0.36 0 0.259 0.07 0.475 0.21 0.649 0.14 0.175 0.35 0.262 0.61 0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15 0.377 0.4 0.565 0.74 0.565 0.36 0 0.58-0.099 0.68-0.297 0.08 0 0.3 0.015 0.63 0.043 0.34 0.028 0.64 0.042 0.89 0.042-0.24 0.466-0.54 0.791-0.91 0.975-0.33 0.16-0.77 0.24-1.32 0.24-0.65 0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483 0-0.607 0.23-1.087 0.69-1.44 0.41-0.311 0.93-0.466 1.57-0.466 0.63 0 1.14 0.16 1.54 0.48 0.4 0.316 0.63 0.782 0.69 1.398l0.01 0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16 0-0.33 0.045-0.5 0.135-0.17 0.089-0.26 0.209-0.28 0.36h1.49zm-7.76-1.349h1.44l-0.01 0.459c0.4-0.381 0.84-0.572 1.34-0.572 0.56 0 1 0.174 1.32 0.523 0.33 0.343 0.5 0.795 0.5 1.355 0 0.579-0.16 1.052-0.48 1.419-0.34 0.391-0.79 0.587-1.35 0.587-0.31 0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27 2.747c0.26 0 0.47-0.09 0.63-0.269 0.16-0.183 0.24-0.404 0.24-0.663 0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24 0-0.44 0.085-0.62 0.254-0.17 0.17-0.26 0.377-0.26 0.621 0 0.255 0.08 0.478 0.23 0.671 0.16 0.189 0.36 0.283 0.61 0.283zm-6.81-1.646c0.11-0.475 0.38-0.812 0.78-1.009 0.3-0.141 0.73-0.212 1.29-0.212 0.53 0 0.96 0.104 1.28 0.311 0.39 0.249 0.59 0.623 0.59 1.122v1.688c0 0.108 0.01 0.207 0.03 0.296 0.01 0.09 0.05 0.208 0.11 0.354h-1.49l-0.05-0.424c-0.34 0.353-0.76 0.529-1.24 0.529-0.39 0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89 0-0.409 0.13-0.713 0.4-0.911 0.2-0.141 0.5-0.244 0.93-0.31l1.02-0.12c0.22-0.038 0.33-0.097 0.33-0.177 0-0.183-0.14-0.275-0.41-0.275-0.16 0-0.29 0.019-0.39 0.056-0.1 0.033-0.18 0.116-0.23 0.247h-1.47zm1.27 1.356c0 0.198 0.17 0.297 0.5 0.297 0.21 0 0.39-0.066 0.55-0.198s0.25-0.297 0.25-0.494l-0.96 0.12c-0.06 0.005-0.14 0.035-0.22 0.092-0.08 0.051-0.12 0.113-0.12 0.183zm-1.58-1.038l-1.44 0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27 0-0.47 0.094-0.62 0.282-0.14 0.184-0.21 0.412-0.21 0.685 0 0.236 0.08 0.436 0.24 0.601 0.16 0.16 0.36 0.24 0.59 0.24 0.38 0 0.62-0.21 0.74-0.629l1.45 0.064c-0.24 1.068-0.97 1.603-2.2 1.603-0.66 0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468 0-0.64 0.25-1.135 0.74-1.483 0.43-0.311 0.98-0.466 1.64-0.466 0.53 0 0.97 0.132 1.34 0.395 0.36 0.259 0.61 0.643 0.72 1.151zm-7.4 1.038c0.1 0.165 0.22 0.273 0.38 0.325 0.11 0.033 0.27 0.049 0.5 0.049 0.06 0 0.1-0.002 0.13-0.007 0.03-0.009 0.07-0.026 0.12-0.049 0.1-0.042 0.15-0.106 0.15-0.191 0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925 0-0.475 0.23-0.821 0.68-1.038 0.35-0.165 0.78-0.247 1.32-0.247 1.11 0 1.75 0.379 1.94 1.137l-1.37 0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36 0-0.54 0.084-0.54 0.254 0 0.056 0.06 0.106 0.18 0.148 0.13 0.043 0.44 0.094 0.94 0.156 0.5 0.061 0.85 0.15 1.04 0.268 0.3 0.169 0.45 0.447 0.45 0.833 0 0.443-0.21 0.786-0.61 1.031-0.33 0.198-0.74 0.297-1.23 0.297-0.6 0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75 1.37 1.76 2.288h-1.7l-1.08-1.49-0.4 0.289v1.194h-1.44v-4.978zm-4.85 1.32h1.45v0.48c0.37-0.386 0.83-0.579 1.36-0.579 0.43 0 0.78 0.12 1.04 0.36 0.27 0.236 0.4 0.57 0.4 1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24 0-0.42 0.092-0.55 0.276-0.13 0.183-0.19 0.398-0.19 0.642v1.759h-1.45v-3.658zm-1.98 0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12 3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62 2.274c0.04-0.273 0.13-0.652 0.28-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.05-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.55-2.098-0.6 2.098h-1.56l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.05-0.273 0.14-0.652 0.29-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.04-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.04-0.273 0.14-0.652 0.28-1.137 0.07-0.217 0.12-0.438 0.18-0.664 0.04-0.16 0.08-0.318 0.11-0.473l1.49 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.05-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.11-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.29-3.658h1.51z"/>
+ <g id="g1515" filter="url(#filter58)" fill-rule="evenodd" transform="matrix(.029418 0 0 .029418 .15691 53.986)">
+ <path id="path1516" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/>
+ <path id="path1518" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/>
+ <path id="path1519" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/>
+ <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/>
+ <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/>
</g>
- <use id="use1328" style="color:#000000;" fill-rule="nonzero" xlink:href="#path1508" transform="matrix(5.176729,0,0,5.176729,-102.7023,-256.6246)" height="1052.3622" fill-opacity="0.06461535" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/>
- <text id="text7519" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,-1,1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-6.5672836" x="-70.83046" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="-70.83046" style="letter-spacing:0.29056421;" y="-6.5672836">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↑</tspan> 向上捲動頁面</tspan></text>
- <path id="path7527" opacity="0.5" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(-0.614962,-4.549602e-2,-6.191898e-2,0.451855,207.28878,-98.1536)" fill="#000"/>
+ <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/>
+ <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.5672836" x="-70.83046" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="-70.83046" style="letter-spacing:.29056" y="-6.5672836">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↑</tspan> 向上捲動頁面</tspan></text>
+ <path id="path7527" opacity=".5" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.29 -98.154)"/>
</g>
</g>
</svg>
diff --git a/share/tutorials/tutorial-tracing.zh_TW.svg b/share/tutorials/tutorial-tracing.zh_TW.svg
index 18849277a..f89965f28 100644
--- a/share/tutorials/tutorial-tracing.zh_TW.svg
+++ b/share/tutorials/tutorial-tracing.zh_TW.svg
@@ -5,11 +5,11 @@
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
<linearGradient id="linearGradient841">
<stop id="stop842" stop-color="#0082ab" offset="0"/>
- <stop id="stop843" stop-color="#FFF" stop-opacity="0" offset="1"/>
+ <stop id="stop843" stop-color="#fff" stop-opacity="0" offset="1"/>
</linearGradient>
- <linearGradient id="linearGradient1657" y2="0.91667" xlink:href="#linearGradient841" y1="0.16666" x2="0.51619" x1="0.51619"/>
- <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom">
- <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/>
+ <linearGradient id="linearGradient1657" y2=".91667" xlink:href="#linearGradient841" y1=".16666" x2=".51619" x1=".51619"/>
+ <filter id="filter49" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
+ <feFlood id="feFlood51" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/>
<feComposite id="feComposite53" operator="in" result="composite1" in2="SourceGraphic" in="flood"/>
<feGaussianBlur id="feGaussianBlur55" result="blur" stdDeviation="20" in="composite1"/>
<feOffset id="feOffset57" result="offset" dx="0" dy="0"/>
@@ -25,179 +25,179 @@
</rdf:RDF>
</metadata>
<g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer">
- <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y="0.27753" x="0.18215" fill="url(#linearGradient1657)"/>
- <path id="path93" stroke-width="1.0000000pt" fill="#FFF" d="M150.97,4.9606h-9.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2,0.913-0.57,1.722-0.95,2.1-0.5,0.522-1.41,0.769-2.74,0.769h-1.06c-0.48,0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98,0,1.37,0.0783,1.69,0.3521,0.42,0.339,0.58,0.756,0.61,1.526h0.75v-4.2776h-0.75c-0.08,1.278-0.72,1.7866-2.23,1.7866h-0.38v-2.9734c0-0.5607,0.14-0.652,1-0.652h0.83c1.4,0,2.09,0.1173,2.63,0.4825,0.52,0.3391,0.91,1.0694,1.15,2.243h0.68l-0.22-3.3385zm-21.15,5.2294h1.8c1.43,0,2.18-0.091,2.82-0.339,1.13-0.4434,1.77-1.278,1.77-2.3082,0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29,0,1.43,0.0652,1.43,0.6129v0.3782,6.2073,0.378c0,0.548-0.14,0.613-1.43,0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29,0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999,0.09-0.6651,0.97-0.6651h1.02c1.66,0,2.44,0.639,2.44,2.0213,0,1.3433-0.81,1.9823-2.5,1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67,7.6029c-0.31,0.678-0.38,0.769-0.62,0.978-0.25,0.248-0.7,0.404-1.13,0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86,0-1.29-0.247-1.29-0.743,0-0.156,0.05-0.339,0.14-0.548l0.53-1.147h4.22l0.87,1.747c0.09,0.196,0.12,0.287,0.12,0.352,0,0.209-0.4,0.339-0.99,0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79,0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78,2.1387l1.8,3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63,0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55,0-2.825,0.5086-3.909,1.565-1.02,0.9911-1.498,2.0865-1.498,3.4297,0,2.8043,2.247,4.8123,5.387,4.8123,2.55,0,4.18-1.226,4.54-3.417l-0.75-0.104c-0.16,0.691-0.35,1.16-0.63,1.552-0.66,0.9-1.68,1.356-2.97,1.356-2.358,0-3.473-1.343-3.473-4.1471,0-1.4736,0.239-2.4647,0.781-3.2472,0.494-0.7303,1.482-1.1867,2.502-1.1867,1.12,0,2.1,0.4825,2.71,1.3171,0.3,0.4304,0.54,0.939,0.91,1.9431h0.7l-0.24-3.7688zm-15.955,0.013h-0.589l-0.638,0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088,0-3.491,1.0955-3.491,2.7256,0,1.4215,0.861,2.1257,3.204,2.6214l1.514,0.313c1.18,0.248,1.291,0.274,1.626,0.482,0.478,0.3,0.733,0.731,0.733,1.239,0,0.522-0.239,0.952-0.717,1.304-0.526,0.379-1.052,0.522-1.928,0.522-1.18,0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064,3.717h0.622l0.717-0.887c1.068,0.717,1.961,0.978,3.347,0.978,2.343,0,3.842-1.122,3.842-2.869,0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041,0-0.9128,0.908-1.5388,2.263-1.5388,1.116,0,2.024,0.3912,2.662,1.1346,0.462,0.5347,0.749,1.0824,0.956,1.7475h0.686l-0.192-3.3907zm-21.55,5.2296v-3.5473-0.3782c0-0.5477,0.144-0.6129,1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291,0,1.434,0.0652,1.434,0.6129v0.3782,6.2073,0.378c0,0.548-0.143,0.613-1.434,0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291,0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258,2.774,3.3258c0.255,0.313,0.319,0.417,0.319,0.547,0,0.209-0.303,0.3-1.084,0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877,0-1.1-0.091-1.562-0.652l-3.857-4.551,2.375-1.9431c0.765-0.6651,1.737-1.0433,2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733,0,1.036,0.1173,1.036,0.3912,0,0.1826-0.319,0.5608-0.781,0.939l-3.906,3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813,0,1.18,0.1043,1.467,0.4303v5.5421c0,1.787-0.319,2.165-1.849,2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109,7.8509h0.67v-6.7685c0-1.7866,0.319-2.1648,1.849-2.2169v-0.613h-4.543v0.613c1.514,0.0521,1.833,0.4303,1.833,2.2169v4.0945l-6.36-6.9244zm-10.36,1.6041v-0.3782c0-0.5477,0.143-0.6129,1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291,0,1.435,0.0652,1.435,0.6129v0.3782,6.2073,0.378c0,0.548-0.144,0.613-1.435,0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275,0-1.418-0.065-1.418-0.613v-0.378-6.2073z"/>
- <use id="use1325" opacity="0.0786517" xlink:href="#path93" transform="matrix(2.39436,0,0,2.331219,-82.96365,-14.49494)" height="1052.3622" width="320" y="0" x="0"/>
- <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(0.058837,0,0,0.058837,-4.7689003,-3.296641)">
- <path id="path805" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/>
- <path id="path1791" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" stroke-width="1pt" fill="#000"/>
- <path id="path1792" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" stroke-width="1pt" fill="#000"/>
- <path id="path1793" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" stroke-width="1pt" fill="#000"/>
- <path id="path831" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt" fill="#000"/>
+ <rect id="rect582" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.89" y=".27753" x=".18215" fill="url(#linearGradient1657)"/>
+ <path id="path93" d="m150.97 4.9606h-9.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h9.79l0.31-3.482h-0.7c-0.2 0.913-0.57 1.722-0.95 2.1-0.5 0.522-1.41 0.769-2.74 0.769h-1.06c-0.48 0-0.87-0.078-1.02-0.195-0.11-0.079-0.12-0.157-0.12-0.431v-3.3251h0.31c0.98 0 1.37 0.0783 1.69 0.3521 0.42 0.339 0.58 0.756 0.61 1.526h0.75v-4.2776h-0.75c-0.08 1.278-0.72 1.7866-2.23 1.7866h-0.38v-2.9734c0-0.5607 0.14-0.652 1-0.652h0.83c1.4 0 2.09 0.1173 2.63 0.4825 0.52 0.3391 0.91 1.0694 1.15 2.243h0.68l-0.22-3.3385zm-21.15 5.2294h1.8c1.43 0 2.18-0.091 2.82-0.339 1.13-0.4434 1.77-1.278 1.77-2.3082 0-0.9912-0.56-1.7475-1.61-2.1779-0.62-0.2608-1.61-0.4043-2.71-0.4043h-5.58v0.613h0.29c1.29 0 1.43 0.0652 1.43 0.6129v0.3782 6.2073 0.378c0 0.548-0.14 0.613-1.43 0.613h-0.29v0.613h5.36v-0.613h-0.42c-1.29 0-1.43-0.065-1.43-0.613v-0.378-2.582zm0-0.6128v-3.3385c0-0.5999 0.09-0.6651 0.97-0.6651h1.02c1.66 0 2.44 0.639 2.44 2.0213 0 1.3433-0.81 1.9823-2.5 1.9823h-1.93zm-13.87-4.7991h-0.67l-3.67 7.6029c-0.31 0.678-0.38 0.769-0.62 0.978-0.25 0.248-0.7 0.404-1.13 0.404h-0.06v0.613h4.22v-0.613h-0.32c-0.86 0-1.29-0.247-1.29-0.743 0-0.156 0.05-0.339 0.14-0.548l0.53-1.147h4.22l0.87 1.747c0.09 0.196 0.12 0.287 0.12 0.352 0 0.209-0.4 0.339-0.99 0.339h-0.66v0.613h4.94v-0.613h-0.23c-0.79 0-0.97-0.104-1.34-0.834l-4.06-8.1509zm-0.78 2.1387l1.8 3.7032h-3.57l1.77-3.7032zm-11-2.0474h-0.61l-0.63 0.7694c-1.13-0.6782-1.76-0.8738-2.82-0.8738-1.55 0-2.825 0.5086-3.909 1.565-1.02 0.9911-1.498 2.0865-1.498 3.4297 0 2.8043 2.247 4.8123 5.387 4.8123 2.55 0 4.18-1.226 4.54-3.417l-0.75-0.104c-0.16 0.691-0.35 1.16-0.63 1.552-0.66 0.9-1.68 1.356-2.97 1.356-2.358 0-3.473-1.343-3.473-4.1471 0-1.4736 0.239-2.4647 0.781-3.2472 0.494-0.7303 1.482-1.1867 2.502-1.1867 1.12 0 2.1 0.4825 2.71 1.3171 0.3 0.4304 0.54 0.939 0.91 1.9431h0.7l-0.24-3.7688zm-15.955 0.013h-0.589l-0.638 0.7825c-0.749-0.5869-1.769-0.8999-2.901-0.8999-2.088 0-3.491 1.0955-3.491 2.7256 0 1.4215 0.861 2.1257 3.204 2.6214l1.514 0.313c1.18 0.248 1.291 0.274 1.626 0.482 0.478 0.3 0.733 0.731 0.733 1.239 0 0.522-0.239 0.952-0.717 1.304-0.526 0.379-1.052 0.522-1.928 0.522-1.18 0-2.025-0.3-2.774-0.978-0.669-0.613-1.004-1.226-1.243-2.23h-0.686l0.064 3.717h0.622l0.717-0.887c1.068 0.717 1.961 0.978 3.347 0.978 2.343 0 3.842-1.122 3.842-2.869 0-0.809-0.335-1.5-0.957-1.9954-0.43-0.3391-1.052-0.5608-2.327-0.8216l-1.705-0.3521c-1.419-0.3-2.088-0.8086-2.088-1.6041 0-0.9128 0.908-1.5388 2.263-1.5388 1.116 0 2.024 0.3912 2.662 1.1346 0.462 0.5347 0.749 1.0824 0.956 1.7475h0.686l-0.192-3.3907zm-21.55 5.2296v-3.5473-0.3782c0-0.5477 0.144-0.6129 1.435-0.6129h0.303v-0.613h-5.244v0.613h0.287c1.291 0 1.434 0.0652 1.434 0.6129v0.3782 6.2073 0.378c0 0.548-0.143 0.613-1.434 0.613h-0.287v0.613h5.244v-0.613h-0.303c-1.291 0-1.435-0.065-1.435-0.613v-0.378-1.656l1.849-1.5258 2.774 3.3258c0.255 0.313 0.319 0.417 0.319 0.547 0 0.209-0.303 0.3-1.084 0.3h-0.494v0.613h5.451v-0.613h-0.303c-0.877 0-1.1-0.091-1.562-0.652l-3.857-4.551 2.375-1.9431c0.765-0.6651 1.737-1.0433 2.693-1.0433v-0.613h-4.909v0.613h0.399c0.733 0 1.036 0.1173 1.036 0.3912 0 0.1826-0.319 0.5608-0.781 0.939l-3.906 3.2082zm-17.82-5.1514h-3.283v0.613h0.398c0.813 0 1.18 0.1043 1.467 0.4303v5.5421c0 1.787-0.319 2.165-1.849 2.217v0.613h4.543v-0.613c-1.515-0.052-1.834-0.43-1.834-2.217v-4.8379l7.109 7.8509h0.67v-6.7685c0-1.7866 0.319-2.1648 1.849-2.2169v-0.613h-4.543v0.613c1.514 0.0521 1.833 0.4303 1.833 2.2169v4.0945l-6.36-6.9244zm-10.36 1.6041v-0.3782c0-0.5477 0.143-0.6129 1.418-0.6129h0.319v-0.613h-5.276v0.613h0.319c1.291 0 1.435 0.0652 1.435 0.6129v0.3782 6.2073 0.378c0 0.548-0.144 0.613-1.435 0.613h-0.319v0.613h5.276v-0.613h-0.319c-1.275 0-1.418-0.065-1.418-0.613v-0.378-6.2073z" stroke-width="1pt" fill="#fff"/>
+ <use id="use1325" opacity=".078652" xlink:href="#path93" transform="matrix(2.3944 0 0 2.3312 -82.964 -14.495)" height="1052.3622" width="320" y="0" x="0"/>
+ <g id="g839" filter="url(#filter49)" fill-rule="evenodd" transform="matrix(.058837 0 0 .058837 -4.7689 -3.2966)">
+ <path id="path805" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/>
+ <path id="path1791" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/>
+ <path id="path1792" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/>
+ <path id="path1793" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/>
+ <path id="path831" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/>
</g>
- <path id="use2086" stroke-linejoin="miter" style="marker-end:none;marker-start:none;stroke-dasharray:none;marker-mid:none;" d="M100.21,10.827h5.7l-3.5,11.473h6.43l-0.57,1.871h-6.43l-1.54,4.72c-1.307,4.014-2.69,8.869-4.155,14.565-1.464,5.641-2.197,8.923-2.197,9.845,0,1.248,0.57,1.872,1.709,1.872,2.007,0,4.423-2.767,7.243-8.3,0.27-0.597,0.68-1.329,1.22-2.197l1.63,0.814c-2.12,4.394-3.69,7.214-4.72,8.462-2.227,2.658-4.586,3.987-7.082,3.987-1.681,0-3.037-0.515-4.068-1.546-1.031-1.085-1.546-2.468-1.546-4.15,0-1.519,0.244-3.227,0.732-5.126,0.543-2.115,2.279-8.191,5.208-18.226l1.383-4.72h-6.509l0.651-1.871h6.509l3.902-11.473zm40.91,10.822h6.1c-5.16,16.436-7.73,26.851-7.73,31.245,0,1.628,0.43,2.441,1.3,2.441,1.03,0,2.25-0.976,3.66-2.929,1.47-2.007,2.74-4.475,3.83-7.404l1.79,0.732c-2.88,8.137-6.46,12.205-10.75,12.205-3.68,0-5.53-2.061-5.53-6.184,0-1.085,0.14-2.848,0.41-5.289-2.12,3.255-3.83,5.615-5.13,7.079-2.6,2.929-5.56,4.394-8.87,4.394-1.95,0-3.58-0.678-4.88-2.034s-1.95-3.038-1.95-5.045c0-0.976,0.81-4.258,2.44-9.845l1.46-5.045c1.63-5.588,2.45-9.032,2.45-10.334,0-1.031-0.36-1.546-1.06-1.546-2.28,0-5.29,3.58-9.03,10.741l-1.79-0.896c4.12-8.462,8.27-12.693,12.44-12.693,1.52,0,2.74,0.57,3.67,1.709,0.97,1.139,1.46,2.631,1.46,4.475,0,2.278-0.54,5.126-1.63,8.544l-2.19,6.916c-1.79,5.642-2.69,8.923-2.69,9.846,0,1.898,0.98,2.847,2.93,2.847,1.74,0,3.64-1.057,5.7-3.173,2.11-2.116,4.01-4.909,5.69-8.381,2.55-5.262,5.18-12.72,7.9-22.376zm24.05-10.822h5.7l-3.5,11.473h6.43l-0.57,1.871h-6.43l-1.55,4.72c-1.3,4.014-2.68,8.869-4.15,14.565-1.46,5.641-2.19,8.923-2.19,9.845,0,1.248,0.57,1.872,1.71,1.872,2,0,4.42-2.767,7.24-8.3,0.27-0.597,0.68-1.329,1.22-2.197l1.63,0.814c-2.12,4.394-3.69,7.214-4.72,8.462-2.23,2.658-4.59,3.987-7.08,3.987-1.68,0-3.04-0.515-4.07-1.546-1.03-1.085-1.55-2.468-1.55-4.15,0-1.519,0.25-3.227,0.74-5.126,0.54-2.115,2.27-8.191,5.2-18.226l1.39-4.72h-6.51l0.65-1.871h6.51l3.9-11.473zm28.16,12.287c-3.91-0.217-7.38,3.688-10.42,11.717-2.11,5.587-3.17,10.605-3.17,15.053,0,4.122,1.82,6.184,5.45,6.184,2.93,0,5.48-1.872,7.65-5.615,1.41-2.387,2.63-5.533,3.66-9.438,1.03-3.96,1.63-7.676,1.79-11.148,0.22-4.285-1.44-6.536-4.96-6.753zm-0.08-1.872c3.2,0,5.8,1.275,7.81,3.824,2,2.496,3.01,5.75,3.01,9.765,0,4.936-1.77,9.926-5.29,14.971-3.8,5.425-8.41,8.137-13.83,8.137-3.31,0-6.03-1.139-8.14-3.417-2.12-2.333-3.17-5.289-3.17-8.87,0-6.075,2.22-11.825,6.67-17.25,3.9-4.773,8.22-7.16,12.94-7.16zm15.86,12.856l-1.71-0.732c1.41-3.472,3.12-6.347,5.13-8.625,2.01-2.333,3.8-3.499,5.37-3.499,3.53,0,5.29,2.577,5.29,7.73,0,0.922-0.16,2.767-0.49,5.533,3.74-8.842,7.73-13.263,11.96-13.263,1.2,0,2.2,0.38,3.01,1.139,0.87,0.705,1.3,1.573,1.3,2.604,0,0.868-0.29,1.6-0.89,2.197s-1.33,0.895-2.2,0.895c-1.84,0-2.76-1.058-2.76-3.173,0-0.597-0.19-0.895-0.57-0.895-0.55,0-1.31,0.488-2.28,1.464-0.98,0.977-1.82,2.116-2.52,3.418-2.17,3.905-5.7,13.236-10.58,27.99h-6.1c2.54-7.648,4.2-13.236,4.96-16.762,1.19-5.533,1.79-9.547,1.79-12.042,0-2.658-0.44-3.987-1.3-3.987-0.76,0-1.87,0.976-3.34,2.929-1.41,1.953-2.77,4.313-4.07,7.079zm45.98-31.245c1.03,0,1.89,0.3797,2.6,1.1391,0.76,0.7052,1.14,1.5731,1.14,2.6038s-0.38,1.9257-1.14,2.6852c-0.71,0.759-1.57,1.139-2.6,1.139-1.04,0-1.93-0.38-2.69-1.139-0.76-0.7595-1.14-1.6545-1.14-2.6852s0.38-1.8986,1.14-2.6038c0.76-0.7594,1.65-1.1391,2.69-1.1391zm1.22,42.718l1.62,0.814c-3.63,7.703-7.59,11.554-11.88,11.554-1.52,0-2.76-0.542-3.74-1.627-0.98-1.139-1.46-2.577-1.46-4.313,0-1.193,0.16-2.305,0.48-3.336,0.33-1.031,1.22-3.336,2.69-6.916l3.09-7.405c1.85-4.394,2.77-7.35,2.77-8.869,0-1.085-0.46-1.627-1.39-1.627-1.89,0-4.5,2.983-7.81,8.95l-1.62-0.976c3.85-7.052,7.54-10.578,11.06-10.578,1.47,0,2.66,0.543,3.58,1.627,0.92,1.085,1.39,2.496,1.39,4.232,0,2.061-1.12,5.885-3.34,11.472l-3.42,8.544c-1.41,3.526-2.11,5.832-2.11,6.916,0,0.977,0.43,1.465,1.3,1.465,1.03,0,2.36-0.922,3.99-2.766,1.68-1.899,3.28-4.286,4.8-7.161zm27.58-22.295c-1.63-0.108-3.53,0.841-5.7,2.848-2.11,1.953-4.09,4.584-5.94,7.893-3.68,6.564-5.53,12.069-5.53,16.518,0,3.471,1.36,5.207,4.07,5.207,4.39,0,8.54-4.312,12.45-12.937,2.66-5.859,4.15-10.714,4.47-14.565,0.11-1.411-0.19-2.577-0.89-3.499-0.71-0.922-1.68-1.41-2.93-1.465zm6.83-0.976h5.78c-1.35,3.634-3.2,8.95-5.53,15.948-2.5,7.54-3.74,12.666-3.74,15.379,0,1.139,0.43,1.708,1.3,1.708,1.9,0,4.55-3.688,7.97-11.066l1.79,0.733c-2.28,4.936-4.23,8.326-5.86,10.171-1.62,1.844-3.47,2.766-5.53,2.766-3.36,0-5.04-1.519-5.04-4.557,0-0.813,0.24-2.468,0.73-4.963-3.85,6.401-7.98,9.601-12.37,9.601-2.77,0-5.02-0.922-6.75-2.766-1.74-1.844-2.61-4.258-2.61-7.242,0-6.184,2.44-12.178,7.33-17.982,4.88-5.859,9.9-8.788,15.05-8.788,2.71,0,4.77,1.492,6.18,4.475l1.3-3.417zm16.71-17.82l0.49-1.8714c4.07-0.1628,8.68-0.434,13.83-0.8137-0.43,1.4646-0.76,2.5224-0.97,3.1733-0.6,1.6816-1.44,4.2312-2.53,7.6486l-6.59,21.481c-3.14,10.253-4.72,16.545-4.72,18.878,0,1.681,0.49,2.522,1.47,2.522,1.36,0,3.04-1.465,5.04-4.394,1.03-1.519,2.2-3.526,3.5-6.021l1.87,0.895c-1.62,2.983-2.84,5.099-3.66,6.347-2.49,3.743-5.34,5.614-8.54,5.614-1.63,0-2.96-0.597-3.99-1.79s-1.54-2.712-1.54-4.557c0-2.278,0.92-6.428,2.76-12.449l7.16-23.353c1.58-5.153,2.36-8.055,2.36-8.706,0-0.9764-0.38-1.6273-1.14-1.9528-0.76-0.3797-2.36-0.5967-4.8-0.651z" fill-rule="nonzero" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill-opacity="0.110769" stroke-dashoffset="0" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="1pt" fill="#FFF"/>
- <text id="text7519" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,1,-1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-326.81229" x="3.6203015" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203015" style="letter-spacing:0.29056421;" y="-326.81229">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↓</tspan> 向下捲動頁面</tspan></text>
- <path id="path7527" opacity="0.5" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(0.614962,4.549602e-2,6.191898e-2,-0.451855,112.95622,172.17069)" fill="#000"/>
- <path id="text2413" stroke-linejoin="miter" style="stroke-dasharray:none;" d="M147.73,15.782c0.19,0.019,0.4,0.126,0.61,0.322,0.22,0.196,0.31,0.364,0.28,0.504-0.02,0.094-0.12,0.14-0.31,0.14-0.03,0-0.1-0.004-0.19-0.014-0.1-0.018-0.17-0.028-0.23-0.028-0.05,0-0.09,0.005-0.12,0.014,0.01,0-0.12,0.042-0.38,0.126s-0.58,0.182-0.97,0.294c-0.38,0.103-0.85,0.22-1.42,0.35-0.56,0.131-1.11,0.234-1.63,0.308l-0.1,0.112-0.22,0.952,0.03,0.294c0.04,0.14,0.2,0.238,0.5,0.294s0.77,0.084,1.4,0.084h0.23c0.49,0,0.85-0.004,1.09-0.014,0.24-0.018,0.4-0.032,0.47-0.042,0.09-0.018,0.21-0.051,0.37-0.098,0.12-0.037,0.21-0.084,0.26-0.14l0.19-0.21c0.08-0.093,0.16-0.242,0.23-0.448,0.09-0.205,0.16-0.387,0.21-0.546,0.06-0.168,0.13-0.298,0.2-0.392,0.07-0.093,0.15-0.107,0.24-0.042,0.04,0.028,0.02,0.243-0.06,0.644-0.11,0.542-0.16,0.845-0.15,0.91l0.26,0.294c0.03,0.056,0.04,0.112,0.03,0.168-0.08,0.411-1.08,0.616-2.98,0.616h-0.94c-0.27-0.009-0.52-0.023-0.75-0.042-0.24-0.018-0.43-0.032-0.59-0.042-0.16-0.018-0.3-0.046-0.42-0.084-0.12-0.046-0.23-0.079-0.31-0.098-0.07-0.028-0.14-0.079-0.18-0.154-0.04-0.074-0.07-0.13-0.09-0.168-0.01-0.046-0.02-0.121-0.02-0.224,0.01-0.112,0.01-0.2,0.02-0.266,0.02-0.065,0.05-0.168,0.07-0.308,0.04-0.158,0.09-0.42,0.16-0.784s0.13-0.662,0.18-0.896c0.17-0.849,0.28-1.516,0.35-2.002,0.06-0.056,0.14-0.084,0.24-0.084,0.06,0,0.14,0.014,0.24,0.042,0.1,0.019,0.17,0.028,0.22,0.028l0.55,0.154c0.01,0.01,0.03,0.014,0.04,0.014,0.03,0.056,0.04,0.112,0.03,0.168-0.01,0.075-0.13,0.173-0.35,0.294-0.22,0.112-0.34,0.192-0.37,0.238l-0.28,1.274c0,0.028,0.02,0.052,0.06,0.07l2.14-0.602c0.84-0.27,1.56-0.597,2.16-0.98m-0.07,5.95c-0.02,0.075-0.12,0.178-0.3,0.308-0.17,0.122-0.26,0.215-0.28,0.28-0.03,0.084-0.06,0.243-0.11,0.476-0.05,0.234-0.1,0.542-0.17,0.924l-0.04,0.168c-0.27,1.447-0.48,2.539-0.63,3.276-0.04,0.196-0.2,0.294-0.49,0.294l-0.18-0.014c-0.06-0.065-0.07-0.219-0.03-0.462,0.03-0.149,0.02-0.261-0.03-0.336-1.99,0-3.12,0.005-3.41,0.014l-0.4,0.028c-0.05,0.047-0.11,0.192-0.18,0.434l-0.1,0.224c-0.08,0.103-0.22,0.145-0.4,0.126-0.19-0.009-0.28-0.06-0.28-0.154,0-0.037,0.03-0.186,0.08-0.448,0.1-0.513,0.29-1.362,0.56-2.548l0.06-0.252,0.46-2.506,0.13-0.462c0.01-0.093,0.06-0.149,0.12-0.168,0.06,0.01,0.17,0.08,0.34,0.21,0.18,0.122,0.27,0.187,0.29,0.196,0.37,0.019,0.83,0.028,1.4,0.028,0.38,0,0.79-0.004,1.25-0.014h0.17l0.89,0.014c0.03-0.009,0.05-0.014,0.07-0.014,0.04-0.009,0.15-0.07,0.32-0.182,0.19-0.121,0.32-0.158,0.4-0.112,0.18,0.094,0.31,0.21,0.39,0.35,0.08,0.131,0.11,0.238,0.1,0.322m-9.3-3.206c-0.16,0-0.37,0.01-0.63,0.028-0.26,0.01-0.4,0.014-0.41,0.014-0.16-0.186-0.21-0.41-0.14-0.672,0.01-0.009,0.21,0.01,0.59,0.056,0.39,0.038,0.73,0.056,1,0.056,0.29,0,0.46-0.037,0.49-0.112,0.05-0.14,0.12-0.401,0.21-0.784,0.05-0.298,0.11-0.676,0.18-1.134,0.07-0.466,0.11-0.709,0.12-0.728,0.02-0.13,0.07-0.205,0.16-0.224,0.79,0.14,1.17,0.308,1.13,0.504-0.02,0.075-0.12,0.154-0.31,0.238-0.17,0.084-0.29,0.164-0.33,0.238-0.06,0.103-0.14,0.402-0.24,0.896-0.05,0.252-0.1,0.565-0.17,0.938-0.03,0.131,0.05,0.196,0.24,0.196,0.21,0,0.39-0.042,0.53-0.126l0.38-0.392c0.22-0.14,0.47,0.042,0.74,0.546l0.09,0.154c0.01,0.028,0.01,0.056,0,0.084-0.02,0.112-0.13,0.182-0.34,0.21l-0.67,0.028-0.84,0.014c-0.15,0.019-0.25,0.056-0.3,0.112l-0.54,2.408v0.028l0.01,0.014,1.96-0.784c0.07-0.009,0.12,0.061,0.16,0.21-0.05,0.112-0.42,0.336-1.12,0.672s-1.09,0.556-1.15,0.658c-0.02,0.094-0.09,0.416-0.2,0.966-0.1,0.542-0.25,1.312-0.46,2.31l-0.03,0.168c-0.04,0.196-0.07,0.369-0.11,0.518-0.02,0.122-0.04,0.234-0.07,0.336-0.02,0.103-0.03,0.164-0.03,0.182-0.05,0.271-0.14,0.476-0.25,0.616s-0.29,0.276-0.53,0.406c-0.19,0.103-0.33,0.154-0.44,0.154-0.07,0-0.15-0.079-0.22-0.238-0.07-0.158-0.12-0.247-0.17-0.266l-0.92-0.28c-0.07,0-0.09-0.056-0.06-0.168,0.02-0.121,0.17-0.191,0.44-0.21l1.24,0.028c0.09,0,0.19-0.247,0.31-0.742,0.13-0.504,0.36-1.577,0.7-3.22l0.06-0.28-0.05-0.014c-0.01,0.01-0.18,0.089-0.51,0.238-0.33,0.15-0.55,0.276-0.66,0.378l-0.13,0.406c-0.05,0.094-0.11,0.14-0.18,0.14-0.13,0-0.26-0.154-0.38-0.462-0.12-0.317-0.17-0.546-0.14-0.686,0.05-0.037,0.38-0.154,0.98-0.35,0.62-0.205,0.97-0.331,1.07-0.378,0.09-0.037,0.15-0.14,0.19-0.308,0.09-0.28,0.18-0.672,0.28-1.176,0.05-0.242,0.1-0.518,0.14-0.826,0.06-0.261,0.08-0.41,0.07-0.448,0-0.093-0.25-0.14-0.74-0.14m8.08,3.5c0-0.084-0.07-0.135-0.2-0.154-0.13-0.018-0.45-0.028-0.95-0.028-0.54,0-1.28,0.01-2.23,0.028h-0.4c-0.05,0-0.1,0.024-0.14,0.07-0.1,0.346-0.23,0.859-0.37,1.54l0.07,0.098c1.95,0.028,3.21,0.038,3.77,0.028,0.07-0.018,0.11-0.06,0.14-0.126l0.31-1.456m-4.79,3.962c0.08,0.103,0.6,0.154,1.55,0.154,1.07,0,1.73-0.014,1.98-0.042,0.25-0.018,0.4-0.07,0.45-0.154l0.29-1.414,0.04-0.238c0.02-0.056-0.01-0.102-0.1-0.14h-3.66c-0.1,0-0.16,0.033-0.2,0.098l-0.35,1.736m12.25-3.976c-0.14-0.009-0.22-0.056-0.24-0.14s-0.01-0.228,0.03-0.434c0.05-0.224,0.12-0.546,0.24-0.966l0.53-2.758c0.02-0.084,0.06-0.144,0.14-0.182,0.06,0.01,0.13,0.047,0.19,0.112,0.08,0.056,0.18,0.112,0.31,0.168,0.13,0.047,0.32,0.07,0.55,0.07,0.16,0,0.33-0.009,0.52-0.028l0.32-0.028c0.09-0.112,0.16-0.261,0.19-0.448,0.02-0.093,0.04-0.172,0.05-0.238-0.03-0.009-0.06-0.023-0.1-0.042-0.07-0.018-0.21-0.028-0.42-0.028-0.31,0-0.78,0.019-1.42,0.056l-0.86,0.014c-0.17,0-0.27-0.074-0.3-0.224-0.03-0.158-0.01-0.266,0.04-0.322,0.06-0.009,0.28,0,0.66,0.028,0.39,0.028,0.73,0.042,1.04,0.042,0.29,0,0.47-0.028,0.54-0.084,0-0.13-0.03-0.261-0.11-0.392-0.06-0.14-0.14-0.266-0.24-0.378-0.08-0.112-0.13-0.182-0.14-0.21,0-0.13,0.06-0.21,0.19-0.238,0.28,0.094,0.5,0.201,0.65,0.322,0.16,0.122,0.26,0.229,0.28,0.322,0.03,0.094,0.05,0.187,0.06,0.28,0.01,0.094,0.01,0.168-0.01,0.224-0.02,0.103-0.04,0.159-0.05,0.168l1.43-0.014c0.05-0.009,0.09-0.014,0.13-0.014,0.11-0.056,0.3-0.275,0.56-0.658,0.26-0.392,0.4-0.592,0.42-0.602,0.04-0.046,0.09-0.07,0.15-0.07,0.11,0,0.24,0.056,0.41,0.168,0.18,0.103,0.28,0.187,0.32,0.252-0.01,0.131-0.11,0.215-0.31,0.252l-0.26,0.056c-0.27,0.159-0.5,0.36-0.68,0.602,0.05,0.038,0.31,0.056,0.79,0.056,0.42,0,0.67-0.009,0.75-0.028,0.09-0.018,0.21-0.112,0.38-0.28,0.13-0.14,0.25-0.21,0.34-0.21,0.03,0,0.05,0.005,0.07,0.014,0.05,0.038,0.1,0.089,0.15,0.154,0.07,0.066,0.13,0.14,0.2,0.224s0.12,0.164,0.15,0.238c0.04,0.075,0.04,0.145,0.02,0.21-0.03,0.056-0.1,0.094-0.2,0.112-0.09,0.01-0.23,0.014-0.41,0.014h-0.36c-0.2-0.009-0.55-0.014-1.05-0.014-0.49-0.009-1.14-0.014-1.93-0.014-0.12,0.056-0.27,0.196-0.45,0.42l-0.14,0.21c0.01,0.075,0.03,0.112,0.06,0.112,0.21,0.028,0.48,0.042,0.81,0.042,0.58,0,0.96-0.014,1.13-0.042,0.19-0.037,0.35-0.107,0.48-0.21,0.06-0.037,0.12-0.056,0.18-0.056,0.11,0,0.22,0.07,0.32,0.21,0.11,0.131,0.16,0.262,0.14,0.392l-0.01,0.084c-0.23,0.178-0.36,0.392-0.41,0.644-0.09,0.458-0.17,0.938-0.24,1.442-0.05,0.504-0.09,0.808-0.12,0.91-0.05,0.252-0.11,0.425-0.18,0.518-0.08,0.094-0.2,0.145-0.37,0.154l-0.21-0.042h-0.01c-0.09-0.177-0.18-0.266-0.3-0.266l-2.82-0.014c-0.55,0-0.87,0.005-0.94,0.014-0.08,0.01-0.17,0.075-0.3,0.196-0.1,0.112-0.21,0.168-0.33,0.168m-1-5.138c-0.14-0.27-0.38-0.574-0.74-0.91-0.35-0.336-0.59-0.522-0.7-0.56-0.01-0.084,0.02-0.154,0.07-0.21,0.06-0.065,0.13-0.098,0.23-0.098,0.16,0,0.37,0.066,0.63,0.196,0.27,0.122,0.51,0.308,0.72,0.56,0.23,0.243,0.31,0.49,0.24,0.742l-0.1,0.21-0.09,0.084-0.17,0.014c-0.03,0-0.06-0.009-0.09-0.028m-1.75,0.238c0.14,0,0.35,0.052,0.62,0.154,0.27,0.103,0.52,0.252,0.74,0.448,0.24,0.196,0.33,0.397,0.3,0.602-0.06,0.252-0.16,0.378-0.31,0.378s-0.33-0.135-0.55-0.406l-0.1-0.126c-0.06-0.074-0.33-0.266-0.81-0.574l-0.11-0.098c-0.05-0.056-0.06-0.13-0.03-0.224,0.01-0.018,0.03-0.042,0.04-0.07,0.05-0.056,0.12-0.084,0.21-0.084m5.07,7.028c0.27,0,0.45-0.014,0.53-0.042,0.09-0.028,0.15-0.093,0.19-0.196,0.01-0.056,0.04-0.312,0.09-0.77l-0.07-0.056-2.43-0.056c-1.32-0.093-2.21-0.522-2.68-1.288h-0.09l-1.12,0.854c-0.21,0.168-0.34,0.299-0.41,0.392l-0.18,0.322c-0.03,0.028-0.06,0.052-0.09,0.07-0.14,0.028-0.26-0.074-0.37-0.308-0.11-0.242-0.14-0.429-0.12-0.56,0.01-0.037,0.02-0.065,0.03-0.084l0.87-0.336c0.59-0.242,0.99-0.485,1.22-0.728,0.08-0.196,0.15-0.41,0.19-0.644,0.05-0.242,0.07-0.434,0.07-0.574,0-0.084-0.16-0.126-0.47-0.126-0.09,0-0.21,0.01-0.37,0.028-0.15,0.019-0.28,0.028-0.39,0.028-0.1,0-0.21-0.004-0.32-0.014-0.11-0.018-0.19-0.065-0.22-0.14-0.04-0.074-0.05-0.177-0.03-0.308,0.03-0.102,0.1-0.163,0.21-0.182,0.39,0.075,0.78,0.112,1.17,0.112h0.17,0.2c0.05-0.028,0.12-0.074,0.18-0.14,0.08-0.065,0.13-0.112,0.17-0.14,0.04-0.037,0.09-0.065,0.17-0.084,0.07-0.028,0.14-0.018,0.21,0.028,0.23,0.187,0.37,0.346,0.43,0.476,0.06,0.131,0.05,0.224-0.03,0.28-0.06,0.056-0.15,0.126-0.25,0.21-0.1,0.075-0.17,0.145-0.2,0.21l-0.18,0.826c-0.04,0.327,0.03,0.532,0.23,0.616,0.65,0.364,1.39,0.56,2.21,0.588h0.1c0.28,0.01,0.56,0.014,0.85,0.014,1.04,0,2.03-0.032,2.98-0.098l1.78-0.182h0.06c0.03-0.018,0.07,0.01,0.11,0.084-0.02,0.103-0.12,0.229-0.3,0.378-0.16,0.14-0.27,0.243-0.3,0.308-0.08,0.038-0.42,0.075-1.03,0.112-0.6,0.038-1.03,0.056-1.28,0.056-0.06,0-0.1,0.028-0.12,0.084,0,0.01,0.06,0.028,0.17,0.056,0.12,0.028,0.21,0.075,0.27,0.14,0.06,0.056,0.06,0.14-0.02,0.252-0.19,0.122-0.29,0.182-0.3,0.182-0.08,0.066-0.12,0.14-0.12,0.224l0.1,0.098c0.15,0.01,0.29,0.014,0.42,0.014,0.27,0,0.49-0.028,0.65-0.084,0.16-0.065,0.27-0.13,0.3-0.196,0.05-0.074,0.11-0.14,0.17-0.196,0.07-0.065,0.14-0.098,0.23-0.098,0.1,0,0.24,0.112,0.43,0.336,0.2,0.224,0.29,0.397,0.27,0.518-0.02,0.084-0.08,0.136-0.19,0.154-0.09,0.019-0.31,0.028-0.67,0.028-0.23,0-0.52-0.004-0.87-0.014-0.39,0-0.69,0.014-0.89,0.042l-0.1,0.098c-0.08,0.308-0.16,0.644-0.24,1.008l-0.12,0.798c-0.09,0.28-0.26,0.486-0.51,0.616-0.24,0.14-0.45,0.21-0.61,0.21-0.07,0-0.13-0.009-0.19-0.028-0.14-0.317-0.37-0.485-0.7-0.504l-0.56-0.056-0.16-0.07c-0.07-0.018-0.1-0.06-0.1-0.126,0.01-0.065,0.04-0.112,0.08-0.14,0.04-0.037,0.25-0.056,0.65-0.056,0.33,0,0.62,0.005,0.86,0.014,0.25,0.019,0.41,0.024,0.49,0.014l0.13-0.14c0.09-0.289,0.17-0.574,0.22-0.854,0.07-0.326,0.1-0.546,0.09-0.658,0-0.121-0.04-0.182-0.11-0.182-0.08-0.009-0.22-0.014-0.44-0.014-0.2,0-0.48,0.005-0.84,0.014h-0.17l-2.96,0.042-2.83,0.014h-0.11c-0.09,0-0.15-0.051-0.2-0.154-0.04-0.112-0.04-0.224-0.01-0.336,0.02-0.112,0.06-0.168,0.14-0.168s0.28,0.028,0.58,0.084c0.32,0.047,0.52,0.07,0.61,0.07,0.3,0.019,1.19,0.024,2.67,0.014h2.56c0.23,0.01,0.41,0.014,0.56,0.014m-4.18,0.588c0.3,0.028,0.59,0.206,0.89,0.532,0.3,0.327,0.42,0.621,0.37,0.882-0.02,0.094-0.07,0.182-0.16,0.266l-0.18,0.14-0.1,0.042c-0.14,0-0.24-0.065-0.32-0.196-0.07-0.13-0.13-0.28-0.15-0.448-0.03-0.158-0.05-0.252-0.07-0.28l-0.44-0.644c-0.01-0.018-0.01-0.032,0-0.042-0.01-0.028-0.01-0.051,0-0.07,0.01-0.065,0.06-0.126,0.16-0.182m2.94-6.16c0,0.028-0.01,0.066-0.02,0.112-0.03,0.103,0.01,0.164,0.1,0.182,0.1,0.019,0.33,0.028,0.67,0.028,1.7,0,2.76,0.014,3.18,0.042,0.13-0.056,0.21-0.154,0.24-0.294,0.04-0.158,0.01-0.266-0.07-0.322-0.59-0.018-1.9-0.028-3.92-0.028-0.09,0.038-0.16,0.131-0.18,0.28m0.08,0.784c-0.09,0.019-0.16,0.047-0.21,0.084-0.04,0.038-0.07,0.122-0.1,0.252-0.03,0.159-0.01,0.271,0.04,0.336,1.04,0.038,2.05,0.056,3.04,0.056h0.34c0.1-0.009,0.19-0.009,0.26,0,0.08,0,0.14-0.004,0.2-0.014,0.06-0.009,0.1-0.018,0.14-0.028,0.04-0.018,0.07-0.037,0.08-0.056,0.03-0.028,0.05-0.056,0.06-0.084s0.02-0.065,0.03-0.112c0.04-0.186,0.01-0.308-0.09-0.364-1.1-0.065-2.01-0.098-2.73-0.098-0.36,0-0.67,0.01-0.93,0.028h-0.13m3.6,1.736c0.08-0.308,0.09-0.494,0.03-0.56-0.42-0.046-1.06-0.07-1.91-0.07-0.36,0-0.76,0.005-1.2,0.014l-0.9,0.056h-0.03c-0.06,0.066-0.11,0.159-0.14,0.28,0,0.056-0.01,0.117-0.01,0.182l0.03,0.154c0.07,0.047,0.39,0.07,0.94,0.07,0.48,0,1.14-0.014,1.98-0.042h0.44l0.52,0.014c0.09-0.009,0.17-0.042,0.25-0.098m14.87-1.764c-0.03,0.159-0.22,0.238-0.56,0.238-0.89-0.009-1.62-0.014-2.19-0.014-0.53,0-0.91,0.005-1.15,0.014-0.23,0-0.42,0.01-0.57,0.028-0.15,0.019-0.23,0.038-0.25,0.056-0.02,0.019-0.03,0.056-0.04,0.112-0.23,1.148-0.35,1.858-0.38,2.128l0.08,0.084h2.69c0.31,0,0.61-0.004,0.91-0.014,0.01,0,0.14-0.116,0.38-0.35,0.25-0.233,0.42-0.35,0.52-0.35,0.08,0,0.21,0.112,0.37,0.336,0.18,0.215,0.34,0.439,0.47,0.672-0.03,0.094-0.09,0.159-0.19,0.196-0.08,0.028-0.23,0.042-0.46,0.042h-0.24c-0.15-0.009-0.36-0.014-0.64-0.014h-3.09l-0.79,0.014c-0.02,0-0.04,0.005-0.05,0.014-0.02,0-0.06,0.038-0.12,0.112l-0.61,3.318c-0.06,0.243-0.11,0.416-0.16,0.518-0.03,0.112-0.11,0.243-0.22,0.392-0.11,0.159-0.27,0.28-0.46,0.364-0.19,0.094-0.44,0.173-0.76,0.238-0.04-0.018-0.1-0.112-0.17-0.28-0.05-0.168-0.13-0.27-0.23-0.308l-1.4-0.28c-0.08-0.056-0.1-0.13-0.06-0.224,0.02-0.112,0.1-0.186,0.24-0.224,0.6,0.103,1.12,0.154,1.54,0.154,0.17,0,0.32-0.009,0.45-0.028,0.17,0,0.29-0.074,0.36-0.224,0.21-0.886,0.37-1.647,0.5-2.282,0.12-0.569,0.17-0.919,0.17-1.05,0.01-0.13-0.04-0.196-0.15-0.196l-3-0.014c-0.74,0.028-1.41,0.089-1.99,0.182-0.05-0.056-0.1-0.168-0.15-0.336s-0.07-0.289-0.06-0.364c0.02-0.065,0.06-0.102,0.12-0.112,0.07,0,0.54,0.033,1.4,0.098,0.02,0,0.18,0.01,0.47,0.028,0.3,0.01,0.74,0.014,1.32,0.014,0.34,0,0.7-0.004,1.06-0.014l1.04-0.028c0.07-0.065,0.11-0.107,0.11-0.126l0.43-2.114c0-0.102-0.04-0.154-0.14-0.154l-3.5,0.028-0.61,0.098-0.14-0.056c-0.04-0.046-0.07-0.154-0.1-0.322s-0.03-0.294,0-0.378l0.1-0.056c0.56,0.112,1.34,0.168,2.35,0.168,0.74,0,1.43-0.018,2.09-0.056,0.09-0.074,0.23-0.588,0.42-1.54,0.05-0.27,0.09-0.452,0.12-0.546l-0.05-0.07c-1.51,0.243-2.73,0.364-3.69,0.364h-0.39c-0.1-0.009-0.18-0.014-0.22-0.014-0.04-0.009-0.06-0.014-0.07-0.014-0.16-0.028-0.23-0.126-0.2-0.294,0.03-0.102,0.08-0.158,0.16-0.168l0.78-0.028c2.34-0.121,4.71-0.541,7.11-1.26l0.69-0.336c0.04-0.009,0.07-0.014,0.11-0.014,0.09,0,0.24,0.07,0.43,0.21,0.21,0.131,0.36,0.266,0.45,0.406,0,0.178-0.11,0.29-0.33,0.336-0.22,0.038-0.38,0.042-0.48,0.014h-0.14l-3.35,0.728c-0.09,0.075-0.23,0.607-0.42,1.596l-0.07,0.532c0,0.094,0.06,0.14,0.19,0.14l2.32,0.042c0.26-0.009,0.45-0.056,0.57-0.14,0.13-0.084,0.23-0.191,0.31-0.322,0.1-0.13,0.22-0.233,0.37-0.308,0.13,0.075,0.3,0.229,0.53,0.462,0.23,0.234,0.33,0.416,0.31,0.546m11.99,1.008c0.05-0.018,0.17-0.116,0.37-0.294,0.19-0.177,0.33-0.266,0.42-0.266,0.08,0,0.22,0.122,0.42,0.364,0.2,0.243,0.29,0.42,0.26,0.532-0.01,0.066-0.05,0.112-0.14,0.14l-0.38,0.056-1.05,0.028c-0.07,0.038-0.11,0.08-0.12,0.126-0.04,0.122-0.13,0.514-0.27,1.176l-0.63,3.458-0.15,0.602c-0.04,0.159-0.12,0.294-0.25,0.406-0.13,0.122-0.27,0.206-0.42,0.252-0.15,0.047-0.27,0.08-0.37,0.098-0.09,0.028-0.15,0.042-0.17,0.042-0.05,0-0.1-0.014-0.14-0.042-0.08-0.308-0.28-0.49-0.58-0.546l-0.55-0.07c-0.06-0.065-0.07-0.163-0.01-0.294,0.02-0.037,0.19-0.056,0.49-0.056,0.12,0,0.28,0.005,0.47,0.014,0.2,0.01,0.32,0.014,0.37,0.014,0.22,0,0.37-0.037,0.46-0.112,0.08-0.074,0.15-0.228,0.19-0.462l0.9-4.438c0.01-0.046,0-0.084-0.03-0.112-0.02-0.028-0.07-0.046-0.17-0.056-0.09-0.018-0.17-0.028-0.25-0.028h-0.39c-0.69,0-1.06,0.01-1.11,0.028-0.08,0-0.14,0.042-0.18,0.126l-0.45,1.47c-0.66,1.951-1.54,3.444-2.66,4.48-0.09,0.084-0.17,0.098-0.25,0.042-0.06-0.046-0.03-0.158,0.1-0.336,0.13-0.177,0.36-0.508,0.69-0.994,0.33-0.494,0.63-1.036,0.89-1.624,0.39-0.877,0.74-1.899,1.05-3.066l-0.08-0.14-1.37,0.042c-0.12,0.038-0.19,0.117-0.21,0.238-0.12,0.336-0.25,0.887-0.4,1.652-0.11,0.542-0.2,1.055-0.28,1.54l-0.12,0.7-0.23,1.162c-0.05,0.206-0.22,0.406-0.5,0.602s-0.53,0.294-0.76,0.294c-0.07,0-0.13-0.06-0.16-0.182-0.04-0.121-0.06-0.186-0.07-0.196-0.02-0.009-0.21-0.065-0.56-0.168-0.35-0.102-0.51-0.205-0.49-0.308,0-0.084,0.05-0.154,0.16-0.21l1.14,0.07c0.26,0,0.44-0.046,0.53-0.14,0.1-0.084,0.18-0.266,0.22-0.546l0.65-3.22c0.07-0.373,0.13-0.653,0.17-0.84,0.03-0.186,0.05-0.303,0.04-0.35,0-0.056-0.02-0.084-0.07-0.084-0.12-0.028-0.43-0.042-0.93-0.042-0.43,0-0.71,0.014-0.84,0.042-0.12,0.019-0.18,0.08-0.19,0.182-0.33,1.167-0.67,2.17-1.04,3.01-0.36,0.84-0.81,1.582-1.36,2.226-0.24,0.318-0.43,0.532-0.58,0.644-0.06,0.066-0.14,0.066-0.26,0-0.04-0.046-0.02-0.14,0.06-0.28,0.08-0.13,0.28-0.387,0.57-0.77,0.7-0.896,1.36-2.552,1.96-4.97l-0.07-0.098-1.38,0.056c-0.06-0.037-0.1-0.102-0.13-0.196-0.03-0.102-0.03-0.191-0.03-0.266,0.02-0.065,0.06-0.107,0.1-0.126l1.11,0.084c0.15,0,0.29-0.014,0.43-0.042,0.12-0.13,0.29-0.709,0.49-1.736,0.25-1.185,0.42-2.179,0.52-2.982,0.04-0.056,0.09-0.084,0.15-0.084,0.08,0,0.14,0.019,0.2,0.056,0.06,0.028,0.1,0.066,0.14,0.112,0.05,0.038,0.15,0.075,0.31,0.112,0.16,0.038,0.37,0.056,0.64,0.056,0.73,0,1.13-0.028,1.21-0.084,0.06-0.046,0.13-0.102,0.19-0.168,0.07-0.065,0.11-0.107,0.14-0.126,0.04-0.018,0.08-0.028,0.13-0.028,0.14,0,0.32,0.182,0.54,0.546l0.07,0.21c0.01,0.075-0.07,0.173-0.25,0.294-0.17,0.122-0.26,0.215-0.29,0.28-0.06,0.159-0.17,0.672-0.35,1.54-0.09,0.439-0.18,0.962-0.3,1.568l-0.04,0.224c-0.03,0.112-0.02,0.187,0.03,0.224,0.06,0.038,0.18,0.056,0.36,0.056,0.4,0,0.76-0.023,1.1-0.07,0.14-0.112,0.3-0.616,0.47-1.512,0.09-0.41,0.18-0.928,0.27-1.554,0.1-0.625,0.18-1.068,0.22-1.33,0.04-0.149,0.07-0.252,0.09-0.308s0.07-0.084,0.12-0.084c0.1,0,0.17,0.019,0.23,0.056,0.05,0.028,0.1,0.066,0.14,0.112,0.03,0.038,0.13,0.075,0.29,0.112,0.17,0.038,0.39,0.056,0.67,0.056h0.65c0.13-0.009,0.25-0.028,0.36-0.056,0.11-0.037,0.18-0.065,0.2-0.084,0.02-0.018,0.09-0.079,0.21-0.182,0.11-0.084,0.2-0.126,0.28-0.126,0.09,0,0.22,0.098,0.39,0.294s0.24,0.346,0.22,0.448c-0.02,0.084-0.11,0.187-0.29,0.308-0.18,0.122-0.27,0.21-0.28,0.266l-0.58,2.842-0.09,0.56c-0.02,0.084,0,0.136,0.05,0.154m-0.8-0.084c0.08-0.177,0.2-0.69,0.37-1.54,0.24-1.222,0.37-1.95,0.38-2.184,0.02-0.093-0.01-0.149-0.09-0.168h-1.72c-0.07,0-0.13,0.08-0.18,0.238-0.33,1.671-0.59,2.922-0.8,3.752l0.04,0.056c1.24,0,1.91-0.051,2-0.154m-5.93-3.92c-0.07,0-0.12,0.014-0.16,0.042-0.03,0.028-0.07,0.075-0.11,0.14-0.03,0.066-0.07,0.154-0.1,0.266-0.02,0.112-0.06,0.252-0.09,0.42s-0.07,0.369-0.12,0.602c-0.33,1.708-0.49,2.576-0.47,2.604l1.37,0.056c0.22-0.009,0.36-0.028,0.45-0.056,0.08-0.028,0.14-0.093,0.18-0.196,0.22-0.98,0.38-1.768,0.5-2.366,0.09-0.429,0.14-0.709,0.17-0.84,0.03-0.14,0.04-0.275,0.03-0.406,0-0.14-0.03-0.219-0.08-0.238l-1.57-0.028" stroke="#FFF" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="0.4" fill="#FFF"/>
+ <path id="use2086" d="m100.21 10.827h5.7l-3.5 11.473h6.43l-0.57 1.871h-6.43l-1.54 4.72c-1.307 4.014-2.69 8.869-4.155 14.565-1.464 5.641-2.197 8.923-2.197 9.845 0 1.248 0.57 1.872 1.709 1.872 2.007 0 4.423-2.767 7.243-8.3 0.27-0.597 0.68-1.329 1.22-2.197l1.63 0.814c-2.12 4.394-3.69 7.214-4.72 8.462-2.227 2.658-4.586 3.987-7.082 3.987-1.681 0-3.037-0.515-4.068-1.546-1.031-1.085-1.546-2.468-1.546-4.15 0-1.519 0.244-3.227 0.732-5.126 0.543-2.115 2.279-8.191 5.208-18.226l1.383-4.72h-6.509l0.651-1.871h6.509l3.902-11.473zm40.91 10.822h6.1c-5.16 16.436-7.73 26.851-7.73 31.245 0 1.628 0.43 2.441 1.3 2.441 1.03 0 2.25-0.976 3.66-2.929 1.47-2.007 2.74-4.475 3.83-7.404l1.79 0.732c-2.88 8.137-6.46 12.205-10.75 12.205-3.68 0-5.53-2.061-5.53-6.184 0-1.085 0.14-2.848 0.41-5.289-2.12 3.255-3.83 5.615-5.13 7.079-2.6 2.929-5.56 4.394-8.87 4.394-1.95 0-3.58-0.678-4.88-2.034s-1.95-3.038-1.95-5.045c0-0.976 0.81-4.258 2.44-9.845l1.46-5.045c1.63-5.588 2.45-9.032 2.45-10.334 0-1.031-0.36-1.546-1.06-1.546-2.28 0-5.29 3.58-9.03 10.741l-1.79-0.896c4.12-8.462 8.27-12.693 12.44-12.693 1.52 0 2.74 0.57 3.67 1.709 0.97 1.139 1.46 2.631 1.46 4.475 0 2.278-0.54 5.126-1.63 8.544l-2.19 6.916c-1.79 5.642-2.69 8.923-2.69 9.846 0 1.898 0.98 2.847 2.93 2.847 1.74 0 3.64-1.057 5.7-3.173 2.11-2.116 4.01-4.909 5.69-8.381 2.55-5.262 5.18-12.72 7.9-22.376zm24.05-10.822h5.7l-3.5 11.473h6.43l-0.57 1.871h-6.43l-1.55 4.72c-1.3 4.014-2.68 8.869-4.15 14.565-1.46 5.641-2.19 8.923-2.19 9.845 0 1.248 0.57 1.872 1.71 1.872 2 0 4.42-2.767 7.24-8.3 0.27-0.597 0.68-1.329 1.22-2.197l1.63 0.814c-2.12 4.394-3.69 7.214-4.72 8.462-2.23 2.658-4.59 3.987-7.08 3.987-1.68 0-3.04-0.515-4.07-1.546-1.03-1.085-1.55-2.468-1.55-4.15 0-1.519 0.25-3.227 0.74-5.126 0.54-2.115 2.27-8.191 5.2-18.226l1.39-4.72h-6.51l0.65-1.871h6.51l3.9-11.473zm28.16 12.287c-3.91-0.217-7.38 3.688-10.42 11.717-2.11 5.587-3.17 10.605-3.17 15.053 0 4.122 1.82 6.184 5.45 6.184 2.93 0 5.48-1.872 7.65-5.615 1.41-2.387 2.63-5.533 3.66-9.438 1.03-3.96 1.63-7.676 1.79-11.148 0.22-4.285-1.44-6.536-4.96-6.753zm-0.08-1.872c3.2 0 5.8 1.275 7.81 3.824 2 2.496 3.01 5.75 3.01 9.765 0 4.936-1.77 9.926-5.29 14.971-3.8 5.425-8.41 8.137-13.83 8.137-3.31 0-6.03-1.139-8.14-3.417-2.12-2.333-3.17-5.289-3.17-8.87 0-6.075 2.22-11.825 6.67-17.25 3.9-4.773 8.22-7.16 12.94-7.16zm15.86 12.856l-1.71-0.732c1.41-3.472 3.12-6.347 5.13-8.625 2.01-2.333 3.8-3.499 5.37-3.499 3.53 0 5.29 2.577 5.29 7.73 0 0.922-0.16 2.767-0.49 5.533 3.74-8.842 7.73-13.263 11.96-13.263 1.2 0 2.2 0.38 3.01 1.139 0.87 0.705 1.3 1.573 1.3 2.604 0 0.868-0.29 1.6-0.89 2.197s-1.33 0.895-2.2 0.895c-1.84 0-2.76-1.058-2.76-3.173 0-0.597-0.19-0.895-0.57-0.895-0.55 0-1.31 0.488-2.28 1.464-0.98 0.977-1.82 2.116-2.52 3.418-2.17 3.905-5.7 13.236-10.58 27.99h-6.1c2.54-7.648 4.2-13.236 4.96-16.762 1.19-5.533 1.79-9.547 1.79-12.042 0-2.658-0.44-3.987-1.3-3.987-0.76 0-1.87 0.976-3.34 2.929-1.41 1.953-2.77 4.313-4.07 7.079zm45.98-31.245c1.03 0 1.89 0.3797 2.6 1.1391 0.76 0.7052 1.14 1.5731 1.14 2.6038s-0.38 1.9257-1.14 2.6852c-0.71 0.759-1.57 1.139-2.6 1.139-1.04 0-1.93-0.38-2.69-1.139-0.76-0.7595-1.14-1.6545-1.14-2.6852s0.38-1.8986 1.14-2.6038c0.76-0.7594 1.65-1.1391 2.69-1.1391zm1.22 42.718l1.62 0.814c-3.63 7.703-7.59 11.554-11.88 11.554-1.52 0-2.76-0.542-3.74-1.627-0.98-1.139-1.46-2.577-1.46-4.313 0-1.193 0.16-2.305 0.48-3.336 0.33-1.031 1.22-3.336 2.69-6.916l3.09-7.405c1.85-4.394 2.77-7.35 2.77-8.869 0-1.085-0.46-1.627-1.39-1.627-1.89 0-4.5 2.983-7.81 8.95l-1.62-0.976c3.85-7.052 7.54-10.578 11.06-10.578 1.47 0 2.66 0.543 3.58 1.627 0.92 1.085 1.39 2.496 1.39 4.232 0 2.061-1.12 5.885-3.34 11.472l-3.42 8.544c-1.41 3.526-2.11 5.832-2.11 6.916 0 0.977 0.43 1.465 1.3 1.465 1.03 0 2.36-0.922 3.99-2.766 1.68-1.899 3.28-4.286 4.8-7.161zm27.58-22.295c-1.63-0.108-3.53 0.841-5.7 2.848-2.11 1.953-4.09 4.584-5.94 7.893-3.68 6.564-5.53 12.069-5.53 16.518 0 3.471 1.36 5.207 4.07 5.207 4.39 0 8.54-4.312 12.45-12.937 2.66-5.859 4.15-10.714 4.47-14.565 0.11-1.411-0.19-2.577-0.89-3.499-0.71-0.922-1.68-1.41-2.93-1.465zm6.83-0.976h5.78c-1.35 3.634-3.2 8.95-5.53 15.948-2.5 7.54-3.74 12.666-3.74 15.379 0 1.139 0.43 1.708 1.3 1.708 1.9 0 4.55-3.688 7.97-11.066l1.79 0.733c-2.28 4.936-4.23 8.326-5.86 10.171-1.62 1.844-3.47 2.766-5.53 2.766-3.36 0-5.04-1.519-5.04-4.557 0-0.813 0.24-2.468 0.73-4.963-3.85 6.401-7.98 9.601-12.37 9.601-2.77 0-5.02-0.922-6.75-2.766-1.74-1.844-2.61-4.258-2.61-7.242 0-6.184 2.44-12.178 7.33-17.982 4.88-5.859 9.9-8.788 15.05-8.788 2.71 0 4.77 1.492 6.18 4.475l1.3-3.417zm16.71-17.82l0.49-1.8714c4.07-0.1628 8.68-0.434 13.83-0.8137-0.43 1.4646-0.76 2.5224-0.97 3.1733-0.6 1.6816-1.44 4.2312-2.53 7.6486l-6.59 21.481c-3.14 10.253-4.72 16.545-4.72 18.878 0 1.681 0.49 2.522 1.47 2.522 1.36 0 3.04-1.465 5.04-4.394 1.03-1.519 2.2-3.526 3.5-6.021l1.87 0.895c-1.62 2.983-2.84 5.099-3.66 6.347-2.49 3.743-5.34 5.614-8.54 5.614-1.63 0-2.96-0.597-3.99-1.79s-1.54-2.712-1.54-4.557c0-2.278 0.92-6.428 2.76-12.449l7.16-23.353c1.58-5.153 2.36-8.055 2.36-8.706 0-0.9764-0.38-1.6273-1.14-1.9528-0.76-0.3797-2.36-0.5967-4.8-0.651z" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill-opacity=".11077" stroke-width="1pt" fill="#fff"/>
+ <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(90)" font-size="6.9693px" y="-326.81229" x="3.6203015" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="3.6203015" style="letter-spacing:.29056" y="-326.81229">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↓</tspan> 向下捲動頁面</tspan></text>
+ <path id="path7527" opacity=".5" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(.61496 .045496 .061919 -.45186 112.96 172.17)"/>
+ <path id="text2413" d="m147.73 15.782c0.19 0.019 0.4 0.126 0.61 0.322 0.22 0.196 0.31 0.364 0.28 0.504-0.02 0.094-0.12 0.14-0.31 0.14-0.03 0-0.1-0.004-0.19-0.014-0.1-0.018-0.17-0.028-0.23-0.028-0.05 0-0.09 0.005-0.12 0.014 0.01 0-0.12 0.042-0.38 0.126s-0.58 0.182-0.97 0.294c-0.38 0.103-0.85 0.22-1.42 0.35-0.56 0.131-1.11 0.234-1.63 0.308l-0.1 0.112-0.22 0.952 0.03 0.294c0.04 0.14 0.2 0.238 0.5 0.294s0.77 0.084 1.4 0.084h0.23c0.49 0 0.85-0.004 1.09-0.014 0.24-0.018 0.4-0.032 0.47-0.042 0.09-0.018 0.21-0.051 0.37-0.098 0.12-0.037 0.21-0.084 0.26-0.14l0.19-0.21c0.08-0.093 0.16-0.242 0.23-0.448 0.09-0.205 0.16-0.387 0.21-0.546 0.06-0.168 0.13-0.298 0.2-0.392 0.07-0.093 0.15-0.107 0.24-0.042 0.04 0.028 0.02 0.243-0.06 0.644-0.11 0.542-0.16 0.845-0.15 0.91l0.26 0.294c0.03 0.056 0.04 0.112 0.03 0.168-0.08 0.411-1.08 0.616-2.98 0.616h-0.94c-0.27-0.009-0.52-0.023-0.75-0.042-0.24-0.018-0.43-0.032-0.59-0.042-0.16-0.018-0.3-0.046-0.42-0.084-0.12-0.046-0.23-0.079-0.31-0.098-0.07-0.028-0.14-0.079-0.18-0.154-0.04-0.074-0.07-0.13-0.09-0.168-0.01-0.046-0.02-0.121-0.02-0.224 0.01-0.112 0.01-0.2 0.02-0.266 0.02-0.065 0.05-0.168 0.07-0.308 0.04-0.158 0.09-0.42 0.16-0.784s0.13-0.662 0.18-0.896c0.17-0.849 0.28-1.516 0.35-2.002 0.06-0.056 0.14-0.084 0.24-0.084 0.06 0 0.14 0.014 0.24 0.042 0.1 0.019 0.17 0.028 0.22 0.028l0.55 0.154c0.01 0.01 0.03 0.014 0.04 0.014 0.03 0.056 0.04 0.112 0.03 0.168-0.01 0.075-0.13 0.173-0.35 0.294-0.22 0.112-0.34 0.192-0.37 0.238l-0.28 1.274c0 0.028 0.02 0.052 0.06 0.07l2.14-0.602c0.84-0.27 1.56-0.597 2.16-0.98m-0.07 5.95c-0.02 0.075-0.12 0.178-0.3 0.308-0.17 0.122-0.26 0.215-0.28 0.28-0.03 0.084-0.06 0.243-0.11 0.476-0.05 0.234-0.1 0.542-0.17 0.924l-0.04 0.168c-0.27 1.447-0.48 2.539-0.63 3.276-0.04 0.196-0.2 0.294-0.49 0.294l-0.18-0.014c-0.06-0.065-0.07-0.219-0.03-0.462 0.03-0.149 0.02-0.261-0.03-0.336-1.99 0-3.12 0.005-3.41 0.014l-0.4 0.028c-0.05 0.047-0.11 0.192-0.18 0.434l-0.1 0.224c-0.08 0.103-0.22 0.145-0.4 0.126-0.19-0.009-0.28-0.06-0.28-0.154 0-0.037 0.03-0.186 0.08-0.448 0.1-0.513 0.29-1.362 0.56-2.548l0.06-0.252 0.46-2.506 0.13-0.462c0.01-0.093 0.06-0.149 0.12-0.168 0.06 0.01 0.17 0.08 0.34 0.21 0.18 0.122 0.27 0.187 0.29 0.196 0.37 0.019 0.83 0.028 1.4 0.028 0.38 0 0.79-0.004 1.25-0.014h0.17l0.89 0.014c0.03-0.009 0.05-0.014 0.07-0.014 0.04-0.009 0.15-0.07 0.32-0.182 0.19-0.121 0.32-0.158 0.4-0.112 0.18 0.094 0.31 0.21 0.39 0.35 0.08 0.131 0.11 0.238 0.1 0.322m-9.3-3.206c-0.16 0-0.37 0.01-0.63 0.028-0.26 0.01-0.4 0.014-0.41 0.014-0.16-0.186-0.21-0.41-0.14-0.672 0.01-0.009 0.21 0.01 0.59 0.056 0.39 0.038 0.73 0.056 1 0.056 0.29 0 0.46-0.037 0.49-0.112 0.05-0.14 0.12-0.401 0.21-0.784 0.05-0.298 0.11-0.676 0.18-1.134 0.07-0.466 0.11-0.709 0.12-0.728 0.02-0.13 0.07-0.205 0.16-0.224 0.79 0.14 1.17 0.308 1.13 0.504-0.02 0.075-0.12 0.154-0.31 0.238-0.17 0.084-0.29 0.164-0.33 0.238-0.06 0.103-0.14 0.402-0.24 0.896-0.05 0.252-0.1 0.565-0.17 0.938-0.03 0.131 0.05 0.196 0.24 0.196 0.21 0 0.39-0.042 0.53-0.126l0.38-0.392c0.22-0.14 0.47 0.042 0.74 0.546l0.09 0.154c0.01 0.028 0.01 0.056 0 0.084-0.02 0.112-0.13 0.182-0.34 0.21l-0.67 0.028-0.84 0.014c-0.15 0.019-0.25 0.056-0.3 0.112l-0.54 2.408v0.028l0.01 0.014 1.96-0.784c0.07-0.009 0.12 0.061 0.16 0.21-0.05 0.112-0.42 0.336-1.12 0.672s-1.09 0.556-1.15 0.658c-0.02 0.094-0.09 0.416-0.2 0.966-0.1 0.542-0.25 1.312-0.46 2.31l-0.03 0.168c-0.04 0.196-0.07 0.369-0.11 0.518-0.02 0.122-0.04 0.234-0.07 0.336-0.02 0.103-0.03 0.164-0.03 0.182-0.05 0.271-0.14 0.476-0.25 0.616s-0.29 0.276-0.53 0.406c-0.19 0.103-0.33 0.154-0.44 0.154-0.07 0-0.15-0.079-0.22-0.238-0.07-0.158-0.12-0.247-0.17-0.266l-0.92-0.28c-0.07 0-0.09-0.056-0.06-0.168 0.02-0.121 0.17-0.191 0.44-0.21l1.24 0.028c0.09 0 0.19-0.247 0.31-0.742 0.13-0.504 0.36-1.577 0.7-3.22l0.06-0.28-0.05-0.014c-0.01 0.01-0.18 0.089-0.51 0.238-0.33 0.15-0.55 0.276-0.66 0.378l-0.13 0.406c-0.05 0.094-0.11 0.14-0.18 0.14-0.13 0-0.26-0.154-0.38-0.462-0.12-0.317-0.17-0.546-0.14-0.686 0.05-0.037 0.38-0.154 0.98-0.35 0.62-0.205 0.97-0.331 1.07-0.378 0.09-0.037 0.15-0.14 0.19-0.308 0.09-0.28 0.18-0.672 0.28-1.176 0.05-0.242 0.1-0.518 0.14-0.826 0.06-0.261 0.08-0.41 0.07-0.448 0-0.093-0.25-0.14-0.74-0.14m8.08 3.5c0-0.084-0.07-0.135-0.2-0.154-0.13-0.018-0.45-0.028-0.95-0.028-0.54 0-1.28 0.01-2.23 0.028h-0.4c-0.05 0-0.1 0.024-0.14 0.07-0.1 0.346-0.23 0.859-0.37 1.54l0.07 0.098c1.95 0.028 3.21 0.038 3.77 0.028 0.07-0.018 0.11-0.06 0.14-0.126l0.31-1.456m-4.79 3.962c0.08 0.103 0.6 0.154 1.55 0.154 1.07 0 1.73-0.014 1.98-0.042 0.25-0.018 0.4-0.07 0.45-0.154l0.29-1.414 0.04-0.238c0.02-0.056-0.01-0.102-0.1-0.14h-3.66c-0.1 0-0.16 0.033-0.2 0.098l-0.35 1.736m12.25-3.976c-0.14-0.009-0.22-0.056-0.24-0.14s-0.01-0.228 0.03-0.434c0.05-0.224 0.12-0.546 0.24-0.966l0.53-2.758c0.02-0.084 0.06-0.144 0.14-0.182 0.06 0.01 0.13 0.047 0.19 0.112 0.08 0.056 0.18 0.112 0.31 0.168 0.13 0.047 0.32 0.07 0.55 0.07 0.16 0 0.33-0.009 0.52-0.028l0.32-0.028c0.09-0.112 0.16-0.261 0.19-0.448 0.02-0.093 0.04-0.172 0.05-0.238-0.03-0.009-0.06-0.023-0.1-0.042-0.07-0.018-0.21-0.028-0.42-0.028-0.31 0-0.78 0.019-1.42 0.056l-0.86 0.014c-0.17 0-0.27-0.074-0.3-0.224-0.03-0.158-0.01-0.266 0.04-0.322 0.06-0.009 0.28 0 0.66 0.028 0.39 0.028 0.73 0.042 1.04 0.042 0.29 0 0.47-0.028 0.54-0.084 0-0.13-0.03-0.261-0.11-0.392-0.06-0.14-0.14-0.266-0.24-0.378-0.08-0.112-0.13-0.182-0.14-0.21 0-0.13 0.06-0.21 0.19-0.238 0.28 0.094 0.5 0.201 0.65 0.322 0.16 0.122 0.26 0.229 0.28 0.322 0.03 0.094 0.05 0.187 0.06 0.28 0.01 0.094 0.01 0.168-0.01 0.224-0.02 0.103-0.04 0.159-0.05 0.168l1.43-0.014c0.05-0.009 0.09-0.014 0.13-0.014 0.11-0.056 0.3-0.275 0.56-0.658 0.26-0.392 0.4-0.592 0.42-0.602 0.04-0.046 0.09-0.07 0.15-0.07 0.11 0 0.24 0.056 0.41 0.168 0.18 0.103 0.28 0.187 0.32 0.252-0.01 0.131-0.11 0.215-0.31 0.252l-0.26 0.056c-0.27 0.159-0.5 0.36-0.68 0.602 0.05 0.038 0.31 0.056 0.79 0.056 0.42 0 0.67-0.009 0.75-0.028 0.09-0.018 0.21-0.112 0.38-0.28 0.13-0.14 0.25-0.21 0.34-0.21 0.03 0 0.05 0.005 0.07 0.014 0.05 0.038 0.1 0.089 0.15 0.154 0.07 0.066 0.13 0.14 0.2 0.224s0.12 0.164 0.15 0.238c0.04 0.075 0.04 0.145 0.02 0.21-0.03 0.056-0.1 0.094-0.2 0.112-0.09 0.01-0.23 0.014-0.41 0.014h-0.36c-0.2-0.009-0.55-0.014-1.05-0.014-0.49-0.009-1.14-0.014-1.93-0.014-0.12 0.056-0.27 0.196-0.45 0.42l-0.14 0.21c0.01 0.075 0.03 0.112 0.06 0.112 0.21 0.028 0.48 0.042 0.81 0.042 0.58 0 0.96-0.014 1.13-0.042 0.19-0.037 0.35-0.107 0.48-0.21 0.06-0.037 0.12-0.056 0.18-0.056 0.11 0 0.22 0.07 0.32 0.21 0.11 0.131 0.16 0.262 0.14 0.392l-0.01 0.084c-0.23 0.178-0.36 0.392-0.41 0.644-0.09 0.458-0.17 0.938-0.24 1.442-0.05 0.504-0.09 0.808-0.12 0.91-0.05 0.252-0.11 0.425-0.18 0.518-0.08 0.094-0.2 0.145-0.37 0.154l-0.21-0.042h-0.01c-0.09-0.177-0.18-0.266-0.3-0.266l-2.82-0.014c-0.55 0-0.87 0.005-0.94 0.014-0.08 0.01-0.17 0.075-0.3 0.196-0.1 0.112-0.21 0.168-0.33 0.168m-1-5.138c-0.14-0.27-0.38-0.574-0.74-0.91-0.35-0.336-0.59-0.522-0.7-0.56-0.01-0.084 0.02-0.154 0.07-0.21 0.06-0.065 0.13-0.098 0.23-0.098 0.16 0 0.37 0.066 0.63 0.196 0.27 0.122 0.51 0.308 0.72 0.56 0.23 0.243 0.31 0.49 0.24 0.742l-0.1 0.21-0.09 0.084-0.17 0.014c-0.03 0-0.06-0.009-0.09-0.028m-1.75 0.238c0.14 0 0.35 0.052 0.62 0.154 0.27 0.103 0.52 0.252 0.74 0.448 0.24 0.196 0.33 0.397 0.3 0.602-0.06 0.252-0.16 0.378-0.31 0.378s-0.33-0.135-0.55-0.406l-0.1-0.126c-0.06-0.074-0.33-0.266-0.81-0.574l-0.11-0.098c-0.05-0.056-0.06-0.13-0.03-0.224 0.01-0.018 0.03-0.042 0.04-0.07 0.05-0.056 0.12-0.084 0.21-0.084m5.07 7.028c0.27 0 0.45-0.014 0.53-0.042 0.09-0.028 0.15-0.093 0.19-0.196 0.01-0.056 0.04-0.312 0.09-0.77l-0.07-0.056-2.43-0.056c-1.32-0.093-2.21-0.522-2.68-1.288h-0.09l-1.12 0.854c-0.21 0.168-0.34 0.299-0.41 0.392l-0.18 0.322c-0.03 0.028-0.06 0.052-0.09 0.07-0.14 0.028-0.26-0.074-0.37-0.308-0.11-0.242-0.14-0.429-0.12-0.56 0.01-0.037 0.02-0.065 0.03-0.084l0.87-0.336c0.59-0.242 0.99-0.485 1.22-0.728 0.08-0.196 0.15-0.41 0.19-0.644 0.05-0.242 0.07-0.434 0.07-0.574 0-0.084-0.16-0.126-0.47-0.126-0.09 0-0.21 0.01-0.37 0.028-0.15 0.019-0.28 0.028-0.39 0.028-0.1 0-0.21-0.004-0.32-0.014-0.11-0.018-0.19-0.065-0.22-0.14-0.04-0.074-0.05-0.177-0.03-0.308 0.03-0.102 0.1-0.163 0.21-0.182 0.39 0.075 0.78 0.112 1.17 0.112h0.17 0.2c0.05-0.028 0.12-0.074 0.18-0.14 0.08-0.065 0.13-0.112 0.17-0.14 0.04-0.037 0.09-0.065 0.17-0.084 0.07-0.028 0.14-0.018 0.21 0.028 0.23 0.187 0.37 0.346 0.43 0.476 0.06 0.131 0.05 0.224-0.03 0.28-0.06 0.056-0.15 0.126-0.25 0.21-0.1 0.075-0.17 0.145-0.2 0.21l-0.18 0.826c-0.04 0.327 0.03 0.532 0.23 0.616 0.65 0.364 1.39 0.56 2.21 0.588h0.1c0.28 0.01 0.56 0.014 0.85 0.014 1.04 0 2.03-0.032 2.98-0.098l1.78-0.182h0.06c0.03-0.018 0.07 0.01 0.11 0.084-0.02 0.103-0.12 0.229-0.3 0.378-0.16 0.14-0.27 0.243-0.3 0.308-0.08 0.038-0.42 0.075-1.03 0.112-0.6 0.038-1.03 0.056-1.28 0.056-0.06 0-0.1 0.028-0.12 0.084 0 0.01 0.06 0.028 0.17 0.056 0.12 0.028 0.21 0.075 0.27 0.14 0.06 0.056 0.06 0.14-0.02 0.252-0.19 0.122-0.29 0.182-0.3 0.182-0.08 0.066-0.12 0.14-0.12 0.224l0.1 0.098c0.15 0.01 0.29 0.014 0.42 0.014 0.27 0 0.49-0.028 0.65-0.084 0.16-0.065 0.27-0.13 0.3-0.196 0.05-0.074 0.11-0.14 0.17-0.196 0.07-0.065 0.14-0.098 0.23-0.098 0.1 0 0.24 0.112 0.43 0.336 0.2 0.224 0.29 0.397 0.27 0.518-0.02 0.084-0.08 0.136-0.19 0.154-0.09 0.019-0.31 0.028-0.67 0.028-0.23 0-0.52-0.004-0.87-0.014-0.39 0-0.69 0.014-0.89 0.042l-0.1 0.098c-0.08 0.308-0.16 0.644-0.24 1.008l-0.12 0.798c-0.09 0.28-0.26 0.486-0.51 0.616-0.24 0.14-0.45 0.21-0.61 0.21-0.07 0-0.13-0.009-0.19-0.028-0.14-0.317-0.37-0.485-0.7-0.504l-0.56-0.056-0.16-0.07c-0.07-0.018-0.1-0.06-0.1-0.126 0.01-0.065 0.04-0.112 0.08-0.14 0.04-0.037 0.25-0.056 0.65-0.056 0.33 0 0.62 0.005 0.86 0.014 0.25 0.019 0.41 0.024 0.49 0.014l0.13-0.14c0.09-0.289 0.17-0.574 0.22-0.854 0.07-0.326 0.1-0.546 0.09-0.658 0-0.121-0.04-0.182-0.11-0.182-0.08-0.009-0.22-0.014-0.44-0.014-0.2 0-0.48 0.005-0.84 0.014h-0.17l-2.96 0.042-2.83 0.014h-0.11c-0.09 0-0.15-0.051-0.2-0.154-0.04-0.112-0.04-0.224-0.01-0.336 0.02-0.112 0.06-0.168 0.14-0.168s0.28 0.028 0.58 0.084c0.32 0.047 0.52 0.07 0.61 0.07 0.3 0.019 1.19 0.024 2.67 0.014h2.56c0.23 0.01 0.41 0.014 0.56 0.014m-4.18 0.588c0.3 0.028 0.59 0.206 0.89 0.532 0.3 0.327 0.42 0.621 0.37 0.882-0.02 0.094-0.07 0.182-0.16 0.266l-0.18 0.14-0.1 0.042c-0.14 0-0.24-0.065-0.32-0.196-0.07-0.13-0.13-0.28-0.15-0.448-0.03-0.158-0.05-0.252-0.07-0.28l-0.44-0.644c-0.01-0.018-0.01-0.032 0-0.042-0.01-0.028-0.01-0.051 0-0.07 0.01-0.065 0.06-0.126 0.16-0.182m2.94-6.16c0 0.028-0.01 0.066-0.02 0.112-0.03 0.103 0.01 0.164 0.1 0.182 0.1 0.019 0.33 0.028 0.67 0.028 1.7 0 2.76 0.014 3.18 0.042 0.13-0.056 0.21-0.154 0.24-0.294 0.04-0.158 0.01-0.266-0.07-0.322-0.59-0.018-1.9-0.028-3.92-0.028-0.09 0.038-0.16 0.131-0.18 0.28m0.08 0.784c-0.09 0.019-0.16 0.047-0.21 0.084-0.04 0.038-0.07 0.122-0.1 0.252-0.03 0.159-0.01 0.271 0.04 0.336 1.04 0.038 2.05 0.056 3.04 0.056h0.34c0.1-0.009 0.19-0.009 0.26 0 0.08 0 0.14-0.004 0.2-0.014 0.06-0.009 0.1-0.018 0.14-0.028 0.04-0.018 0.07-0.037 0.08-0.056 0.03-0.028 0.05-0.056 0.06-0.084s0.02-0.065 0.03-0.112c0.04-0.186 0.01-0.308-0.09-0.364-1.1-0.065-2.01-0.098-2.73-0.098-0.36 0-0.67 0.01-0.93 0.028h-0.13m3.6 1.736c0.08-0.308 0.09-0.494 0.03-0.56-0.42-0.046-1.06-0.07-1.91-0.07-0.36 0-0.76 0.005-1.2 0.014l-0.9 0.056h-0.03c-0.06 0.066-0.11 0.159-0.14 0.28 0 0.056-0.01 0.117-0.01 0.182l0.03 0.154c0.07 0.047 0.39 0.07 0.94 0.07 0.48 0 1.14-0.014 1.98-0.042h0.44l0.52 0.014c0.09-0.009 0.17-0.042 0.25-0.098m14.87-1.764c-0.03 0.159-0.22 0.238-0.56 0.238-0.89-0.009-1.62-0.014-2.19-0.014-0.53 0-0.91 0.005-1.15 0.014-0.23 0-0.42 0.01-0.57 0.028-0.15 0.019-0.23 0.038-0.25 0.056-0.02 0.019-0.03 0.056-0.04 0.112-0.23 1.148-0.35 1.858-0.38 2.128l0.08 0.084h2.69c0.31 0 0.61-0.004 0.91-0.014 0.01 0 0.14-0.116 0.38-0.35 0.25-0.233 0.42-0.35 0.52-0.35 0.08 0 0.21 0.112 0.37 0.336 0.18 0.215 0.34 0.439 0.47 0.672-0.03 0.094-0.09 0.159-0.19 0.196-0.08 0.028-0.23 0.042-0.46 0.042h-0.24c-0.15-0.009-0.36-0.014-0.64-0.014h-3.09l-0.79 0.014c-0.02 0-0.04 0.005-0.05 0.014-0.02 0-0.06 0.038-0.12 0.112l-0.61 3.318c-0.06 0.243-0.11 0.416-0.16 0.518-0.03 0.112-0.11 0.243-0.22 0.392-0.11 0.159-0.27 0.28-0.46 0.364-0.19 0.094-0.44 0.173-0.76 0.238-0.04-0.018-0.1-0.112-0.17-0.28-0.05-0.168-0.13-0.27-0.23-0.308l-1.4-0.28c-0.08-0.056-0.1-0.13-0.06-0.224 0.02-0.112 0.1-0.186 0.24-0.224 0.6 0.103 1.12 0.154 1.54 0.154 0.17 0 0.32-0.009 0.45-0.028 0.17 0 0.29-0.074 0.36-0.224 0.21-0.886 0.37-1.647 0.5-2.282 0.12-0.569 0.17-0.919 0.17-1.05 0.01-0.13-0.04-0.196-0.15-0.196l-3-0.014c-0.74 0.028-1.41 0.089-1.99 0.182-0.05-0.056-0.1-0.168-0.15-0.336s-0.07-0.289-0.06-0.364c0.02-0.065 0.06-0.102 0.12-0.112 0.07 0 0.54 0.033 1.4 0.098 0.02 0 0.18 0.01 0.47 0.028 0.3 0.01 0.74 0.014 1.32 0.014 0.34 0 0.7-0.004 1.06-0.014l1.04-0.028c0.07-0.065 0.11-0.107 0.11-0.126l0.43-2.114c0-0.102-0.04-0.154-0.14-0.154l-3.5 0.028-0.61 0.098-0.14-0.056c-0.04-0.046-0.07-0.154-0.1-0.322s-0.03-0.294 0-0.378l0.1-0.056c0.56 0.112 1.34 0.168 2.35 0.168 0.74 0 1.43-0.018 2.09-0.056 0.09-0.074 0.23-0.588 0.42-1.54 0.05-0.27 0.09-0.452 0.12-0.546l-0.05-0.07c-1.51 0.243-2.73 0.364-3.69 0.364h-0.39c-0.1-0.009-0.18-0.014-0.22-0.014-0.04-0.009-0.06-0.014-0.07-0.014-0.16-0.028-0.23-0.126-0.2-0.294 0.03-0.102 0.08-0.158 0.16-0.168l0.78-0.028c2.34-0.121 4.71-0.541 7.11-1.26l0.69-0.336c0.04-0.009 0.07-0.014 0.11-0.014 0.09 0 0.24 0.07 0.43 0.21 0.21 0.131 0.36 0.266 0.45 0.406 0 0.178-0.11 0.29-0.33 0.336-0.22 0.038-0.38 0.042-0.48 0.014h-0.14l-3.35 0.728c-0.09 0.075-0.23 0.607-0.42 1.596l-0.07 0.532c0 0.094 0.06 0.14 0.19 0.14l2.32 0.042c0.26-0.009 0.45-0.056 0.57-0.14 0.13-0.084 0.23-0.191 0.31-0.322 0.1-0.13 0.22-0.233 0.37-0.308 0.13 0.075 0.3 0.229 0.53 0.462 0.23 0.234 0.33 0.416 0.31 0.546m11.99 1.008c0.05-0.018 0.17-0.116 0.37-0.294 0.19-0.177 0.33-0.266 0.42-0.266 0.08 0 0.22 0.122 0.42 0.364 0.2 0.243 0.29 0.42 0.26 0.532-0.01 0.066-0.05 0.112-0.14 0.14l-0.38 0.056-1.05 0.028c-0.07 0.038-0.11 0.08-0.12 0.126-0.04 0.122-0.13 0.514-0.27 1.176l-0.63 3.458-0.15 0.602c-0.04 0.159-0.12 0.294-0.25 0.406-0.13 0.122-0.27 0.206-0.42 0.252-0.15 0.047-0.27 0.08-0.37 0.098-0.09 0.028-0.15 0.042-0.17 0.042-0.05 0-0.1-0.014-0.14-0.042-0.08-0.308-0.28-0.49-0.58-0.546l-0.55-0.07c-0.06-0.065-0.07-0.163-0.01-0.294 0.02-0.037 0.19-0.056 0.49-0.056 0.12 0 0.28 0.005 0.47 0.014 0.2 0.01 0.32 0.014 0.37 0.014 0.22 0 0.37-0.037 0.46-0.112 0.08-0.074 0.15-0.228 0.19-0.462l0.9-4.438c0.01-0.046 0-0.084-0.03-0.112-0.02-0.028-0.07-0.046-0.17-0.056-0.09-0.018-0.17-0.028-0.25-0.028h-0.39c-0.69 0-1.06 0.01-1.11 0.028-0.08 0-0.14 0.042-0.18 0.126l-0.45 1.47c-0.66 1.951-1.54 3.444-2.66 4.48-0.09 0.084-0.17 0.098-0.25 0.042-0.06-0.046-0.03-0.158 0.1-0.336 0.13-0.177 0.36-0.508 0.69-0.994 0.33-0.494 0.63-1.036 0.89-1.624 0.39-0.877 0.74-1.899 1.05-3.066l-0.08-0.14-1.37 0.042c-0.12 0.038-0.19 0.117-0.21 0.238-0.12 0.336-0.25 0.887-0.4 1.652-0.11 0.542-0.2 1.055-0.28 1.54l-0.12 0.7-0.23 1.162c-0.05 0.206-0.22 0.406-0.5 0.602s-0.53 0.294-0.76 0.294c-0.07 0-0.13-0.06-0.16-0.182-0.04-0.121-0.06-0.186-0.07-0.196-0.02-0.009-0.21-0.065-0.56-0.168-0.35-0.102-0.51-0.205-0.49-0.308 0-0.084 0.05-0.154 0.16-0.21l1.14 0.07c0.26 0 0.44-0.046 0.53-0.14 0.1-0.084 0.18-0.266 0.22-0.546l0.65-3.22c0.07-0.373 0.13-0.653 0.17-0.84 0.03-0.186 0.05-0.303 0.04-0.35 0-0.056-0.02-0.084-0.07-0.084-0.12-0.028-0.43-0.042-0.93-0.042-0.43 0-0.71 0.014-0.84 0.042-0.12 0.019-0.18 0.08-0.19 0.182-0.33 1.167-0.67 2.17-1.04 3.01-0.36 0.84-0.81 1.582-1.36 2.226-0.24 0.318-0.43 0.532-0.58 0.644-0.06 0.066-0.14 0.066-0.26 0-0.04-0.046-0.02-0.14 0.06-0.28 0.08-0.13 0.28-0.387 0.57-0.77 0.7-0.896 1.36-2.552 1.96-4.97l-0.07-0.098-1.38 0.056c-0.06-0.037-0.1-0.102-0.13-0.196-0.03-0.102-0.03-0.191-0.03-0.266 0.02-0.065 0.06-0.107 0.1-0.126l1.11 0.084c0.15 0 0.29-0.014 0.43-0.042 0.12-0.13 0.29-0.709 0.49-1.736 0.25-1.185 0.42-2.179 0.52-2.982 0.04-0.056 0.09-0.084 0.15-0.084 0.08 0 0.14 0.019 0.2 0.056 0.06 0.028 0.1 0.066 0.14 0.112 0.05 0.038 0.15 0.075 0.31 0.112 0.16 0.038 0.37 0.056 0.64 0.056 0.73 0 1.13-0.028 1.21-0.084 0.06-0.046 0.13-0.102 0.19-0.168 0.07-0.065 0.11-0.107 0.14-0.126 0.04-0.018 0.08-0.028 0.13-0.028 0.14 0 0.32 0.182 0.54 0.546l0.07 0.21c0.01 0.075-0.07 0.173-0.25 0.294-0.17 0.122-0.26 0.215-0.29 0.28-0.06 0.159-0.17 0.672-0.35 1.54-0.09 0.439-0.18 0.962-0.3 1.568l-0.04 0.224c-0.03 0.112-0.02 0.187 0.03 0.224 0.06 0.038 0.18 0.056 0.36 0.056 0.4 0 0.76-0.023 1.1-0.07 0.14-0.112 0.3-0.616 0.47-1.512 0.09-0.41 0.18-0.928 0.27-1.554 0.1-0.625 0.18-1.068 0.22-1.33 0.04-0.149 0.07-0.252 0.09-0.308s0.07-0.084 0.12-0.084c0.1 0 0.17 0.019 0.23 0.056 0.05 0.028 0.1 0.066 0.14 0.112 0.03 0.038 0.13 0.075 0.29 0.112 0.17 0.038 0.39 0.056 0.67 0.056h0.65c0.13-0.009 0.25-0.028 0.36-0.056 0.11-0.037 0.18-0.065 0.2-0.084 0.02-0.018 0.09-0.079 0.21-0.182 0.11-0.084 0.2-0.126 0.28-0.126 0.09 0 0.22 0.098 0.39 0.294s0.24 0.346 0.22 0.448c-0.02 0.084-0.11 0.187-0.29 0.308-0.18 0.122-0.27 0.21-0.28 0.266l-0.58 2.842-0.09 0.56c-0.02 0.084 0 0.136 0.05 0.154m-0.8-0.084c0.08-0.177 0.2-0.69 0.37-1.54 0.24-1.222 0.37-1.95 0.38-2.184 0.02-0.093-0.01-0.149-0.09-0.168h-1.72c-0.07 0-0.13 0.08-0.18 0.238-0.33 1.671-0.59 2.922-0.8 3.752l0.04 0.056c1.24 0 1.91-0.051 2-0.154m-5.93-3.92c-0.07 0-0.12 0.014-0.16 0.042-0.03 0.028-0.07 0.075-0.11 0.14-0.03 0.066-0.07 0.154-0.1 0.266-0.02 0.112-0.06 0.252-0.09 0.42s-0.07 0.369-0.12 0.602c-0.33 1.708-0.49 2.576-0.47 2.604l1.37 0.056c0.22-0.009 0.36-0.028 0.45-0.056 0.08-0.028 0.14-0.093 0.18-0.196 0.22-0.98 0.38-1.768 0.5-2.366 0.09-0.429 0.14-0.709 0.17-0.84 0.03-0.14 0.04-0.275 0.03-0.406 0-0.14-0.03-0.219-0.08-0.238l-1.57-0.028" stroke="#fff" stroke-width=".4" fill="#fff"/>
</g>
- <text id="text1920" style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.0000000" font-style="normal" transform="scale(1.130730,1.130730)" font-stretch="normal" font-variant="normal" y="18.25828" x="176.24451" font-weight="normal" fill="#ffffff">
- <tspan id="tspan1668" style="letter-spacing:2.1813099;" dx="0 -0.57057059 0 0 0 0 0" fill="#ffffff">::描繪</tspan>
+ <text id="text1920" font-family="Sans" font-size="7" transform="scale(1.1307)" y="18.25828" x="176.24451" fill="#ffffff">
+ <tspan id="tspan1668" style="letter-spacing:2.1813" fill="#ffffff" dx="0 -0.57057059 0 0 0 0 0">::描繪</tspan>
</text>
- <rect id="d0e10" display="none" height="1000px" width="264" y="36" x="35"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;" font-family="Sans" font-size="7.2" line-height="150%" font-weight="normal" font-style="italic" fill="#000000">
+ <rect id="d0e10" display="none" height="1e3px" width="264" y="36" x="35"/>
+ <flowRoot font-size="7.2" font-style="italic" font-family="Sans" line-height="150%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e10"/>
</flowRegion>
<flowDiv xml:space="preserve">Inkscape 的特點之一就是有工具能將點陣圖描繪成 &lt;路徑&gt; 元件作為 SVG 圖畫。這些簡短的說明應該能幫助你熟悉它的用法。</flowDiv>
</flowRoot>
- <rect id="d0e16" display="none" height="1000px" width="288" y="66.07" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e16" display="none" height="1e3px" width="288" y="66.538" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e16"/>
</flowRegion>
<flowDiv xml:space="preserve">目前 Inkscape 採用 Potrace 點陣圖描繪引擎 (<flowSpan font-weight="bold" font-family="Sans">potrace.sourceforge.net</flowSpan>) 其作者為 Peter Selinger。我們期望將來有候補的描繪程式;不過,現在這個優秀的工具已經能大大滿足我們的需求。</flowDiv>
</flowRoot>
- <rect id="d0e22" display="none" height="1000px" width="288" y="106.03" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e22" display="none" height="1e3px" width="288" y="106.85" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e22"/>
</flowRegion>
<flowDiv xml:space="preserve">記住描繪的目的並非仿造出原始圖像的精確複製品;也不是刻意打造一個最終作品。沒有自動描繪程式可以做到那樣。它能做的是給你一組曲線作為素材應用到你的創作中。</flowDiv>
</flowRoot>
- <rect id="d0e25" display="none" height="1000px" width="288" y="145.19" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e25" display="none" height="1e3px" width="288" y="145.69" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e25"/>
</flowRegion>
<flowDiv xml:space="preserve">Potrace 可詮釋一幅黑白點陣圖並產生一組曲線。目前我們有三種類型的輸入濾鏡可將原本圖像轉換成 Potrace 可使用的東西。</flowDiv>
</flowRoot>
- <rect id="d0e28" display="none" height="1000px" width="288" y="174.56" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e28" display="none" height="1e3px" width="288" y="174.74" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e28"/>
</flowRegion>
<flowDiv xml:space="preserve">一般來說中間點陣圖中含有較多的暗色像素, Potrace 會實行更多次的描繪動作。當描繪的次數增加時,會需要更多的 CPU 時間,且產生的 &lt;路徑&gt; 元件也會大很多。建議使用者先試驗顏色較亮的中間點陣圖,再慢慢地換成顏色較暗的以得到想要的輸出路徑比例和複雜性。</flowDiv>
</flowRoot>
- <rect id="d0e31" display="none" height="1000px" width="288" y="225.26" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e31" display="none" height="1e3px" width="288" y="225.82" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e31"/>
</flowRegion>
<flowDiv xml:space="preserve">開始使用描繪功能,載入或匯入一個圖像,選取它並選擇 <flowSpan font-family="Sans">路徑 &gt; 描繪點陣圖</flowSpan> 項目,或者直接按 <flowSpan font-weight="bold">Shift+Alt+B</flowSpan>。</flowDiv>
</flowRoot>
- <text id="tracing-f01-zh_TW.svgtext7000" style="writing-mode:lr-tb;text-anchor:start;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 262.71718599999997) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="5.7038479" font-variant="normal" y="99.753128" x="101.47987" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f01-zh_TW.svgtspan7001" y="99.753128" x="101.47987" role="line">描繪對話窗的主要選項</tspan></text>
- <image id="tracing-f01-zh_TW.svgimage2577" sodipodi:absref="/potrace-zh_TW.png" xlink:href="potrace-zh_TW.png" transform="translate(10, 262.71718599999997) " height="91.738" width="189.28" display="block" y="-0.000017236" x="65.359"/>
- <rect id="d0e50" display="none" height="1000px" width="288" y="375.41" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <text id="tracing-f01-zh_TW.svgtext7000" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 262.73)" xml:space="preserve" line-height="100.00000%" font-size="5.7038" y="99.753128" x="101.47987" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f01-zh_TW.svgtspan7001" y="99.753128" x="101.47987" role="line">描繪對話窗的主要選項</tspan></text>
+ <image id="tracing-f01-zh_TW.svgimage2577" sodipodi:absref="/potrace-zh_TW.png" xlink:href="potrace-zh_TW.png" transform="translate(10 262.73)" height="91.738" width="189.28" display="block" y="-.000017236" x="65.359"/>
+ <rect id="d0e50" display="none" height="1e3px" width="288" y="374.96" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e50"/>
</flowRegion>
<flowDiv xml:space="preserve">這時會看到三種可用的濾鏡選項:</flowDiv>
</flowRoot>
- <circle cy="0" cx="0" r="2" transform="translate(15, 399.484241)"/>
- <rect id="d0e56" display="none" height="1000px" width="258" y="393.48" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <circle cy="0" cx="0" r="2" transform="translate(15 398.73)"/>
+ <rect id="d0e56" display="none" height="1e3px" width="258" y="392.73" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e56"/>
</flowRegion>
<flowDiv xml:space="preserve">亮度臨界值</flowDiv>
</flowRoot>
- <rect id="d0e60" display="none" height="1000px" width="288" y="411.35" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e60" display="none" height="1e3px" width="288" y="410.22" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e60"/>
</flowRegion>
<flowDiv xml:space="preserve">這個僅僅使用像素的紅色、綠色、藍色 (或灰度) 的總和作為判定哪一個為黑或白的指標。臨界值可設定為 0.0 (黑色) 到 1.0 (白色)。設定較高的臨界值,像素數量少於臨界值的會判定為白色,而中間影像會變得較暗。</flowDiv>
</flowRoot>
- <text id="tracing-f02-zh_TW.svgtext1823" style="writing-mode:lr-tb;text-anchor:middle;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 459.5792435) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="6.0000000" font-variant="normal" y="97.154671" x="69.581543" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f02-zh_TW.svgtspan1824" y="97.154671" x="69.581543" role="line">原始圖像</tspan></text>
- <text id="tracing-f02-zh_TW.svgtext1826" style="writing-mode:lr-tb;text-anchor:middle;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 459.5792435) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="6.0000000" font-variant="normal" y="97.37867" x="158.69894" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f02-zh_TW.svgtspan1827" y="97.378670" x="158.69894" role="line">亮度臨界值</tspan><tspan id="tracing-f02-zh_TW.svgtspan1829" y="103.37867" x="158.69894" role="line">填色,無邊框</tspan></text>
- <text id="tracing-f02-zh_TW.svgtext1483" style="writing-mode:lr-tb;text-anchor:middle;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 459.5792435) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="6.0000000" font-variant="normal" y="97.37867" x="244.99974" font-family="Sans" fill="#000000"><tspan id="tracing-f02-zh_TW.svgtspan1488" y="97.378670" x="244.99974" role="line">亮度臨界值</tspan><tspan id="tracing-f02-zh_TW.svgtspan1490" y="103.37867" x="244.99974" role="line">邊框,無填色</tspan></text>
- <image id="tracing-f02-zh_TW.svgimage1881" sodipodi:absref="/tux.png" xlink:href="tux.png" transform="translate(10, 459.5792435) " height="91.143" width="76.965" y="-0.000030566" x="31.099"/>
- <path id="tracing-f02-zh_TW.svgpath1510" d="M143.52,88.292c-0.98-0.462-5.29-1.79-9.59-2.949-4.69-1.268-8.01-2.426-8.31-2.906-0.35-0.559-0.23-1.667,0.4-3.69,0.63-1.993,0.81-3.616,0.59-5.227-0.23-1.699-0.17-2.185,0.24-1.78,0.58,0.578,0.39,5.786-0.3,8.391-0.33,1.249-0.18,1.469,1.38,2.123,0.96,0.402,2.98,0.878,4.49,1.059,1.51,0.18,5.17,0.9,8.13,1.599,5.16,1.219,5.46,1.236,7.17,0.42,2.23-1.056,3.52-3.54,3.06-5.864-0.18-0.912-1.93-4.183-3.88-7.27-6.12-9.695-7.43-10.949-10.05-9.61-1.3,0.662-1.37,0.63-1.67-0.755-0.44-1.973,0.07-3.816,2.05-7.4,0.91-1.671,2.24-4.797,2.94-6.947,1.58-4.861,1.98-5.607,4.63-8.75,1.18-1.393,2.84-3.637,3.69-4.988l1.55-2.455-0.3-9.799c-0.27-8.636-0.2-10.078,0.6-12.155,2.02-5.2943,5.84-7.6314,11.78-7.2033,5.44,0.3915,9.13,2.6265,11.64,7.0429,1.39,2.4446,1.65,3.8166,2.1,11.044,0.38,5.991,0.44,6.24,2.8,10.903,1.33,2.624,3.54,6.058,4.92,7.63,4.74,5.416,7.27,12.192,7.26,19.475,0,4.73-0.04,4.859-1.95,7.733-2.45,3.696-3.51,4.42-6.43,4.42-3.64,0-3.75-0.301-3.78-10.332-0.03-9.592-0.62-12.245-3.68-16.613-0.84-1.194-1.68-2.968-1.86-3.943-0.36-1.872-4.22-10.158-4.98-10.696-0.24-0.174-0.19-0.473,0.12-0.663,0.7-0.434,0.73-3.155,0.04-3.581-0.32-0.201-0.23-0.717,0.26-1.409,1.04-1.49,0.96-3.563-0.24-5.913-1.16-2.267-2.53-2.888-4.54-2.055-1.82,0.756-2.77,2.56-2.44,4.669,0.28,1.844,0.04,2.939-0.65,2.939-0.25,0-0.31-0.377-0.13-0.838,0.28-0.719,0.03-0.798-1.73-0.562l-2.06,0.276,0.25-1.843c0.18-1.383-0.03-2.192-0.85-3.236-2.21-2.801-4.57-1.026-4.57,3.434,0,2.704,0.95,4.697,1.95,4.079,0.44-0.268,0.39-0.653-0.17-1.456-0.91-1.296-1-3.468-0.18-4.286,0.81-0.816,2.26,0.052,2.64,1.586,0.17,0.678,0.45,1.596,0.62,2.039,0.18,0.457,0.05,0.807-0.29,0.807-0.82,0-1.75,1.003-2.78,3.002-0.83,1.615-0.83,1.727,0.09,2.649,2.15,2.147,7.39,1.506,11.85-1.449,1.09-0.722,2.11-1.193,2.25-1.048,0.26,0.26-1.92,1.798-5.04,3.554-0.9,0.506-2.63,0.886-4.04,0.886-2.14,0.001-2.38,0.103-1.84,0.761,0.84,1.012,2.28,0.957,5.87-0.226,2.94-0.967,2.97-0.968,1.73-0.012-3.9,2.997-6.45,3.044-9.62,0.177-2.06-1.856-2.53-1.631-2.53,1.197,0,0.719-0.67,2.352-1.49,3.63-0.82,1.277-1.77,3.462-2.11,4.854-0.34,1.393-1.73,4.811-3.07,7.596-2.53,5.219-3.72,10.589-2.97,13.412,0.21,0.78,2.23,2.794,5.23,5.213,5.27,4.24,6.21,5.742,4.64,7.472-0.49,0.546-1.2,0.992-1.58,0.992-1.88,0,0.64,3.606,3.23,4.611,2.07,0.809,7.95,0.631,10.84-0.329,2.78-0.922,6.39-3.415,8.92-6.156l1.65-1.782v5.145c0,5.79,0.69,7.842,2.93,8.694,2,0.759,4.39,0.138,9.17-2.376,4.89-2.573,5.77-2.838,2.73-0.821-1.17,0.776-3.11,2.335-4.31,3.464-2.93,2.745-3.94,3.222-6.82,3.22-2.62-0.002-5.73-1.476-5.73-2.717,0-1.108-1.67-1.318-10.58-1.325l-8.3-0.007-2.26,1.852c-2.71,2.221-5.89,2.721-8.73,1.373zm30.67-58.699c-1.25-0.92-1.55-0.614-0.79,0.799,0.45,0.848,0.73,0.97,1.18,0.516,0.44-0.452,0.35-0.769-0.39-1.315zm-6.37-22.281c0-0.1228-0.22-0.2233-0.5-0.2233s-0.51,0.2413-0.51,0.5363c0,0.2949,0.23,0.3954,0.51,0.2232,0.28-0.1721,0.5-0.4134,0.5-0.5362zm-41.47,62.658c-0.06-1.419,0.79-3.132,1.55-3.132,0.37,0,0.36,0.236-0.05,0.727-0.33,0.4-0.8,1.369-1.03,2.152-0.39,1.283-0.44,1.308-0.47,0.253zm4.51-3.491c1.71-0.137,2.58-0.525,3.47-1.557,0.66-0.756,1.02-1.033,0.81-0.615-1.02,2.012-1.92,2.531-4.23,2.443l-2.33-0.089,2.28-0.182zm33.11-43.574c-1.09-0.716-1.32-2.655-0.48-3.942,1.47-2.247,3.83-1.298,3.83,1.544,0,2.322-1.66,3.51-3.35,2.398z" transform="translate(10, 459.5792435) "/>
- <path id="tracing-f02-zh_TW.svgpath1515" d="M229.82,88.292c-0.98-0.463-5.29-1.79-9.59-2.949-4.69-1.268-8.01-2.426-8.31-2.907-0.35-0.558-0.23-1.666,0.4-3.689,0.63-1.993,0.81-3.616,0.59-5.227-0.23-1.699-0.16-2.185,0.24-1.78,0.58,0.578,0.39,5.786-0.3,8.391-0.33,1.249-0.18,1.469,1.38,2.123,0.96,0.402,2.98,0.878,4.49,1.059,1.51,0.18,5.17,0.9,8.13,1.599,5.16,1.219,5.46,1.236,7.18,0.42,2.22-1.056,3.51-3.54,3.05-5.864-0.18-0.912-1.93-4.183-3.88-7.27-6.12-9.695-7.43-10.949-10.05-9.61-1.3,0.662-1.37,0.63-1.67-0.755-0.44-1.973,0.07-3.816,2.05-7.4,0.92-1.671,2.24-4.797,2.94-6.947,1.58-4.861,1.98-5.607,4.63-8.75,1.18-1.393,2.84-3.637,3.69-4.988l1.55-2.455-0.3-9.799c-0.27-8.636-0.19-10.078,0.6-12.155,2.02-5.2943,5.84-7.6314,11.79-7.2033,5.43,0.3914,9.12,2.6265,11.63,7.0429,1.39,2.4446,1.65,3.8166,2.1,11.044,0.38,5.991,0.44,6.24,2.8,10.903,1.33,2.624,3.55,6.058,4.92,7.63,4.74,5.416,7.27,12.192,7.26,19.475,0,4.73-0.03,4.859-1.94,7.733-2.46,3.696-3.52,4.42-6.44,4.42-3.63,0-3.75-0.302-3.78-10.332-0.03-9.592-0.62-12.245-3.68-16.613-0.84-1.194-1.68-2.968-1.86-3.943-0.36-1.872-4.22-10.158-4.98-10.696-0.24-0.174-0.19-0.473,0.12-0.663,0.7-0.434,0.73-3.155,0.04-3.581-0.32-0.201-0.23-0.717,0.26-1.409,1.04-1.49,0.96-3.563-0.24-5.913-1.16-2.267-2.53-2.888-4.54-2.055-1.82,0.756-2.77,2.56-2.44,4.669,0.28,1.844,0.04,2.939-0.65,2.939-0.25,0-0.31-0.377-0.13-0.838,0.28-0.719,0.03-0.798-1.73-0.562l-2.05,0.276,0.24-1.843c0.19-1.383-0.03-2.192-0.85-3.236-2.21-2.801-4.57-1.026-4.57,3.434,0,2.704,0.96,4.697,1.95,4.079,0.44-0.268,0.39-0.653-0.17-1.456-0.91-1.296-1-3.468-0.18-4.286,0.81-0.816,2.26,0.052,2.64,1.586,0.17,0.678,0.45,1.596,0.62,2.039,0.18,0.457,0.05,0.807-0.28,0.807-0.82,0-1.75,1.003-2.79,3.002-0.83,1.615-0.83,1.727,0.09,2.649,2.15,2.147,7.39,1.506,11.85-1.449,1.1-0.722,2.11-1.193,2.25-1.048,0.26,0.259-1.92,1.798-5.04,3.554-0.9,0.506-2.63,0.886-4.04,0.886-2.13,0.001-2.38,0.103-1.84,0.761,0.84,1.012,2.28,0.957,5.88-0.226,2.93-0.967,2.96-0.968,1.72-0.012-3.89,2.997-6.45,3.044-9.62,0.177-2.06-1.856-2.53-1.631-2.53,1.197,0,0.719-0.67,2.352-1.49,3.63-0.82,1.277-1.77,3.462-2.11,4.854-0.34,1.393-1.72,4.811-3.07,7.596-2.53,5.219-3.72,10.589-2.97,13.412,0.21,0.78,2.23,2.794,5.23,5.213,5.27,4.24,6.21,5.742,4.64,7.472-0.49,0.546-1.2,0.992-1.58,0.992-1.88,0,0.64,3.606,3.23,4.611,2.07,0.809,7.95,0.631,10.84-0.329,2.78-0.922,6.39-3.415,8.92-6.156l1.65-1.782v5.145c0,5.79,0.69,7.842,2.93,8.694,2,0.759,4.39,0.138,9.17-2.376,4.89-2.573,5.77-2.838,2.73-0.821-1.17,0.776-3.11,2.335-4.31,3.464-2.93,2.745-3.94,3.222-6.82,3.22-2.62-0.002-5.73-1.476-5.73-2.717,0-1.108-1.67-1.318-10.58-1.325l-8.3-0.007-2.26,1.852c-2.71,2.221-5.89,2.721-8.73,1.373zm30.67-58.699c-1.25-0.92-1.55-0.614-0.79,0.799,0.45,0.848,0.73,0.97,1.18,0.516,0.44-0.452,0.35-0.769-0.39-1.315zm-6.37-22.281c0-0.1228-0.22-0.2233-0.5-0.2233s-0.51,0.2413-0.51,0.5362c0,0.295,0.23,0.3954,0.51,0.2233s0.5-0.4134,0.5-0.5362zm-41.47,62.658c-0.06-1.419,0.79-3.132,1.55-3.132,0.37,0,0.36,0.236-0.05,0.727-0.33,0.4-0.8,1.369-1.03,2.152-0.39,1.283-0.43,1.308-0.47,0.253zm4.51-3.491c1.71-0.137,2.58-0.525,3.47-1.557,0.66-0.756,1.02-1.033,0.81-0.615-1.02,2.012-1.92,2.531-4.23,2.443l-2.33-0.089,2.28-0.182zm33.11-43.574c-1.09-0.716-1.32-2.655-0.48-3.942,1.47-2.247,3.83-1.298,3.83,1.544,0,2.322-1.66,3.51-3.35,2.398z" transform="translate(10, 459.5792435) " stroke="#000" stroke-miterlimit="4.0000000" stroke-width="0.37500000" fill="none"/>
- <circle cy="0" cx="0" r="2" transform="translate(15, 581.9364635000001)"/>
- <rect id="d0e76" display="none" height="1000px" width="258" y="575.94" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <text id="tracing-f02-zh_TW.svgtext1823" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 458.52)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.154671" x="69.581543" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f02-zh_TW.svgtspan1824" y="97.154671" x="69.581543" role="line">原始圖像</tspan></text>
+ <text id="tracing-f02-zh_TW.svgtext1826" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 458.52)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="158.69894" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f02-zh_TW.svgtspan1827" y="97.378670" x="158.69894" role="line">亮度臨界值</tspan><tspan id="tracing-f02-zh_TW.svgtspan1829" y="103.37867" x="158.69894" role="line">填色,無邊框</tspan></text>
+ <text id="tracing-f02-zh_TW.svgtext1483" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 458.52)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="244.99974" font-family="Sans" fill="#000000"><tspan id="tracing-f02-zh_TW.svgtspan1488" y="97.378670" x="244.99974" role="line">亮度臨界值</tspan><tspan id="tracing-f02-zh_TW.svgtspan1490" y="103.37867" x="244.99974" role="line">邊框,無填色</tspan></text>
+ <image id="tracing-f02-zh_TW.svgimage1881" sodipodi:absref="/tux.png" xlink:href="tux.png" transform="translate(10 458.52)" height="91.143" width="76.965" y="-.000030566" x="31.099"/>
+ <path id="tracing-f02-zh_TW.svgpath1510" d="m143.52 88.292c-0.98-0.462-5.29-1.79-9.59-2.949-4.69-1.268-8.01-2.426-8.31-2.906-0.35-0.559-0.23-1.667 0.4-3.69 0.63-1.993 0.81-3.616 0.59-5.227-0.23-1.699-0.17-2.185 0.24-1.78 0.58 0.578 0.39 5.786-0.3 8.391-0.33 1.249-0.18 1.469 1.38 2.123 0.96 0.402 2.98 0.878 4.49 1.059 1.51 0.18 5.17 0.9 8.13 1.599 5.16 1.219 5.46 1.236 7.17 0.42 2.23-1.056 3.52-3.54 3.06-5.864-0.18-0.912-1.93-4.183-3.88-7.27-6.12-9.695-7.43-10.949-10.05-9.61-1.3 0.662-1.37 0.63-1.67-0.755-0.44-1.973 0.07-3.816 2.05-7.4 0.91-1.671 2.24-4.797 2.94-6.947 1.58-4.861 1.98-5.607 4.63-8.75 1.18-1.393 2.84-3.637 3.69-4.988l1.55-2.455-0.3-9.799c-0.27-8.636-0.2-10.078 0.6-12.155 2.02-5.2945 5.84-7.6316 11.78-7.2035 5.44 0.3915 9.13 2.6265 11.64 7.0429 1.39 2.4446 1.65 3.8166 2.1 11.044 0.38 5.991 0.44 6.24 2.8 10.903 1.33 2.624 3.54 6.058 4.92 7.63 4.74 5.416 7.27 12.192 7.26 19.475 0 4.73-0.04 4.859-1.95 7.733-2.45 3.696-3.51 4.42-6.43 4.42-3.64 0-3.75-0.301-3.78-10.332-0.03-9.592-0.62-12.245-3.68-16.613-0.84-1.194-1.68-2.968-1.86-3.943-0.36-1.872-4.22-10.158-4.98-10.696-0.24-0.174-0.19-0.473 0.12-0.663 0.7-0.434 0.73-3.155 0.04-3.581-0.32-0.201-0.23-0.717 0.26-1.409 1.04-1.49 0.96-3.563-0.24-5.913-1.16-2.267-2.53-2.888-4.54-2.055-1.82 0.756-2.77 2.56-2.44 4.669 0.28 1.844 0.04 2.939-0.65 2.939-0.25 0-0.31-0.377-0.13-0.838 0.28-0.719 0.03-0.798-1.73-0.562l-2.06 0.276 0.25-1.843c0.18-1.383-0.03-2.192-0.85-3.236-2.21-2.801-4.57-1.026-4.57 3.434 0 2.704 0.95 4.697 1.95 4.079 0.44-0.268 0.39-0.653-0.17-1.456-0.91-1.296-1-3.468-0.18-4.286 0.81-0.816 2.26 0.052 2.64 1.586 0.17 0.678 0.45 1.596 0.62 2.039 0.18 0.457 0.05 0.807-0.29 0.807-0.82 0-1.75 1.003-2.78 3.002-0.83 1.615-0.83 1.727 0.09 2.649 2.15 2.147 7.39 1.506 11.85-1.449 1.09-0.722 2.11-1.193 2.25-1.048 0.26 0.26-1.92 1.798-5.04 3.554-0.9 0.506-2.63 0.886-4.04 0.886-2.14 0.001-2.38 0.103-1.84 0.761 0.84 1.012 2.28 0.957 5.87-0.226 2.94-0.967 2.97-0.968 1.73-0.012-3.9 2.997-6.45 3.044-9.62 0.177-2.06-1.856-2.53-1.631-2.53 1.197 0 0.719-0.67 2.352-1.49 3.63-0.82 1.277-1.77 3.462-2.11 4.854-0.34 1.393-1.73 4.811-3.07 7.596-2.53 5.219-3.72 10.589-2.97 13.412 0.21 0.78 2.23 2.794 5.23 5.213 5.27 4.24 6.21 5.742 4.64 7.472-0.49 0.546-1.2 0.992-1.58 0.992-1.88 0 0.64 3.606 3.23 4.611 2.07 0.809 7.95 0.631 10.84-0.329 2.78-0.922 6.39-3.415 8.92-6.156l1.65-1.782v5.145c0 5.79 0.69 7.842 2.93 8.694 2 0.759 4.39 0.138 9.17-2.376 4.89-2.573 5.77-2.838 2.73-0.821-1.17 0.776-3.11 2.335-4.31 3.464-2.93 2.745-3.94 3.222-6.82 3.22-2.62-0.002-5.73-1.476-5.73-2.717 0-1.108-1.67-1.318-10.58-1.325l-8.3-0.007-2.26 1.852c-2.71 2.221-5.89 2.721-8.73 1.373zm30.67-58.699c-1.25-0.92-1.55-0.614-0.79 0.799 0.45 0.848 0.73 0.97 1.18 0.516 0.44-0.452 0.35-0.769-0.39-1.315zm-6.37-22.281c0-0.1228-0.22-0.2233-0.5-0.2233s-0.51 0.2413-0.51 0.5363c0 0.2949 0.23 0.3954 0.51 0.2232 0.28-0.1721 0.5-0.4134 0.5-0.5362zm-41.47 62.658c-0.06-1.419 0.79-3.132 1.55-3.132 0.37 0 0.36 0.236-0.05 0.727-0.33 0.4-0.8 1.369-1.03 2.152-0.39 1.283-0.44 1.308-0.47 0.253zm4.51-3.491c1.71-0.137 2.58-0.525 3.47-1.557 0.66-0.756 1.02-1.033 0.81-0.615-1.02 2.012-1.92 2.531-4.23 2.443l-2.33-0.089 2.28-0.182zm33.11-43.574c-1.09-0.716-1.32-2.655-0.48-3.942 1.47-2.247 3.83-1.298 3.83 1.544 0 2.322-1.66 3.51-3.35 2.398z" transform="translate(10 458.52)"/>
+ <path id="tracing-f02-zh_TW.svgpath1515" d="m229.82 88.292c-0.98-0.463-5.29-1.79-9.59-2.949-4.69-1.268-8.01-2.426-8.31-2.907-0.35-0.558-0.23-1.666 0.4-3.689 0.63-1.993 0.81-3.616 0.59-5.227-0.23-1.699-0.16-2.185 0.24-1.78 0.58 0.578 0.39 5.786-0.3 8.391-0.33 1.249-0.18 1.469 1.38 2.123 0.96 0.402 2.98 0.878 4.49 1.059 1.51 0.18 5.17 0.9 8.13 1.599 5.16 1.219 5.46 1.236 7.18 0.42 2.22-1.056 3.51-3.54 3.05-5.864-0.18-0.912-1.93-4.183-3.88-7.27-6.12-9.695-7.43-10.949-10.05-9.61-1.3 0.662-1.37 0.63-1.67-0.755-0.44-1.973 0.07-3.816 2.05-7.4 0.92-1.671 2.24-4.797 2.94-6.947 1.58-4.861 1.98-5.607 4.63-8.75 1.18-1.393 2.84-3.637 3.69-4.988l1.55-2.455-0.3-9.799c-0.27-8.636-0.19-10.078 0.6-12.155 2.02-5.2945 5.84-7.6316 11.79-7.2035 5.43 0.3914 9.12 2.6265 11.63 7.0429 1.39 2.4446 1.65 3.8166 2.1 11.044 0.38 5.991 0.44 6.24 2.8 10.903 1.33 2.624 3.55 6.058 4.92 7.63 4.74 5.416 7.27 12.192 7.26 19.475 0 4.73-0.03 4.859-1.94 7.733-2.46 3.696-3.52 4.42-6.44 4.42-3.63 0-3.75-0.302-3.78-10.332-0.03-9.592-0.62-12.245-3.68-16.613-0.84-1.194-1.68-2.968-1.86-3.943-0.36-1.872-4.22-10.158-4.98-10.696-0.24-0.174-0.19-0.473 0.12-0.663 0.7-0.434 0.73-3.155 0.04-3.581-0.32-0.201-0.23-0.717 0.26-1.409 1.04-1.49 0.96-3.563-0.24-5.913-1.16-2.267-2.53-2.888-4.54-2.055-1.82 0.756-2.77 2.56-2.44 4.669 0.28 1.844 0.04 2.939-0.65 2.939-0.25 0-0.31-0.377-0.13-0.838 0.28-0.719 0.03-0.798-1.73-0.562l-2.05 0.276 0.24-1.843c0.19-1.383-0.03-2.192-0.85-3.236-2.21-2.801-4.57-1.026-4.57 3.434 0 2.704 0.96 4.697 1.95 4.079 0.44-0.268 0.39-0.653-0.17-1.456-0.91-1.296-1-3.468-0.18-4.286 0.81-0.816 2.26 0.052 2.64 1.586 0.17 0.678 0.45 1.596 0.62 2.039 0.18 0.457 0.05 0.807-0.28 0.807-0.82 0-1.75 1.003-2.79 3.002-0.83 1.615-0.83 1.727 0.09 2.649 2.15 2.147 7.39 1.506 11.85-1.449 1.1-0.722 2.11-1.193 2.25-1.048 0.26 0.259-1.92 1.798-5.04 3.554-0.9 0.506-2.63 0.886-4.04 0.886-2.13 0.001-2.38 0.103-1.84 0.761 0.84 1.012 2.28 0.957 5.88-0.226 2.93-0.967 2.96-0.968 1.72-0.012-3.89 2.997-6.45 3.044-9.62 0.177-2.06-1.856-2.53-1.631-2.53 1.197 0 0.719-0.67 2.352-1.49 3.63-0.82 1.277-1.77 3.462-2.11 4.854-0.34 1.393-1.72 4.811-3.07 7.596-2.53 5.219-3.72 10.589-2.97 13.412 0.21 0.78 2.23 2.794 5.23 5.213 5.27 4.24 6.21 5.742 4.64 7.472-0.49 0.546-1.2 0.992-1.58 0.992-1.88 0 0.64 3.606 3.23 4.611 2.07 0.809 7.95 0.631 10.84-0.329 2.78-0.922 6.39-3.415 8.92-6.156l1.65-1.782v5.145c0 5.79 0.69 7.842 2.93 8.694 2 0.759 4.39 0.138 9.17-2.376 4.89-2.573 5.77-2.838 2.73-0.821-1.17 0.776-3.11 2.335-4.31 3.464-2.93 2.745-3.94 3.222-6.82 3.22-2.62-0.002-5.73-1.476-5.73-2.717 0-1.108-1.67-1.318-10.58-1.325l-8.3-0.007-2.26 1.852c-2.71 2.221-5.89 2.721-8.73 1.373zm30.67-58.699c-1.25-0.92-1.55-0.614-0.79 0.799 0.45 0.848 0.73 0.97 1.18 0.516 0.44-0.452 0.35-0.769-0.39-1.315zm-6.37-22.281c0-0.1228-0.22-0.2233-0.5-0.2233s-0.51 0.2413-0.51 0.5362c0 0.295 0.23 0.3954 0.51 0.2233s0.5-0.4134 0.5-0.5362zm-41.47 62.658c-0.06-1.419 0.79-3.132 1.55-3.132 0.37 0 0.36 0.236-0.05 0.727-0.33 0.4-0.8 1.369-1.03 2.152-0.39 1.283-0.43 1.308-0.47 0.253zm4.51-3.491c1.71-0.137 2.58-0.525 3.47-1.557 0.66-0.756 1.02-1.033 0.81-0.615-1.02 2.012-1.92 2.531-4.23 2.443l-2.33-0.089 2.28-0.182zm33.11-43.574c-1.09-0.716-1.32-2.655-0.48-3.942 1.47-2.247 3.83-1.298 3.83 1.544 0 2.322-1.66 3.51-3.35 2.398z" transform="translate(10 458.52)" stroke="#000" stroke-width=".375" fill="none"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 580.45)"/>
+ <rect id="d0e76" display="none" height="1e3px" width="258" y="574.45" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e76"/>
</flowRegion>
<flowDiv xml:space="preserve">最佳邊緣偵測</flowDiv>
</flowRoot>
- <rect id="d0e80" display="none" height="1000px" width="288" y="593.74" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e80" display="none" height="1e3px" width="288" y="592.1" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e80"/>
</flowRegion>
<flowDiv xml:space="preserve">這個使用 J. Canny 發明的邊緣偵測算法作為快速發現相似對比的等斜線的方法。這個產生的中間點陣圖看起來比使用亮度臨界值的效果還不像原始圖像,但是很可能會提供另一個方式被忽略的曲線資訊。這裡設定的臨界值 (0.0 – 1.0) 可調整輸出結果中相鄰像素是否達到邊緣差異的亮度臨界值。這個設定能調整輸出結果中邊緣的明暗或粗細。</flowDiv>
</flowRoot>
- <text id="tracing-f03-zh_TW.svgtext1492" style="writing-mode:lr-tb;text-anchor:middle;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 663.0927170000001) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="6.0000000" font-variant="normal" y="97.154671" x="69.581543" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f03-zh_TW.svgtspan1493" y="97.154671" x="69.581543" role="line">原始圖像</tspan></text>
- <text id="tracing-f03-zh_TW.svgtext1495" style="writing-mode:lr-tb;text-anchor:middle;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 663.0927170000001) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="6.0000000" font-variant="normal" y="97.37867" x="157.95474" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f03-zh_TW.svgtspan1496" y="97.378670" x="157.95474" role="line">偵測邊緣</tspan><tspan id="tracing-f03-zh_TW.svgtspan1498" y="103.37867" x="157.95474" role="line">填色,無邊框</tspan></text>
- <text id="tracing-f03-zh_TW.svgtext1500" style="writing-mode:lr-tb;text-anchor:middle;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 663.0927170000001) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="6.0000000" font-variant="normal" y="97.37867" x="244.99974" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f03-zh_TW.svgtspan1501" y="97.378670" x="244.99974" role="line">偵測邊緣</tspan><tspan id="tracing-f03-zh_TW.svgtspan1503" y="103.37867" x="244.99974" role="line">邊框,無填色</tspan></text>
- <image id="tracing-f03-zh_TW.svgimage1508" sodipodi:absref="/tux.png" xlink:href="tux.png" transform="translate(10, 663.0927170000001) " height="91.143" width="76.965" y="0.000036133" x="31.099"/>
- <path id="tracing-f03-zh_TW.svgpath4003" d="M139.28,89.101c-1.22-0.554-3.5-1.363-5.06-1.797-9.19-2.553-12.03-3.428-12.59-3.88-0.83-0.662-0.8-3.17,0.08-5.676,0.47-1.351,0.61-3.264,0.43-5.882-0.24-3.484-0.16-3.99,0.81-4.96,0.79-0.784,1.71-1.08,3.37-1.08,3.12,0,4.04-1.136,4.04-4.981,0-2.439,0.35-3.585,2.1-6.945,1.15-2.214,2.43-5.164,2.85-6.556,1.28-4.328,2.29-6.298,4.6-9.018,1.23-1.446,2.92-3.713,3.75-5.039l1.52-2.411-0.27-9.833c-0.25-9.303-0.2-9.982,0.85-12.583,2.03-4.9984,5.81-7.4469,11.48-7.4469,6.48,0,11.64,3.1302,14.06,8.5268,1.11,2.4645,1.4,4.1035,1.75,9.6405,0.42,6.617,0.44,6.711,2.84,11.441,1.33,2.623,3.54,6.054,4.91,7.624,2.84,3.246,3.82,5.006,5.73,10.332,1.53,4.27,2.16,10.332,1.41,13.56-0.38,1.63-0.34,2.348,0.19,3.038,0.37,0.497,0.69,1.538,0.7,2.314,0.02,1.92,1.27,3.673,3.89,5.479,1.73,1.193,2.2,1.822,2.2,2.968,0,2.463-0.48,2.996-4.94,5.47-2.37,1.317-5.37,3.394-6.65,4.614-3.43,3.266-5.03,4.106-7.8,4.109-2.71,0.002-5.83-1.368-6.82-2.995-0.6-1.001-1.06-1.054-9.12-1.054h-8.49l-1.83,1.51c-3.38,2.786-6.23,3.216-9.99,1.511zm8.76-3.212l2.24-1.835,9.54-0.004,9.53-0.005,0.07-4.081,0.07-4.082-1.08,0.985c-3.69,3.353-9.68,5.436-14.47,5.033-1.55-0.13-3.24-0.417-3.76-0.637-0.79-0.332-0.89-0.228-0.62,0.619,0.21,0.663-0.05,1.441-0.73,2.228-0.98,1.129-1.03,1.139-0.76,0.148,0.16-0.585-0.05-1.708-0.46-2.496s-0.62-1.625-0.48-1.861c0.44-0.698-0.91-3.24-1.98-3.739-0.54-0.254-2.23-2.513-3.75-5.02-3.51-5.808-6.01-8.389-7.75-8.022-0.69,0.147-1.72,0.984-2.28,1.861-0.84,1.304-1.47,1.657-3.47,1.944-1.35,0.193-2.77,0.474-3.17,0.625-1.2,0.464-1.66,2.55-1.24,5.669,0.29,2.149,0.19,3.693-0.36,5.654-0.53,1.858-0.61,2.86-0.25,3.221,0.29,0.288,3.59,1.296,7.33,2.239s7.81,2.185,9.05,2.76c3.22,1.5,5.94,1.128,8.78-1.204zm-4.77-0.013c0-0.111,0.8-0.673,1.78-1.248,1.38-0.819,1.77-0.889,1.77-0.321,0,0.398-0.44,0.96-0.98,1.248-0.97,0.517-2.57,0.717-2.57,0.321zm38.26-0.594c1.83-1.552,4.85-3.626,6.71-4.607,3.7-1.945,5.67-3.524,5.67-4.533,0-0.356-0.99-1.329-2.2-2.162-2.48-1.705-3.88-3.555-3.88-5.132,0-0.585-0.25-1.535-0.56-2.111-0.53-1-0.65-0.946-2.47,1.173-1.91,2.211-1.93,2.22-5.31,2.22-2.95,0-3.52-0.155-4.36-1.196-0.53-0.657-0.97-1.94-0.97-2.849,0-3.455-2.73-3.018-3.12,0.5-0.09,0.836-0.4,1.405-0.68,1.266-0.6-0.304-0.35-3.549,0.34-4.4,0.27-0.332,0.98-0.673,1.57-0.76,3.17-0.466,1.93-12.992-1.84-18.601-0.68-0.995-1.5-2.721-1.84-3.835s-1.44-3.621-2.44-5.57c-1.43-2.8-1.85-4.236-1.96-6.836-0.08-1.81-0.18-3.633-0.22-4.05-0.05-0.418,0.08-1.216,0.28-1.773,0.19-0.557,0.01-0.414-0.42,0.317-1.37,2.358-4.02,2.355-4.96-0.006-0.3-0.758-0.63-1.053-0.76-0.69-0.31,0.823-4.02,0.827-4.53,0.005-0.26-0.424-0.48-0.218-0.68,0.633-0.41,1.751-2.65,2-3.75,0.417-0.45-0.635-0.81-0.933-0.8-0.662s0.34,0.915,0.73,1.431c0.52,0.684,0.58,1.285,0.23,2.215-0.5,1.317-0.13,1.853,2.24,3.226,1.29,0.752,0.67,1.177-0.68,0.456-2.02-1.083-1.56-0.169,0.88,1.739,2.87,2.25,4.35,2.216,8.27-0.192,1.38-0.851,2.73-1.547,3.01-1.547,1.11,0,0.34,0.855-2.38,2.659-4.1,2.722-8.04,2.603-10.4-0.313-0.87-1.076-0.88-1.074-0.89,0.548,0,0.896-0.79,3.061-1.75,4.811s-1.83,4.12-1.94,5.266-0.71,2.794-1.33,3.661c-2.49,3.501-4.25,8.305-4.5,12.264l-0.23,3.832,4.62,3.687c2.55,2.028,4.97,4.171,5.38,4.762,1.15,1.648,0.93,3.684-0.56,5.062l-1.31,1.215,1.4,1.095c1.86,1.464,3.13,1.73,7.18,1.496,4.42-0.256,7.58-1.788,11.59-5.612l3.11-2.973,0.36,2.618c0.44,3.173-0.17,11.231-0.81,10.833-1-0.619-0.38,1.415,0.78,2.583,1.02,1.02,1.75,1.243,4.05,1.243,2.66,0,2.96-0.138,6.13-2.823zm-33.7-12.607c0-0.342-1.31-1.753-2.91-3.135-3.42-2.953-4.87-3.876-3.37-2.15,0.58,0.671,1.58,2.132,2.23,3.246,1.87,3.206,2.58,3.885,3.37,3.227,0.37-0.311,0.68-0.846,0.68-1.188zm35.75-6.974c1.8-1.894,2.12-2.584,2.41-5.207,0.19-1.663,0.12-4.163-0.14-5.555-1.04-5.331-4.05-12.32-6.13-14.178-1.89-1.702-5.11-6.786-6.9-10.916-1.37-3.17-1.7-4.584-1.71-7.389-0.01-5.935-0.86-10.132-2.66-13.261-1.38-2.3983-2.12-3.0964-4.57-4.2833-7.06-3.4339-12.97-1.7826-15.86,4.4354-0.83,1.7852-1.18,3.3892-1.14,5.3372,0.03,1.532,0.17,2.329,0.3,1.772,0.42-1.67,1.19-2.278,2.92-2.278,1.82,0,4.26,1.891,4.39,3.394,0.04,0.5,0.1,1.249,0.13,1.663s0.45,0.829,0.93,0.922c0.62,0.119,0.8-0.062,0.59-0.605-0.47-1.232,0.74-4.204,2.08-5.08,1.56-1.022,4.25-1.027,5.7-0.01,2.19,1.532,2.69,3.346,2.51,9.154-0.16,5.245-0.12,5.466,1.52,8.732,0.93,1.842,2.05,4.578,2.49,6.08s1.46,3.779,2.27,5.06c2.62,4.128,3.49,8.167,3.44,15.997-0.03,6.023,0.08,7.073,0.88,7.952,1.45,1.604,4.02,0.922,6.55-1.736zm-0.47-2.238c-0.19-0.186-0.34-0.573-0.34-0.861,0-0.317,0.24-0.288,0.6,0.076,0.33,0.329,0.48,0.717,0.34,0.861-0.15,0.143-0.42,0.109-0.6-0.076zm1.47-1.114c-0.21-0.353-0.26-0.778-0.09-0.945,0.45-0.454,0.95,0.213,0.7,0.947-0.17,0.515-0.29,0.514-0.61-0.002zm-16.27-31.179c-0.96-1.464-0.8-3.56,0.28-3.607,2.28-0.098,4.32,2.26,3.67,4.23-0.38,1.133-3.08,0.707-3.95-0.623zm1.89-1.405c-0.36-0.363-0.6-0.393-0.6-0.076,0,0.676,0.6,1.275,0.94,0.937,0.14-0.144-0.01-0.531-0.34-0.861zm-8.36-19.976c-0.19-0.1857-0.34-1.2111-0.34-2.2786,0-1.8673,0.07-1.941,1.71-1.941,0.94,0,1.94,0.2848,2.22,0.6329,0.7,0.8774,0.45,2.8983-0.42,3.4506-0.85,0.5396-2.69,0.6176-3.17,0.1361zm2.19-2.2241c0-0.262-0.22-0.4765-0.5-0.4765s-0.51,0.3553-0.51,0.7895c0,0.4341,0.23,0.6485,0.51,0.4764s0.5-0.5273,0.5-0.7894zm-25.2,56.037c-1.44-1.649-1.49-1.867-1.25-5.443,0.26-3.833,0.74-5.369,3.87-12.334,0.99-2.228,1.81-4.479,1.82-5.001,0-0.523,0.92-2.602,2.03-4.62,2.49-4.512,2.67-5.564,0.26-1.572-0.97,1.609-2.64,3.988-3.72,5.287-2.39,2.873-2.76,3.559-4.45,8.271-0.73,2.041-2.1,5.243-3.04,7.116-2.11,4.206-2.26,5.927-0.47,5.585,0.95-0.182,1.8,0.297,3.67,2.084,2.89,2.76,3.35,2.985,1.28,0.627zm-3.66-4.95c0-1.843,0.22-1.777,0.7,0.211,0.2,0.827,0.12,1.393-0.18,1.393-0.29,0-0.52-0.722-0.52-1.604zm12.5-30.17c-0.12-0.487-0.23-0.088-0.23,0.886,0,0.975,0.11,1.374,0.23,0.886,0.13-0.487,0.13-1.284,0-1.772zm-0.55-5.053c-0.16-0.168-0.28,0.131-0.26,0.665,0.02,0.59,0.14,0.71,0.3,0.306,0.15-0.366,0.13-0.802-0.04-0.971zm3.3-3.01c-0.44-0.759-0.54-0.781-0.55-0.123-0.01,0.853,0.52,1.621,0.88,1.262,0.12-0.118-0.03-0.631-0.33-1.139zm11.79,0.938c0.14-0.229-0.19-0.796-0.73-1.261-0.93-0.793-0.99-0.788-0.99,0.079,0,1.402,1.11,2.166,1.72,1.182zm-9.52-2.485c-0.16-0.168-0.28,0.131-0.26,0.665,0.02,0.59,0.14,0.71,0.3,0.306,0.15-0.366,0.13-0.803-0.04-0.971zm10.8-1.439c-0.63-0.676-1.61-1.23-2.16-1.23-1.1,0-2.87,1.357-2.87,2.201,0,0.288,0.29,0.168,0.64-0.267,1.42-1.782,4.88-1.084,4.97,1.006,0.03,0.583,0.13,0.644,0.31,0.189,0.15-0.368-0.25-1.223-0.89-1.899zm-12.94-0.217c0.34,0,0.94,0.285,1.33,0.633,0.61,0.538,0.61,0.501,0.04-0.253-0.37-0.488-1.05-0.886-1.52-0.886-0.91,0-2.06,0.928-2.06,1.656,0,0.243,0.36,0.083,0.79-0.354,0.44-0.438,1.08-0.796,1.42-0.796z" transform="translate(10, 663.0927170000001) "/>
- <path id="tracing-f03-zh_TW.svgpath4004" d="M226.33,89.101c-1.22-0.554-3.5-1.363-5.07-1.797-9.18-2.553-12.02-3.428-12.59-3.88-0.83-0.662-0.79-3.17,0.08-5.676,0.47-1.351,0.61-3.264,0.43-5.882-0.24-3.484-0.15-3.99,0.82-4.96,0.78-0.784,1.71-1.08,3.36-1.08,3.12,0,4.05-1.136,4.05-4.981,0-2.439,0.34-3.585,2.09-6.945,1.16-2.214,2.44-5.164,2.85-6.556,1.29-4.328,2.29-6.298,4.61-9.018,1.22-1.446,2.91-3.713,3.75-5.039l1.52-2.411-0.27-9.833c-0.25-9.303-0.21-9.982,0.85-12.583,2.03-4.9984,5.8-7.4469,11.48-7.4469,6.47,0,11.63,3.1302,14.05,8.5268,1.11,2.4645,1.41,4.1035,1.76,9.6405,0.41,6.617,0.44,6.711,2.83,11.441,1.33,2.623,3.54,6.054,4.92,7.624,2.84,3.246,3.81,5.006,5.72,10.332,1.53,4.27,2.17,10.332,1.41,13.56-0.38,1.63-0.33,2.348,0.19,3.038,0.38,0.497,0.7,1.538,0.7,2.314,0.03,1.92,1.27,3.673,3.9,5.479,1.73,1.193,2.2,1.822,2.2,2.968,0,2.463-0.48,2.996-4.94,5.47-2.38,1.317-5.37,3.394-6.66,4.614-3.43,3.266-5.02,4.106-7.79,4.109-2.72,0.002-5.84-1.368-6.82-2.995-0.61-1.001-1.07-1.054-9.13-1.054h-8.49l-1.83,1.51c-3.38,2.786-6.22,3.216-9.98,1.511zm8.76-3.212l2.24-1.835,9.53-0.004,9.54-0.005,0.07-4.081,0.07-4.082-1.09,0.985c-3.68,3.353-9.67,5.436-14.47,5.033-1.55-0.13-3.24-0.417-3.76-0.637-0.78-0.332-0.89-0.228-0.62,0.619,0.21,0.663-0.04,1.441-0.73,2.228-0.98,1.129-1.03,1.139-0.76,0.148,0.16-0.585-0.04-1.708-0.45-2.496s-0.63-1.625-0.48-1.861c0.43-0.698-0.92-3.24-1.98-3.739-0.55-0.254-2.23-2.513-3.75-5.02-3.52-5.808-6.01-8.389-7.75-8.022-0.7,0.147-1.73,0.984-2.29,1.861-0.83,1.304-1.46,1.657-3.47,1.944-1.34,0.193-2.77,0.474-3.16,0.625-1.21,0.464-1.67,2.55-1.24,5.669,0.29,2.149,0.19,3.693-0.37,5.654-0.53,1.858-0.6,2.86-0.24,3.221,0.29,0.288,3.58,1.296,7.33,2.239,3.74,0.943,7.81,2.185,9.04,2.76,3.22,1.5,5.94,1.128,8.79-1.204zm-4.77-0.013c0-0.111,0.8-0.673,1.77-1.248,1.39-0.819,1.77-0.889,1.77-0.321,0,0.398-0.44,0.96-0.98,1.248-0.96,0.517-2.56,0.717-2.56,0.321zm38.25-0.594c1.83-1.552,4.85-3.626,6.72-4.607,3.69-1.945,5.66-3.524,5.66-4.533,0-0.356-0.99-1.329-2.2-2.162-2.48-1.705-3.87-3.555-3.87-5.132,0-0.585-0.25-1.535-0.56-2.111-0.54-1-0.65-0.946-2.48,1.173-1.9,2.211-1.92,2.22-5.3,2.22-2.96,0-3.52-0.155-4.37-1.196-0.53-0.657-0.96-1.94-0.96-2.849,0-3.455-2.73-3.018-3.13,0.5-0.09,0.836-0.39,1.405-0.67,1.266-0.61-0.304-0.36-3.549,0.34-4.4,0.27-0.332,0.97-0.673,1.56-0.76,3.18-0.466,1.94-12.992-1.84-18.601-0.67-0.995-1.5-2.721-1.84-3.835s-1.43-3.621-2.43-5.57c-1.44-2.8-1.85-4.236-1.97-6.836-0.08-1.81-0.18-3.633-0.22-4.05-0.04-0.418,0.08-1.216,0.28-1.773s0.01-0.414-0.41,0.317c-1.38,2.358-4.02,2.355-4.96-0.006-0.31-0.758-0.63-1.053-0.77-0.69-0.3,0.823-4.02,0.827-4.53,0.005-0.26-0.424-0.48-0.218-0.68,0.633-0.41,1.751-2.64,2-3.75,0.417-0.44-0.635-0.8-0.933-0.79-0.662s0.33,0.915,0.73,1.431c0.51,0.684,0.58,1.285,0.22,2.215-0.5,1.317-0.13,1.853,2.24,3.226,1.3,0.752,0.67,1.177-0.68,0.456-2.02-1.083-1.56-0.169,0.88,1.739,2.88,2.25,4.36,2.216,8.27-0.192,1.38-0.851,2.74-1.547,3.01-1.547,1.11,0,0.35,0.855-2.37,2.659-4.1,2.722-8.05,2.603-10.41-0.313-0.87-1.076-0.87-1.074-0.88,0.548-0.01,0.896-0.8,3.061-1.76,4.811-0.95,1.75-1.83,4.12-1.94,5.266s-0.71,2.794-1.32,3.661c-2.5,3.501-4.26,8.305-4.5,12.264l-0.23,3.832,4.62,3.687c2.54,2.028,4.96,4.171,5.37,4.762,1.16,1.648,0.93,3.684-0.55,5.062l-1.31,1.215,1.39,1.095c1.86,1.464,3.14,1.73,7.18,1.496,4.42-0.256,7.59-1.788,11.59-5.612l3.11-2.973,0.36,2.618c0.44,3.173-0.16,11.231-0.8,10.833-1.01-0.619-0.39,1.415,0.78,2.583,1.02,1.02,1.74,1.243,4.04,1.243,2.67,0,2.97-0.138,6.13-2.823zm-33.69-12.607c0-0.342-1.31-1.753-2.92-3.135-3.41-2.953-4.86-3.876-3.37-2.15,0.58,0.671,1.59,2.132,2.24,3.246,1.86,3.206,2.57,3.885,3.36,3.227,0.38-0.311,0.69-0.846,0.69-1.188zm35.74-6.974c1.8-1.894,2.12-2.584,2.42-5.207,0.19-1.663,0.12-4.163-0.15-5.555-1.03-5.331-4.05-12.32-6.12-14.178-1.9-1.702-5.11-6.786-6.9-10.916-1.38-3.17-1.7-4.584-1.71-7.389-0.02-5.935-0.86-10.132-2.66-13.261-1.38-2.3983-2.13-3.0964-4.57-4.2833-7.07-3.4339-12.97-1.7826-15.87,4.4354-0.83,1.7852-1.17,3.3892-1.13,5.3372,0.03,1.532,0.16,2.329,0.3,1.772,0.41-1.67,1.19-2.278,2.91-2.278,1.82,0,4.27,1.891,4.4,3.394,0.04,0.5,0.1,1.249,0.12,1.663,0.03,0.414,0.45,0.829,0.94,0.922,0.62,0.119,0.79-0.062,0.58-0.605-0.47-1.232,0.75-4.204,2.08-5.08,1.56-1.022,4.26-1.027,5.71-0.01,2.19,1.532,2.68,3.346,2.5,9.154-0.16,5.245-0.12,5.466,1.53,8.732,0.93,1.842,2.05,4.578,2.48,6.08,0.44,1.502,1.47,3.779,2.28,5.06,2.62,4.128,3.49,8.167,3.44,15.997-0.04,6.023,0.08,7.073,0.88,7.952,1.45,1.604,4.02,0.922,6.54-1.736zm-0.47-2.238c-0.18-0.186-0.34-0.573-0.34-0.861,0-0.317,0.24-0.288,0.6,0.076,0.33,0.329,0.48,0.717,0.34,0.861-0.14,0.143-0.41,0.109-0.6-0.076zm1.48-1.114c-0.22-0.353-0.26-0.778-0.09-0.945,0.45-0.454,0.94,0.213,0.7,0.947-0.17,0.515-0.29,0.514-0.61-0.002zm-16.27-31.179c-0.96-1.464-0.8-3.56,0.28-3.607,2.27-0.098,4.32,2.26,3.66,4.23-0.38,1.133-3.07,0.707-3.94-0.623zm1.89-1.405c-0.36-0.363-0.6-0.393-0.6-0.076,0,0.676,0.6,1.275,0.94,0.937,0.14-0.144-0.01-0.531-0.34-0.861zm-8.36-19.976c-0.19-0.1857-0.34-1.2111-0.34-2.2786,0-1.8673,0.06-1.941,1.71-1.941,0.94,0,1.94,0.2848,2.21,0.6329,0.7,0.8774,0.46,2.8983-0.41,3.4506-0.86,0.5396-2.69,0.6176-3.17,0.1361zm2.19-2.2241c0-0.262-0.23-0.4765-0.51-0.4765s-0.5,0.3553-0.5,0.7895c0,0.4341,0.22,0.6485,0.5,0.4764s0.51-0.5273,0.51-0.7894zm-25.2,56.037c-1.45-1.649-1.5-1.867-1.26-5.443,0.27-3.833,0.75-5.369,3.87-12.334,1-2.228,1.82-4.479,1.82-5.001,0.01-0.523,0.92-2.602,2.03-4.62,2.5-4.512,2.67-5.564,0.27-1.572-0.97,1.609-2.65,3.988-3.73,5.287-2.38,2.873-2.75,3.559-4.44,8.271-0.74,2.041-2.11,5.243-3.05,7.116-2.11,4.206-2.25,5.927-0.47,5.585,0.96-0.182,1.8,0.297,3.68,2.084,2.89,2.76,3.35,2.985,1.28,0.627zm-3.66-4.95c0-1.843,0.22-1.777,0.7,0.211,0.19,0.827,0.12,1.393-0.19,1.393-0.28,0-0.51-0.722-0.51-1.604zm12.5-30.17c-0.13-0.487-0.23-0.088-0.23,0.886,0,0.975,0.1,1.374,0.23,0.886,0.13-0.487,0.13-1.284,0-1.772zm-0.55-5.053c-0.17-0.168-0.29,0.131-0.27,0.665,0.03,0.59,0.15,0.71,0.31,0.306,0.15-0.366,0.13-0.802-0.04-0.971zm3.3-3.01c-0.44-0.759-0.54-0.781-0.55-0.123-0.02,0.853,0.51,1.621,0.87,1.262,0.12-0.118-0.02-0.631-0.32-1.139zm11.78,0.938c0.14-0.229-0.19-0.796-0.73-1.261-0.92-0.793-0.99-0.788-0.99,0.079,0,1.402,1.11,2.166,1.72,1.182zm-9.51-2.485c-0.17-0.168-0.29,0.131-0.27,0.665,0.03,0.59,0.15,0.71,0.31,0.306,0.15-0.366,0.13-0.803-0.04-0.971zm10.8-1.439c-0.64-0.676-1.61-1.23-2.17-1.23-1.1,0-2.86,1.357-2.86,2.201,0,0.288,0.28,0.168,0.63-0.267,1.43-1.782,4.88-1.084,4.98,1.006,0.03,0.583,0.12,0.644,0.31,0.189,0.14-0.368-0.26-1.223-0.89-1.899zm-12.94-0.217c0.34,0,0.94,0.285,1.33,0.633,0.6,0.538,0.61,0.501,0.04-0.253-0.37-0.488-1.06-0.886-1.52-0.886-0.91,0-2.07,0.928-2.07,1.656,0,0.243,0.36,0.083,0.8-0.354,0.44-0.438,1.07-0.796,1.42-0.796z" transform="translate(10, 663.0927170000001) " stroke="#000" stroke-miterlimit="4.0000000" stroke-width="0.37500000" fill="none"/>
- <circle cy="0" cx="0" r="2" transform="translate(15, 785.4498670000002)"/>
- <rect id="d0e96" display="none" height="1000px" width="258" y="779.45" x="20"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <text id="tracing-f03-zh_TW.svgtext1492" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 663.36)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.154671" x="69.581543" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f03-zh_TW.svgtspan1493" y="97.154671" x="69.581543" role="line">原始圖像</tspan></text>
+ <text id="tracing-f03-zh_TW.svgtext1495" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 663.36)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="157.95474" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f03-zh_TW.svgtspan1496" y="97.378670" x="157.95474" role="line">偵測邊緣</tspan><tspan id="tracing-f03-zh_TW.svgtspan1498" y="103.37867" x="157.95474" role="line">填色,無邊框</tspan></text>
+ <text id="tracing-f03-zh_TW.svgtext1500" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 663.36)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="244.99974" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f03-zh_TW.svgtspan1501" y="97.378670" x="244.99974" role="line">偵測邊緣</tspan><tspan id="tracing-f03-zh_TW.svgtspan1503" y="103.37867" x="244.99974" role="line">邊框,無填色</tspan></text>
+ <image id="tracing-f03-zh_TW.svgimage1508" sodipodi:absref="/tux.png" xlink:href="tux.png" transform="translate(10 663.36)" height="91.143" width="76.965" y=".000036133" x="31.099"/>
+ <path id="tracing-f03-zh_TW.svgpath4003" d="m139.28 89.101c-1.22-0.554-3.5-1.363-5.06-1.797-9.19-2.553-12.03-3.428-12.59-3.88-0.83-0.662-0.8-3.17 0.08-5.676 0.47-1.351 0.61-3.264 0.43-5.882-0.24-3.484-0.16-3.99 0.81-4.96 0.79-0.784 1.71-1.08 3.37-1.08 3.12 0 4.04-1.136 4.04-4.981 0-2.439 0.35-3.585 2.1-6.945 1.15-2.214 2.43-5.164 2.85-6.556 1.28-4.328 2.29-6.298 4.6-9.018 1.23-1.446 2.92-3.713 3.75-5.039l1.52-2.411-0.27-9.833c-0.25-9.303-0.2-9.982 0.85-12.583 2.03-4.9988 5.81-7.4473 11.48-7.4473 6.48 0 11.64 3.1302 14.06 8.5268 1.11 2.4645 1.4 4.1035 1.75 9.6405 0.42 6.617 0.44 6.711 2.84 11.441 1.33 2.623 3.54 6.054 4.91 7.624 2.84 3.246 3.82 5.006 5.73 10.332 1.53 4.27 2.16 10.332 1.41 13.56-0.38 1.63-0.34 2.348 0.19 3.038 0.37 0.497 0.69 1.538 0.7 2.314 0.02 1.92 1.27 3.673 3.89 5.479 1.73 1.193 2.2 1.822 2.2 2.968 0 2.463-0.48 2.996-4.94 5.47-2.37 1.317-5.37 3.394-6.65 4.614-3.43 3.266-5.03 4.106-7.8 4.109-2.71 0.002-5.83-1.368-6.82-2.995-0.6-1.001-1.06-1.054-9.12-1.054h-8.49l-1.83 1.51c-3.38 2.786-6.23 3.216-9.99 1.511zm8.76-3.212l2.24-1.835 9.54-0.004 9.53-0.005 0.07-4.081 0.07-4.082-1.08 0.985c-3.69 3.353-9.68 5.436-14.47 5.033-1.55-0.13-3.24-0.417-3.76-0.637-0.79-0.332-0.89-0.228-0.62 0.619 0.21 0.663-0.05 1.441-0.73 2.228-0.98 1.129-1.03 1.139-0.76 0.148 0.16-0.585-0.05-1.708-0.46-2.496s-0.62-1.625-0.48-1.861c0.44-0.698-0.91-3.24-1.98-3.739-0.54-0.254-2.23-2.513-3.75-5.02-3.51-5.808-6.01-8.389-7.75-8.022-0.69 0.147-1.72 0.984-2.28 1.861-0.84 1.304-1.47 1.657-3.47 1.944-1.35 0.193-2.77 0.474-3.17 0.625-1.2 0.464-1.66 2.55-1.24 5.669 0.29 2.149 0.19 3.693-0.36 5.654-0.53 1.858-0.61 2.86-0.25 3.221 0.29 0.288 3.59 1.296 7.33 2.239s7.81 2.185 9.05 2.76c3.22 1.5 5.94 1.128 8.78-1.204zm-4.77-0.013c0-0.111 0.8-0.673 1.78-1.248 1.38-0.819 1.77-0.889 1.77-0.321 0 0.398-0.44 0.96-0.98 1.248-0.97 0.517-2.57 0.717-2.57 0.321zm38.26-0.594c1.83-1.552 4.85-3.626 6.71-4.607 3.7-1.945 5.67-3.524 5.67-4.533 0-0.356-0.99-1.329-2.2-2.162-2.48-1.705-3.88-3.555-3.88-5.132 0-0.585-0.25-1.535-0.56-2.111-0.53-1-0.65-0.946-2.47 1.173-1.91 2.211-1.93 2.22-5.31 2.22-2.95 0-3.52-0.155-4.36-1.196-0.53-0.657-0.97-1.94-0.97-2.849 0-3.455-2.73-3.018-3.12 0.5-0.09 0.836-0.4 1.405-0.68 1.266-0.6-0.304-0.35-3.549 0.34-4.4 0.27-0.332 0.98-0.673 1.57-0.76 3.17-0.466 1.93-12.992-1.84-18.601-0.68-0.995-1.5-2.721-1.84-3.835s-1.44-3.621-2.44-5.57c-1.43-2.8-1.85-4.236-1.96-6.836-0.08-1.81-0.18-3.633-0.22-4.05-0.05-0.418 0.08-1.216 0.28-1.773 0.19-0.557 0.01-0.414-0.42 0.317-1.37 2.358-4.02 2.355-4.96-0.006-0.3-0.758-0.63-1.053-0.76-0.69-0.31 0.823-4.02 0.827-4.53 0.005-0.26-0.424-0.48-0.218-0.68 0.633-0.41 1.751-2.65 2-3.75 0.417-0.45-0.635-0.81-0.933-0.8-0.662s0.34 0.915 0.73 1.431c0.52 0.684 0.58 1.285 0.23 2.215-0.5 1.317-0.13 1.853 2.24 3.226 1.29 0.752 0.67 1.177-0.68 0.456-2.02-1.083-1.56-0.169 0.88 1.739 2.87 2.25 4.35 2.216 8.27-0.192 1.38-0.851 2.73-1.547 3.01-1.547 1.11 0 0.34 0.855-2.38 2.659-4.1 2.722-8.04 2.603-10.4-0.313-0.87-1.076-0.88-1.074-0.89 0.548 0 0.896-0.79 3.061-1.75 4.811s-1.83 4.12-1.94 5.266-0.71 2.794-1.33 3.661c-2.49 3.501-4.25 8.305-4.5 12.264l-0.23 3.832 4.62 3.687c2.55 2.028 4.97 4.171 5.38 4.762 1.15 1.648 0.93 3.684-0.56 5.062l-1.31 1.215 1.4 1.095c1.86 1.464 3.13 1.73 7.18 1.496 4.42-0.256 7.58-1.788 11.59-5.612l3.11-2.973 0.36 2.618c0.44 3.173-0.17 11.231-0.81 10.833-1-0.619-0.38 1.415 0.78 2.583 1.02 1.02 1.75 1.243 4.05 1.243 2.66 0 2.96-0.138 6.13-2.823zm-33.7-12.607c0-0.342-1.31-1.753-2.91-3.135-3.42-2.953-4.87-3.876-3.37-2.15 0.58 0.671 1.58 2.132 2.23 3.246 1.87 3.206 2.58 3.885 3.37 3.227 0.37-0.311 0.68-0.846 0.68-1.188zm35.75-6.974c1.8-1.894 2.12-2.584 2.41-5.207 0.19-1.663 0.12-4.163-0.14-5.555-1.04-5.331-4.05-12.32-6.13-14.178-1.89-1.702-5.11-6.786-6.9-10.916-1.37-3.17-1.7-4.584-1.71-7.389-0.01-5.935-0.86-10.132-2.66-13.261-1.38-2.3986-2.12-3.0967-4.57-4.2836-7.06-3.4339-12.97-1.7826-15.86 4.4354-0.83 1.7852-1.18 3.3892-1.14 5.3372 0.03 1.532 0.17 2.329 0.3 1.772 0.42-1.67 1.19-2.278 2.92-2.278 1.82 0 4.26 1.891 4.39 3.394 0.04 0.5 0.1 1.249 0.13 1.663s0.45 0.829 0.93 0.922c0.62 0.119 0.8-0.062 0.59-0.605-0.47-1.232 0.74-4.204 2.08-5.08 1.56-1.022 4.25-1.027 5.7-0.01 2.19 1.532 2.69 3.346 2.51 9.154-0.16 5.245-0.12 5.466 1.52 8.732 0.93 1.842 2.05 4.578 2.49 6.08s1.46 3.779 2.27 5.06c2.62 4.128 3.49 8.167 3.44 15.997-0.03 6.023 0.08 7.073 0.88 7.952 1.45 1.604 4.02 0.922 6.55-1.736zm-0.47-2.238c-0.19-0.186-0.34-0.573-0.34-0.861 0-0.317 0.24-0.288 0.6 0.076 0.33 0.329 0.48 0.717 0.34 0.861-0.15 0.143-0.42 0.109-0.6-0.076zm1.47-1.114c-0.21-0.353-0.26-0.778-0.09-0.945 0.45-0.454 0.95 0.213 0.7 0.947-0.17 0.515-0.29 0.514-0.61-0.002zm-16.27-31.179c-0.96-1.464-0.8-3.56 0.28-3.607 2.28-0.098 4.32 2.26 3.67 4.23-0.38 1.133-3.08 0.707-3.95-0.623zm1.89-1.405c-0.36-0.363-0.6-0.393-0.6-0.076 0 0.676 0.6 1.275 0.94 0.937 0.14-0.144-0.01-0.531-0.34-0.861zm-8.36-19.976c-0.19-0.1857-0.34-1.2111-0.34-2.2786 0-1.8673 0.07-1.941 1.71-1.941 0.94 0 1.94 0.2848 2.22 0.6329 0.7 0.8774 0.45 2.8983-0.42 3.4506-0.85 0.5396-2.69 0.6176-3.17 0.1361zm2.19-2.2241c0-0.262-0.22-0.4765-0.5-0.4765s-0.51 0.3553-0.51 0.7895c0 0.4341 0.23 0.6485 0.51 0.4764s0.5-0.5273 0.5-0.7894zm-25.2 56.037c-1.44-1.649-1.49-1.867-1.25-5.443 0.26-3.833 0.74-5.369 3.87-12.334 0.99-2.228 1.81-4.479 1.82-5.001 0-0.523 0.92-2.602 2.03-4.62 2.49-4.512 2.67-5.564 0.26-1.572-0.97 1.609-2.64 3.988-3.72 5.287-2.39 2.873-2.76 3.559-4.45 8.271-0.73 2.041-2.1 5.243-3.04 7.116-2.11 4.206-2.26 5.927-0.47 5.585 0.95-0.182 1.8 0.297 3.67 2.084 2.89 2.76 3.35 2.985 1.28 0.627zm-3.66-4.95c0-1.843 0.22-1.777 0.7 0.211 0.2 0.827 0.12 1.393-0.18 1.393-0.29 0-0.52-0.722-0.52-1.604zm12.5-30.17c-0.12-0.487-0.23-0.088-0.23 0.886 0 0.975 0.11 1.374 0.23 0.886 0.13-0.487 0.13-1.284 0-1.772zm-0.55-5.053c-0.16-0.168-0.28 0.131-0.26 0.665 0.02 0.59 0.14 0.71 0.3 0.306 0.15-0.366 0.13-0.802-0.04-0.971zm3.3-3.01c-0.44-0.759-0.54-0.781-0.55-0.123-0.01 0.853 0.52 1.621 0.88 1.262 0.12-0.118-0.03-0.631-0.33-1.139zm11.79 0.938c0.14-0.229-0.19-0.796-0.73-1.261-0.93-0.793-0.99-0.788-0.99 0.079 0 1.402 1.11 2.166 1.72 1.182zm-9.52-2.485c-0.16-0.168-0.28 0.131-0.26 0.665 0.02 0.59 0.14 0.71 0.3 0.306 0.15-0.366 0.13-0.803-0.04-0.971zm10.8-1.439c-0.63-0.676-1.61-1.23-2.16-1.23-1.1 0-2.87 1.357-2.87 2.201 0 0.288 0.29 0.168 0.64-0.267 1.42-1.782 4.88-1.084 4.97 1.006 0.03 0.583 0.13 0.644 0.31 0.189 0.15-0.368-0.25-1.223-0.89-1.899zm-12.94-0.217c0.34 0 0.94 0.285 1.33 0.633 0.61 0.538 0.61 0.501 0.04-0.253-0.37-0.488-1.05-0.886-1.52-0.886-0.91 0-2.06 0.928-2.06 1.656 0 0.243 0.36 0.083 0.79-0.354 0.44-0.438 1.08-0.796 1.42-0.796z" transform="translate(10 663.36)"/>
+ <path id="tracing-f03-zh_TW.svgpath4004" d="m226.33 89.101c-1.22-0.554-3.5-1.363-5.07-1.797-9.18-2.553-12.02-3.428-12.59-3.88-0.83-0.662-0.79-3.17 0.08-5.676 0.47-1.351 0.61-3.264 0.43-5.882-0.24-3.484-0.15-3.99 0.82-4.96 0.78-0.784 1.71-1.08 3.36-1.08 3.12 0 4.05-1.136 4.05-4.981 0-2.439 0.34-3.585 2.09-6.945 1.16-2.214 2.44-5.164 2.85-6.556 1.29-4.328 2.29-6.298 4.61-9.018 1.22-1.446 2.91-3.713 3.75-5.039l1.52-2.411-0.27-9.833c-0.25-9.303-0.21-9.982 0.85-12.583 2.03-4.9988 5.8-7.4473 11.48-7.4473 6.47 0 11.63 3.1302 14.05 8.5268 1.11 2.4645 1.41 4.1035 1.76 9.6405 0.41 6.617 0.44 6.711 2.83 11.441 1.33 2.623 3.54 6.054 4.92 7.624 2.84 3.246 3.81 5.006 5.72 10.332 1.53 4.27 2.17 10.332 1.41 13.56-0.38 1.63-0.33 2.348 0.19 3.038 0.38 0.497 0.7 1.538 0.7 2.314 0.03 1.92 1.27 3.673 3.9 5.479 1.73 1.193 2.2 1.822 2.2 2.968 0 2.463-0.48 2.996-4.94 5.47-2.38 1.317-5.37 3.394-6.66 4.614-3.43 3.266-5.02 4.106-7.79 4.109-2.72 0.002-5.84-1.368-6.82-2.995-0.61-1.001-1.07-1.054-9.13-1.054h-8.49l-1.83 1.51c-3.38 2.786-6.22 3.216-9.98 1.511zm8.76-3.212l2.24-1.835 9.53-0.004 9.54-0.005 0.07-4.081 0.07-4.082-1.09 0.985c-3.68 3.353-9.67 5.436-14.47 5.033-1.55-0.13-3.24-0.417-3.76-0.637-0.78-0.332-0.89-0.228-0.62 0.619 0.21 0.663-0.04 1.441-0.73 2.228-0.98 1.129-1.03 1.139-0.76 0.148 0.16-0.585-0.04-1.708-0.45-2.496s-0.63-1.625-0.48-1.861c0.43-0.698-0.92-3.24-1.98-3.739-0.55-0.254-2.23-2.513-3.75-5.02-3.52-5.808-6.01-8.389-7.75-8.022-0.7 0.147-1.73 0.984-2.29 1.861-0.83 1.304-1.46 1.657-3.47 1.944-1.34 0.193-2.77 0.474-3.16 0.625-1.21 0.464-1.67 2.55-1.24 5.669 0.29 2.149 0.19 3.693-0.37 5.654-0.53 1.858-0.6 2.86-0.24 3.221 0.29 0.288 3.58 1.296 7.33 2.239 3.74 0.943 7.81 2.185 9.04 2.76 3.22 1.5 5.94 1.128 8.79-1.204zm-4.77-0.013c0-0.111 0.8-0.673 1.77-1.248 1.39-0.819 1.77-0.889 1.77-0.321 0 0.398-0.44 0.96-0.98 1.248-0.96 0.517-2.56 0.717-2.56 0.321zm38.25-0.594c1.83-1.552 4.85-3.626 6.72-4.607 3.69-1.945 5.66-3.524 5.66-4.533 0-0.356-0.99-1.329-2.2-2.162-2.48-1.705-3.87-3.555-3.87-5.132 0-0.585-0.25-1.535-0.56-2.111-0.54-1-0.65-0.946-2.48 1.173-1.9 2.211-1.92 2.22-5.3 2.22-2.96 0-3.52-0.155-4.37-1.196-0.53-0.657-0.96-1.94-0.96-2.849 0-3.455-2.73-3.018-3.13 0.5-0.09 0.836-0.39 1.405-0.67 1.266-0.61-0.304-0.36-3.549 0.34-4.4 0.27-0.332 0.97-0.673 1.56-0.76 3.18-0.466 1.94-12.992-1.84-18.601-0.67-0.995-1.5-2.721-1.84-3.835s-1.43-3.621-2.43-5.57c-1.44-2.8-1.85-4.236-1.97-6.836-0.08-1.81-0.18-3.633-0.22-4.05-0.04-0.418 0.08-1.216 0.28-1.773s0.01-0.414-0.41 0.317c-1.38 2.358-4.02 2.355-4.96-0.006-0.31-0.758-0.63-1.053-0.77-0.69-0.3 0.823-4.02 0.827-4.53 0.005-0.26-0.424-0.48-0.218-0.68 0.633-0.41 1.751-2.64 2-3.75 0.417-0.44-0.635-0.8-0.933-0.79-0.662s0.33 0.915 0.73 1.431c0.51 0.684 0.58 1.285 0.22 2.215-0.5 1.317-0.13 1.853 2.24 3.226 1.3 0.752 0.67 1.177-0.68 0.456-2.02-1.083-1.56-0.169 0.88 1.739 2.88 2.25 4.36 2.216 8.27-0.192 1.38-0.851 2.74-1.547 3.01-1.547 1.11 0 0.35 0.855-2.37 2.659-4.1 2.722-8.05 2.603-10.41-0.313-0.87-1.076-0.87-1.074-0.88 0.548-0.01 0.896-0.8 3.061-1.76 4.811-0.95 1.75-1.83 4.12-1.94 5.266s-0.71 2.794-1.32 3.661c-2.5 3.501-4.26 8.305-4.5 12.264l-0.23 3.832 4.62 3.687c2.54 2.028 4.96 4.171 5.37 4.762 1.16 1.648 0.93 3.684-0.55 5.062l-1.31 1.215 1.39 1.095c1.86 1.464 3.14 1.73 7.18 1.496 4.42-0.256 7.59-1.788 11.59-5.612l3.11-2.973 0.36 2.618c0.44 3.173-0.16 11.231-0.8 10.833-1.01-0.619-0.39 1.415 0.78 2.583 1.02 1.02 1.74 1.243 4.04 1.243 2.67 0 2.97-0.138 6.13-2.823zm-33.69-12.607c0-0.342-1.31-1.753-2.92-3.135-3.41-2.953-4.86-3.876-3.37-2.15 0.58 0.671 1.59 2.132 2.24 3.246 1.86 3.206 2.57 3.885 3.36 3.227 0.38-0.311 0.69-0.846 0.69-1.188zm35.74-6.974c1.8-1.894 2.12-2.584 2.42-5.207 0.19-1.663 0.12-4.163-0.15-5.555-1.03-5.331-4.05-12.32-6.12-14.178-1.9-1.702-5.11-6.786-6.9-10.916-1.38-3.17-1.7-4.584-1.71-7.389-0.02-5.935-0.86-10.132-2.66-13.261-1.38-2.3986-2.13-3.0967-4.57-4.2836-7.07-3.4339-12.97-1.7826-15.87 4.4354-0.83 1.7852-1.17 3.3892-1.13 5.3372 0.03 1.532 0.16 2.329 0.3 1.772 0.41-1.67 1.19-2.278 2.91-2.278 1.82 0 4.27 1.891 4.4 3.394 0.04 0.5 0.1 1.249 0.12 1.663 0.03 0.414 0.45 0.829 0.94 0.922 0.62 0.119 0.79-0.062 0.58-0.605-0.47-1.232 0.75-4.204 2.08-5.08 1.56-1.022 4.26-1.027 5.71-0.01 2.19 1.532 2.68 3.346 2.5 9.154-0.16 5.245-0.12 5.466 1.53 8.732 0.93 1.842 2.05 4.578 2.48 6.08 0.44 1.502 1.47 3.779 2.28 5.06 2.62 4.128 3.49 8.167 3.44 15.997-0.04 6.023 0.08 7.073 0.88 7.952 1.45 1.604 4.02 0.922 6.54-1.736zm-0.47-2.238c-0.18-0.186-0.34-0.573-0.34-0.861 0-0.317 0.24-0.288 0.6 0.076 0.33 0.329 0.48 0.717 0.34 0.861-0.14 0.143-0.41 0.109-0.6-0.076zm1.48-1.114c-0.22-0.353-0.26-0.778-0.09-0.945 0.45-0.454 0.94 0.213 0.7 0.947-0.17 0.515-0.29 0.514-0.61-0.002zm-16.27-31.179c-0.96-1.464-0.8-3.56 0.28-3.607 2.27-0.098 4.32 2.26 3.66 4.23-0.38 1.133-3.07 0.707-3.94-0.623zm1.89-1.405c-0.36-0.363-0.6-0.393-0.6-0.076 0 0.676 0.6 1.275 0.94 0.937 0.14-0.144-0.01-0.531-0.34-0.861zm-8.36-19.976c-0.19-0.1857-0.34-1.2111-0.34-2.2786 0-1.8673 0.06-1.941 1.71-1.941 0.94 0 1.94 0.2848 2.21 0.6329 0.7 0.8774 0.46 2.8983-0.41 3.4506-0.86 0.5396-2.69 0.6176-3.17 0.1361zm2.19-2.2241c0-0.262-0.23-0.4765-0.51-0.4765s-0.5 0.3553-0.5 0.7895c0 0.4341 0.22 0.6485 0.5 0.4764s0.51-0.5273 0.51-0.7894zm-25.2 56.037c-1.45-1.649-1.5-1.867-1.26-5.443 0.27-3.833 0.75-5.369 3.87-12.334 1-2.228 1.82-4.479 1.82-5.001 0.01-0.523 0.92-2.602 2.03-4.62 2.5-4.512 2.67-5.564 0.27-1.572-0.97 1.609-2.65 3.988-3.73 5.287-2.38 2.873-2.75 3.559-4.44 8.271-0.74 2.041-2.11 5.243-3.05 7.116-2.11 4.206-2.25 5.927-0.47 5.585 0.96-0.182 1.8 0.297 3.68 2.084 2.89 2.76 3.35 2.985 1.28 0.627zm-3.66-4.95c0-1.843 0.22-1.777 0.7 0.211 0.19 0.827 0.12 1.393-0.19 1.393-0.28 0-0.51-0.722-0.51-1.604zm12.5-30.17c-0.13-0.487-0.23-0.088-0.23 0.886 0 0.975 0.1 1.374 0.23 0.886 0.13-0.487 0.13-1.284 0-1.772zm-0.55-5.053c-0.17-0.168-0.29 0.131-0.27 0.665 0.03 0.59 0.15 0.71 0.31 0.306 0.15-0.366 0.13-0.802-0.04-0.971zm3.3-3.01c-0.44-0.759-0.54-0.781-0.55-0.123-0.02 0.853 0.51 1.621 0.87 1.262 0.12-0.118-0.02-0.631-0.32-1.139zm11.78 0.938c0.14-0.229-0.19-0.796-0.73-1.261-0.92-0.793-0.99-0.788-0.99 0.079 0 1.402 1.11 2.166 1.72 1.182zm-9.51-2.485c-0.17-0.168-0.29 0.131-0.27 0.665 0.03 0.59 0.15 0.71 0.31 0.306 0.15-0.366 0.13-0.803-0.04-0.971zm10.8-1.439c-0.64-0.676-1.61-1.23-2.17-1.23-1.1 0-2.86 1.357-2.86 2.201 0 0.288 0.28 0.168 0.63-0.267 1.43-1.782 4.88-1.084 4.98 1.006 0.03 0.583 0.12 0.644 0.31 0.189 0.14-0.368-0.26-1.223-0.89-1.899zm-12.94-0.217c0.34 0 0.94 0.285 1.33 0.633 0.6 0.538 0.61 0.501 0.04-0.253-0.37-0.488-1.06-0.886-1.52-0.886-0.91 0-2.07 0.928-2.07 1.656 0 0.243 0.36 0.083 0.8-0.354 0.44-0.438 1.07-0.796 1.42-0.796z" transform="translate(10 663.36)" stroke="#000" stroke-width=".375" fill="none"/>
+ <circle cy="0" cx="0" r="2" transform="translate(15 785.3)"/>
+ <rect id="d0e96" display="none" height="1e3px" width="258" y="779.3" x="20"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e96"/>
</flowRegion>
<flowDiv xml:space="preserve">顏色量化</flowDiv>
</flowRoot>
- <rect id="d0e100" display="none" height="1000px" width="288" y="797.53" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e100" display="none" height="1e3px" width="288" y="796.76" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e100"/>
</flowRegion>
<flowDiv xml:space="preserve">這個濾鏡的效果會產生一個不同於其他兩種濾鏡的中間影像,但是非常有用。這個濾鏡會尋找顏色變化的邊緣即使在同等亮度和對比下,而不是顯示亮度或對比的等斜線。如果中間點陣圖是彩色的,顏色數目的設定值會決定有多少種輸出顏色。還會決定黑色/白色是否有偶數或奇數索引。</flowDiv>
</flowRoot>
- <text id="tracing-f04-zh_TW.svgtext4626" style="writing-mode:lr-tb;text-anchor:middle;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 856.3645590000001) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="6.0000000" font-variant="normal" y="97.153664" x="69.581543" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f04-zh_TW.svgtspan4627" y="97.153664" x="69.581543" role="line">原始圖像</tspan></text>
- <text id="tracing-f04-zh_TW.svgtext4629" style="writing-mode:lr-tb;text-anchor:middle;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 856.3645590000001) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="6.0000000" font-variant="normal" y="97.37867" x="156.37865" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f04-zh_TW.svgtspan5892" y="97.378670" x="156.37865" role="line">量化 (12 種顏色)</tspan><tspan id="tracing-f04-zh_TW.svgtspan5894" y="103.37867" x="156.37865" role="line">填色,無邊框</tspan></text>
- <text id="tracing-f04-zh_TW.svgtext4634" style="writing-mode:lr-tb;text-anchor:middle;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 856.3645590000001) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="6.0000000" font-variant="normal" y="97.37867" x="245.12865" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f04-zh_TW.svgtspan5896" y="97.378670" x="245.12865" role="line">量化 (12 種顏色)</tspan><tspan id="tracing-f04-zh_TW.svgtspan5898" y="103.37867" x="245.12865" role="line">邊框,無填色</tspan></text>
- <image id="tracing-f04-zh_TW.svgimage4639" sodipodi:absref="/tux.png" xlink:href="tux.png" transform="translate(10, 856.3645590000001) " height="91.143" width="76.965" y="-0.000097656" x="31.099"/>
- <path id="tracing-f04-zh_TW.svgpath5261" d="M138.36,88.785c-1.07-0.444-1.75-1.018-1.57-1.318,0.19-0.298,0.09-0.383-0.22-0.193-0.3,0.187-3.07-0.348-6.16-1.187-3.09-0.84-5.78-1.541-5.99-1.559-0.2-0.018,0.13-0.231,0.73-0.474,1.22-0.493,6.35,0.11,10.85,1.278,4.27,1.106,5.77,0.967,7.64-0.707,1.4-1.253,1.64-1.817,1.71-4.064,0.05-1.435-0.11-2.731-0.35-2.88-0.24-0.148-0.44,0.752-0.44,2,0,3.33-1.84,5.385-4.82,5.385-1.21,0-2.83-0.239-3.6-0.532s-4.03-0.982-7.24-1.531c-6.88-1.176-7.55-1.616-6.71-4.429,0.74-2.453,0.78-4.821,0.08-4.389-0.28,0.175-0.4,0.504-0.26,0.731,0.27,0.429-0.44,3.028-1.34,4.894-0.81,1.698-0.3,2.834,1.61,3.57,1.61,0.619,1.63,0.655,0.26,0.384-2.93-0.576-3.39-1.811-2.04-5.533,0.51-1.439,0.64-3.143,0.43-5.883-0.27-3.484-0.2-3.961,0.78-4.937,0.76-0.759,1.72-1.082,3.23-1.087,2.41-0.009,2.87-0.23,4.06-1.97,0.62-0.92,0.7-1.459,0.3-2.205-0.76-1.426-0.09-4.225,1.86-7.717,0.93-1.671,2.26-4.797,2.96-6.946,1.58-4.862,1.98-5.607,4.64-8.751,1.17-1.392,2.83-3.637,3.69-4.987l1.54-2.456-0.3-9.799c-0.34-11.096,0.02-12.896,3.25-16.478,2.41-2.6627,5.35-3.6957,9.64-3.3861,5.48,0.3948,9.5,2.8938,12.15,7.5492,1.39,2.4461,1.65,3.8181,2.1,11.044,0.37,5.991,0.44,6.24,2.8,10.902,1.33,2.625,3.54,6.057,4.91,7.627,2.86,3.269,4.15,5.594,5.85,10.589,1.45,4.266,1.94,9.256,1.25,12.687-0.4,2-0.35,2.768,0.22,3.654,0.4,0.617,0.73,1.707,0.73,2.423,0,1.806,1.28,3.588,3.87,5.369,3.67,2.527,3.07,4.2-2.66,7.392-2.33,1.299-5.27,3.359-6.52,4.579-1.26,1.219-2.5,2.085-2.76,1.924s-0.63-0.026-0.84,0.3c-0.23,0.37-0.14,0.457,0.22,0.232,0.32-0.199,0.59-0.24,0.59-0.092,0,0.624-3.12,1.816-4.76,1.816-2.14,0-4.52-0.842-4.14-1.461,0.15-0.248-0.12-0.419-0.6-0.381-0.52,0.04-0.89-0.286-0.89-0.781,0-0.468-0.21-1.037-0.46-1.266-0.26-0.241-0.29-0.128-0.06,0.268,0.32,0.549,0.19,0.574-0.65,0.127-0.63-0.341-4.31-0.557-9.48-0.557h-8.44l-1.9,1.504c-3.36,2.662-5.46,3.072-8.75,1.708zm4.05-0.017c-0.49-0.127-1.29-0.127-1.77,0-0.49,0.128-0.09,0.232,0.88,0.232,0.98,0,1.38-0.104,0.89-0.232zm32.15-0.008c-0.62-0.121-1.65-0.121-2.28,0-0.62,0.12-0.11,0.219,1.14,0.219,1.26,0,1.77-0.099,1.14-0.219zm-26.77-2.829c0.16,0.161,0.44-0.081,0.61-0.539,0.28-0.728,1.42-0.832,9.13-0.832,4.84,0,8.8,0.204,8.8,0.453s0.52,0.42,1.14,0.38c1.11-0.071,1.14-0.249,1.2-5.517,0.03-2.994-0.11-5.443-0.32-5.443-0.2,0-0.65,0.339-1,0.754-0.34,0.415-0.8,0.645-1.02,0.511-0.21-0.134-0.77,0.331-1.23,1.034s-1.05,1.143-1.32,0.979c-0.27-0.165-0.48-0.045-0.48,0.267,0,0.311-0.21,0.44-0.46,0.285-0.25-0.154-0.59,0.075-0.75,0.509-0.17,0.434-0.54,0.647-0.82,0.474-0.28-0.174-0.51-0.05-0.51,0.275s-0.34,0.459-0.76,0.299c-0.41-0.16-0.76-0.056-0.76,0.233,0,0.294-0.44,0.383-1.01,0.203-0.55-0.177-1.01-0.135-1.01,0.092,0,0.228-1.82,0.414-4.05,0.414s-4.05-0.163-4.05-0.364c0-0.2-0.38-0.218-0.84-0.04-0.61,0.232-0.73,0.138-0.44-0.335,0.27-0.442,0.18-0.58-0.3-0.419-0.4,0.137-0.71,0.966-0.73,1.964-0.06,2.93-0.18,3.32-1.51,4.646-0.91,0.907-1.09,1.362-0.63,1.541,0.36,0.14,1.14-0.279,1.74-0.932,0.6-0.652,1.22-1.054,1.38-0.892zm-2.22,0.908c0.35-0.418,0.75-0.76,0.89-0.76s-0.03,0.342-0.38,0.76c-0.35,0.417-0.74,0.759-0.88,0.759s0.03-0.342,0.37-0.759zm32.33-1.276c1.22-0.549,2.38-0.894,2.59-0.766,0.2,0.128,1.02-0.442,1.81-1.268,1.8-1.881,1.46-1.879-2.29,0.018-3.42,1.722-6.55,1.994-7.86,0.681-1.4-1.399-1.77-3.065-1.77-8.026,0-2.641-0.22-4.887-0.51-5.062-0.76-0.472-1.21,1.173-0.54,1.98,0.36,0.435,0.55,2.432,0.48,5.273-0.08,3.597,0.09,4.856,0.77,5.903,1.58,2.406,3.92,2.812,7.32,1.267zm-18.94-6.314c1.09-0.391,2.21-0.573,2.48-0.406s0.34,0.057,0.15-0.245c-0.34-0.554,1.52-1.45,2.47-1.185,0.27,0.078,0.33-0.027,0.13-0.234-0.33-0.322,1.41-1.937,2.14-2.001,0.62-0.053,2.54-1.54,2.54-1.968,0-0.26-0.62,0.08-1.38,0.755s-1.05,0.805-0.66,0.289c0.4-0.516,0.9-2.112,1.12-3.545,1.01-6.849,1.12-7.11,3.19-7.494,1.13-0.21,1.62-1.824,1.72-5.648,0.03-1.481,0.25-2.313,0.56-2.122,0.63,0.386,0.68,4.81,0.06,4.81-0.25,0-0.34,1.538-0.21,3.418,0.21,2.857,0.46,3.613,1.55,4.608,1.1,0.998,1.64,1.137,3.37,0.86,1.2-0.191,2.65-0.891,3.46-1.665,0.77-0.734,1.39-1.103,1.39-0.821,0,0.775-2.09,2.578-3.7,3.187-3.24,1.227-5.69,0.075-6.41-3.016l-0.42-1.76-0.05,1.932c-0.07,2.597,0.61,3.697,2.72,4.393,2.04,0.673,3.45,0.355,5.58-1.262,1.46-1.096,4.07-4.841,2.86-4.096-0.73,0.45-0.73,0.167,0-1.434,0.32-0.701,0.78-1.156,1.01-1.011,0.23,0.144,0.28-0.433,0.11-1.282-0.17-0.85-0.1-1.544,0.14-1.544s0.44-1.254,0.44-2.785c0-1.532-0.2-2.785-0.44-2.785s-0.31-0.684-0.14-1.519c0.19-0.939,0.09-1.519-0.24-1.519-0.31,0-0.42-0.342-0.26-0.76s0.05-0.759-0.25-0.759-0.42-0.342-0.26-0.76,0.05-0.759-0.25-0.759-0.41-0.342-0.25-0.76,0.04-0.76-0.26-0.76-0.41-0.341-0.25-0.759,0.06-0.76-0.23-0.76c-0.28,0-0.38-0.227-0.21-0.506,0.18-0.278,0.06-0.506-0.25-0.506s-0.42-0.228-0.25-0.507c0.17-0.278,0.06-0.506-0.26-0.506-0.31,0-0.42-0.228-0.25-0.506,0.17-0.279,0.06-0.507-0.25-0.507s-0.43-0.229-0.25-0.51c0.17-0.28-0.04-0.646-0.48-0.812-0.43-0.167-0.67-0.484-0.54-0.705,0.14-0.221-0.6-1.154-1.65-2.073-1.04-0.919-1.83-1.859-1.76-2.09s-0.21-0.552-0.63-0.713c-0.42-0.16-0.64-0.496-0.48-0.745,0.15-0.249,0.02-0.453-0.29-0.453s-0.42-0.23-0.25-0.51c0.17-0.281-0.04-0.646-0.47-0.813-0.44-0.166-0.67-0.507-0.51-0.756,0.15-0.249,0.02-0.453-0.29-0.453s-0.42-0.228-0.25-0.506c0.17-0.279,0.06-0.507-0.25-0.507s-0.43-0.228-0.26-0.506c0.18-0.279,0.06-0.507-0.25-0.507s-0.43-0.227-0.25-0.506c0.17-0.278,0.06-0.506-0.26-0.506-0.31,0-0.42-0.228-0.25-0.506,0.17-0.279,0.05-0.507-0.28-0.507-0.32,0-0.46-0.342-0.3-0.759,0.16-0.418,0.05-0.76-0.25-0.76s-0.41-0.342-0.25-0.759c0.16-0.418,0.05-0.76-0.25-0.76-0.36,0-0.48-1.47-0.37-4.304,0.1-2.367-0.02-4.304-0.26-4.304-0.25,0-0.33-0.911-0.18-2.025,0.16-1.161,0.06-2.026-0.22-2.026-0.27,0-0.35-0.457-0.17-1.015,0.21-0.674,0.06-1.117-0.47-1.319-0.44-0.167-0.67-0.5076-0.51-0.7569,0.15-0.2493,0.02-0.4533-0.29-0.4533s-0.42-0.2278-0.25-0.5063,0.06-0.5064-0.25-0.5064-0.45-0.193-0.3-0.4289c0.34-0.557-2.45-3.2379-2.9-2.7851-0.19,0.1896-0.35,0.0654-0.35-0.2759,0-0.3414-0.23-0.4798-0.5-0.3077-0.28,0.1721-0.51,0.0582-0.51-0.2532s-0.23-0.4253-0.51-0.2532-0.5,0.0582-0.5-0.2531c0-0.3114-0.23-0.4253-0.51-0.2532s-0.51,0.0563-0.51-0.2574c0-0.34-0.41-0.4405-1.01-0.249-0.56,0.1768-1.01,0.1352-1.01-0.0924,0-0.2277-1.48-0.4139-3.29-0.4139s-3.29,0.1952-3.29,0.4339-0.35,0.3028-0.76,0.1425c-0.42-0.1603-0.76-0.0573-0.76,0.2289s-0.23,0.3795-0.51,0.2074-0.51-0.0582-0.51,0.2532c0,0.3113-0.19,0.4468-0.42,0.301-0.56-0.3443-3.24,2.4459-2.79,2.8988,0.19,0.1895,0.07,0.3446-0.28,0.3446-0.34,0-0.48,0.2279-0.3,0.5064,0.17,0.2785,0.05,0.5063-0.26,0.5063s-0.42,0.2279-0.25,0.5064,0.08,0.5063-0.21,0.5063c-0.28,0-0.39,0.3418-0.23,0.7595s0.1,0.7597-0.14,0.7597-0.43,3.418-0.43,7.595c0,4.178,0.13,7.595,0.3,7.595s0.34,1.254,0.39,2.785c0.06,1.72-0.12,2.785-0.46,2.785-0.3,0-0.4,0.228-0.23,0.507,0.17,0.278,0.06,0.506-0.26,0.506-0.31,0-0.44,0.204-0.28,0.453,0.15,0.249-0.08,0.59-0.51,0.756-0.43,0.167-0.66,0.508-0.51,0.76,0.16,0.251-0.07,0.593-0.5,0.759-0.44,0.167-0.67,0.507-0.51,0.757,0.15,0.25-0.29,0.832-1,1.292-0.7,0.461-1.16,1.019-1.03,1.241,0.14,0.222-0.43,0.907-1.26,1.522-0.83,0.616-1.38,1.335-1.22,1.6,0.17,0.264,0.05,0.481-0.26,0.481-0.32,0-0.43,0.227-0.26,0.506,0.17,0.278,0.06,0.506-0.25,0.506s-0.43,0.228-0.25,0.507c0.17,0.278,0.07,0.506-0.21,0.506-0.29,0-0.39,0.342-0.23,0.76,0.16,0.417,0.02,0.759-0.3,0.759-0.37,0-0.47,0.393-0.28,1.013,0.18,0.568,0.09,1.012-0.2,1.012s-0.39,0.342-0.23,0.76,0.02,0.76-0.3,0.76c-0.33,0-0.45,0.227-0.28,0.506,0.17,0.278,0.08,0.506-0.21,0.506-0.28,0-0.39,0.342-0.23,0.76s0.03,0.759-0.29,0.759c-0.33,0-0.45,0.228-0.28,0.507,0.17,0.278,0.06,0.506-0.26,0.506-0.31,0-0.42,0.228-0.25,0.506,0.17,0.279,0.06,0.507-0.25,0.507s-0.44,0.204-0.29,0.453c0.16,0.249-0.07,0.589-0.51,0.756-0.43,0.166-0.64,0.532-0.47,0.812,0.17,0.281,0.06,0.51-0.25,0.51s-0.43,0.228-0.25,0.507c0.17,0.278,0.05,0.506-0.26,0.506-0.34,0-0.44,0.409-0.25,1.013,0.18,0.557,0.09,1.012-0.19,1.012-0.64,0-0.54,2.161,0.12,2.614,0.27,0.184,1.21,0.216,2.1,0.073,1.3-0.212,1.97,0.05,3.46,1.363,1.02,0.894,1.85,1.876,1.85,2.182s-0.87-0.29-1.93-1.326c-1.6-1.562-2.23-1.859-3.74-1.748-1.01,0.074-1.72,0.297-1.6,0.497s0.91,0.225,1.76,0.057c1.28-0.258,1.83-0.016,3.39,1.514,1.03,1.002,2.1,1.831,2.38,1.843,0.27,0.011,0.59,0.28,0.69,0.597,0.12,0.356-0.05,0.423-0.45,0.175-0.43-0.265-0.53-0.201-0.29,0.191,0.2,0.326,0.56,0.475,0.79,0.331,0.23-0.143,1.02,0.748,1.74,1.981,1.46,2.499,1.61,3.054,0.68,2.517-0.37-0.211-0.46-0.171-0.21,0.097,0.23,0.253,0.67,0.461,0.97,0.461s0.65,0.316,0.78,0.703c0.16,0.469,0.02,0.57-0.41,0.302-0.44-0.272-0.53-0.201-0.27,0.216,0.21,0.34,0.51,0.487,0.67,0.327s0.86,0.223,1.55,0.852,1.08,0.83,0.86,0.446c-0.28-0.47-0.19-0.626,0.26-0.475,0.37,0.123,1.09-0.189,1.59-0.694,1.01-1.006,1.23-2.437,0.38-2.437-0.29,0-0.41-0.197-0.26-0.438,0.32-0.527-1.43-2.225-1.86-1.797-0.16,0.164-0.68-0.29-1.15-1.008s-1.05-1.186-1.29-1.04c-0.23,0.146-0.8-0.31-1.26-1.013s-1.01-1.174-1.21-1.047c-0.21,0.127-1-0.414-1.75-1.202-1.2-1.253-1.39-1.888-1.49-5.081-0.06-2.007,0.08-3.77,0.32-3.917,0.24-0.148,0.31-0.588,0.16-0.977-0.15-0.39-0.03-0.708,0.27-0.708s0.42-0.342,0.26-0.76c-0.17-0.418-0.08-0.759,0.18-0.759s0.34-0.342,0.18-0.76-0.02-0.759,0.3-0.759c0.33,0,0.45-0.228,0.28-0.507-0.17-0.278-0.06-0.506,0.25-0.506s0.43-0.228,0.25-0.506c-0.17-0.279-0.05-0.507,0.26-0.507s0.42-0.228,0.25-0.506c-0.17-0.279-0.06-0.507,0.25-0.507,0.32,0,0.43-0.227,0.26-0.506-0.18-0.278-0.06-0.506,0.25-0.506s0.42-0.23,0.25-0.51c-0.17-0.281,0.04-0.646,0.47-0.813,0.44-0.166,0.67-0.506,0.51-0.756-0.15-0.249-0.06-0.453,0.21-0.453s0.38-0.513,0.24-1.139c-0.21-0.947-0.15-1.011,0.34-0.38,0.48,0.605,0.54,0.375,0.33-1.139-0.15-1.1-0.05-1.899,0.24-1.899,0.28,0,0.37-0.228,0.19-0.507-0.17-0.278-0.05-0.506,0.26-0.506s0.42-0.228,0.25-0.506c-0.17-0.279-0.06-0.507,0.25-0.507,0.32,0,0.43-0.227,0.26-0.506-0.17-0.278-0.06-0.506,0.25-0.506s0.43-0.23,0.25-0.51c-0.17-0.281,0.04-0.646,0.48-0.813,0.43-0.166,0.66-0.506,0.5-0.756-0.15-0.249-0.02-0.453,0.29-0.453s0.43-0.228,0.25-0.506c-0.17-0.279-0.07-0.507,0.23-0.507,0.59,0,0.45-3.696-0.2-5.184-0.21-0.483-0.14-1.566,0.15-2.405,0.3-0.875,0.33-1.525,0.07-1.525s-0.32-0.379-0.15-0.843c0.2-0.503,0.12-0.715-0.18-0.527-0.7,0.432-0.51-5.463,0.21-6.322,1.08-1.307,5.74-0.198,4.9,1.167-0.15,0.247-0.02,0.449,0.29,0.449s0.53,0.398,0.48,0.886c-0.18,1.802,0.06,2.152,1.49,2.152,1.59,0,2.17-0.823,1.73-2.483-0.16-0.633-0.03-1.062,0.32-1.062,0.33,0,0.46-0.224,0.29-0.498-0.4-0.639,2.71-2.551,4.04-2.487,0.85,0.04,0.81,0.119-0.25,0.48-1.22,0.416-1.21,0.428,0.25,0.348,1.73-0.095,2.95,0.478,2.51,1.18-0.16,0.259-0.03,0.471,0.28,0.471s0.42,0.228,0.25,0.506c-0.17,0.279-0.08,0.507,0.21,0.507s0.39,0.342,0.23,0.759c-0.16,0.418-0.04,0.76,0.27,0.76s0.56,0.569,0.56,1.266c0,0.696-0.25,1.266-0.56,1.266s-0.43,0.341-0.27,0.759,0.06,0.76-0.22,0.76c-0.33,0-0.32,0.351,0.03,1.003,0.3,0.552,0.53,1.862,0.52,2.912-0.04,2.879,0.16,4.186,0.64,4.186,0.23,0,0.28,0.228,0.11,0.507-0.17,0.278-0.06,0.506,0.25,0.506,0.32,0,0.43,0.228,0.26,0.506-0.17,0.279-0.06,0.507,0.25,0.507s0.44,0.204,0.29,0.453c-0.16,0.249,0.08,0.593,0.53,0.764,0.46,0.177,0.68,0.635,0.52,1.066-0.16,0.415-0.06,0.755,0.23,0.755,0.28,0,0.38,0.228,0.2,0.506-0.17,0.279-0.05,0.506,0.26,0.506,0.34,0,0.44,0.41,0.25,1.013-0.2,0.624-0.09,1.013,0.28,1.013,0.35,0,0.49,0.421,0.33,1.013-0.14,0.556-0.02,1.012,0.28,1.012s0.39,0.151,0.21,0.335c-0.18,0.183,0.12,0.655,0.68,1.047s0.89,0.925,0.73,1.185c-0.16,0.259-0.04,0.471,0.27,0.471,0.32,0,0.43,0.228,0.26,0.507-0.17,0.278-0.06,0.506,0.25,0.506s0.43,0.228,0.25,0.506c-0.17,0.279-0.05,0.507,0.26,0.507s0.42,0.228,0.25,0.506c-0.17,0.279-0.08,0.506,0.21,0.506,0.28,0,0.37,0.38,0.19,0.843-0.23,0.61-0.13,0.729,0.35,0.431,0.51-0.316,0.59-0.109,0.34,0.888-0.19,0.765-0.1,1.374,0.22,1.482,0.37,0.125,0.4,0.745,0.09,1.941l-0.46,1.757-0.33-2.73c-0.32-2.716-2.19-6.982-3.89-8.916-0.49-0.556-1.04-1.998-1.22-3.203-0.39-2.533-2.78-7.52-4.24-8.843-0.97-0.876-1.06-0.866-2.46,0.286-2.49,2.042-6.25,4.394-7.53,4.715-1.23,0.31-3.35-1.229-3.88-2.822-0.44-1.315-1.86-0.077-3.72,3.248-1.48,2.654-1.79,3.633-1.51,4.884,0.26,1.175,0.1,1.839-0.64,2.663-3.09,3.464-5.7,10.213-5.7,14.751v3.25l3.15,2.688c8.04,6.866,8.68,7.985,5.95,10.475l-1.53,1.399,1.04,0.94c0.8,0.726,0.89,1.042,0.39,1.39-0.43,0.304-0.31,0.361,0.37,0.175,0.56-0.151,1.35-0.056,1.77,0.212,1.14,0.729,8.07,0.56,10.35-0.251zm-22.93-18.487c0-0.697,0.12-0.982,0.26-0.633,0.14,0.348,0.14,0.917,0,1.265-0.14,0.349-0.26,0.064-0.26-0.632zm31.33-30.348c-0.72-1.358-0.66-1.552,0.48-1.552,1.01,0,2.26,1.634,1.68,2.212-0.62,0.62-1.64,0.308-2.16-0.66zm1.51-0.004c0-0.262-0.23-0.617-0.51-0.789s-0.51,0.042-0.51,0.477c0,0.434,0.23,0.789,0.51,0.789s0.51-0.215,0.51-0.477zm-8.11-22.562c0-0.9044,0.28-1.2658,0.96-1.2658,1.35,0,1.75,1.3911,0.58,2.0176-1.38,0.7375-1.54,0.6613-1.54-0.7518zm-16.2,68.942c0-0.096-0.51-0.609-1.14-1.139l-1.14-0.965,0.97,1.14c0.9,1.07,1.31,1.369,1.31,0.964zm-22.18-8.925c-0.33-0.501-1.1,1.312-1.1,2.602-0.02,2.91,0.75,3.231,1,0.422,0.14-1.532,0.19-2.893,0.1-3.024zm17.12,1.505c-0.3-0.558-0.66-1.013-0.8-1.013s-0.01,0.455,0.29,1.013c0.3,0.556,0.66,1.012,0.8,1.012s0.01-0.456-0.29-1.012zm-12.41-2.026c0.17-0.278,0.09-0.506-0.19-0.506s-0.65,0.228-0.82,0.506c-0.17,0.279-0.09,0.506,0.19,0.506s0.65-0.227,0.82-0.506zm35.71-39.859c0.41-1.193,0.41-1.872,0-2.532-0.5-0.79-0.53-0.761-0.25,0.237,0.21,0.79,0.09,1.14-0.41,1.14-0.39,0-2.14,0.714-3.89,1.588-4.41,2.207-7,2.438-8.9,0.797l-1.48-1.27,0.87-1.827c0.48-1.005,1.61-2.28,2.52-2.834s1.35-1.008,0.98-1.01c-0.38-0.001-1.26,0.454-1.97,1.011s-1.6,1.013-1.98,1.013-0.69,0.285-0.7,0.633c0,0.348-0.14,1.132-0.3,1.741-0.23,0.858,0.23,1.626,2.05,3.392,2.09,2.035,2.64,2.301,4.99,2.436,3.46,0.2,7.62-2.015,8.47-4.515zm-1.83-4.518c0.24-0.622,0.16-0.703-0.32-0.321-0.36,0.28-0.99,0.636-1.41,0.791-0.51,0.192-0.41,0.294,0.33,0.321,0.6,0.022,1.23-0.334,1.4-0.791zm-10.84-1.449c0-0.463,0.32-0.623,0.89-0.441,0.72,0.232,0.75,0.189,0.15-0.236-0.41-0.286-0.87-0.437-1.04-0.334s-0.61-0.311-0.99-0.919c-0.65-1.049-0.64-1.067,0.28-0.347,0.88,0.693,0.91,0.686,0.31-0.079-1.06-1.355-2.4-0.828-2.27,0.888,0.1,1.25,0.05,1.318-0.34,0.457-0.32-0.711-0.47-0.782-0.5-0.24-0.02,0.426,0.32,1.281,0.76,1.901,0.63,0.91,0.97,1.026,1.77,0.601,0.54-0.289,0.98-0.852,0.98-1.251zm7.6,1.014c-0.75-0.894,0.03-1.033,0.9-0.162,0.95,0.95,2.94-0.356,2.87-1.886-0.03-0.68-0.24-1.408-0.48-1.619-0.23-0.211-0.22-0.042,0.01,0.376,0.37,0.653,0.32,0.663-0.42,0.069-0.46-0.38-0.72-0.892-0.57-1.139s0.02-0.449-0.29-0.449c-0.78,0-2.05,1.319-1.66,1.712,0.17,0.172,0.05,0.313-0.28,0.313-0.32,0-0.59,0.456-0.59,1.013,0,0.828-0.34,1.013-1.86,1.013-1.02,0-1.7,0.148-1.52,0.33s1.01,0.311,1.84,0.287c0.84-0.023,1.65,0.17,1.81,0.429,0.16,0.26,0.42,0.473,0.58,0.473s0-0.342-0.34-0.76zm5.37-2.721c-0.34-2.201-1.64-3.608-3.31-3.608-1.81,0-3.59,1.338-3.56,2.687,0.01,1.062,0.06,1.05,1.15-0.282,2.29-2.789,5.26-1.053,4.75,2.773-0.26,2.009-0.23,2.092,0.48,1.151,0.49-0.651,0.66-1.623,0.49-2.721zm-12.2-2.097c-0.04-0.562-0.38-1.302-0.75-1.646-0.54-0.5-0.6-0.488-0.28,0.062,0.29,0.517,0.13,0.606-0.65,0.36-0.56-0.181-1.18-0.091-1.36,0.198-0.17,0.29,0.01,0.527,0.41,0.527s1.01,0.342,1.35,0.76c0.88,1.05,1.37,0.949,1.28-0.261z" transform="translate(10, 856.3645590000001) "/>
- <path id="tracing-f04-zh_TW.svgpath5262" d="M227.11,88.785c-1.07-0.443-1.75-1.018-1.57-1.318,0.19-0.298,0.09-0.382-0.22-0.192-0.3,0.186-3.07-0.348-6.16-1.188s-5.78-1.541-5.99-1.559c-0.2-0.017,0.13-0.231,0.73-0.474,1.22-0.493,6.35,0.111,10.85,1.278,4.27,1.106,5.77,0.968,7.64-0.707,1.4-1.252,1.64-1.817,1.71-4.064,0.05-1.435-0.11-2.731-0.35-2.879-0.24-0.149-0.44,0.751-0.44,1.999,0,3.33-1.84,5.386-4.82,5.386-1.21,0-2.83-0.24-3.6-0.532-0.77-0.293-4.03-0.982-7.24-1.531-6.88-1.176-7.55-1.617-6.71-4.43,0.74-2.453,0.78-4.82,0.08-4.389-0.28,0.175-0.4,0.504-0.26,0.732,0.27,0.428-0.44,3.028-1.34,4.893-0.81,1.698-0.3,2.834,1.61,3.571,1.61,0.618,1.63,0.654,0.26,0.384-2.93-0.577-3.39-1.811-2.04-5.534,0.51-1.439,0.64-3.142,0.43-5.882-0.27-3.484-0.2-3.962,0.78-4.937,0.76-0.76,1.72-1.082,3.23-1.088,2.41-0.009,2.87-0.229,4.06-1.969,0.62-0.92,0.7-1.459,0.3-2.206-0.76-1.426-0.09-4.224,1.86-7.716,0.93-1.671,2.26-4.797,2.96-6.947,1.58-4.862,1.98-5.607,4.64-8.75,1.17-1.393,2.83-3.637,3.69-4.988l1.54-2.455-0.3-9.799c-0.34-11.096,0.02-12.897,3.25-16.479,2.41-2.6627,5.35-3.6957,9.64-3.3861,5.48,0.3948,9.5,2.8938,12.15,7.5492,1.39,2.4457,1.65,3.8187,2.1,11.044,0.37,5.991,0.44,6.24,2.8,10.903,1.33,2.624,3.54,6.056,4.91,7.626,2.86,3.269,4.15,5.595,5.85,10.589,1.45,4.266,1.94,9.256,1.25,12.688-0.4,1.999-0.35,2.768,0.22,3.653,0.4,0.617,0.73,1.707,0.73,2.423,0,1.806,1.28,3.589,3.87,5.37,3.67,2.526,3.07,4.2-2.66,7.391-2.33,1.299-5.27,3.359-6.52,4.579-1.26,1.22-2.5,2.086-2.76,1.924-0.26-0.161-0.63-0.026-0.84,0.3-0.23,0.371-0.14,0.458,0.22,0.232,0.32-0.199,0.59-0.24,0.59-0.091,0,0.623-3.12,1.815-4.76,1.815-2.14,0-4.52-0.842-4.14-1.461,0.15-0.248-0.12-0.419-0.6-0.381-0.52,0.041-0.89-0.286-0.89-0.781,0-0.467-0.21-1.037-0.46-1.265-0.26-0.241-0.29-0.128-0.06,0.267,0.32,0.549,0.19,0.574-0.65,0.127-0.63-0.341-4.31-0.557-9.48-0.557h-8.44l-1.9,1.504c-3.36,2.662-5.46,3.073-8.75,1.708zm4.05-0.016c-0.49-0.128-1.29-0.128-1.77,0-0.49,0.127-0.09,0.231,0.88,0.231,0.98,0,1.38-0.104,0.89-0.231zm32.15-0.009c-0.62-0.12-1.65-0.12-2.28,0-0.62,0.121-0.11,0.22,1.14,0.22,1.26,0,1.77-0.099,1.14-0.22zm-26.77-2.829c0.16,0.161,0.44-0.081,0.61-0.539,0.28-0.727,1.42-0.832,9.13-0.832,4.84,0,8.8,0.204,8.8,0.453s0.52,0.42,1.14,0.38c1.11-0.071,1.14-0.249,1.2-5.516,0.03-2.994-0.11-5.444-0.32-5.444-0.2,0-0.65,0.34-1,0.754-0.34,0.415-0.8,0.645-1.02,0.511-0.21-0.134-0.77,0.332-1.23,1.034-0.46,0.703-1.05,1.144-1.32,0.979s-0.48-0.045-0.48,0.267c0,0.311-0.21,0.44-0.46,0.286s-0.59,0.075-0.75,0.508c-0.17,0.434-0.54,0.647-0.82,0.474s-0.51-0.05-0.51,0.275-0.34,0.459-0.76,0.299c-0.41-0.16-0.76-0.055-0.76,0.233,0,0.295-0.44,0.384-1.01,0.203-0.55-0.176-1.01-0.135-1.01,0.093s-1.82,0.414-4.05,0.414-4.05-0.164-4.05-0.364-0.38-0.218-0.84-0.041c-0.61,0.233-0.73,0.138-0.44-0.334,0.27-0.443,0.18-0.58-0.3-0.42-0.4,0.138-0.71,0.967-0.73,1.964-0.06,2.931-0.18,3.321-1.51,4.647-0.91,0.906-1.09,1.361-0.63,1.54,0.36,0.14,1.14-0.279,1.74-0.931s1.22-1.054,1.38-0.893zm-2.22,0.908c0.35-0.418,0.75-0.759,0.89-0.759s-0.03,0.341-0.38,0.759-0.74,0.759-0.88,0.759,0.03-0.341,0.37-0.759zm32.33-1.275c1.22-0.55,2.38-0.895,2.59-0.767,0.2,0.129,1.02-0.442,1.81-1.267,1.8-1.882,1.46-1.879-2.29,0.018-3.42,1.722-6.55,1.993-7.86,0.681-1.4-1.4-1.77-3.066-1.77-8.026,0-2.641-0.22-4.888-0.51-5.063-0.76-0.471-1.21,1.173-0.54,1.981,0.36,0.435,0.55,2.432,0.48,5.272-0.08,3.597,0.09,4.857,0.77,5.904,1.58,2.406,3.92,2.811,7.32,1.267zm-18.94-6.315c1.09-0.39,2.21-0.573,2.48-0.406s0.34,0.057,0.15-0.244c-0.34-0.554,1.52-1.451,2.47-1.186,0.27,0.079,0.33-0.027,0.13-0.234-0.33-0.322,1.41-1.937,2.14-2,0.62-0.054,2.54-1.541,2.54-1.968,0-0.26-0.62,0.079-1.38,0.754-0.76,0.676-1.05,0.805-0.66,0.289,0.4-0.516,0.9-2.111,1.12-3.544,1.01-6.85,1.12-7.111,3.19-7.495,1.13-0.21,1.62-1.824,1.72-5.648,0.03-1.481,0.25-2.312,0.56-2.122,0.63,0.387,0.68,4.811,0.06,4.811-0.25,0-0.34,1.538-0.21,3.418,0.21,2.857,0.46,3.612,1.55,4.607,1.1,0.999,1.64,1.137,3.37,0.86,1.2-0.191,2.65-0.89,3.46-1.664,0.77-0.734,1.39-1.104,1.39-0.822,0,0.775-2.09,2.578-3.7,3.187-3.24,1.227-5.69,0.076-6.41-3.016l-0.42-1.76-0.05,1.932c-0.07,2.598,0.61,3.697,2.72,4.393,2.04,0.673,3.45,0.355,5.58-1.261,1.46-1.097,4.07-4.841,2.86-4.096-0.73,0.45-0.73,0.166,0-1.435,0.32-0.7,0.78-1.155,1.01-1.011s0.28-0.432,0.11-1.282c-0.17-0.849-0.1-1.544,0.14-1.544s0.44-1.253,0.44-2.785-0.2-2.785-0.44-2.785-0.31-0.684-0.14-1.519c0.19-0.939,0.09-1.519-0.24-1.519-0.31,0-0.42-0.342-0.26-0.76,0.16-0.417,0.05-0.759-0.25-0.759s-0.42-0.342-0.26-0.76c0.16-0.417,0.05-0.759-0.25-0.759s-0.41-0.342-0.25-0.76c0.16-0.417,0.04-0.759-0.26-0.759s-0.41-0.342-0.25-0.76c0.16-0.417,0.06-0.759-0.23-0.759-0.28,0-0.38-0.228-0.21-0.507,0.18-0.278,0.06-0.506-0.25-0.506s-0.42-0.228-0.25-0.506c0.17-0.279,0.06-0.507-0.26-0.507-0.31,0-0.42-0.228-0.25-0.506s0.06-0.506-0.25-0.506-0.43-0.23-0.25-0.51c0.17-0.281-0.04-0.646-0.48-0.813-0.43-0.166-0.67-0.483-0.54-0.705,0.14-0.221-0.6-1.154-1.65-2.072-1.04-0.919-1.83-1.86-1.76-2.091s-0.21-0.551-0.63-0.712-0.64-0.496-0.48-0.746c0.15-0.249,0.02-0.453-0.29-0.453s-0.42-0.229-0.25-0.51c0.17-0.28-0.04-0.646-0.47-0.812-0.44-0.167-0.67-0.507-0.51-0.756,0.15-0.25,0.02-0.454-0.29-0.454s-0.42-0.228-0.25-0.506,0.06-0.506-0.25-0.506-0.43-0.228-0.26-0.507c0.18-0.278,0.06-0.506-0.25-0.506s-0.43-0.228-0.25-0.506c0.17-0.279,0.06-0.507-0.26-0.507-0.31,0-0.42-0.228-0.25-0.506,0.17-0.279,0.05-0.506-0.28-0.506-0.32,0-0.46-0.342-0.3-0.76s0.05-0.76-0.25-0.76-0.41-0.341-0.25-0.759,0.05-0.76-0.25-0.76c-0.36,0-0.48-1.47-0.37-4.304,0.1-2.367-0.02-4.304-0.26-4.304-0.25,0-0.33-0.911-0.18-2.025,0.16-1.16,0.06-2.025-0.22-2.025-0.27,0-0.35-0.457-0.17-1.015,0.21-0.674,0.06-1.118-0.47-1.32-0.44-0.166-0.67-0.5072-0.51-0.7565,0.15-0.2493,0.02-0.4533-0.29-0.4533s-0.42-0.2278-0.25-0.5063,0.06-0.5064-0.25-0.5064-0.45-0.193-0.3-0.4289c0.34-0.557-2.45-3.2379-2.9-2.7851-0.19,0.1896-0.35,0.0654-0.35-0.2759,0-0.3414-0.23-0.4798-0.5-0.3077-0.28,0.1721-0.51,0.0582-0.51-0.2532s-0.23-0.4253-0.51-0.2532-0.5,0.0582-0.5-0.2531c0-0.3114-0.23-0.4253-0.51-0.2532s-0.51,0.0563-0.51-0.2574c0-0.34-0.41-0.4405-1.01-0.249-0.56,0.1768-1.01,0.1352-1.01-0.0924,0-0.2277-1.48-0.4139-3.29-0.4139s-3.29,0.1952-3.29,0.4339-0.35,0.3028-0.76,0.1425c-0.42-0.1603-0.76-0.0573-0.76,0.2289s-0.23,0.3795-0.51,0.2074-0.51-0.0582-0.51,0.2532c0,0.3113-0.19,0.4468-0.42,0.301-0.56-0.3443-3.24,2.4459-2.79,2.8988,0.19,0.1895,0.07,0.3446-0.28,0.3446-0.34,0-0.48,0.2279-0.3,0.5064,0.17,0.2785,0.05,0.5063-0.26,0.5063s-0.42,0.2279-0.25,0.5064,0.08,0.5063-0.21,0.5063c-0.28,0-0.39,0.3418-0.23,0.7595,0.16,0.4183,0.1,0.7593-0.14,0.7593s-0.43,3.418-0.43,7.595c0,4.178,0.13,7.596,0.3,7.596s0.34,1.253,0.39,2.785c0.06,1.719-0.12,2.785-0.46,2.785-0.3,0-0.4,0.228-0.23,0.506s0.06,0.506-0.26,0.506c-0.31,0-0.44,0.204-0.28,0.454,0.15,0.249-0.08,0.589-0.51,0.756-0.43,0.166-0.66,0.508-0.51,0.759,0.16,0.251-0.07,0.593-0.5,0.76-0.44,0.166-0.67,0.507-0.51,0.757,0.15,0.25-0.29,0.831-1,1.292-0.7,0.46-1.16,1.018-1.03,1.24,0.14,0.222-0.43,0.907-1.26,1.523-0.83,0.615-1.38,1.335-1.22,1.599,0.17,0.265,0.05,0.481-0.26,0.481-0.32,0-0.43,0.228-0.26,0.506,0.17,0.279,0.06,0.507-0.25,0.507s-0.43,0.228-0.25,0.506c0.17,0.278,0.07,0.506-0.21,0.506-0.29,0-0.39,0.342-0.23,0.76s0.02,0.759-0.3,0.759c-0.37,0-0.47,0.393-0.28,1.013,0.18,0.568,0.09,1.013-0.2,1.013s-0.39,0.342-0.23,0.759c0.16,0.418,0.02,0.76-0.3,0.76-0.33,0-0.45,0.228-0.28,0.506,0.17,0.279,0.08,0.507-0.21,0.507-0.28,0-0.39,0.341-0.23,0.759s0.03,0.76-0.29,0.76c-0.33,0-0.45,0.228-0.28,0.506s0.06,0.506-0.26,0.506c-0.31,0-0.42,0.228-0.25,0.507,0.17,0.278,0.06,0.506-0.25,0.506s-0.44,0.204-0.29,0.453c0.16,0.25-0.07,0.59-0.51,0.756-0.43,0.167-0.64,0.532-0.47,0.813,0.17,0.28,0.06,0.51-0.25,0.51s-0.43,0.228-0.25,0.506c0.17,0.279,0.05,0.507-0.26,0.507-0.34,0-0.44,0.409-0.25,1.012,0.18,0.557,0.09,1.013-0.19,1.013-0.64,0-0.54,2.161,0.12,2.613,0.27,0.184,1.21,0.217,2.1,0.073,1.3-0.211,1.97,0.051,3.46,1.364,1.02,0.893,1.85,1.875,1.85,2.181s-0.87-0.29-1.93-1.325c-1.6-1.562-2.23-1.86-3.74-1.749-1.01,0.074-1.72,0.298-1.6,0.497,0.12,0.2,0.91,0.226,1.76,0.057,1.28-0.258,1.83-0.016,3.39,1.515,1.03,1.001,2.1,1.831,2.38,1.842,0.27,0.011,0.59,0.28,0.69,0.598,0.12,0.355-0.05,0.422-0.45,0.175-0.43-0.266-0.53-0.201-0.29,0.19,0.2,0.327,0.56,0.476,0.79,0.332s1.02,0.747,1.74,1.981c1.46,2.498,1.61,3.054,0.68,2.517-0.37-0.212-0.46-0.172-0.21,0.096,0.23,0.254,0.67,0.461,0.97,0.461s0.65,0.317,0.78,0.704c0.16,0.469,0.02,0.569-0.41,0.301-0.44-0.271-0.53-0.201-0.27,0.216,0.21,0.341,0.51,0.488,0.67,0.327,0.16-0.16,0.86,0.224,1.55,0.853s1.08,0.829,0.86,0.445c-0.28-0.47-0.19-0.625,0.26-0.475,0.37,0.124,1.09-0.189,1.59-0.694,1.01-1.006,1.23-2.436,0.38-2.436-0.29,0-0.41-0.198-0.26-0.439,0.32-0.526-1.43-2.224-1.86-1.797-0.16,0.164-0.68-0.289-1.15-1.007s-1.05-1.187-1.29-1.041c-0.23,0.146-0.8-0.31-1.26-1.012-0.46-0.703-1.01-1.174-1.21-1.047-0.21,0.127-1-0.414-1.75-1.202-1.2-1.254-1.39-1.889-1.49-5.082-0.06-2.007,0.08-3.769,0.32-3.917s0.31-0.587,0.16-0.977c-0.15-0.389-0.03-0.708,0.27-0.708s0.42-0.342,0.26-0.759c-0.17-0.418-0.08-0.76,0.18-0.76s0.34-0.342,0.18-0.76c-0.16-0.417-0.02-0.759,0.3-0.759,0.33,0,0.45-0.228,0.28-0.506-0.17-0.279-0.06-0.507,0.25-0.507s0.43-0.228,0.25-0.506c-0.17-0.279-0.05-0.506,0.26-0.506s0.42-0.228,0.25-0.507c-0.17-0.278-0.06-0.506,0.25-0.506,0.32,0,0.43-0.228,0.26-0.507-0.18-0.278-0.06-0.506,0.25-0.506s0.42-0.229,0.25-0.51c-0.17-0.28,0.04-0.646,0.47-0.812,0.44-0.167,0.67-0.507,0.51-0.756-0.15-0.25-0.06-0.454,0.21-0.454s0.38-0.512,0.24-1.139c-0.21-0.946-0.15-1.011,0.34-0.38,0.48,0.606,0.54,0.375,0.33-1.139-0.15-1.1-0.05-1.899,0.24-1.899,0.28,0,0.37-0.228,0.19-0.506-0.17-0.279-0.05-0.507,0.26-0.507s0.42-0.227,0.25-0.506c-0.17-0.278-0.06-0.506,0.25-0.506,0.32,0,0.43-0.228,0.26-0.506-0.17-0.279-0.06-0.507,0.25-0.507s0.43-0.229,0.25-0.51c-0.17-0.28,0.04-0.646,0.48-0.812,0.43-0.167,0.66-0.507,0.5-0.756-0.15-0.25-0.02-0.454,0.29-0.454s0.43-0.227,0.25-0.506c-0.17-0.279-0.07-0.506,0.23-0.506,0.59,0,0.45-3.696-0.2-5.184-0.21-0.484-0.14-1.566,0.15-2.405,0.3-0.875,0.33-1.526,0.07-1.526s-0.32-0.379-0.15-0.842c0.2-0.504,0.12-0.716-0.18-0.528-0.7,0.432-0.51-5.462,0.21-6.322,1.08-1.307,5.74-0.198,4.9,1.167-0.15,0.247-0.02,0.449,0.29,0.449s0.53,0.399,0.48,0.886c-0.18,1.802,0.06,2.152,1.49,2.152,1.59,0,2.17-0.822,1.73-2.483-0.16-0.633-0.03-1.061,0.32-1.061,0.33,0,0.46-0.224,0.29-0.499-0.4-0.639,2.71-2.551,4.04-2.487,0.85,0.041,0.81,0.119-0.25,0.48-1.22,0.416-1.21,0.428,0.25,0.348,1.73-0.095,2.95,0.479,2.51,1.18-0.16,0.259-0.03,0.472,0.28,0.472s0.42,0.227,0.25,0.506c-0.17,0.278-0.08,0.506,0.21,0.506s0.39,0.342,0.23,0.76c-0.16,0.417-0.04,0.759,0.27,0.759s0.56,0.57,0.56,1.266-0.25,1.266-0.56,1.266-0.43,0.342-0.27,0.759c0.16,0.418,0.06,0.76-0.22,0.76-0.33,0-0.32,0.351,0.03,1.004,0.3,0.552,0.53,1.862,0.52,2.911-0.04,2.879,0.16,4.187,0.64,4.187,0.23,0,0.28,0.228,0.11,0.506s-0.06,0.506,0.25,0.506c0.32,0,0.43,0.228,0.26,0.507-0.17,0.278-0.06,0.506,0.25,0.506s0.44,0.204,0.29,0.453c-0.16,0.25,0.08,0.593,0.53,0.764,0.46,0.177,0.68,0.635,0.52,1.066-0.16,0.415-0.06,0.755,0.23,0.755,0.28,0,0.38,0.228,0.2,0.507-0.17,0.278-0.05,0.506,0.26,0.506,0.34,0,0.44,0.409,0.25,1.012-0.2,0.624-0.09,1.013,0.28,1.013,0.35,0,0.49,0.421,0.33,1.013-0.14,0.557-0.02,1.013,0.28,1.013s0.39,0.15,0.21,0.334,0.12,0.655,0.68,1.047,0.89,0.926,0.73,1.185-0.04,0.472,0.27,0.472c0.32,0,0.43,0.228,0.26,0.506-0.17,0.279-0.06,0.506,0.25,0.506s0.43,0.228,0.25,0.507c-0.17,0.278-0.05,0.506,0.26,0.506s0.42,0.228,0.25,0.506c-0.17,0.279-0.08,0.507,0.21,0.507,0.28,0,0.37,0.379,0.19,0.842-0.23,0.61-0.13,0.729,0.35,0.431,0.51-0.315,0.59-0.108,0.34,0.888-0.19,0.765-0.1,1.375,0.22,1.482,0.37,0.125,0.4,0.746,0.09,1.941l-0.46,1.758-0.33-2.731c-0.32-2.715-2.19-6.981-3.89-8.915-0.49-0.557-1.04-1.999-1.22-3.203-0.39-2.533-2.78-7.521-4.24-8.844-0.97-0.875-1.06-0.865-2.46,0.286-2.49,2.042-6.25,4.394-7.53,4.715-1.23,0.311-3.35-1.228-3.88-2.821-0.44-1.316-1.86-0.078-3.72,3.248-1.48,2.654-1.79,3.633-1.51,4.884,0.26,1.174,0.1,1.838-0.64,2.662-3.09,3.465-5.7,10.213-5.7,14.751v3.25l3.15,2.689c8.04,6.866,8.68,7.984,5.95,10.474l-1.53,1.4,1.04,0.939c0.8,0.726,0.89,1.042,0.39,1.39-0.43,0.304-0.31,0.361,0.37,0.175,0.56-0.151,1.35-0.055,1.77,0.213,1.14,0.728,8.07,0.56,10.35-0.252zm-22.93-18.487c0-0.696,0.12-0.981,0.26-0.633s0.14,0.918,0,1.266-0.26,0.063-0.26-0.633zm31.33-30.348c-0.72-1.358-0.66-1.552,0.48-1.552,1.01,0,2.26,1.635,1.68,2.212-0.62,0.62-1.64,0.308-2.16-0.66zm1.51-0.003c0-0.262-0.23-0.617-0.51-0.79-0.28-0.172-0.51,0.043-0.51,0.477s0.23,0.789,0.51,0.789,0.51-0.214,0.51-0.476zm-8.11-22.563c0-0.9044,0.28-1.2658,0.96-1.2658,1.35,0,1.75,1.3911,0.58,2.0176-1.38,0.7375-1.54,0.6613-1.54-0.7518zm-16.2,68.942c0-0.096-0.51-0.608-1.14-1.139l-1.14-0.964,0.97,1.139c0.9,1.07,1.31,1.37,1.31,0.964zm-22.18-8.924c-0.33-0.501-1.1,1.311-1.1,2.602-0.02,2.91,0.75,3.23,1,0.421,0.14-1.532,0.19-2.892,0.1-3.023zm17.12,1.504c-0.3-0.557-0.66-1.013-0.8-1.013s-0.01,0.456,0.29,1.013,0.66,1.013,0.8,1.013,0.01-0.456-0.29-1.013zm-12.41-2.026c0.17-0.278,0.09-0.506-0.19-0.506s-0.65,0.228-0.82,0.506c-0.17,0.279-0.09,0.507,0.19,0.507s0.65-0.228,0.82-0.507zm35.71-39.859c0.41-1.193,0.41-1.871,0-2.531-0.5-0.791-0.53-0.762-0.25,0.237,0.21,0.789,0.09,1.139-0.41,1.139-0.39,0-2.14,0.715-3.89,1.588-4.41,2.208-7,2.439-8.9,0.797l-1.48-1.27,0.87-1.827c0.48-1.004,1.61-2.28,2.52-2.834s1.35-1.008,0.98-1.009c-0.38-0.001-1.26,0.454-1.97,1.011s-1.6,1.012-1.98,1.012-0.69,0.285-0.7,0.633c0,0.348-0.14,1.132-0.3,1.742-0.23,0.857,0.23,1.625,2.05,3.392,2.09,2.035,2.64,2.3,4.99,2.436,3.46,0.2,7.62-2.015,8.47-4.516zm-1.83-4.518c0.24-0.621,0.16-0.702-0.32-0.321-0.36,0.281-0.99,0.637-1.41,0.791-0.51,0.192-0.41,0.294,0.33,0.321,0.6,0.022,1.23-0.334,1.4-0.791zm-10.84-1.449c0-0.462,0.32-0.622,0.89-0.441,0.72,0.233,0.75,0.189,0.15-0.236-0.41-0.286-0.87-0.436-1.04-0.333s-0.61-0.311-0.99-0.92c-0.65-1.048-0.64-1.066,0.28-0.347,0.88,0.693,0.91,0.686,0.31-0.078-1.06-1.356-2.4-0.829-2.27,0.888,0.1,1.249,0.05,1.317-0.34,0.456-0.32-0.71-0.47-0.781-0.5-0.239-0.02,0.425,0.32,1.28,0.76,1.9,0.63,0.91,0.97,1.026,1.77,0.602,0.54-0.29,0.98-0.853,0.98-1.252zm7.6,1.014c-0.75-0.894,0.03-1.033,0.9-0.162,0.95,0.951,2.94-0.355,2.87-1.885-0.03-0.68-0.24-1.409-0.48-1.62-0.23-0.211-0.22-0.041,0.01,0.376,0.37,0.653,0.32,0.663-0.42,0.069-0.46-0.379-0.72-0.892-0.57-1.139s0.02-0.449-0.29-0.449c-0.78,0-2.05,1.32-1.66,1.712,0.17,0.172,0.05,0.314-0.28,0.314-0.32,0-0.59,0.455-0.59,1.012,0,0.829-0.34,1.013-1.86,1.013-1.02,0-1.7,0.149-1.52,0.33,0.18,0.182,1.01,0.311,1.84,0.288,0.84-0.024,1.65,0.169,1.81,0.429s0.42,0.472,0.58,0.472,0-0.342-0.34-0.76zm5.37-2.721c-0.34-2.2-1.64-3.608-3.31-3.608-1.81,0-3.59,1.339-3.56,2.687,0.01,1.063,0.06,1.051,1.15-0.282,2.29-2.788,5.26-1.052,4.75,2.774-0.26,2.009-0.23,2.091,0.48,1.15,0.49-0.65,0.66-1.623,0.49-2.721zm-12.2-2.097c-0.04-0.561-0.38-1.302-0.75-1.645-0.54-0.501-0.6-0.489-0.28,0.062,0.29,0.517,0.13,0.606-0.65,0.359-0.56-0.18-1.18-0.091-1.36,0.199-0.17,0.29,0.01,0.527,0.41,0.527s1.01,0.342,1.35,0.759c0.88,1.051,1.37,0.95,1.28-0.261z" transform="translate(10, 856.3645590000001) " stroke="#000" stroke-miterlimit="4.0000000" stroke-width="0.37500000" fill="none"/>
- <rect id="d0e113" display="none" height="1000px" width="288" y="972.72" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <text id="tracing-f04-zh_TW.svgtext4626" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 855.93)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.153664" x="69.581543" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f04-zh_TW.svgtspan4627" y="97.153664" x="69.581543" role="line">原始圖像</tspan></text>
+ <text id="tracing-f04-zh_TW.svgtext4629" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 855.93)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="156.37865" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f04-zh_TW.svgtspan5892" y="97.378670" x="156.37865" role="line">量化 (12 種顏色)</tspan><tspan id="tracing-f04-zh_TW.svgtspan5894" y="103.37867" x="156.37865" role="line">填色,無邊框</tspan></text>
+ <text id="tracing-f04-zh_TW.svgtext4634" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 855.93)" xml:space="preserve" line-height="100.00000%" font-size="6" y="97.37867" x="245.12865" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f04-zh_TW.svgtspan5896" y="97.378670" x="245.12865" role="line">量化 (12 種顏色)</tspan><tspan id="tracing-f04-zh_TW.svgtspan5898" y="103.37867" x="245.12865" role="line">邊框,無填色</tspan></text>
+ <image id="tracing-f04-zh_TW.svgimage4639" sodipodi:absref="/tux.png" xlink:href="tux.png" transform="translate(10 855.93)" height="91.143" width="76.965" y="-.000097656" x="31.099"/>
+ <path id="tracing-f04-zh_TW.svgpath5261" d="m138.36 88.785c-1.07-0.444-1.75-1.018-1.57-1.318 0.19-0.298 0.09-0.383-0.22-0.193-0.3 0.187-3.07-0.348-6.16-1.187-3.09-0.84-5.78-1.541-5.99-1.559-0.2-0.018 0.13-0.231 0.73-0.474 1.22-0.493 6.35 0.11 10.85 1.278 4.27 1.106 5.77 0.967 7.64-0.707 1.4-1.253 1.64-1.817 1.71-4.064 0.05-1.435-0.11-2.731-0.35-2.88-0.24-0.148-0.44 0.752-0.44 2 0 3.33-1.84 5.385-4.82 5.385-1.21 0-2.83-0.239-3.6-0.532s-4.03-0.982-7.24-1.531c-6.88-1.176-7.55-1.616-6.71-4.429 0.74-2.453 0.78-4.821 0.08-4.389-0.28 0.175-0.4 0.504-0.26 0.731 0.27 0.429-0.44 3.028-1.34 4.894-0.81 1.698-0.3 2.834 1.61 3.57 1.61 0.619 1.63 0.655 0.26 0.384-2.93-0.576-3.39-1.811-2.04-5.533 0.51-1.439 0.64-3.143 0.43-5.883-0.27-3.484-0.2-3.961 0.78-4.937 0.76-0.759 1.72-1.082 3.23-1.087 2.41-0.009 2.87-0.23 4.06-1.97 0.62-0.92 0.7-1.459 0.3-2.205-0.76-1.426-0.09-4.225 1.86-7.717 0.93-1.671 2.26-4.797 2.96-6.946 1.58-4.862 1.98-5.607 4.64-8.751 1.17-1.392 2.83-3.637 3.69-4.987l1.54-2.456-0.3-9.799c-0.34-11.096 0.02-12.896 3.25-16.478 2.41-2.6629 5.35-3.6959 9.64-3.3863 5.48 0.3948 9.5 2.8938 12.15 7.5492 1.39 2.4461 1.65 3.8181 2.1 11.044 0.37 5.991 0.44 6.24 2.8 10.902 1.33 2.625 3.54 6.057 4.91 7.627 2.86 3.269 4.15 5.594 5.85 10.589 1.45 4.266 1.94 9.256 1.25 12.687-0.4 2-0.35 2.768 0.22 3.654 0.4 0.617 0.73 1.707 0.73 2.423 0 1.806 1.28 3.588 3.87 5.369 3.67 2.527 3.07 4.2-2.66 7.392-2.33 1.299-5.27 3.359-6.52 4.579-1.26 1.219-2.5 2.085-2.76 1.924s-0.63-0.026-0.84 0.3c-0.23 0.37-0.14 0.457 0.22 0.232 0.32-0.199 0.59-0.24 0.59-0.092 0 0.624-3.12 1.816-4.76 1.816-2.14 0-4.52-0.842-4.14-1.461 0.15-0.248-0.12-0.419-0.6-0.381-0.52 0.04-0.89-0.286-0.89-0.781 0-0.468-0.21-1.037-0.46-1.266-0.26-0.241-0.29-0.128-0.06 0.268 0.32 0.549 0.19 0.574-0.65 0.127-0.63-0.341-4.31-0.557-9.48-0.557h-8.44l-1.9 1.504c-3.36 2.662-5.46 3.072-8.75 1.708zm4.05-0.017c-0.49-0.127-1.29-0.127-1.77 0-0.49 0.128-0.09 0.232 0.88 0.232 0.98 0 1.38-0.104 0.89-0.232zm32.15-0.008c-0.62-0.121-1.65-0.121-2.28 0-0.62 0.12-0.11 0.219 1.14 0.219 1.26 0 1.77-0.099 1.14-0.219zm-26.77-2.829c0.16 0.161 0.44-0.081 0.61-0.539 0.28-0.728 1.42-0.832 9.13-0.832 4.84 0 8.8 0.204 8.8 0.453s0.52 0.42 1.14 0.38c1.11-0.071 1.14-0.249 1.2-5.517 0.03-2.994-0.11-5.443-0.32-5.443-0.2 0-0.65 0.339-1 0.754-0.34 0.415-0.8 0.645-1.02 0.511-0.21-0.134-0.77 0.331-1.23 1.034s-1.05 1.143-1.32 0.979c-0.27-0.165-0.48-0.045-0.48 0.267 0 0.311-0.21 0.44-0.46 0.285-0.25-0.154-0.59 0.075-0.75 0.509-0.17 0.434-0.54 0.647-0.82 0.474-0.28-0.174-0.51-0.05-0.51 0.275s-0.34 0.459-0.76 0.299c-0.41-0.16-0.76-0.056-0.76 0.233 0 0.294-0.44 0.383-1.01 0.203-0.55-0.177-1.01-0.135-1.01 0.092 0 0.228-1.82 0.414-4.05 0.414s-4.05-0.163-4.05-0.364c0-0.2-0.38-0.218-0.84-0.04-0.61 0.232-0.73 0.138-0.44-0.335 0.27-0.442 0.18-0.58-0.3-0.419-0.4 0.137-0.71 0.966-0.73 1.964-0.06 2.93-0.18 3.32-1.51 4.646-0.91 0.907-1.09 1.362-0.63 1.541 0.36 0.14 1.14-0.279 1.74-0.932 0.6-0.652 1.22-1.054 1.38-0.892zm-2.22 0.908c0.35-0.418 0.75-0.76 0.89-0.76s-0.03 0.342-0.38 0.76c-0.35 0.417-0.74 0.759-0.88 0.759s0.03-0.342 0.37-0.759zm32.33-1.276c1.22-0.549 2.38-0.894 2.59-0.766 0.2 0.128 1.02-0.442 1.81-1.268 1.8-1.881 1.46-1.879-2.29 0.018-3.42 1.722-6.55 1.994-7.86 0.681-1.4-1.399-1.77-3.065-1.77-8.026 0-2.641-0.22-4.887-0.51-5.062-0.76-0.472-1.21 1.173-0.54 1.98 0.36 0.435 0.55 2.432 0.48 5.273-0.08 3.597 0.09 4.856 0.77 5.903 1.58 2.406 3.92 2.812 7.32 1.267zm-18.94-6.314c1.09-0.391 2.21-0.573 2.48-0.406s0.34 0.057 0.15-0.245c-0.34-0.554 1.52-1.45 2.47-1.185 0.27 0.078 0.33-0.027 0.13-0.234-0.33-0.322 1.41-1.937 2.14-2.001 0.62-0.053 2.54-1.54 2.54-1.968 0-0.26-0.62 0.08-1.38 0.755s-1.05 0.805-0.66 0.289c0.4-0.516 0.9-2.112 1.12-3.545 1.01-6.849 1.12-7.11 3.19-7.494 1.13-0.21 1.62-1.824 1.72-5.648 0.03-1.481 0.25-2.313 0.56-2.122 0.63 0.386 0.68 4.81 0.06 4.81-0.25 0-0.34 1.538-0.21 3.418 0.21 2.857 0.46 3.613 1.55 4.608 1.1 0.998 1.64 1.137 3.37 0.86 1.2-0.191 2.65-0.891 3.46-1.665 0.77-0.734 1.39-1.103 1.39-0.821 0 0.775-2.09 2.578-3.7 3.187-3.24 1.227-5.69 0.075-6.41-3.016l-0.42-1.76-0.05 1.932c-0.07 2.597 0.61 3.697 2.72 4.393 2.04 0.673 3.45 0.355 5.58-1.262 1.46-1.096 4.07-4.841 2.86-4.096-0.73 0.45-0.73 0.167 0-1.434 0.32-0.701 0.78-1.156 1.01-1.011 0.23 0.144 0.28-0.433 0.11-1.282-0.17-0.85-0.1-1.544 0.14-1.544s0.44-1.254 0.44-2.785c0-1.532-0.2-2.785-0.44-2.785s-0.31-0.684-0.14-1.519c0.19-0.939 0.09-1.519-0.24-1.519-0.31 0-0.42-0.342-0.26-0.76s0.05-0.759-0.25-0.759-0.42-0.342-0.26-0.76 0.05-0.759-0.25-0.759-0.41-0.342-0.25-0.76 0.04-0.76-0.26-0.76-0.41-0.341-0.25-0.759 0.06-0.76-0.23-0.76c-0.28 0-0.38-0.227-0.21-0.506 0.18-0.278 0.06-0.506-0.25-0.506s-0.42-0.228-0.25-0.507c0.17-0.278 0.06-0.506-0.26-0.506-0.31 0-0.42-0.228-0.25-0.506 0.17-0.279 0.06-0.507-0.25-0.507s-0.43-0.229-0.25-0.51c0.17-0.28-0.04-0.646-0.48-0.812-0.43-0.167-0.67-0.484-0.54-0.705 0.14-0.221-0.6-1.154-1.65-2.073-1.04-0.919-1.83-1.859-1.76-2.09s-0.21-0.552-0.63-0.713c-0.42-0.16-0.64-0.496-0.48-0.745 0.15-0.249 0.02-0.453-0.29-0.453s-0.42-0.23-0.25-0.51c0.17-0.281-0.04-0.646-0.47-0.813-0.44-0.166-0.67-0.507-0.51-0.756 0.15-0.249 0.02-0.453-0.29-0.453s-0.42-0.228-0.25-0.506c0.17-0.279 0.06-0.507-0.25-0.507s-0.43-0.228-0.26-0.506c0.18-0.279 0.06-0.507-0.25-0.507s-0.43-0.227-0.25-0.506c0.17-0.278 0.06-0.506-0.26-0.506-0.31 0-0.42-0.228-0.25-0.506 0.17-0.279 0.05-0.507-0.28-0.507-0.32 0-0.46-0.342-0.3-0.759 0.16-0.418 0.05-0.76-0.25-0.76s-0.41-0.342-0.25-0.759c0.16-0.418 0.05-0.76-0.25-0.76-0.36 0-0.48-1.47-0.37-4.304 0.1-2.367-0.02-4.304-0.26-4.304-0.25 0-0.33-0.911-0.18-2.025 0.16-1.161 0.06-2.026-0.22-2.026-0.27 0-0.35-0.457-0.17-1.015 0.21-0.674 0.06-1.117-0.47-1.319-0.44-0.167-0.67-0.5076-0.51-0.7569 0.15-0.2493 0.02-0.4533-0.29-0.4533s-0.42-0.2278-0.25-0.5063 0.06-0.5064-0.25-0.5064-0.45-0.193-0.3-0.4289c0.34-0.557-2.45-3.2379-2.9-2.7851-0.19 0.1896-0.35 0.0654-0.35-0.2759 0-0.3414-0.23-0.4798-0.5-0.3077-0.28 0.1721-0.51 0.0582-0.51-0.2532s-0.23-0.4253-0.51-0.2532-0.5 0.0582-0.5-0.2531c0-0.3114-0.23-0.4253-0.51-0.2532s-0.51 0.0563-0.51-0.2574c0-0.34-0.41-0.4405-1.01-0.249-0.56 0.1768-1.01 0.1352-1.01-0.0924 0-0.2277-1.48-0.4139-3.29-0.4139s-3.29 0.1952-3.29 0.4339-0.35 0.3028-0.76 0.1425c-0.42-0.1603-0.76-0.0573-0.76 0.2289s-0.23 0.3795-0.51 0.2074-0.51-0.0582-0.51 0.2532c0 0.3113-0.19 0.4468-0.42 0.301-0.56-0.3443-3.24 2.4459-2.79 2.8988 0.19 0.1895 0.07 0.3446-0.28 0.3446-0.34 0-0.48 0.2279-0.3 0.5064 0.17 0.2785 0.05 0.5063-0.26 0.5063s-0.42 0.2279-0.25 0.5064 0.08 0.5063-0.21 0.5063c-0.28 0-0.39 0.3418-0.23 0.7595s0.1 0.7597-0.14 0.7597-0.43 3.418-0.43 7.595c0 4.178 0.13 7.595 0.3 7.595s0.34 1.254 0.39 2.785c0.06 1.72-0.12 2.785-0.46 2.785-0.3 0-0.4 0.228-0.23 0.507 0.17 0.278 0.06 0.506-0.26 0.506-0.31 0-0.44 0.204-0.28 0.453 0.15 0.249-0.08 0.59-0.51 0.756-0.43 0.167-0.66 0.508-0.51 0.76 0.16 0.251-0.07 0.593-0.5 0.759-0.44 0.167-0.67 0.507-0.51 0.757 0.15 0.25-0.29 0.832-1 1.292-0.7 0.461-1.16 1.019-1.03 1.241 0.14 0.222-0.43 0.907-1.26 1.522-0.83 0.616-1.38 1.335-1.22 1.6 0.17 0.264 0.05 0.481-0.26 0.481-0.32 0-0.43 0.227-0.26 0.506 0.17 0.278 0.06 0.506-0.25 0.506s-0.43 0.228-0.25 0.507c0.17 0.278 0.07 0.506-0.21 0.506-0.29 0-0.39 0.342-0.23 0.76 0.16 0.417 0.02 0.759-0.3 0.759-0.37 0-0.47 0.393-0.28 1.013 0.18 0.568 0.09 1.012-0.2 1.012s-0.39 0.342-0.23 0.76 0.02 0.76-0.3 0.76c-0.33 0-0.45 0.227-0.28 0.506 0.17 0.278 0.08 0.506-0.21 0.506-0.28 0-0.39 0.342-0.23 0.76s0.03 0.759-0.29 0.759c-0.33 0-0.45 0.228-0.28 0.507 0.17 0.278 0.06 0.506-0.26 0.506-0.31 0-0.42 0.228-0.25 0.506 0.17 0.279 0.06 0.507-0.25 0.507s-0.44 0.204-0.29 0.453c0.16 0.249-0.07 0.589-0.51 0.756-0.43 0.166-0.64 0.532-0.47 0.812 0.17 0.281 0.06 0.51-0.25 0.51s-0.43 0.228-0.25 0.507c0.17 0.278 0.05 0.506-0.26 0.506-0.34 0-0.44 0.409-0.25 1.013 0.18 0.557 0.09 1.012-0.19 1.012-0.64 0-0.54 2.161 0.12 2.614 0.27 0.184 1.21 0.216 2.1 0.073 1.3-0.212 1.97 0.05 3.46 1.363 1.02 0.894 1.85 1.876 1.85 2.182s-0.87-0.29-1.93-1.326c-1.6-1.562-2.23-1.859-3.74-1.748-1.01 0.074-1.72 0.297-1.6 0.497s0.91 0.225 1.76 0.057c1.28-0.258 1.83-0.016 3.39 1.514 1.03 1.002 2.1 1.831 2.38 1.843 0.27 0.011 0.59 0.28 0.69 0.597 0.12 0.356-0.05 0.423-0.45 0.175-0.43-0.265-0.53-0.201-0.29 0.191 0.2 0.326 0.56 0.475 0.79 0.331 0.23-0.143 1.02 0.748 1.74 1.981 1.46 2.499 1.61 3.054 0.68 2.517-0.37-0.211-0.46-0.171-0.21 0.097 0.23 0.253 0.67 0.461 0.97 0.461s0.65 0.316 0.78 0.703c0.16 0.469 0.02 0.57-0.41 0.302-0.44-0.272-0.53-0.201-0.27 0.216 0.21 0.34 0.51 0.487 0.67 0.327s0.86 0.223 1.55 0.852 1.08 0.83 0.86 0.446c-0.28-0.47-0.19-0.626 0.26-0.475 0.37 0.123 1.09-0.189 1.59-0.694 1.01-1.006 1.23-2.437 0.38-2.437-0.29 0-0.41-0.197-0.26-0.438 0.32-0.527-1.43-2.225-1.86-1.797-0.16 0.164-0.68-0.29-1.15-1.008s-1.05-1.186-1.29-1.04c-0.23 0.146-0.8-0.31-1.26-1.013s-1.01-1.174-1.21-1.047c-0.21 0.127-1-0.414-1.75-1.202-1.2-1.253-1.39-1.888-1.49-5.081-0.06-2.007 0.08-3.77 0.32-3.917 0.24-0.148 0.31-0.588 0.16-0.977-0.15-0.39-0.03-0.708 0.27-0.708s0.42-0.342 0.26-0.76c-0.17-0.418-0.08-0.759 0.18-0.759s0.34-0.342 0.18-0.76-0.02-0.759 0.3-0.759c0.33 0 0.45-0.228 0.28-0.507-0.17-0.278-0.06-0.506 0.25-0.506s0.43-0.228 0.25-0.506c-0.17-0.279-0.05-0.507 0.26-0.507s0.42-0.228 0.25-0.506c-0.17-0.279-0.06-0.507 0.25-0.507 0.32 0 0.43-0.227 0.26-0.506-0.18-0.278-0.06-0.506 0.25-0.506s0.42-0.23 0.25-0.51c-0.17-0.281 0.04-0.646 0.47-0.813 0.44-0.166 0.67-0.506 0.51-0.756-0.15-0.249-0.06-0.453 0.21-0.453s0.38-0.513 0.24-1.139c-0.21-0.947-0.15-1.011 0.34-0.38 0.48 0.605 0.54 0.375 0.33-1.139-0.15-1.1-0.05-1.899 0.24-1.899 0.28 0 0.37-0.228 0.19-0.507-0.17-0.278-0.05-0.506 0.26-0.506s0.42-0.228 0.25-0.506c-0.17-0.279-0.06-0.507 0.25-0.507 0.32 0 0.43-0.227 0.26-0.506-0.17-0.278-0.06-0.506 0.25-0.506s0.43-0.23 0.25-0.51c-0.17-0.281 0.04-0.646 0.48-0.813 0.43-0.166 0.66-0.506 0.5-0.756-0.15-0.249-0.02-0.453 0.29-0.453s0.43-0.228 0.25-0.506c-0.17-0.279-0.07-0.507 0.23-0.507 0.59 0 0.45-3.696-0.2-5.184-0.21-0.483-0.14-1.566 0.15-2.405 0.3-0.875 0.33-1.525 0.07-1.525s-0.32-0.379-0.15-0.843c0.2-0.503 0.12-0.715-0.18-0.527-0.7 0.432-0.51-5.463 0.21-6.322 1.08-1.307 5.74-0.198 4.9 1.167-0.15 0.247-0.02 0.449 0.29 0.449s0.53 0.398 0.48 0.886c-0.18 1.802 0.06 2.152 1.49 2.152 1.59 0 2.17-0.823 1.73-2.483-0.16-0.633-0.03-1.062 0.32-1.062 0.33 0 0.46-0.224 0.29-0.498-0.4-0.639 2.71-2.551 4.04-2.487 0.85 0.04 0.81 0.119-0.25 0.48-1.22 0.416-1.21 0.428 0.25 0.348 1.73-0.095 2.95 0.478 2.51 1.18-0.16 0.259-0.03 0.471 0.28 0.471s0.42 0.228 0.25 0.506c-0.17 0.279-0.08 0.507 0.21 0.507s0.39 0.342 0.23 0.759c-0.16 0.418-0.04 0.76 0.27 0.76s0.56 0.569 0.56 1.266c0 0.696-0.25 1.266-0.56 1.266s-0.43 0.341-0.27 0.759 0.06 0.76-0.22 0.76c-0.33 0-0.32 0.351 0.03 1.003 0.3 0.552 0.53 1.862 0.52 2.912-0.04 2.879 0.16 4.186 0.64 4.186 0.23 0 0.28 0.228 0.11 0.507-0.17 0.278-0.06 0.506 0.25 0.506 0.32 0 0.43 0.228 0.26 0.506-0.17 0.279-0.06 0.507 0.25 0.507s0.44 0.204 0.29 0.453c-0.16 0.249 0.08 0.593 0.53 0.764 0.46 0.177 0.68 0.635 0.52 1.066-0.16 0.415-0.06 0.755 0.23 0.755 0.28 0 0.38 0.228 0.2 0.506-0.17 0.279-0.05 0.506 0.26 0.506 0.34 0 0.44 0.41 0.25 1.013-0.2 0.624-0.09 1.013 0.28 1.013 0.35 0 0.49 0.421 0.33 1.013-0.14 0.556-0.02 1.012 0.28 1.012s0.39 0.151 0.21 0.335c-0.18 0.183 0.12 0.655 0.68 1.047s0.89 0.925 0.73 1.185c-0.16 0.259-0.04 0.471 0.27 0.471 0.32 0 0.43 0.228 0.26 0.507-0.17 0.278-0.06 0.506 0.25 0.506s0.43 0.228 0.25 0.506c-0.17 0.279-0.05 0.507 0.26 0.507s0.42 0.228 0.25 0.506c-0.17 0.279-0.08 0.506 0.21 0.506 0.28 0 0.37 0.38 0.19 0.843-0.23 0.61-0.13 0.729 0.35 0.431 0.51-0.316 0.59-0.109 0.34 0.888-0.19 0.765-0.1 1.374 0.22 1.482 0.37 0.125 0.4 0.745 0.09 1.941l-0.46 1.757-0.33-2.73c-0.32-2.716-2.19-6.982-3.89-8.916-0.49-0.556-1.04-1.998-1.22-3.203-0.39-2.533-2.78-7.52-4.24-8.843-0.97-0.876-1.06-0.866-2.46 0.286-2.49 2.042-6.25 4.394-7.53 4.715-1.23 0.31-3.35-1.229-3.88-2.822-0.44-1.315-1.86-0.077-3.72 3.248-1.48 2.654-1.79 3.633-1.51 4.884 0.26 1.175 0.1 1.839-0.64 2.663-3.09 3.464-5.7 10.213-5.7 14.751v3.25l3.15 2.688c8.04 6.866 8.68 7.985 5.95 10.475l-1.53 1.399 1.04 0.94c0.8 0.726 0.89 1.042 0.39 1.39-0.43 0.304-0.31 0.361 0.37 0.175 0.56-0.151 1.35-0.056 1.77 0.212 1.14 0.729 8.07 0.56 10.35-0.251zm-22.93-18.487c0-0.697 0.12-0.982 0.26-0.633 0.14 0.348 0.14 0.917 0 1.265-0.14 0.349-0.26 0.064-0.26-0.632zm31.33-30.348c-0.72-1.358-0.66-1.552 0.48-1.552 1.01 0 2.26 1.634 1.68 2.212-0.62 0.62-1.64 0.308-2.16-0.66zm1.51-0.004c0-0.262-0.23-0.617-0.51-0.789s-0.51 0.042-0.51 0.477c0 0.434 0.23 0.789 0.51 0.789s0.51-0.215 0.51-0.477zm-8.11-22.562c0-0.9044 0.28-1.2658 0.96-1.2658 1.35 0 1.75 1.3911 0.58 2.0176-1.38 0.7375-1.54 0.6613-1.54-0.7518zm-16.2 68.942c0-0.096-0.51-0.609-1.14-1.139l-1.14-0.965 0.97 1.14c0.9 1.07 1.31 1.369 1.31 0.964zm-22.18-8.925c-0.33-0.501-1.1 1.312-1.1 2.602-0.02 2.91 0.75 3.231 1 0.422 0.14-1.532 0.19-2.893 0.1-3.024zm17.12 1.505c-0.3-0.558-0.66-1.013-0.8-1.013s-0.01 0.455 0.29 1.013c0.3 0.556 0.66 1.012 0.8 1.012s0.01-0.456-0.29-1.012zm-12.41-2.026c0.17-0.278 0.09-0.506-0.19-0.506s-0.65 0.228-0.82 0.506c-0.17 0.279-0.09 0.506 0.19 0.506s0.65-0.227 0.82-0.506zm35.71-39.859c0.41-1.193 0.41-1.872 0-2.532-0.5-0.79-0.53-0.761-0.25 0.237 0.21 0.79 0.09 1.14-0.41 1.14-0.39 0-2.14 0.714-3.89 1.588-4.41 2.207-7 2.438-8.9 0.797l-1.48-1.27 0.87-1.827c0.48-1.005 1.61-2.28 2.52-2.834s1.35-1.008 0.98-1.01c-0.38-0.001-1.26 0.454-1.97 1.011s-1.6 1.013-1.98 1.013-0.69 0.285-0.7 0.633c0 0.348-0.14 1.132-0.3 1.741-0.23 0.858 0.23 1.626 2.05 3.392 2.09 2.035 2.64 2.301 4.99 2.436 3.46 0.2 7.62-2.015 8.47-4.515zm-1.83-4.518c0.24-0.622 0.16-0.703-0.32-0.321-0.36 0.28-0.99 0.636-1.41 0.791-0.51 0.192-0.41 0.294 0.33 0.321 0.6 0.022 1.23-0.334 1.4-0.791zm-10.84-1.449c0-0.463 0.32-0.623 0.89-0.441 0.72 0.232 0.75 0.189 0.15-0.236-0.41-0.286-0.87-0.437-1.04-0.334s-0.61-0.311-0.99-0.919c-0.65-1.049-0.64-1.067 0.28-0.347 0.88 0.693 0.91 0.686 0.31-0.079-1.06-1.355-2.4-0.828-2.27 0.888 0.1 1.25 0.05 1.318-0.34 0.457-0.32-0.711-0.47-0.782-0.5-0.24-0.02 0.426 0.32 1.281 0.76 1.901 0.63 0.91 0.97 1.026 1.77 0.601 0.54-0.289 0.98-0.852 0.98-1.251zm7.6 1.014c-0.75-0.894 0.03-1.033 0.9-0.162 0.95 0.95 2.94-0.356 2.87-1.886-0.03-0.68-0.24-1.408-0.48-1.619-0.23-0.211-0.22-0.042 0.01 0.376 0.37 0.653 0.32 0.663-0.42 0.069-0.46-0.38-0.72-0.892-0.57-1.139s0.02-0.449-0.29-0.449c-0.78 0-2.05 1.319-1.66 1.712 0.17 0.172 0.05 0.313-0.28 0.313-0.32 0-0.59 0.456-0.59 1.013 0 0.828-0.34 1.013-1.86 1.013-1.02 0-1.7 0.148-1.52 0.33s1.01 0.311 1.84 0.287c0.84-0.023 1.65 0.17 1.81 0.429 0.16 0.26 0.42 0.473 0.58 0.473s0-0.342-0.34-0.76zm5.37-2.721c-0.34-2.201-1.64-3.608-3.31-3.608-1.81 0-3.59 1.338-3.56 2.687 0.01 1.062 0.06 1.05 1.15-0.282 2.29-2.789 5.26-1.053 4.75 2.773-0.26 2.009-0.23 2.092 0.48 1.151 0.49-0.651 0.66-1.623 0.49-2.721zm-12.2-2.097c-0.04-0.562-0.38-1.302-0.75-1.646-0.54-0.5-0.6-0.488-0.28 0.062 0.29 0.517 0.13 0.606-0.65 0.36-0.56-0.181-1.18-0.091-1.36 0.198-0.17 0.29 0.01 0.527 0.41 0.527s1.01 0.342 1.35 0.76c0.88 1.05 1.37 0.949 1.28-0.261z" transform="translate(10 855.93)"/>
+ <path id="tracing-f04-zh_TW.svgpath5262" d="m227.11 88.785c-1.07-0.443-1.75-1.018-1.57-1.318 0.19-0.298 0.09-0.382-0.22-0.192-0.3 0.186-3.07-0.348-6.16-1.188s-5.78-1.541-5.99-1.559c-0.2-0.017 0.13-0.231 0.73-0.474 1.22-0.493 6.35 0.111 10.85 1.278 4.27 1.106 5.77 0.968 7.64-0.707 1.4-1.252 1.64-1.817 1.71-4.064 0.05-1.435-0.11-2.731-0.35-2.879-0.24-0.149-0.44 0.751-0.44 1.999 0 3.33-1.84 5.386-4.82 5.386-1.21 0-2.83-0.24-3.6-0.532-0.77-0.293-4.03-0.982-7.24-1.531-6.88-1.176-7.55-1.617-6.71-4.43 0.74-2.453 0.78-4.82 0.08-4.389-0.28 0.175-0.4 0.504-0.26 0.732 0.27 0.428-0.44 3.028-1.34 4.893-0.81 1.698-0.3 2.834 1.61 3.571 1.61 0.618 1.63 0.654 0.26 0.384-2.93-0.577-3.39-1.811-2.04-5.534 0.51-1.439 0.64-3.142 0.43-5.882-0.27-3.484-0.2-3.962 0.78-4.937 0.76-0.76 1.72-1.082 3.23-1.088 2.41-0.009 2.87-0.229 4.06-1.969 0.62-0.92 0.7-1.459 0.3-2.206-0.76-1.426-0.09-4.224 1.86-7.716 0.93-1.671 2.26-4.797 2.96-6.947 1.58-4.862 1.98-5.607 4.64-8.75 1.17-1.393 2.83-3.637 3.69-4.988l1.54-2.455-0.3-9.799c-0.34-11.096 0.02-12.897 3.25-16.479 2.41-2.6625 5.35-3.6955 9.64-3.3859 5.48 0.3948 9.5 2.8938 12.15 7.5492 1.39 2.4457 1.65 3.8187 2.1 11.044 0.37 5.991 0.44 6.24 2.8 10.903 1.33 2.624 3.54 6.056 4.91 7.626 2.86 3.269 4.15 5.595 5.85 10.589 1.45 4.266 1.94 9.256 1.25 12.688-0.4 1.999-0.35 2.768 0.22 3.653 0.4 0.617 0.73 1.707 0.73 2.423 0 1.806 1.28 3.589 3.87 5.37 3.67 2.526 3.07 4.2-2.66 7.391-2.33 1.299-5.27 3.359-6.52 4.579-1.26 1.22-2.5 2.086-2.76 1.924-0.26-0.161-0.63-0.026-0.84 0.3-0.23 0.371-0.14 0.458 0.22 0.232 0.32-0.199 0.59-0.24 0.59-0.091 0 0.623-3.12 1.815-4.76 1.815-2.14 0-4.52-0.842-4.14-1.461 0.15-0.248-0.12-0.419-0.6-0.381-0.52 0.041-0.89-0.286-0.89-0.781 0-0.467-0.21-1.037-0.46-1.265-0.26-0.241-0.29-0.128-0.06 0.267 0.32 0.549 0.19 0.574-0.65 0.127-0.63-0.341-4.31-0.557-9.48-0.557h-8.44l-1.9 1.504c-3.36 2.662-5.46 3.073-8.75 1.708zm4.05-0.016c-0.49-0.128-1.29-0.128-1.77 0-0.49 0.127-0.09 0.231 0.88 0.231 0.98 0 1.38-0.104 0.89-0.231zm32.15-0.009c-0.62-0.12-1.65-0.12-2.28 0-0.62 0.121-0.11 0.22 1.14 0.22 1.26 0 1.77-0.099 1.14-0.22zm-26.77-2.829c0.16 0.161 0.44-0.081 0.61-0.539 0.28-0.727 1.42-0.832 9.13-0.832 4.84 0 8.8 0.204 8.8 0.453s0.52 0.42 1.14 0.38c1.11-0.071 1.14-0.249 1.2-5.516 0.03-2.994-0.11-5.444-0.32-5.444-0.2 0-0.65 0.34-1 0.754-0.34 0.415-0.8 0.645-1.02 0.511-0.21-0.134-0.77 0.332-1.23 1.034-0.46 0.703-1.05 1.144-1.32 0.979s-0.48-0.045-0.48 0.267c0 0.311-0.21 0.44-0.46 0.286s-0.59 0.075-0.75 0.508c-0.17 0.434-0.54 0.647-0.82 0.474s-0.51-0.05-0.51 0.275-0.34 0.459-0.76 0.299c-0.41-0.16-0.76-0.055-0.76 0.233 0 0.295-0.44 0.384-1.01 0.203-0.55-0.176-1.01-0.135-1.01 0.093s-1.82 0.414-4.05 0.414-4.05-0.164-4.05-0.364-0.38-0.218-0.84-0.041c-0.61 0.233-0.73 0.138-0.44-0.334 0.27-0.443 0.18-0.58-0.3-0.42-0.4 0.138-0.71 0.967-0.73 1.964-0.06 2.931-0.18 3.321-1.51 4.647-0.91 0.906-1.09 1.361-0.63 1.54 0.36 0.14 1.14-0.279 1.74-0.931s1.22-1.054 1.38-0.893zm-2.22 0.908c0.35-0.418 0.75-0.759 0.89-0.759s-0.03 0.341-0.38 0.759-0.74 0.759-0.88 0.759 0.03-0.341 0.37-0.759zm32.33-1.275c1.22-0.55 2.38-0.895 2.59-0.767 0.2 0.129 1.02-0.442 1.81-1.267 1.8-1.882 1.46-1.879-2.29 0.018-3.42 1.722-6.55 1.993-7.86 0.681-1.4-1.4-1.77-3.066-1.77-8.026 0-2.641-0.22-4.888-0.51-5.063-0.76-0.471-1.21 1.173-0.54 1.981 0.36 0.435 0.55 2.432 0.48 5.272-0.08 3.597 0.09 4.857 0.77 5.904 1.58 2.406 3.92 2.811 7.32 1.267zm-18.94-6.315c1.09-0.39 2.21-0.573 2.48-0.406s0.34 0.057 0.15-0.244c-0.34-0.554 1.52-1.451 2.47-1.186 0.27 0.079 0.33-0.027 0.13-0.234-0.33-0.322 1.41-1.937 2.14-2 0.62-0.054 2.54-1.541 2.54-1.968 0-0.26-0.62 0.079-1.38 0.754-0.76 0.676-1.05 0.805-0.66 0.289 0.4-0.516 0.9-2.111 1.12-3.544 1.01-6.85 1.12-7.111 3.19-7.495 1.13-0.21 1.62-1.824 1.72-5.648 0.03-1.481 0.25-2.312 0.56-2.122 0.63 0.387 0.68 4.811 0.06 4.811-0.25 0-0.34 1.538-0.21 3.418 0.21 2.857 0.46 3.612 1.55 4.607 1.1 0.999 1.64 1.137 3.37 0.86 1.2-0.191 2.65-0.89 3.46-1.664 0.77-0.734 1.39-1.104 1.39-0.822 0 0.775-2.09 2.578-3.7 3.187-3.24 1.227-5.69 0.076-6.41-3.016l-0.42-1.76-0.05 1.932c-0.07 2.598 0.61 3.697 2.72 4.393 2.04 0.673 3.45 0.355 5.58-1.261 1.46-1.097 4.07-4.841 2.86-4.096-0.73 0.45-0.73 0.166 0-1.435 0.32-0.7 0.78-1.155 1.01-1.011s0.28-0.432 0.11-1.282c-0.17-0.849-0.1-1.544 0.14-1.544s0.44-1.253 0.44-2.785-0.2-2.785-0.44-2.785-0.31-0.684-0.14-1.519c0.19-0.939 0.09-1.519-0.24-1.519-0.31 0-0.42-0.342-0.26-0.76 0.16-0.417 0.05-0.759-0.25-0.759s-0.42-0.342-0.26-0.76c0.16-0.417 0.05-0.759-0.25-0.759s-0.41-0.342-0.25-0.76c0.16-0.417 0.04-0.759-0.26-0.759s-0.41-0.342-0.25-0.76c0.16-0.417 0.06-0.759-0.23-0.759-0.28 0-0.38-0.228-0.21-0.507 0.18-0.278 0.06-0.506-0.25-0.506s-0.42-0.228-0.25-0.506c0.17-0.279 0.06-0.507-0.26-0.507-0.31 0-0.42-0.228-0.25-0.506s0.06-0.506-0.25-0.506-0.43-0.23-0.25-0.51c0.17-0.281-0.04-0.646-0.48-0.813-0.43-0.166-0.67-0.483-0.54-0.705 0.14-0.221-0.6-1.154-1.65-2.072-1.04-0.919-1.83-1.86-1.76-2.091s-0.21-0.551-0.63-0.712-0.64-0.496-0.48-0.746c0.15-0.249 0.02-0.453-0.29-0.453s-0.42-0.229-0.25-0.51c0.17-0.28-0.04-0.646-0.47-0.812-0.44-0.167-0.67-0.507-0.51-0.756 0.15-0.25 0.02-0.454-0.29-0.454s-0.42-0.228-0.25-0.506 0.06-0.506-0.25-0.506-0.43-0.228-0.26-0.507c0.18-0.278 0.06-0.506-0.25-0.506s-0.43-0.228-0.25-0.506c0.17-0.279 0.06-0.507-0.26-0.507-0.31 0-0.42-0.228-0.25-0.506 0.17-0.279 0.05-0.506-0.28-0.506-0.32 0-0.46-0.342-0.3-0.76s0.05-0.76-0.25-0.76-0.41-0.341-0.25-0.759 0.05-0.76-0.25-0.76c-0.36 0-0.48-1.47-0.37-4.304 0.1-2.367-0.02-4.304-0.26-4.304-0.25 0-0.33-0.911-0.18-2.025 0.16-1.16 0.06-2.025-0.22-2.025-0.27 0-0.35-0.457-0.17-1.015 0.21-0.674 0.06-1.118-0.47-1.32-0.44-0.166-0.67-0.5072-0.51-0.7565 0.15-0.2493 0.02-0.4533-0.29-0.4533s-0.42-0.2278-0.25-0.5063 0.06-0.5064-0.25-0.5064-0.45-0.193-0.3-0.4289c0.34-0.557-2.45-3.2379-2.9-2.7851-0.19 0.1896-0.35 0.0654-0.35-0.2759 0-0.3414-0.23-0.4798-0.5-0.3077-0.28 0.1721-0.51 0.0582-0.51-0.2532s-0.23-0.4253-0.51-0.2532-0.5 0.0582-0.5-0.2531c0-0.3114-0.23-0.4253-0.51-0.2532s-0.51 0.0563-0.51-0.2574c0-0.34-0.41-0.4405-1.01-0.249-0.56 0.1768-1.01 0.1352-1.01-0.0924 0-0.2277-1.48-0.4139-3.29-0.4139s-3.29 0.1952-3.29 0.4339-0.35 0.3028-0.76 0.1425c-0.42-0.1603-0.76-0.0573-0.76 0.2289s-0.23 0.3795-0.51 0.2074-0.51-0.0582-0.51 0.2532c0 0.3113-0.19 0.4468-0.42 0.301-0.56-0.3443-3.24 2.4459-2.79 2.8988 0.19 0.1895 0.07 0.3446-0.28 0.3446-0.34 0-0.48 0.2279-0.3 0.5064 0.17 0.2785 0.05 0.5063-0.26 0.5063s-0.42 0.2279-0.25 0.5064 0.08 0.5063-0.21 0.5063c-0.28 0-0.39 0.3418-0.23 0.7595 0.16 0.4183 0.1 0.7593-0.14 0.7593s-0.43 3.418-0.43 7.595c0 4.178 0.13 7.596 0.3 7.596s0.34 1.253 0.39 2.785c0.06 1.719-0.12 2.785-0.46 2.785-0.3 0-0.4 0.228-0.23 0.506s0.06 0.506-0.26 0.506c-0.31 0-0.44 0.204-0.28 0.454 0.15 0.249-0.08 0.589-0.51 0.756-0.43 0.166-0.66 0.508-0.51 0.759 0.16 0.251-0.07 0.593-0.5 0.76-0.44 0.166-0.67 0.507-0.51 0.757 0.15 0.25-0.29 0.831-1 1.292-0.7 0.46-1.16 1.018-1.03 1.24 0.14 0.222-0.43 0.907-1.26 1.523-0.83 0.615-1.38 1.335-1.22 1.599 0.17 0.265 0.05 0.481-0.26 0.481-0.32 0-0.43 0.228-0.26 0.506 0.17 0.279 0.06 0.507-0.25 0.507s-0.43 0.228-0.25 0.506c0.17 0.278 0.07 0.506-0.21 0.506-0.29 0-0.39 0.342-0.23 0.76s0.02 0.759-0.3 0.759c-0.37 0-0.47 0.393-0.28 1.013 0.18 0.568 0.09 1.013-0.2 1.013s-0.39 0.342-0.23 0.759c0.16 0.418 0.02 0.76-0.3 0.76-0.33 0-0.45 0.228-0.28 0.506 0.17 0.279 0.08 0.507-0.21 0.507-0.28 0-0.39 0.341-0.23 0.759s0.03 0.76-0.29 0.76c-0.33 0-0.45 0.228-0.28 0.506s0.06 0.506-0.26 0.506c-0.31 0-0.42 0.228-0.25 0.507 0.17 0.278 0.06 0.506-0.25 0.506s-0.44 0.204-0.29 0.453c0.16 0.25-0.07 0.59-0.51 0.756-0.43 0.167-0.64 0.532-0.47 0.813 0.17 0.28 0.06 0.51-0.25 0.51s-0.43 0.228-0.25 0.506c0.17 0.279 0.05 0.507-0.26 0.507-0.34 0-0.44 0.409-0.25 1.012 0.18 0.557 0.09 1.013-0.19 1.013-0.64 0-0.54 2.161 0.12 2.613 0.27 0.184 1.21 0.217 2.1 0.073 1.3-0.211 1.97 0.051 3.46 1.364 1.02 0.893 1.85 1.875 1.85 2.181s-0.87-0.29-1.93-1.325c-1.6-1.562-2.23-1.86-3.74-1.749-1.01 0.074-1.72 0.298-1.6 0.497 0.12 0.2 0.91 0.226 1.76 0.057 1.28-0.258 1.83-0.016 3.39 1.515 1.03 1.001 2.1 1.831 2.38 1.842 0.27 0.011 0.59 0.28 0.69 0.598 0.12 0.355-0.05 0.422-0.45 0.175-0.43-0.266-0.53-0.201-0.29 0.19 0.2 0.327 0.56 0.476 0.79 0.332s1.02 0.747 1.74 1.981c1.46 2.498 1.61 3.054 0.68 2.517-0.37-0.212-0.46-0.172-0.21 0.096 0.23 0.254 0.67 0.461 0.97 0.461s0.65 0.317 0.78 0.704c0.16 0.469 0.02 0.569-0.41 0.301-0.44-0.271-0.53-0.201-0.27 0.216 0.21 0.341 0.51 0.488 0.67 0.327 0.16-0.16 0.86 0.224 1.55 0.853s1.08 0.829 0.86 0.445c-0.28-0.47-0.19-0.625 0.26-0.475 0.37 0.124 1.09-0.189 1.59-0.694 1.01-1.006 1.23-2.436 0.38-2.436-0.29 0-0.41-0.198-0.26-0.439 0.32-0.526-1.43-2.224-1.86-1.797-0.16 0.164-0.68-0.289-1.15-1.007s-1.05-1.187-1.29-1.041c-0.23 0.146-0.8-0.31-1.26-1.012-0.46-0.703-1.01-1.174-1.21-1.047-0.21 0.127-1-0.414-1.75-1.202-1.2-1.254-1.39-1.889-1.49-5.082-0.06-2.007 0.08-3.769 0.32-3.917s0.31-0.587 0.16-0.977c-0.15-0.389-0.03-0.708 0.27-0.708s0.42-0.342 0.26-0.759c-0.17-0.418-0.08-0.76 0.18-0.76s0.34-0.342 0.18-0.76c-0.16-0.417-0.02-0.759 0.3-0.759 0.33 0 0.45-0.228 0.28-0.506-0.17-0.279-0.06-0.507 0.25-0.507s0.43-0.228 0.25-0.506c-0.17-0.279-0.05-0.506 0.26-0.506s0.42-0.228 0.25-0.507c-0.17-0.278-0.06-0.506 0.25-0.506 0.32 0 0.43-0.228 0.26-0.507-0.18-0.278-0.06-0.506 0.25-0.506s0.42-0.229 0.25-0.51c-0.17-0.28 0.04-0.646 0.47-0.812 0.44-0.167 0.67-0.507 0.51-0.756-0.15-0.25-0.06-0.454 0.21-0.454s0.38-0.512 0.24-1.139c-0.21-0.946-0.15-1.011 0.34-0.38 0.48 0.606 0.54 0.375 0.33-1.139-0.15-1.1-0.05-1.899 0.24-1.899 0.28 0 0.37-0.228 0.19-0.506-0.17-0.279-0.05-0.507 0.26-0.507s0.42-0.227 0.25-0.506c-0.17-0.278-0.06-0.506 0.25-0.506 0.32 0 0.43-0.228 0.26-0.506-0.17-0.279-0.06-0.507 0.25-0.507s0.43-0.229 0.25-0.51c-0.17-0.28 0.04-0.646 0.48-0.812 0.43-0.167 0.66-0.507 0.5-0.756-0.15-0.25-0.02-0.454 0.29-0.454s0.43-0.227 0.25-0.506c-0.17-0.279-0.07-0.506 0.23-0.506 0.59 0 0.45-3.696-0.2-5.184-0.21-0.484-0.14-1.566 0.15-2.405 0.3-0.875 0.33-1.526 0.07-1.526s-0.32-0.379-0.15-0.842c0.2-0.504 0.12-0.716-0.18-0.528-0.7 0.432-0.51-5.462 0.21-6.322 1.08-1.307 5.74-0.198 4.9 1.167-0.15 0.247-0.02 0.449 0.29 0.449s0.53 0.399 0.48 0.886c-0.18 1.802 0.06 2.152 1.49 2.152 1.59 0 2.17-0.822 1.73-2.483-0.16-0.633-0.03-1.061 0.32-1.061 0.33 0 0.46-0.224 0.29-0.499-0.4-0.639 2.71-2.551 4.04-2.487 0.85 0.041 0.81 0.119-0.25 0.48-1.22 0.416-1.21 0.428 0.25 0.348 1.73-0.095 2.95 0.479 2.51 1.18-0.16 0.259-0.03 0.472 0.28 0.472s0.42 0.227 0.25 0.506c-0.17 0.278-0.08 0.506 0.21 0.506s0.39 0.342 0.23 0.76c-0.16 0.417-0.04 0.759 0.27 0.759s0.56 0.57 0.56 1.266-0.25 1.266-0.56 1.266-0.43 0.342-0.27 0.759c0.16 0.418 0.06 0.76-0.22 0.76-0.33 0-0.32 0.351 0.03 1.004 0.3 0.552 0.53 1.862 0.52 2.911-0.04 2.879 0.16 4.187 0.64 4.187 0.23 0 0.28 0.228 0.11 0.506s-0.06 0.506 0.25 0.506c0.32 0 0.43 0.228 0.26 0.507-0.17 0.278-0.06 0.506 0.25 0.506s0.44 0.204 0.29 0.453c-0.16 0.25 0.08 0.593 0.53 0.764 0.46 0.177 0.68 0.635 0.52 1.066-0.16 0.415-0.06 0.755 0.23 0.755 0.28 0 0.38 0.228 0.2 0.507-0.17 0.278-0.05 0.506 0.26 0.506 0.34 0 0.44 0.409 0.25 1.012-0.2 0.624-0.09 1.013 0.28 1.013 0.35 0 0.49 0.421 0.33 1.013-0.14 0.557-0.02 1.013 0.28 1.013s0.39 0.15 0.21 0.334 0.12 0.655 0.68 1.047 0.89 0.926 0.73 1.185-0.04 0.472 0.27 0.472c0.32 0 0.43 0.228 0.26 0.506-0.17 0.279-0.06 0.506 0.25 0.506s0.43 0.228 0.25 0.507c-0.17 0.278-0.05 0.506 0.26 0.506s0.42 0.228 0.25 0.506c-0.17 0.279-0.08 0.507 0.21 0.507 0.28 0 0.37 0.379 0.19 0.842-0.23 0.61-0.13 0.729 0.35 0.431 0.51-0.315 0.59-0.108 0.34 0.888-0.19 0.765-0.1 1.375 0.22 1.482 0.37 0.125 0.4 0.746 0.09 1.941l-0.46 1.758-0.33-2.731c-0.32-2.715-2.19-6.981-3.89-8.915-0.49-0.557-1.04-1.999-1.22-3.203-0.39-2.533-2.78-7.521-4.24-8.844-0.97-0.875-1.06-0.865-2.46 0.286-2.49 2.042-6.25 4.394-7.53 4.715-1.23 0.311-3.35-1.228-3.88-2.821-0.44-1.316-1.86-0.078-3.72 3.248-1.48 2.654-1.79 3.633-1.51 4.884 0.26 1.174 0.1 1.838-0.64 2.662-3.09 3.465-5.7 10.213-5.7 14.751v3.25l3.15 2.689c8.04 6.866 8.68 7.984 5.95 10.474l-1.53 1.4 1.04 0.939c0.8 0.726 0.89 1.042 0.39 1.39-0.43 0.304-0.31 0.361 0.37 0.175 0.56-0.151 1.35-0.055 1.77 0.213 1.14 0.728 8.07 0.56 10.35-0.252zm-22.93-18.487c0-0.696 0.12-0.981 0.26-0.633s0.14 0.918 0 1.266-0.26 0.063-0.26-0.633zm31.33-30.348c-0.72-1.358-0.66-1.552 0.48-1.552 1.01 0 2.26 1.635 1.68 2.212-0.62 0.62-1.64 0.308-2.16-0.66zm1.51-0.003c0-0.262-0.23-0.617-0.51-0.79-0.28-0.172-0.51 0.043-0.51 0.477s0.23 0.789 0.51 0.789 0.51-0.214 0.51-0.476zm-8.11-22.563c0-0.9044 0.28-1.2658 0.96-1.2658 1.35 0 1.75 1.3911 0.58 2.0176-1.38 0.7375-1.54 0.6613-1.54-0.7518zm-16.2 68.942c0-0.096-0.51-0.608-1.14-1.139l-1.14-0.964 0.97 1.139c0.9 1.07 1.31 1.37 1.31 0.964zm-22.18-8.924c-0.33-0.501-1.1 1.311-1.1 2.602-0.02 2.91 0.75 3.23 1 0.421 0.14-1.532 0.19-2.892 0.1-3.023zm17.12 1.504c-0.3-0.557-0.66-1.013-0.8-1.013s-0.01 0.456 0.29 1.013 0.66 1.013 0.8 1.013 0.01-0.456-0.29-1.013zm-12.41-2.026c0.17-0.278 0.09-0.506-0.19-0.506s-0.65 0.228-0.82 0.506c-0.17 0.279-0.09 0.507 0.19 0.507s0.65-0.228 0.82-0.507zm35.71-39.859c0.41-1.193 0.41-1.871 0-2.531-0.5-0.791-0.53-0.762-0.25 0.237 0.21 0.789 0.09 1.139-0.41 1.139-0.39 0-2.14 0.715-3.89 1.588-4.41 2.208-7 2.439-8.9 0.797l-1.48-1.27 0.87-1.827c0.48-1.004 1.61-2.28 2.52-2.834s1.35-1.008 0.98-1.009c-0.38-0.001-1.26 0.454-1.97 1.011s-1.6 1.012-1.98 1.012-0.69 0.285-0.7 0.633c0 0.348-0.14 1.132-0.3 1.742-0.23 0.857 0.23 1.625 2.05 3.392 2.09 2.035 2.64 2.3 4.99 2.436 3.46 0.2 7.62-2.015 8.47-4.516zm-1.83-4.518c0.24-0.621 0.16-0.702-0.32-0.321-0.36 0.281-0.99 0.637-1.41 0.791-0.51 0.192-0.41 0.294 0.33 0.321 0.6 0.022 1.23-0.334 1.4-0.791zm-10.84-1.449c0-0.462 0.32-0.622 0.89-0.441 0.72 0.233 0.75 0.189 0.15-0.236-0.41-0.286-0.87-0.436-1.04-0.333s-0.61-0.311-0.99-0.92c-0.65-1.048-0.64-1.066 0.28-0.347 0.88 0.693 0.91 0.686 0.31-0.078-1.06-1.356-2.4-0.829-2.27 0.888 0.1 1.249 0.05 1.317-0.34 0.456-0.32-0.71-0.47-0.781-0.5-0.239-0.02 0.425 0.32 1.28 0.76 1.9 0.63 0.91 0.97 1.026 1.77 0.602 0.54-0.29 0.98-0.853 0.98-1.252zm7.6 1.014c-0.75-0.894 0.03-1.033 0.9-0.162 0.95 0.951 2.94-0.355 2.87-1.885-0.03-0.68-0.24-1.409-0.48-1.62-0.23-0.211-0.22-0.041 0.01 0.376 0.37 0.653 0.32 0.663-0.42 0.069-0.46-0.379-0.72-0.892-0.57-1.139s0.02-0.449-0.29-0.449c-0.78 0-2.05 1.32-1.66 1.712 0.17 0.172 0.05 0.314-0.28 0.314-0.32 0-0.59 0.455-0.59 1.012 0 0.829-0.34 1.013-1.86 1.013-1.02 0-1.7 0.149-1.52 0.33 0.18 0.182 1.01 0.311 1.84 0.288 0.84-0.024 1.65 0.169 1.81 0.429s0.42 0.472 0.58 0.472 0-0.342-0.34-0.76zm5.37-2.721c-0.34-2.2-1.64-3.608-3.31-3.608-1.81 0-3.59 1.339-3.56 2.687 0.01 1.063 0.06 1.051 1.15-0.282 2.29-2.788 5.26-1.052 4.75 2.774-0.26 2.009-0.23 2.091 0.48 1.15 0.49-0.65 0.66-1.623 0.49-2.721zm-12.2-2.097c-0.04-0.561-0.38-1.302-0.75-1.645-0.54-0.501-0.6-0.489-0.28 0.062 0.29 0.517 0.13 0.606-0.65 0.359-0.56-0.18-1.18-0.091-1.36 0.199-0.17 0.29 0.01 0.527 0.41 0.527s1.01 0.342 1.35 0.759c0.88 1.051 1.37 0.95 1.28-0.261z" transform="translate(10 855.93)" stroke="#000" stroke-width=".375" fill="none"/>
+ <rect id="d0e113" display="none" height="1e3px" width="288" y="971.86" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e113"/>
</flowRegion>
<flowDiv xml:space="preserve">使用者應該嘗試全部三種濾鏡,並且觀察對於不同類型的輸入圖像產生效果的差異。總有某些圖片用其中一種濾鏡的效果比其他兩種好。</flowDiv>
</flowRoot>
- <rect id="d0e116" display="none" height="1000px" width="288" y="1001.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <rect id="d0e116" display="none" height="1e3px" width="288" y="1000.9" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e116"/>
</flowRegion>
<flowDiv xml:space="preserve">描繪後,建議使用者在輸出路徑上試著用 <flowSpan font-family="Sans">路徑 &gt; 簡化</flowSpan> (<flowSpan font-weight="bold">Ctrl+L</flowSpan>) 以減少節點數。這樣會讓 Potrace 的輸出結果更容易編輯。例如,下面有一幅「老人彈吉他」的典型描繪:</flowDiv>
</flowRoot>
- <text id="tracing-f05-zh_TW.svgtext2879" style="writing-mode:lr-tb;text-anchor:middle;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 1049.628718) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="6.0000000" font-variant="normal" y="128.14566" x="81.327339" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f05-zh_TW.svgtspan2880" y="128.14566" x="81.327339" role="line">原始圖像</tspan></text>
- <text id="tracing-f05-zh_TW.svgtext2882" style="writing-mode:lr-tb;text-anchor:middle;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 1049.628718) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="6.0000000" font-variant="normal" y="124.44067" x="227.33034" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f05-zh_TW.svgtspan2883" y="124.44067" x="227.33034" role="line">描繪圖像 / 輸出路徑</tspan><tspan id="tracing-f05-zh_TW.svgtspan2893" y="130.44067" x="227.33034" role="line">(1,551 個節點)</tspan></text>
- <image id="tracing-f05-zh_TW.svgimage1651" sodipodi:absref="/oldguitar.jpg" xlink:href="oldguitar.jpg" transform="translate(10, 1049.628718) " height="115.89" width="83.347" y="0.000066406" x="39.654"/>
- <path id="tracing-f05-zh_TW.svgpath1653" d="M185.42,89.583v-26.312l0.69-0.042,0.68-0.041-0.69-0.133-0.69-0.133,0.02-14.959,0.03-14.959,0.95-0.068c0.52-0.037,1.06-0.242,1.19-0.456,0.18-0.284,0.25-0.245,0.25,0.144,0.01,0.921,1.05,0.497,1.31-0.532,0.11-0.467,0.16-0.413,0.18,0.228,0.03,0.702,0.17,0.836,0.88,0.832,0.63-0.004,0.72-0.073,0.38-0.288-0.24-0.156-0.36-0.366-0.26-0.466,0.1-0.101,0.38,0.011,0.62,0.249,0.45,0.456,4.62,0.633,4.34,0.185-0.08-0.128,0.03-0.311,0.24-0.407,0.21-0.097,0.07-0.099-0.31-0.006-0.37,0.093-0.68,0.047-0.68-0.104,0-0.514,0.31-0.583,1.69-0.373,0.75,0.114,1.45,0.093,1.53-0.049,0.22-0.357,0.73-0.324,0.73,0.047,0,0.167-0.2,0.304-0.45,0.304s-0.46,0.127-0.46,0.283c0,0.155-0.31,0.341-0.68,0.411-0.38,0.071-0.17,0.127,0.47,0.124,0.63-0.003,1.22-0.12,1.31-0.26,0.08-0.14,0.43-0.254,0.76-0.254,0.34,0,0.53-0.129,0.43-0.286-0.09-0.157,0.07-0.294,0.37-0.304,1.91-0.063,3.68-0.251,4.34-0.46,0.42-0.133,0.66-0.135,0.53-0.004-0.12,0.131,0.07,0.446,0.44,0.7,0.77,0.54,6.33,0.862,6.33,0.368,0-0.165-0.21-0.22-0.46-0.124s-0.45,0.046-0.45-0.111-0.21-0.286-0.46-0.286-0.46,0.091-0.46,0.203c0,0.111-0.21,0.202-0.47,0.202s-0.42-0.206-0.36-0.481c0.06-0.31,0.37-0.454,0.85-0.405,0.58,0.06,0.64,0.012,0.29-0.223-0.67-0.438-1.26-0.377-1.66,0.171-0.27,0.374-0.62,0.432-1.55,0.258-1.15-0.217-1.17-0.238-0.46-0.552,0.55-0.246,0.76-0.234,0.86,0.047,0.17,0.509,0.68,0.475,0.68-0.044,0-0.863,1.73-0.81,4.02,0.122,1.22,0.497,2.3,0.903,2.4,0.904,0.36,0.002,0.51-3.488,0.16-3.709-0.18-0.116-0.23-0.307-0.12-0.424,0.43-0.428,1.2,0.59,1.04,1.379-0.14,0.706,0.36,1.842,0.81,1.842,0.1,0,0.34-0.513,0.52-1.141,0.53-1.745,1.51-2.804,2.32-2.495,0.53,0.2,0.64,0.438,0.53,1.138-0.2,1.236,0.5,1.702,2.63,1.757l1.78,0.045-0.17-0.945c-0.1-0.519-0.57-1.45-1.05-2.067-0.48-0.618-0.88-1.388-0.88-1.712,0-0.842-0.62-1.243-2.25-1.468-0.9-0.123-1.77-0.489-2.33-0.98-1.23-1.081-1.12-1.38,0.24-0.65,1.28,0.686,2.82,0.809,2.82,0.226,0-0.211-0.31-0.731-0.68-1.156-0.9-1.012-1.45-1.989-1.45-2.575,0-0.506,0.39-0.288,1.43,0.807,0.26,0.272,0.69,0.436,0.96,0.365,0.31-0.079,0.62,0.141,0.8,0.57,0.31,0.694,3.24,2.095,4.56,2.181,0.34,0.021,0.92,0.347,1.29,0.724l0.67,0.684h-0.69c-0.37,0-0.81,0.114-0.97,0.253s-0.9,0.425-1.64,0.636c-1.57,0.448-1.17,0.985,0.54,0.709,0.9-0.147,1.03-0.097,0.87,0.331-0.14,0.354-0.03,0.504,0.35,0.504,0.56,0,1.86,1.176,1.88,1.693,0,0.157,0.34,0.524,0.74,0.817l0.73,0.533,0.22-1.422c0.23-1.58-0.03-6.439-0.43-7.856l-0.26-0.913-0.21,1.141c-0.12,0.627-0.35,1.141-0.5,1.141-0.16,0-1.08-0.42-2.04-0.932-1.75-0.928-3.12-2.223-3.13-2.947,0-0.556-0.93-0.464-1.37,0.135-0.35,0.476-0.42,0.478-0.87,0.02-0.36-0.357-0.4-0.558-0.15-0.714,0.25-0.152,0.18-0.348-0.22-0.645-0.54-0.397-0.52-0.416,0.27-0.276,0.74,0.133,0.87,0.041,1.02-0.743,0.24-1.181,0.57-1.143,0.56,0.065,0,0.549,0.18,1.021,0.42,1.104,0.24,0.079,0.35,0.013,0.25-0.148-0.1-0.162,0.01-0.293,0.26-0.293,0.24,0,0.44,0.114,0.44,0.253s0.32,0.254,0.7,0.254,0.85,0.153,1.04,0.342c0.41,0.411,3.13,0.08,3.13-0.381,0-0.694-0.64-1.452-1.08-1.282-0.26,0.098-0.76-0.078-1.11-0.392-0.55-0.48-0.62-0.49-0.47-0.068,0.14,0.381-0.04,0.534-0.74,0.636-1.58,0.233-2.38-0.058-2.38-0.868,0-0.425,0.19-0.741,0.45-0.763,0.59-0.049,0.75-0.095,1.75-0.511,0.46-0.191,1.08-0.26,1.37-0.154,0.4,0.145,0.35-0.007-0.21-0.626-0.41-0.45-0.93-0.75-1.14-0.667-0.22,0.083-0.4-0.049-0.4-0.295,0-0.771-0.5-0.601-1.91,0.642-0.21,0.181-0.54,0.275-0.73,0.21-0.2-0.066-0.66,0.175-1.02,0.536-0.39,0.392-0.89,0.594-1.23,0.503-0.32-0.083-0.58-0.062-0.58,0.048s-0.58,0.2-1.3,0.2c-0.71,0-1.36,0.081-1.44,0.18s-0.63,0.271-1.22,0.383l-1.06,0.202,0.91-0.609c0.5-0.335,0.74-0.609,0.52-0.611-0.32-0.001-0.32-0.082,0-0.439,0.34-0.381,0.44-0.377,0.75,0.03,0.73,0.946,4.33-0.287,6.35-2.173,0.5-0.46,1.99-1.36,3.33-2.0001,1.34-0.6404,3.53-1.7571,4.87-2.4814,2.63-1.4232,2.78-1.4433,7.36-1.0003,2.46,0.2383,2.49,0.2327,2.67-0.4871,0.1-0.4005,0.14-1.7548,0.1-3.0096l-0.09-2.2814,8.67-0.0812c7.53-0.0706,8.71-0.0196,9.01,0.3891,0.3,0.4121,0.37,0.4143,0.52,0.0178,0.14-0.3777,0.87-0.4354,4.37-0.3481,2.31,0.0575,4.3,0.1203,4.43,0.1395,0.17,0.0259,0.12,95.017-0.06,113.12l-0.02,2.5h-41.52-41.53v-26.307zm6.99,25.117c0.42-0.78,0.4-0.93-0.11-0.93-0.4,0-0.79,0.61-0.79,1.24,0,0.49,0.58,0.29,0.9-0.31zm2.36-1.64c0.14-1.09-0.08-1.03-0.49,0.12-0.24,0.69-0.23,0.9,0.03,0.82,0.19-0.07,0.4-0.49,0.46-0.94zm1.18-0.12c-0.1-0.11-0.17,0.07-0.16,0.39,0.02,0.36,0.09,0.43,0.18,0.19,0.09-0.22,0.08-0.48-0.02-0.58zm-2.31-0.52c0-0.4,0.08-0.98,0.18-1.29,0.13-0.4,0-0.34-0.45,0.2-0.74,0.9-0.84,1.83-0.19,1.83,0.28,0,0.46-0.29,0.46-0.74zm-1.8,0.2c0.11-1.07,1.02-3.42,1.34-3.43,0.17,0,0.56-0.55,0.86-1.21,0.31-0.67,0.7-1.21,0.88-1.21,0.17,0,0.78-0.41,1.35-0.91,0.57-0.51,0.94-0.92,0.82-0.92s0.24-0.34,0.8-0.76c0.57-0.41,1.14-0.92,1.27-1.13,0.17-0.28,0.32-0.29,0.57-0.05,0.55,0.56,2.21,0.04,2.71-0.86,0.47-0.82,0.47-0.78-0.59-3.028-0.39-0.83-0.21-2.381,0.28-2.381,0.55,0-0.87-2.327-1.62-2.672-0.69-0.314-0.84-0.271-1.26,0.37-0.26,0.399-0.86,2.141-1.33,3.871-0.87,3.19-1.69,5.25-2.38,5.98-0.21,0.22-0.38,0.56-0.38,0.75,0,0.42-1.76,1.98-2.51,2.22-0.63,0.2-1.28,1.36-1.59,2.83-0.17,0.79-0.14,0.97,0.16,0.79,0.39-0.25,0.34,0.23-0.17,1.45-0.15,0.38-0.07,0.53,0.27,0.53,0.27,0,0.5-0.1,0.52-0.23zm55.06-3.05c-0.18-0.06-0.33-0.44-0.33-0.85,0-0.45-0.18-0.73-0.46-0.73-0.25,0-0.46,0.2-0.46,0.45s0.14,0.46,0.31,0.46c0.16,0,0.3,0.13,0.3,0.28,0,0.16,0.16,0.67,0.36,1.14l0.36,0.86,0.13-0.75c0.07-0.41-0.03-0.8-0.21-0.86zm-1.73-0.17c-0.1-0.27-0.31-0.42-0.46-0.33s-0.1,0.35,0.11,0.57c0.47,0.51,0.6,0.42,0.35-0.24zm-1.33-1.99c-0.2-0.38-0.51-0.55-0.79-0.44-0.4,0.15-0.36,0.3,0.22,0.92,0.76,0.8,1.1,0.51,0.57-0.48zm2.28-1.54c-0.07-0.87-0.77-1.24-0.77-0.41,0,0.31-0.21,0.87-0.47,1.24-0.7,0.99-0.23,1.46,0.61,0.62,0.39-0.41,0.66-1.02,0.63-1.45zm-2.6-1.19c0-0.15-0.2-0.44-0.45-0.65-0.5-0.41-0.56-0.31-0.27,0.43,0.19,0.51,0.72,0.67,0.72,0.22zm2.44-0.36c0-0.18-0.14-0.24-0.31-0.14-0.16,0.11-0.3,0.25-0.3,0.33,0,0.07,0.14,0.13,0.3,0.13,0.17,0,0.31-0.15,0.31-0.32zm-7.49-2.42c-0.17-0.17-0.76-0.44-1.32-0.6-0.98-0.28-0.99-0.28-0.46,0.31,0.3,0.33,0.89,0.6,1.31,0.6,0.53,0,0.68-0.1,0.47-0.31zm6.02-0.21c-0.22-0.08-0.48-0.07-0.58,0.03s0.08,0.17,0.4,0.16c0.35-0.02,0.43-0.09,0.18-0.19zm-8.57-0.59c0-0.35-1.05-1-1.62-1.01-0.3-0.01-0.47-0.136-0.38-0.285,0.1-0.15-0.03-0.351-0.28-0.447-0.61-0.231-0.59-0.802,0.02-0.802,0.79,0,0.3-0.752-0.56-0.854-0.43-0.052-0.97-0.314-1.19-0.583-0.36-0.435-0.33-0.449,0.26-0.134,0.37,0.195,1.03,0.354,1.48,0.354,0.71,0,0.8,0.102,0.67,0.768-0.17,0.883,0.22,1.288,0.6,0.618,0.27-0.485,1.61-0.328,1.61,0.189,0,0.157,0.13,0.202,0.3,0.098,0.17-0.103,0.31-0.043,0.31,0.134,0,0.178,0.4,0.323,0.88,0.323,0.49,0,0.94,0.129,0.99,0.287,0.06,0.157,0.79,0.464,1.62,0.674,0.84,0.22,1.6,0.5,1.69,0.63,0.27,0.37,1.83-0.48,1.67-0.91-0.11-0.287,0.17-0.333,1.14-0.186,0.71,0.106,1.45,0.336,1.66,0.496,0.28,0.21,0.38,0.16,0.38-0.2,0-0.953-2.33-1.287-3.49-0.503-0.38,0.253-1.8,0.209-3.2-0.108-2.36-0.535-8.33-4.086-15.66-9.314-3.19-2.274-5.35-3.293-8.78-4.134-1.7-0.417-3.5-0.913-4-1.101-1.7-0.638-5.11-2.815-5.25-3.35-0.09-0.344-0.79-0.722-1.98-1.072-1.61-0.474-1.78-0.596-1.4-0.989,0.48-0.485,1.79-2.549,1.79-2.81,0-0.315-2.62,0.421-4.18,1.176-0.88,0.423-1.73,0.683-1.91,0.578-1.02-0.631-2.66,1.757-3.38,4.912-0.32,1.391-0.29,1.68,0.22,2.563,0.58,0.984,2.19,2.146,2.63,1.895,0.13-0.071,0.23,0.063,0.23,0.298,0,0.236,0.26,0.729,0.58,1.098l0.58,0.67,0.2-0.924c0.26-1.151,0.64-1.407,1.23-0.82,0.49,0.491,0.59,0.823,0.22,0.765-0.73-0.116-1.29,0.096-1.29,0.493,0,0.251,0.14,0.456,0.3,0.456,0.17,0,0.31-0.137,0.31-0.304,0-0.168,0.14-0.304,0.3-0.304,0.17,0,0.31,0.202,0.31,0.45,0,0.519,1.4,0.926,2.73,0.793,0.41-0.041,0.41-0.088,0-0.424-0.25-0.207-0.6-0.648-0.78-0.978-0.19-0.331-0.7-0.78-1.15-0.999-0.44-0.218-0.8-0.537-0.8-0.708,0-0.191-0.37-0.231-0.95-0.103-0.66,0.145-0.89,0.106-0.75-0.128,0.12-0.185,0.44-0.341,0.73-0.347,0.46-0.008,0.45-0.053-0.05-0.436-0.69-0.519-0.39-1.195,0.35-0.813,0.28,0.146,0.69,0.203,0.89,0.128,0.21-0.075,0.38,0.08,0.38,0.345s0.25,0.482,0.55,0.482c1.01,0,1.85,0.869,1.95,2.034,0.05,0.612,0.26,1.169,0.47,1.239,0.3,0.097,0.31-0.066,0.07-0.714-0.25-0.647-0.22-0.938,0.11-1.267,0.36-0.368,0.51-0.312,1.07,0.398,0.36,0.454,0.65,1.021,0.65,1.26s0.24,0.41,0.53,0.38c0.97-0.098,1.22,0.01,1.38,0.589,0.11,0.434,0.34,0.536,0.94,0.421,0.88-0.167,0.97-0.421,0.48-1.325-0.39-0.727-0.13-1.227,0.51-0.982,0.35,0.133,0.37,0.241,0.1,0.409-0.2,0.126-0.26,0.396-0.13,0.607,0.17,0.277,0.38,0.183,0.79-0.346,0.31-0.399,0.56-0.573,0.57-0.387,0.02,1.031,4.72,4.386,5.49,3.914,0.16-0.102,0.53,0.045,0.81,0.325,0.48,0.478,0.52,0.469,0.75-0.137l0.24-0.648,0.77,0.668c0.42,0.367,0.76,0.834,0.76,1.037,0,0.51-0.94,0.826-1.32,0.444-0.52-0.518-0.85-0.357-0.75,0.362,0.08,0.528,0.31,0.687,1.09,0.725,0.54,0.027,1.16,0.185,1.37,0.353,0.2,0.168,0.85,0.401,1.44,0.518,0.59,0.118,1.82,0.465,2.74,0.772s2.35,0.766,3.19,1.02c0.84,0.255,2.34,0.837,3.35,1.295,1,0.453,1.91,0.813,2.02,0.783,0.11-0.02,0.37,0.16,0.57,0.41,0.37,0.44,1.21,0.62,1.21,0.25zm-5.78-3.456c0-0.168,0.14-0.305,0.3-0.305,0.17,0,0.31,0.137,0.31,0.305,0,0.167-0.14,0.304-0.31,0.304-0.16,0-0.3-0.137-0.3-0.304zm-1.22-0.609c0-0.167-0.38-0.304-0.86-0.304-0.47,0-0.96-0.103-1.09-0.228-0.23-0.228-0.38-0.271-1.24-0.342-0.54-0.045-0.65-1.863-0.12-1.863,0.21,0,0.26,0.289,0.15,0.741-0.17,0.686-0.08,0.757,1.2,0.949,1.26,0.189,3.23,1.318,2.34,1.341-0.21,0.006-0.38-0.127-0.38-0.294zm-4.94-1.242c-0.3-0.171-0.67-0.227-0.84-0.124-0.41,0.254-0.72-0.634-0.45-1.295,0.19-0.473,0.24-0.456,0.47,0.152,0.15,0.376,0.46,0.684,0.7,0.684s0.51,0.205,0.61,0.456c0.2,0.533,0.2,0.533-0.49,0.127zm-2.36-1.325c0-0.535,0.19-0.613,0.45-0.192,0.09,0.156,0.03,0.37-0.14,0.475s-0.31-0.023-0.31-0.283zm2.36-0.068c0.21-0.084,0.55-0.084,0.76,0,0.21,0.085,0.04,0.154-0.38,0.154s-0.59-0.069-0.38-0.154zm-21.83-4.495c0-0.074,0.14-0.219,0.31-0.322,0.17-0.104,0.3-0.043,0.3,0.134s-0.13,0.322-0.3,0.322-0.31-0.06-0.31-0.134zm2.54-3.073c-0.27-0.701-0.02-0.739,0.64-0.1,0.52,0.511,0.53,0.569,0.06,0.569-0.28,0-0.6-0.211-0.7-0.469zm1.47,11.779c0.73-0.304,2.12-0.727,3.09-0.939,0.98-0.213,1.7-0.459,1.61-0.547-0.09-0.089-1.53-0.339-3.2-0.557-1.67-0.217-3.36-0.492-3.74-0.61-0.39-0.118-0.6-0.107-0.47,0.026,0.12,0.133,0,0.495-0.28,0.806-0.39,0.432-0.43,0.647-0.16,0.922,0.2,0.196,0.36,0.604,0.36,0.905,0,0.72,1.07,0.718,2.79-0.006zm12.42-3.575c0-0.372-0.88-1.022-1.64-1.213-1.1-0.277-0.98,0.217,0.2,0.833,1.06,0.553,1.44,0.652,1.44,0.38zm-4.26-1.043c0-0.167-0.13-0.304-0.3-0.304s-0.31,0.137-0.31,0.304c0,0.168,0.14,0.305,0.31,0.305s0.3-0.137,0.3-0.305zm1.45-0.38c-0.15-0.431-0.64-0.383-0.79,0.076-0.05,0.167,0.13,0.304,0.41,0.304s0.45-0.171,0.38-0.38zm-7.53-2.966c0-0.167-0.21-0.304-0.46-0.304s-0.45,0.137-0.45,0.304c0,0.168,0.2,0.305,0.45,0.305s0.46-0.137,0.46-0.305zm23.57-8.213c-0.1-0.167-0.25-0.304-0.32-0.304s-0.13,0.137-0.13,0.304c0,0.168,0.14,0.304,0.32,0.304s0.24-0.136,0.13-0.304zm-3.34-0.608c-0.11-0.167-0.33-0.304-0.5-0.304-0.16,0-0.21,0.137-0.11,0.304s0.32,0.304,0.49,0.304,0.22-0.137,0.12-0.304zm13.27-0.814c-0.36-0.616-0.45-0.419-0.16,0.346,0.11,0.272,0.26,0.43,0.34,0.352,0.07-0.079-0.01-0.392-0.18-0.698zm-14.5,0.24c-0.16-0.149-0.64-0.36-1.05-0.469l-0.76-0.199,0.76,0.458c0.84,0.511,1.51,0.644,1.05,0.21zm3.51-0.661c0-0.157-0.14-0.286-0.31-0.286-0.16,0-0.3,0.213-0.3,0.474s0.14,0.39,0.3,0.287c0.17-0.104,0.31-0.317,0.31-0.475zm-5.63-0.286c-0.1-0.167-0.35-0.302-0.55-0.299-0.22,0.002-0.18,0.122,0.09,0.299,0.59,0.378,0.69,0.378,0.46,0zm17.49-0.735c0-0.237,0.17-0.511,0.38-0.608,0.3-0.142,0.31-0.214,0-0.355-0.26-0.121-0.09-0.464,0.54-1.088,0.5-0.501,0.9-1.072,0.9-1.268,0-0.264-0.06-0.266-0.23-0.01-0.16,0.246-0.35,0.208-0.67-0.134-0.39-0.426-0.38-0.458,0.08-0.28,0.32,0.121,0.52,0.055,0.53-0.17,0-0.234,0.11-0.202,0.29,0.085,0.24,0.378,0.4,0.39,0.91,0.074,0.5-0.308,0.62-0.308,0.61,0-0.02,0.587-0.78,1.466-1.06,1.214-0.14-0.123-0.17,0.003-0.07,0.279,0.12,0.329-0.01,0.553-0.37,0.648-0.38,0.098-0.55,0.401-0.52,0.914,0.06,0.939,0.32,0.801,1.23-0.645,1.4-2.226,2.58-7.879,1.75-8.392-0.24-0.149-0.34,0.437-0.34,1.986,0,1.209-0.11,2.096-0.23,1.97-0.24-0.241-0.28-0.406-0.34-1.412-0.03-0.344-0.16-0.554-0.3-0.465-0.15,0.089-0.24-0.48-0.2-1.264,0.03-0.784-0.13-2.037-0.35-2.786-0.23-0.748-0.34-1.608-0.24-1.911,0.11-0.344,0.02-0.55-0.22-0.547-0.54,0.006-1.45,0.592-0.94,0.599,0.21,0.002,0.38,0.133,0.38,0.289,0,0.157-0.56,0.278-1.25,0.268-0.69-0.009-1.34,0.123-1.44,0.293-0.26,0.407-0.95,0.49-1.79,0.216-0.81-0.26-0.92-1.053-0.16-1.081,0.41-0.015,0.38-0.084-0.15-0.294-0.37-0.152-0.68-0.425-0.68-0.607,0-0.183,0.13-0.248,0.3-0.144,0.45,0.277,0.37-0.623-0.17-1.911-0.26-0.622-0.43-1.157-0.38-1.189,0.25-0.157-2.46-3.324-3.88-4.539-1.1-0.939-1.56-1.53-1.43-1.855,0.13-0.355,0.91,0.291,3.01,2.51,2.37,2.506,2.94,3.304,3.51,4.946,0.39,1.076,0.87,2.024,1.08,2.106,0.21,0.081,0.31,0.27,0.22,0.42s-0.02,0.272,0.15,0.272c0.48,0,0.39-0.648-0.24-1.683-0.31-0.508-0.66-1.545-0.77-2.305-0.17-1.162-0.51-1.691-2.13-3.335-1.06-1.075-2.39-2.327-2.96-2.782-0.56-0.455-0.87-0.831-0.67-0.836s0.55,0.178,0.78,0.407c0.23,0.23,0.86,0.649,1.41,0.932,0.55,0.284,1.66,1.224,2.47,2.089,0.82,0.865,1.57,1.481,1.69,1.368,0.23-0.232-1.65-2.981-2.04-2.981-0.14,0-0.26-0.197-0.26-0.438s-0.82-0.877-1.83-1.414c-1-0.537-1.78-1.023-1.72-1.082,0.06-0.058,0.74,0.112,1.53,0.379,1.48,0.504,2.06,1.028,4.14,3.696,0.68,0.879,1.38,1.597,1.54,1.597,0.59,0,0.28-0.816-0.64-1.692-0.52-0.491-1.28-1.467-1.69-2.167-0.65-1.1-1.02-1.363-2.7-1.921-2.94-0.978-4.42-2.433-2.49-2.433,0.75,0,1.06-0.565,2.38-4.359,0.45-1.309,0.9-2.462,1-2.56s0.18-0.35,0.18-0.559,0.3-1.042,0.66-1.85c0.67-1.504,1.46-3.494,1.46-3.733,0.01-0.074-0.27,0.166-0.61,0.532-0.83,0.887-1.34,0.852-0.75-0.052,0.26-0.394,0.38-0.942,0.28-1.216-0.15-0.398,0.01-0.507,0.83-0.538,0.93-0.034,0.89-0.06-0.35-0.281-1.94-0.346-3.91-0.35-3.37-0.007,0.23,0.15,0.87,0.201,1.4,0.114,0.86-0.14,0.99-0.066,1.13,0.636,0.1,0.541,0.02,0.793-0.27,0.793-0.22,0-0.41,0.258-0.41,0.573,0,0.464-0.19,0.555-0.99,0.476-0.54-0.054-1.09-0.106-1.22-0.117-0.12-0.011-0.2-0.122-0.16-0.247,0.03-0.126-0.03-0.686-0.15-1.244-0.21-1.005-0.23-1.014-1.51-0.801-1.76,0.293-2.79,0.866-3.77,2.099-1.6,2.007-1.9,3.263-1.92,8.159-0.01,3.167-0.12,4.486-0.36,4.486-0.2,0-1.82,0.671-3.6,1.49-3.37,1.546-5.41,2.183-8.92,2.79-1.83,0.317-2.12,0.459-2.54,1.289-0.59,1.123-0.44,4.113,0.28,5.71,0.26,0.572,0.65,1.657,0.88,2.41,0.34,1.167,0.53,1.383,1.29,1.469,0.52,0.061,1.2-0.136,1.68-0.492,0.44-0.326,1.39-0.895,2.12-1.265,0.72-0.37,1.92-1.29,2.65-2.045s1.33-1.193,1.33-0.974c0,0.253,0.24,0.162,0.65-0.246,0.36-0.356,0.65-1.002,0.65-1.437,0-0.493,0.16-0.79,0.45-0.79,0.24,0,1.07-0.616,1.83-1.369,0.92-0.904,1.66-1.37,2.18-1.373,0.62-0.004,0.69-0.067,0.33-0.304-0.32-0.211-0.14-0.242,0.61-0.107,0.58,0.105,1.2,0.331,1.36,0.501,0.21,0.207,0.13,0.247-0.22,0.121-0.81-0.284-0.65,0.023,0.6,1.176,0.63,0.577,1.42,1.054,1.75,1.062,0.8,0.018,3.86,2.394,4.32,3.35,0.19,0.41,0.45,1.156,0.57,1.658l0.22,0.913-0.65-0.582c-0.36-0.319-0.74-0.496-0.85-0.392-0.36,0.366-0.18,1.762,0.31,2.3,0.27,0.301,0.49,0.686,0.49,0.856,0,0.481,1.09,1.344,1.37,1.088,0.14-0.126,0.15-0.051,0.03,0.165-0.13,0.217-0.08,0.573,0.1,0.793,0.31,0.375,0.69,2.798,0.69,4.395,0,0.521,0.1,0.624,0.34,0.381,0.5-0.504,0.82-0.405,0.82,0.255,0,0.325,0.14,0.675,0.3,0.779,0.4,0.245,0.4,1.278,0,1.526-0.17,0.106-0.46-0.228-0.64-0.743-0.18-0.514-0.46-0.935-0.62-0.935-0.4,0-0.01,1.226,0.61,1.928,0.27,0.308,0.5,0.719,0.5,0.913,0,0.541,0.88,2.33,1.14,2.33,0.13,0,0.23-0.194,0.23-0.431zm-0.4-2.199c-0.39-0.397-0.2-0.716,0.43-0.716,0.35,0,0.58,0.159,0.51,0.361-0.15,0.444-0.66,0.637-0.94,0.355zm0.1-2.407c0-0.261,0.13-0.39,0.3-0.286,0.17,0.103,0.31,0.316,0.31,0.474,0,0.157-0.14,0.286-0.31,0.286s-0.3-0.213-0.3-0.474zm3.52,0.211c-0.13-0.212-0.16-0.468-0.05-0.568,0.27-0.273,0.56,0.128,0.42,0.569-0.11,0.309-0.18,0.309-0.37-0.001zm-4.74-6.134c0-0.163,0.21-0.295,0.46-0.295s0.45,0.054,0.45,0.12c0,0.065-0.2,0.198-0.45,0.294s-0.46,0.043-0.46-0.119zm3.07-1.639c-0.02-0.32,0.06-0.5,0.16-0.399s0.11,0.364,0.02,0.583c-0.1,0.243-0.17,0.171-0.18-0.184zm-11.43-8.998c-0.11-0.168-0.05-0.305,0.13-0.305s0.32,0.137,0.32,0.305c0,0.167-0.06,0.304-0.13,0.304-0.08,0-0.22-0.137-0.32-0.304zm-1.24-3.489c-0.32-0.245-0.44-0.451-0.25-0.456s0.52,0.195,0.73,0.447c0.48,0.579,0.28,0.583-0.48,0.009zm3.52-6.397c0-0.251,0.11-0.457,0.25-0.457s0.25,0.206,0.25,0.457-0.11,0.456-0.25,0.456-0.25-0.205-0.25-0.456zm-1.31-0.043c-0.11-0.107-0.12-0.314-0.03-0.461,0.19-0.315,0.73-0.043,0.73,0.37,0,0.326-0.41,0.38-0.7,0.091zm3.13-4.502c0-0.074,0.14-0.219,0.31-0.322,0.16-0.104,0.3-0.043,0.3,0.134s-0.14,0.322-0.3,0.322c-0.17,0-0.31-0.061-0.31-0.134zm0-2.129c0-0.261,0.14-0.475,0.31-0.475,0.16,0,0.3,0.129,0.3,0.287,0,0.157-0.14,0.37-0.3,0.474-0.17,0.103-0.31-0.026-0.31-0.286zm0.61-0.779c0-0.167,0.14-0.304,0.3-0.304,0.17,0,0.31,0.137,0.31,0.304s-0.14,0.304-0.31,0.304c-0.16,0-0.3-0.137-0.3-0.304zm-0.56-0.608c0-0.419,0.07-0.59,0.15-0.381,0.09,0.21,0.09,0.552,0,0.761-0.08,0.209-0.15,0.038-0.15-0.38zm-4.81-2.244c-0.27-0.311-0.12-0.478,0.71-0.777,0.58-0.21,1.13-0.304,1.23-0.21,0.09,0.095-0.2,0.312-0.65,0.484s-0.74,0.449-0.63,0.617c0.27,0.442-0.25,0.352-0.66-0.114zm2.33-0.722c0-0.377,0.14-0.685,0.3-0.685,0.38,0,0.38,0.323,0,0.913-0.24,0.369-0.29,0.325-0.3-0.228zm-10.54,41.427c-0.13-0.314,0.02-0.53,0.44-0.638,0.82-0.215,0.96-0.692,0.47-1.625l-0.4-0.761-0.05,0.913c-0.04,0.686-0.1,0.573-0.24-0.456-0.11-0.753-0.07-1.544,0.09-1.757,0.15-0.213,0.19-0.478,0.08-0.588-0.44-0.432-0.86,0.534-1.02,2.309-0.09,1.024-0.26,1.861-0.37,1.861-0.4,0-1.29-1.302-1-1.484,0.41-0.265,0.64-2.484,0.33-3.307-0.33-0.917-0.87-0.871-0.87,0.076,0,0.583-0.16,0.763-0.69,0.77-0.64,0.009-0.65,0.034-0.13,0.427,0.64,0.483,0.19,0.942-0.64,0.654-0.47-0.163-0.47-0.142,0.01,0.235,0.3,0.228,0.54,0.508,0.54,0.622,0,0.266,0.51,0.906,1.75,2.194,1.04,1.076,2.02,1.397,1.7,0.555zm-0.34-2.263c0-0.586,0.06-0.825,0.14-0.533,0.07,0.293,0.07,0.772,0,1.065-0.08,0.293-0.14,0.053-0.14-0.532zm-2.3-0.507c-0.11-0.112-0.21-0.344-0.21-0.517,0-0.191,0.15-0.173,0.36,0.045,0.2,0.198,0.29,0.431,0.21,0.517-0.09,0.087-0.25,0.066-0.36-0.045zm14.09,0.507c0-0.167-0.14-0.304-0.3-0.304-0.17,0-0.31,0.137-0.31,0.304s0.14,0.304,0.31,0.304c0.16,0,0.3-0.137,0.3-0.304zm-16.12-2.7c0-0.146-0.2-0.83-0.44-1.521-0.25-0.69-0.33-1.255-0.18-1.255s0.4,0.377,0.56,0.837c0.27,0.773,0.31,0.79,0.53,0.228,0.12-0.334,0.45-0.871,0.72-1.193,0.39-0.478,0.4-0.535,0.03-0.313-0.99,0.589-1.3,0.436-1.1-0.547,0.24-1.204,0.31-1.258,1.05-0.861,0.34,0.18,0.9,0.328,1.24,0.328,0.53,0,0.64,0.201,0.67,1.293l0.03,1.293,0.28-1.521c0.15-0.836,0.29-1.929,0.31-2.427,0.03-0.499,0.24-1.098,0.47-1.332,0.24-0.234,0.35-0.637,0.25-0.895-0.1-0.257-0.03-0.562,0.15-0.677,0.24-0.144,0.2-0.348-0.12-0.667-0.34-0.343-0.37-0.547-0.11-0.805s0.22-0.345-0.15-0.345c-0.27,0-0.54,0.105-0.59,0.233-0.06,0.129-1.06,0.735-2.23,1.348-1.28,0.669-2.17,1.334-2.22,1.667-0.05,0.305-0.24,0.854-0.42,1.22-0.52,1.031,0.3,6.178,0.98,6.178,0.16,0,0.29-0.119,0.29-0.266zm-0.86-4.525c0.04-0.292-0.02-0.702-0.15-0.909-0.16-0.258-0.09-0.319,0.23-0.195,0.53,0.202,0.66,1.637,0.15,1.637-0.18,0-0.28-0.24-0.23-0.533zm17.1,4.042c0.27-0.413,0.49-1.207,0.49-1.765s0.16-1.176,0.36-1.374,0.28-0.437,0.19-0.532c-0.1-0.094-0.4,0.057-0.68,0.336-0.47,0.465-0.54,0.467-0.87,0.021-0.27-0.349-0.5-0.403-0.83-0.19-0.4,0.266-0.4,0.332,0,0.598,0.28,0.181,0.32,0.302,0.1,0.305-0.57,0.007-0.76-0.536-0.42-1.179,0.21-0.397,0.52-0.534,0.95-0.422,0.46,0.121,0.67-0.006,0.8-0.484,0.11-0.427,0.41-0.648,0.87-0.648,1.67,0,1.01-1.022-0.85-1.307-0.93-0.144-1.22-0.059-1.59,0.475-0.35,0.507-0.37,0.708-0.08,0.916,0.3,0.211,0.3,0.298,0,0.42-0.21,0.085-0.38,0.417-0.38,0.738,0,0.32-0.14,0.583-0.31,0.583-0.6,0-0.29,0.583,0.58,1.097s1.45,2.088,0.89,2.432c-0.14,0.086-0.25,0.286-0.25,0.443,0,0.532,0.53,0.291,1.03-0.463zm-1.13-5.233c-0.31-0.309-0.24-0.71,0.12-0.71,0.17,0,0.24,0.125,0.15,0.278-0.1,0.153,0,0.348,0.21,0.433s0.23,0.164,0.05,0.178c-0.18,0.013-0.42-0.068-0.53-0.179zm-3.98,4.848c-0.1-0.101-0.17,0.079-0.16,0.399,0.02,0.354,0.09,0.427,0.19,0.184,0.09-0.22,0.07-0.482-0.03-0.583zm8.03,0.526c0-0.167-0.13-0.304-0.3-0.304s-0.31,0.137-0.31,0.304,0.14,0.304,0.31,0.304,0.3-0.137,0.3-0.304zm-13.99-0.989c-0.01-0.534-0.07-0.587-0.29-0.242-0.15,0.243-0.21,0.551-0.13,0.684,0.27,0.427,0.42,0.262,0.42-0.442zm12.64-0.148c0.27-0.375,0.3-0.694,0.08-1.103-0.19-0.358-0.2-0.647-0.02-0.765,0.41-0.268,0.72-2.109,0.39-2.312-0.15-0.092-0.36-0.027-0.47,0.146-0.1,0.172-0.32,0.235-0.47,0.139-0.16-0.096-0.29-0.03-0.29,0.147s0.14,0.322,0.31,0.322,0.3,0.342,0.3,0.761c0,0.418-0.13,0.76-0.3,0.76s-0.31,0.548-0.31,1.217c0,1.331,0.19,1.495,0.78,0.688zm1.66-0.725c0-0.795-0.5-0.717-0.72,0.113-0.29,1.065-0.23,1.246,0.26,0.836,0.25-0.208,0.46-0.635,0.46-0.949zm-5.32-3.935c0.13-0.621,0.1-0.903-0.09-0.783-0.46,0.284-0.74-1.253-0.36-1.97,0.19-0.345,0.26-0.71,0.16-0.81s-0.35,0.254-0.55,0.787c-0.38,1-0.95,1.382-0.65,0.436,0.09-0.308-0.17-0.147-0.63,0.38l-0.79,0.913,0.17-1.673c0.35-3.286,0.37-3.174-0.46-3.184-0.58-0.008-0.77-0.178-0.8-0.715-0.04-0.855-0.72-1.68-0.72-0.877,0,0.284,0.1,0.518,0.23,0.519,0.12,0,0.26,0.646,0.31,1.433,0.04,0.788,0.3,1.759,0.56,2.157,0.27,0.422,0.4,1.022,0.29,1.437-0.1,0.392-0.03,0.806,0.16,0.919,0.19,0.122,0.26,0.653,0.15,1.311-0.15,0.96-0.13,1.007,0.14,0.357,0.44-1.034,0.5-1.063,1.06-0.504,0.27,0.271,0.35,0.493,0.17,0.493-0.17,0-0.23,0.228-0.12,0.506,0.13,0.34,0.08,0.434-0.16,0.286-0.2-0.121-0.36-0.075-0.36,0.102,0,0.574,0.53,0.342,1.06-0.464,0.28-0.433,0.59-0.711,0.68-0.618s-0.05,0.5-0.31,0.904c-0.27,0.404-0.4,0.817-0.3,0.917,0.24,0.239,0.89-1.029,1.16-2.259zm-7.89,1.202c-0.8-0.631-1.39-0.747-1.39-0.272,0,0.167,0.21,0.304,0.46,0.304,0.26,0,0.54,0.197,0.64,0.437,0.09,0.241,0.36,0.363,0.59,0.272,0.33-0.126,0.26-0.303-0.3-0.741zm2.71-0.272c-0.1-0.167-0.35-0.302-0.55-0.3-0.22,0.003-0.18,0.123,0.1,0.3,0.58,0.378,0.69,0.378,0.45,0zm18.23-1.574c-0.28-0.869-0.41-2.125-0.41-3.825,0-0.711-0.14-1.293-0.31-1.293-0.18,0-0.32-0.206-0.32-0.456,0-0.251,0.14-0.457,0.32-0.457s0.23-0.158,0.11-0.351c-0.14-0.218-0.09-0.268,0.13-0.134,0.19,0.119,0.35,0.059,0.35-0.134,0-0.192-0.26-0.417-0.57-0.5-0.31-0.082-0.74-0.512-0.94-0.957-0.33-0.735-0.4-0.761-0.75-0.289-0.25,0.353-0.47,0.42-0.69,0.209-0.21-0.211-0.36,0.255-0.49,1.454-0.1,0.971-0.06,1.888,0.09,2.039,0.15,0.15,0.2,0.664,0.1,1.141-0.11,0.567-0.04,0.868,0.19,0.868s0.29-0.232,0.17-0.606c-0.15-0.49-0.09-0.567,0.35-0.399,0.43,0.165,0.4,0.054-0.15-0.534-0.52-0.552-0.65-0.966-0.52-1.617,0.09-0.481,0.18-1.097,0.19-1.368,0.02-0.381,0.08-0.354,0.29,0.114,0.26,0.591,0.27,0.589,0.47-0.076,0.11-0.377,0.33-0.685,0.49-0.685s0.2,0.146,0.09,0.325c-0.11,0.178,0.05,0.518,0.36,0.754,0.49,0.374,0.5,0.47,0.11,0.733-0.34,0.22-0.49,0.176-0.56-0.164-0.06-0.255-0.26-0.408-0.46-0.338-0.41,0.147-0.33,1.426,0.13,1.878,0.21,0.212,0.24,0.13,0.09-0.264-0.15-0.413-0.1-0.534,0.21-0.433,0.65,0.217,0.85,1.555,0.3,1.971-0.42,0.316-0.4,0.439,0.22,1.094,0.4,0.431,0.61,0.936,0.51,1.216-0.1,0.264,0.05,0.837,0.33,1.274,0.61,0.925,0.9,0.828,0.57-0.19zm-21.59,0.389c0.09-0.15-0.04-0.351-0.29-0.447-0.28-0.106-0.45,0.001-0.45,0.273,0,0.492,0.47,0.604,0.74,0.174zm2.3-0.673c0-0.185-0.21-0.258-0.46-0.161-0.25,0.096-0.45,0.042-0.45-0.12s0.2-0.295,0.45-0.295,0.46-0.151,0.46-0.336c0-0.186-0.22-0.254-0.48-0.152-0.27,0.101-0.61,0.184-0.76,0.184-0.16,0-0.28,0.274-0.28,0.609,0,0.446,0.2,0.608,0.76,0.608,0.42,0,0.76-0.151,0.76-0.337zm1.99,0.054c-0.1-0.156-0.05-0.359,0.09-0.451,0.15-0.092,0.28-0.495,0.28-0.895,0-0.675-0.04-0.692-0.51-0.234-0.52,0.504-0.5,1.863,0.03,1.863,0.15,0,0.2-0.127,0.11-0.283zm-25.3-1.694c-0.19-0.497-0.72-0.628-0.72-0.178,0,0.231,0.21,0.388,0.82,0.61,0.04,0.013-0.01-0.181-0.1-0.432zm3.67,0.118c-0.09-0.149,0.11-0.27,0.46-0.27,0.84,0,0.8-0.533-0.06-0.698l-0.69-0.132,0.69-0.041c0.41-0.025,0.68-0.239,0.68-0.535,0-0.384-0.09-0.417-0.41-0.147-0.23,0.191-0.63,0.266-0.89,0.168-0.25-0.098-0.56-0.025-0.67,0.162-0.15,0.248-0.33,0.244-0.64-0.017-0.35-0.291-0.43-0.21-0.43,0.442,0,0.439-0.14,0.798-0.3,0.798-0.17,0-0.31,0.104-0.31,0.232s0.62,0.25,1.37,0.27c0.75,0.021,1.29-0.084,1.2-0.232zm4.29-0.69c0.29-1.139,0.04-2.482-0.43-2.382-0.27,0.057-0.35-0.082-0.24-0.38,0.12-0.297,0.01-0.468-0.29-0.468-0.31,0-0.43,0.229-0.37,0.684,0.06,0.376,0.27,0.684,0.48,0.684s0.35,0.137,0.3,0.304c-0.04,0.168-0.17,0.27-0.3,0.229-0.27-0.092-0.3,0.899-0.04,1.572,0.27,0.702,0.69,0.588,0.89-0.243zm13.83,0.42c-0.6-0.385-1.22-0.385-1.22,0,0,0.167,0.38,0.302,0.84,0.299,0.65-0.003,0.73-0.069,0.38-0.299zm1.66-0.283c0.09-0.156,0.05-0.361-0.11-0.455-0.15-0.094-0.35,0.033-0.45,0.283-0.19,0.493,0.27,0.634,0.56,0.172zm-16.87-0.941c0-0.736-1.08-0.455-1.13,0.296-0.03,0.407,0.11,0.514,0.54,0.402,0.32-0.084,0.59-0.399,0.59-0.698zm-9.76-0.677c0.01-0.126-0.11-0.229-0.28-0.229s-0.29,0.377-0.28,0.837c0.02,0.741,0.05,0.767,0.28,0.228,0.14-0.335,0.27-0.711,0.28-0.836zm25.44,0.152c-0.03-0.779-0.18-1.141-0.49-1.141-0.29,0-0.41,0.26-0.36,0.76,0.19,1.826,0.91,2.148,0.85,0.381zm6.52,0.058c0-0.261-0.13-0.39-0.3-0.287-0.17,0.104-0.3,0.317-0.3,0.475,0,0.157,0.13,0.286,0.3,0.286s0.3-0.213,0.3-0.474zm-5.02-0.134c-0.1-0.168,0.03-0.305,0.29-0.305s0.47-0.226,0.47-0.503c0-0.455-0.05-0.451-0.6,0.041-0.52,0.471-0.59,1.071-0.12,1.071,0.08,0,0.07-0.137-0.04-0.304zm9.39-0.143c0.25-0.663-0.28-0.841-0.76-0.252-0.28,0.352-0.29,0.44-0.03,0.283,0.21-0.126,0.38-0.083,0.38,0.094,0,0.461,0.21,0.397,0.41-0.125zm-30.99-0.846c0.03-0.417,0.38-0.844,0.89-1.092,0.46-0.225,0.77-0.471,0.7-0.548-0.29-0.282-3.26-0.362-3.26-0.088,0,0.156,0.23,0.283,0.5,0.283,0.39,0,0.42,0.091,0.14,0.427-0.27,0.327-0.27,0.469,0.04,0.608,0.32,0.148,0.32,0.216-0.01,0.365-0.3,0.138-0.26,0.28,0.15,0.583,0.65,0.472,0.79,0.383,0.85-0.538zm-13.53,0.313c0-0.15,0.12-0.197,0.27-0.105,0.15,0.093,0.35-0.036,0.45-0.286s0.44-0.454,0.76-0.454,0.67-0.214,0.77-0.476c0.1-0.261,0.31-0.396,0.47-0.299,0.15,0.097,0.37,0.029,0.48-0.151,0.25-0.394-3.34-0.07-4.21,0.381-0.31,0.158-0.75,0.213-0.99,0.123-0.61-0.236-1.18,0.921-0.61,1.242,0.61,0.339,2.61,0.359,2.61,0.025zm0.02-0.972c-0.01-0.321,0.06-0.5,0.16-0.399,0.11,0.101,0.12,0.363,0.03,0.583-0.1,0.242-0.17,0.17-0.19-0.184zm10.56,0.431c-0.45-0.719-0.57-0.636-0.34,0.238,0.09,0.367,0.29,0.594,0.44,0.505,0.14-0.09,0.1-0.424-0.1-0.743zm-6.32,0.304c0-0.167-0.15-0.304-0.32-0.304-0.18,0-0.24,0.137-0.14,0.304,0.11,0.167,0.25,0.304,0.33,0.304,0.07,0,0.13-0.137,0.13-0.304zm3.64-0.598c-0.01-0.676-0.05-0.705-0.32-0.232-0.17,0.296-0.44,0.459-0.6,0.362s-0.29,0.008-0.29,0.233,0.28,0.409,0.61,0.409c0.45,0,0.61-0.2,0.6-0.772zm9.74,0.453c0-0.198-0.47-0.282-1.21-0.211-0.67,0.063-1.16,0.211-1.09,0.327,0.22,0.345,2.3,0.24,2.3-0.116zm22.36-0.159c0.22,0,0.46,0.102,0.53,0.228s0.11,0.103,0.09-0.05-0.33-0.466-0.67-0.696c-0.59-0.39-0.63-0.36-0.63,0.43,0.01,0.467,0.07,0.677,0.14,0.468,0.08-0.209,0.32-0.38,0.54-0.38zm2.51,0.397c-0.3-0.077-0.71-0.072-0.92,0.012-0.2,0.083,0.04,0.146,0.54,0.14s0.67-0.074,0.38-0.152zm12.45-2.298c0.52-1.046,1.67-2.86,2.56-4.031,1.41-1.855,1.62-2.312,1.63-3.549,0.01-0.78,0.12-1.529,0.26-1.663,0.13-0.135,0.15-0.009,0.04,0.278-0.11,0.301-0.05,0.524,0.14,0.524,0.18,0,0.34-0.377,0.35-0.837s0.09-1.562,0.18-2.449c0.21-2.069-0.3-4.16-1.43-5.861-0.49-0.741-0.89-1.227-0.89-1.079s-0.29-0.096-0.64-0.542c-0.69-0.872-3.43-2.408-3.74-2.096-0.37,0.37-0.18,0.758,0.29,0.58,0.27-0.104,0.39-0.053,0.28,0.12-0.1,0.165,0.09,0.3,0.42,0.3,0.93,0,1.56,0.327,1.56,0.811,0,0.265,0.15,0.356,0.38,0.227,0.31-0.171,0.31-0.132,0,0.195-0.58,0.631-0.46,1.181,0.24,1.046,0.44-0.084,0.79,0.149,1.17,0.777,0.3,0.493,0.66,0.794,0.81,0.67,0.14-0.125,0.01,0.166-0.29,0.647-0.44,0.702-0.48,1.019-0.21,1.611,0.46,1.005,0.42,1.159-0.16,0.679-0.42-0.354-0.47-0.329-0.37,0.191,0.08,0.42,0.32,0.57,0.8,0.504,0.37-0.053,0.67,0.05,0.67,0.228s-0.13,0.323-0.3,0.323c-0.39,0-0.39,0.625,0,1.217,0.27,0.406,0.34,0.406,0.6,0,0.26-0.394,0.3-0.386,0.31,0.058,0,0.725-0.47,0.93-0.91,0.395-0.53-0.631-0.84-0.566-1.1,0.231l-0.23,0.685-0.17-0.703c-0.19-0.774-0.78-0.798-0.78-0.031,0,0.547-0.7,1.494-1.1,1.494-0.15,0-0.27-0.205-0.27-0.456,0-0.55-0.36-0.588-0.85-0.091-0.26,0.259-0.37,0.265-0.37,0.02,0-0.189,0.31-0.442,0.69-0.56,1.17-0.37,2.04-1.402,1.71-2.022-0.19-0.357-0.18-0.541,0.02-0.541,0.18,0,0.32,0.189,0.32,0.421,0,0.231,0.27,0.492,0.61,0.58,0.71,0.187,0.81-0.331,0.14-0.816-0.51-0.378-0.78-1.48-0.85-3.556-0.04-1.012-0.18-1.396-0.51-1.399-0.25-0.003-0.54,0.126-0.65,0.286-0.11,0.177-0.27,0.159-0.39-0.046-0.12-0.185-0.07-0.337,0.11-0.337s0.32-0.205,0.32-0.456c0-0.551-0.5-0.609-0.68-0.079-0.09,0.279-0.25,0.252-0.61-0.103-0.3-0.302-0.38-0.634-0.22-0.895,0.14-0.228,0.18-0.538,0.09-0.689-0.1-0.151-0.42,0.253-0.72,0.898-0.58,1.24-0.8,0.994-0.3-0.329,0.16-0.429,0.19-0.781,0.06-0.781-0.14,0-0.7,1.13-1.25,2.51s-1.27,3.106-1.59,3.836c-0.33,0.729-0.5,1.414-0.38,1.521s0.27,0.023,0.35-0.188c0.07-0.21,0.26-0.305,0.41-0.21s0.28,0,0.28-0.211c0-0.298,0.08-0.302,0.36-0.018,0.57,0.567,0.86,0.435,0.86-0.395,0-0.419,0.12-0.761,0.26-0.761,0.15,0,0.35-0.41,0.45-0.912,0.19-0.933,1.11-1.313,1.11-0.457,0,0.251-0.19,0.457-0.42,0.457-0.49,0-0.78,0.92-0.79,2.491,0,1.094-0.61,1.941-0.85,1.2-0.1-0.287-0.23-0.283-0.6,0.02-0.41,0.34-0.44,0.293-0.24-0.368l0.22-0.758-0.52,0.716c-0.4,0.548-0.58,0.621-0.78,0.313-0.31-0.504-0.29-0.532-1.28,1.943-1,2.516-1.01,2.763-0.05,1.591l0.75-0.912v0.988c0,0.544,0.14,0.989,0.3,0.989,0.17,0,0.31-0.206,0.31-0.457,0-0.713,0.55-0.534,0.7,0.228l0.13,0.685,0.24-0.71c0.17-0.547,0.29-0.617,0.51-0.304,0.2,0.281,0.23,0.203,0.1-0.253-0.24-0.865,0.34-1.202,1.02-0.588,0.3,0.267,0.7,0.486,0.9,0.486,0.19,0,0.35,0.137,0.35,0.304,0,0.168-0.12,0.304-0.26,0.304s-0.19,0.377-0.1,0.837c0.13,0.688,0.08,0.777-0.27,0.5-0.74-0.576-1.8-0.72-1.8-0.243,0,0.235,0.17,0.393,0.38,0.351,0.21-0.041,0.38,0.198,0.38,0.533,0,0.334-0.17,0.574-0.38,0.532s-0.4,0.232-0.42,0.608c-0.02,0.542-0.06,0.57-0.17,0.135-0.08-0.302-0.48-0.674-0.88-0.827-0.48-0.184-0.66-0.435-0.55-0.746,0.14-0.339,0.05-0.417-0.31-0.282-0.58,0.226-0.61,0.483-0.11,0.988,0.3,0.301,0.29,0.441-0.07,0.689-0.36,0.246-0.32,0.274,0.18,0.135,0.41-0.114,0.82,0.032,1.17,0.416,0.29,0.326,0.73,0.514,0.98,0.419,0.32-0.12,0.42-0.003,0.35,0.389-0.07,0.42,0.1,0.564,0.67,0.573,0.61,0.01,0.74,0.151,0.68,0.715-0.04,0.386,0.03,0.64,0.15,0.564,0.13-0.076,0.39,0.038,0.59,0.254,0.28,0.303,0.27,0.518-0.07,0.956-0.47,0.623-0.58,1.326-0.2,1.326,0.13,0,0.66-0.856,1.18-1.901zm-1.81-3.27c-0.11-0.396-0.01-0.609,0.26-0.609,0.24,0,0.43,0.274,0.43,0.609,0,0.334-0.12,0.608-0.27,0.608-0.14,0-0.34-0.274-0.42-0.608zm-1.44-0.305c0-0.167,0.14-0.304,0.31-0.304,0.16,0,0.3,0.137,0.3,0.304,0,0.168-0.14,0.305-0.3,0.305-0.17,0-0.31-0.137-0.31-0.305zm2.49-1.096c0.12-0.658,1.07-0.938,1.56-0.458,0.4,0.41,0.28,0.537-0.81,0.81-0.74,0.186-0.85,0.134-0.75-0.352zm2.68-0.576c0-0.252,0.24-0.461,0.54-0.466,0.48-0.009,0.48-0.049-0.05-0.449-0.51-0.388-0.63-0.378-1.01,0.085-0.38,0.473-0.39,0.459-0.1-0.139,0.4-0.839,0.41-1.406,0.02-1.161-0.17,0.104-0.31-0.017-0.31-0.268s0.15-0.547,0.33-0.657c0.17-0.111,0.26-0.365,0.18-0.564-0.08-0.207,0.14-0.377,0.51-0.395,0.36-0.017,0.48,0.035,0.27,0.115-0.23,0.089-0.36,0.646-0.33,1.414l0.04,1.268,0.21-1.217c0.2-1.177,0.21-1.192,0.52-0.456,0.18,0.418,0.44,0.692,0.59,0.608s0.28,0.181,0.3,0.589c0.04,0.71,0.02,0.716-0.39,0.156-0.4-0.547-0.42-0.526-0.35,0.332,0.07,0.975-0.21,1.661-0.68,1.661-0.16,0-0.29-0.206-0.29-0.456zm-2.13-1.369c0-0.356,0.21-0.609,0.49-0.609,0.32,0,0.43,0.166,0.31,0.482-0.1,0.264-0.19,0.538-0.19,0.608s-0.13,0.127-0.3,0.127-0.31-0.274-0.31-0.608zm-0.3-1.199c0-0.177,0.14-0.322,0.3-0.322,0.17,0,0.31,0.06,0.31,0.134s-0.14,0.219-0.31,0.322c-0.16,0.103-0.3,0.043-0.3-0.134zm-5.17-1.977c0-0.074,0.14-0.219,0.3-0.323,0.17-0.103,0.31-0.042,0.31,0.135s-0.14,0.322-0.31,0.322c-0.16,0-0.3-0.061-0.3-0.134zm5.06-1.843c-0.1-0.251-0.04-0.457,0.12-0.457s0.29,0.206,0.29,0.457-0.05,0.456-0.12,0.456c-0.06,0-0.19-0.205-0.29-0.456zm4.99-1.799c-0.24-0.6-0.61-1.091-0.83-1.091-0.53,0-0.5-0.243,0.07-0.819,0.56-0.556,0.53-0.586,1.03,1.012,0.51,1.613,0.29,2.335-0.27,0.898zm-5.03,0.43c-0.11-0.167,0.02-0.304,0.28-0.304,0.27,0,0.48,0.137,0.48,0.304s-0.13,0.304-0.29,0.304-0.37-0.137-0.47-0.304zm-2.59-2.89c0.21-0.251,0.43-0.456,0.5-0.456,0.06,0,0.11,0.205,0.11,0.456s-0.22,0.456-0.49,0.456c-0.41,0-0.43-0.082-0.12-0.456zm2.44,0.152c0-0.167,0.21-0.304,0.47-0.304s0.39,0.137,0.29,0.304c-0.11,0.167-0.32,0.304-0.48,0.304s-0.28-0.137-0.28-0.304zm-58.96,17.131c-0.22-0.088-0.48-0.077-0.58,0.024s0.08,0.173,0.4,0.16c0.35-0.015,0.42-0.087,0.18-0.184zm15.96-1.215c-0.08-0.085-0.47-0.053-0.85,0.069l-0.71,0.223,0.68,0.251c0.38,0.139,0.7,0.427,0.72,0.642,0.03,0.214,0.11,0.07,0.18-0.321s0.07-0.779-0.02-0.864zm-17.08,0.814c-0.1-0.167-0.32-0.304-0.47-0.304-0.16,0-0.29,0.137-0.29,0.304,0,0.168,0.21,0.305,0.47,0.305s0.39-0.137,0.29-0.305zm13.07-0.859c-0.13-0.113-0.28-0.049-0.35,0.143-0.07,0.191-0.43,0.282-0.8,0.203-0.6-0.131-0.59-0.104,0.09,0.279,0.65,0.363,0.8,0.363,1.02,0.003,0.14-0.233,0.16-0.515,0.04-0.628zm1.68,0.555c0-0.167-0.24-0.302-0.53-0.299-0.45,0.004-0.47,0.047-0.08,0.299,0.58,0.371,0.61,0.371,0.61,0zm-4.03-0.211c-0.3-0.077-0.71-0.072-0.92,0.012-0.2,0.083,0.04,0.146,0.54,0.14s0.67-0.075,0.38-0.152zm11.39,0.003c-0.22-0.087-0.48-0.077-0.58,0.024s0.08,0.173,0.4,0.16c0.35-0.015,0.42-0.087,0.18-0.184zm22.07-0.882c-0.29-0.29-0.87,0.18-0.65,0.529,0.13,0.208,0.3,0.203,0.51-0.016,0.18-0.179,0.25-0.41,0.14-0.513zm-22.55-0.957c-0.1-0.101-0.17,0.079-0.16,0.399,0.01,0.355,0.09,0.427,0.18,0.184,0.09-0.219,0.08-0.482-0.02-0.583zm-0.49-0.082c0-0.168-0.13-0.304-0.29-0.304-0.15,0-0.37,0.136-0.47,0.304-0.1,0.167,0.03,0.304,0.29,0.304s0.47-0.137,0.47-0.304zm22.81-0.295c0-0.162-0.2-0.216-0.45-0.119-0.25,0.096-0.46,0.228-0.46,0.294s0.21,0.12,0.46,0.12,0.45-0.133,0.45-0.295zm13.27-0.535c-0.1-0.101-0.18,0.078-0.16,0.399,0.01,0.354,0.08,0.426,0.18,0.184,0.09-0.22,0.08-0.482-0.02-0.583zm-0.87-0.597c-0.29-0.283-0.62-0.412-0.74-0.288-0.13,0.125-0.03,0.354,0.22,0.51,0.74,0.468,1.07,0.328,0.52-0.222zm-2.16-2.358c-0.44-0.412-0.81-0.6-0.81-0.419,0,0.402,1.26,1.53,1.47,1.319,0.08-0.083-0.21-0.488-0.66-0.9zm-26.21-0.474c0.11-0.167-0.02-0.304-0.28-0.304s-0.48,0.137-0.48,0.304,0.13,0.304,0.29,0.304,0.37-0.137,0.47-0.304zm26.78-0.631c0.11-0.347,0.12-0.712,0.02-0.811s-0.18,0.048-0.18,0.327-0.14,0.507-0.3,0.507c-0.17,0-0.31,0.137-0.31,0.304,0,0.555,0.57,0.315,0.77-0.327zm-25.72-0.27c0.75-0.475,0.22-0.589-0.75-0.16-0.71,0.312-0.78,0.408-0.31,0.424,0.34,0.01,0.81-0.108,1.06-0.264zm2.78-1.625c-0.25-0.241-0.34-0.162-0.34,0.285,0,0.805,0.43,1.231,0.56,0.563,0.06-0.284-0.04-0.665-0.22-0.848zm-2.47-1.834c0-0.631-0.36-0.839-0.81-0.467-0.58,0.49-0.5,0.873,0.2,0.873,0.34,0,0.61-0.183,0.61-0.406zm2.2-1.475c-0.19-0.19-0.23,0.01-0.12,0.565,0.13,0.637,0.21,0.713,0.29,0.295,0.07-0.311-0.01-0.698-0.17-0.86zm-0.68,0.664c0-0.167-0.14-0.304-0.32-0.304s-0.24,0.137-0.13,0.304c0.1,0.167,0.25,0.304,0.32,0.304s0.13-0.137,0.13-0.304zm-2.31-0.741c-0.09-0.241-0.36-0.363-0.6-0.273-0.51,0.198-0.27,0.71,0.34,0.71,0.24,0,0.35-0.185,0.26-0.437zm2.92-2.32c0-0.818-0.09-0.893-1.06-0.893-0.59,0-1.07,0.136-1.07,0.304,0,0.167,0.21,0.304,0.46,0.304s0.46,0.245,0.46,0.544c0,0.325,0.24,0.562,0.6,0.589,0.48,0.036,0.61-0.142,0.61-0.848zm-17.64-0.893c0-0.168-0.15-0.304-0.32-0.304-0.18,0-0.24,0.136-0.14,0.304,0.11,0.167,0.25,0.304,0.33,0.304,0.07,0,0.13-0.137,0.13-0.304zm16.57-1.416c-0.84-0.614-1.23-0.493-0.61,0.192,0.3,0.33,0.69,0.515,0.86,0.41,0.18-0.114,0.08-0.358-0.25-0.602zm10.4-1.094c-0.08-0.209-0.15-0.038-0.15,0.38,0,0.419,0.07,0.59,0.15,0.381s0.08-0.552,0-0.761zm-11.46-0.246c0-0.157-0.13-0.286-0.3-0.286s-0.31,0.213-0.31,0.474,0.14,0.39,0.31,0.286c0.17-0.103,0.3-0.316,0.3-0.474zm1.16-0.347c0.2-0.201,0.36-0.564,0.36-0.808,0-0.351-0.12-0.329-0.6,0.108-0.63,0.566-0.8,1.065-0.37,1.065,0.13,0,0.41-0.164,0.61-0.365zm-24.58-0.395c0-0.251-0.13-0.457-0.29-0.457-0.17,0-0.22,0.206-0.12,0.457,0.09,0.25,0.23,0.456,0.29,0.456,0.07,0,0.12-0.206,0.12-0.456zm34.57-1.451c-0.08-0.206-0.14,0.036-0.14,0.538,0.01,0.502,0.08,0.67,0.15,0.374,0.08-0.296,0.08-0.706-0.01-0.912zm20.87,0.792c-0.21-0.085-0.31-0.279-0.21-0.432,0.09-0.153,0.03-0.278-0.14-0.278-0.16,0-0.38,0.125-0.47,0.278-0.17,0.275,0.3,0.586,0.89,0.586,0.17,0,0.14-0.069-0.07-0.154zm-31.25-0.715c0.1-0.17,0.32-0.231,0.47-0.134,0.34,0.21,0.33-0.103-0.02-0.926-0.23-0.532-0.26-0.541-0.28-0.066-0.01,0.298-0.23,0.62-0.48,0.716-0.5,0.193-0.63,0.719-0.17,0.719,0.16,0,0.37-0.139,0.48-0.309zm-30.07-4.336c-0.09-0.206-0.15,0.036-0.14,0.538,0,0.502,0.07,0.671,0.15,0.375s0.07-0.707-0.01-0.913zm18.35-0.258c0-0.167-0.13-0.22-0.3-0.116-0.17,0.103-0.31,0.325-0.31,0.492s0.14,0.22,0.31,0.116c0.17-0.103,0.3-0.325,0.3-0.492zm53.05-5.988c0.11-0.181,0.27-1.741,0.35-3.465s0.36-3.778,0.62-4.564c0.35-1.059,0.39-1.585,0.15-2.033-0.18-0.332-0.33-0.818-0.33-1.078s-0.46-1.084-1.03-1.83-1.13-1.91-1.25-2.587c-0.24-1.454-0.76-1.942-0.76-0.719,0,0.47,0.41,1.723,0.91,2.783,0.56,1.164,0.92,2.422,0.92,3.173,0,1.187-1.87,8.286-2.49,9.442-0.47,0.877,0,2.182,1.21,3.397l1.12,1.126,0.19-1.657c0.1-0.911,0.27-1.806,0.39-1.988zm-53.05,2.678c0-0.167-0.51-0.291-1.14-0.274-1.02,0.027-1.06,0.056-0.38,0.274,1.09,0.348,1.52,0.348,1.52,0zm22.51-1.369c0-0.251-0.05-0.456-0.12-0.456-0.06,0-0.2,0.205-0.29,0.456-0.1,0.251-0.04,0.456,0.12,0.456s0.29-0.205,0.29-0.456zm-8.22-1.463c0-0.366-0.13-0.872-0.29-1.123-0.22-0.333-0.3-0.103-0.3,0.855-0.01,0.797,0.11,1.237,0.3,1.123,0.16-0.104,0.3-0.488,0.29-0.855zm9.13-8.879c-0.2-0.251-0.51-0.457-0.68-0.457s-0.13,0.202,0.08,0.457c0.2,0.251,0.51,0.456,0.68,0.456s0.14-0.202-0.08-0.456zm0.77-0.761c-0.11-0.167-0.25-0.304-0.33-0.304-0.07,0-0.13,0.137-0.13,0.304,0,0.168,0.14,0.304,0.32,0.304s0.24-0.136,0.14-0.304zm-0.92-1.216c-0.1-0.168-0.25-0.305-0.32-0.305s-0.13,0.137-0.13,0.305c0,0.167,0.14,0.304,0.32,0.304s0.24-0.137,0.13-0.304zm15.67-3.346c0-0.335-0.14-0.609-0.31-0.609-0.16,0-0.3-0.151-0.3-0.336s-0.35-0.615-0.79-0.954c-0.49-0.387-0.73-0.823-0.64-1.165,0.08-0.301-0.02-0.612-0.23-0.692-0.27-0.102-0.34-0.754-0.25-2.2333l0.13-2.0891-1.11-0.5312c-1.47-0.6998-4.41-1.0035-5.27-0.5438-0.86,0.4582-0.84,0.6119,0.24,1.7966,0.72,0.7821,0.82,1.0288,0.46,1.1649-0.25,0.095-0.45,0.295-0.45,0.4444,0,0.3975,1.04,0.3315,1.46-0.0934,0.29-0.2839,0.37-0.267,0.37,0.076,0,0.5319,0.88,1.5969,3.57,4.3199,2.05,2.084,3.12,2.577,3.12,1.445zm12.4-5.34c-0.07-0.071-0.56-0.2165-1.09-0.3228-1.3-0.2603-1.28,0.3898,0.02,0.7358,0.86,0.228,1.48-0.008,1.07-0.413zm-3.77-0.146c0.15-0.1379-0.54-0.2501-1.52-0.2495-1.64,0.001-1.74,0.0383-1.19,0.4435,0.61,0.443,2.15,0.333,2.71-0.194zm1.82-1.6493c1.15,0.0572,2.16,0.1802,2.26,0.2734,0.32,0.3199,0.67,0.1687,0.67-0.287,0-0.3336-0.35-0.457-1.29-0.4589-0.71-0.0015-2.01-0.089-2.89-0.1945-1.51-0.1816-1.6-0.1553-1.6,0.4962,0,0.5132,0.1,0.6091,0.38,0.3774,0.21-0.1709,1.32-0.2638,2.47-0.2066zm4.04-1.5214c-0.09-0.2582-0.41-0.4694-0.7-0.4694s-0.8-0.2529-1.15-0.5621c-0.75-0.6739-3.07-1.611-3.33-1.3482-0.38,0.3803-0.18,1.0608,0.26,0.8912,0.45-0.1708,2.23,0.549,3.96,1.6008,1.02,0.6127,1.23,0.5873,0.96-0.1123zm-5.98-0.9078c-0.01-0.1771-0.21-0.0564-0.46,0.2684s-0.44,0.7354-0.44,0.9126c0.01,0.1771,0.21,0.0563,0.46-0.2684,0.24-0.3248,0.44-0.7354,0.44-0.9126zm6.7-0.9038c0-0.6384-0.33-0.8573-2.49-1.683-1.93-0.7387-2.54-0.8626-2.73-0.5589-0.15,0.2486-0.05,0.463,0.28,0.5909,0.29,0.1104,1.31,0.5005,2.26,0.867,0.96,0.3664,1.9,0.8578,2.09,1.092,0.49,0.5886,0.59,0.5386,0.59-0.308zm-67.31,27.014c-0.12-0.122-0.22-0.432-0.22-0.688,0-0.343,0.09-0.377,0.34-0.128,0.18,0.186,0.28,0.496,0.22,0.688-0.07,0.192-0.22,0.25-0.34,0.128zm1.2-0.019c-0.37-0.372-0.21-0.71,0.33-0.686,0.32,0.015,0.38,0.085,0.15,0.178-0.21,0.085-0.31,0.279-0.21,0.433,0.2,0.323,0.02,0.371-0.27,0.075zm6.96-0.642c-0.06-0.057-0.03-0.364,0.05-0.682,0.13-0.489,0.37-0.559,1.56-0.453,0.78,0.069,1.66,0.132,1.97,0.14s0.46,0.155,0.34,0.345c-0.11,0.182-0.46,0.263-0.78,0.181-0.31-0.083-0.57-0.041-0.57,0.094,0,0.236-2.36,0.582-2.57,0.375zm1.41-0.58c-0.22-0.088-0.48-0.077-0.58,0.024s0.07,0.173,0.4,0.16c0.35-0.015,0.42-0.087,0.18-0.184zm-7.36,0.208c0-0.167,0.14-0.304,0.31-0.304,0.16,0,0.3,0.137,0.3,0.304s-0.14,0.304-0.3,0.304c-0.17,0-0.31-0.137-0.31-0.304zm-2.13-0.566c0-0.144,0.34-0.197,0.76-0.117s0.76,0.198,0.76,0.262-0.34,0.117-0.76,0.117-0.76-0.118-0.76-0.262zm4.42-0.034c-0.09-0.143-0.74-0.348-1.45-0.455-2.16-0.328-2.62-0.676-2.37-1.798,0.12-0.532,0.18-1.265,0.12-1.628s0.04-0.744,0.2-0.848c0.46-0.279,0.05-0.756-0.47-0.557-0.25,0.094-0.45,0.004-0.45-0.201,0-0.219,0.25-0.308,0.6-0.217,0.79,0.207,0.85-0.09,0.51-2.554-0.23-1.746-0.34-2.009-0.65-1.59-0.2,0.277-0.52,0.405-0.72,0.286-0.43-0.266-0.46-1.093-0.04-1.093,0.17,0,0.3-0.146,0.3-0.325,0-0.193-0.26-0.241-0.65-0.117-0.52,0.166-0.62,0.107-0.47-0.283,0.11-0.271,0.07-0.492-0.07-0.492-0.15,0-0.34,0.206-0.44,0.457-0.28,0.723-1.19,0.58-0.95-0.15,0.1-0.333,0.08-0.778-0.05-0.988-0.16-0.257-0.31-0.082-0.44,0.529-0.19,0.877-0.2,0.868-0.24-0.248-0.03-1.063-0.09-1.142-0.72-0.936-1.56,0.515-1.88,0.351-2.1-1.097-0.27-1.78-0.31-5.285-0.06-5.932,0.15-0.4046,0.25-0.425,0.45-0.101,0.19,0.303,0.26,0.31,0.26,0.025,0.01-0.209,0.15-0.3801,0.33-0.3801,0.19,0,0.24,0.2594,0.13,0.6081-0.11,0.349-0.05,0.609,0.14,0.609,0.17,0,0.32-0.214,0.32-0.475,0-0.26,0.14-0.389,0.3-0.286,0.17,0.104,0.31-0.084,0.31-0.4158,0-0.7029,0.71-0.9316,1.91-0.6104,0.5,0.1358,0.77,0.1126,0.66-0.0578-0.1-0.1656,0.65-0.2846,1.8-0.2846,1.09,0,2.07,0.1462,2.18,0.3249s0.38,0.2579,0.59,0.1759,0.53-0.0047,0.71,0.1717c0.18,0.1774,0.57,0.2184,0.87,0.0917,0.31-0.1261,1.24-0.2906,2.07-0.3656s1.67-0.2626,1.85-0.417c0.19-0.1543,0.43-0.1916,0.54-0.083,0.32,0.319-0.42,1.0109-1.13,1.0492-0.52,0.0284-0.54,0.0629-0.11,0.1751,0.3,0.0767,0.46,0.2667,0.36,0.4207-0.28,0.465,0.39,0.317,0.91-0.197,0.53-0.5279,2.64-0.7554,3.82-0.4115,0.54,0.1565,0.23,0.2302-1.06,0.2525-1.45,0.025-2.09,0.204-3.08,0.867-1.03,0.683-1.19,0.904-0.86,1.212,0.23,0.207,0.62,0.295,0.88,0.196,0.26-0.1,0.47-0.03,0.47,0.155s-0.23,0.337-0.51,0.337-0.73,0.208-1.02,0.463c-0.63,0.572-1.51,0.282-1.51-0.496,0-0.317-0.2-0.576-0.43-0.576-0.61,0-1.52,0.954-1.14,1.189,0.18,0.108-0.07,0.69-0.58,1.378-0.49,0.656-0.9,0.996-0.91,0.758-0.02-0.262-0.13-0.192-0.29,0.174-0.36,0.837-0.36,1.134,0,0.912,0.26-0.158,0.5,1.756,0.34,2.684-0.03,0.138,0.08,0.174,0.23,0.08,0.33-0.205,0.65,0.742,0.82,2.407,0.09,0.899,0.04,1.058-0.16,0.609-0.15-0.335-0.28-0.917-0.29-1.293-0.03-0.822-0.63-0.931-0.63-0.114,0,0.313,0.22,1.169,0.49,1.901s0.48,1.646,0.46,2.032c-0.02,0.456,0.09,0.626,0.31,0.485,0.22-0.131,0.27-0.081,0.14,0.127-0.29,0.476,0.48,1.835,1.76,3.097,1.11,1.097,1.38,1.802,0.72,1.856-0.21,0.017-0.89,0.078-1.52,0.135-0.62,0.057-1.2-0.014-1.29-0.157zm-2.29-2.442c0-0.167-0.21-0.304-0.47-0.304s-0.39,0.137-0.29,0.304,0.32,0.304,0.48,0.304c0.15,0,0.28-0.137,0.28-0.304zm-2.66-15.818c0.31,0,0.48-0.137,0.38-0.304-0.26-0.426,0.26-0.38,0.7,0.061,0.28,0.284,0.37,0.212,0.37-0.323,0-0.539-0.15-0.668-0.69-0.593-0.51,0.071-0.71-0.075-0.78-0.59-0.13-0.9382-0.67-0.8692-0.59,0.076,0.03,0.419,0.17,0.761,0.3,0.761,0.5,0,0.21,0.545-0.37,0.696-0.34,0.088-0.61,0.337-0.61,0.553,0,0.306,0.08,0.312,0.36,0.028,0.2-0.2,0.62-0.365,0.93-0.365zm2.3-0.988c-0.47-1.3823-0.55-1.4011-0.55-0.127,0,0.771,0.14,1.115,0.44,1.115,0.36,0,0.38-0.174,0.11-0.988zm4.94-0.176c-0.85-0.128-1.63,0.164-1.4,0.527,0.1,0.165,0.56,0.134,1.12-0.074,0.84-0.312,0.87-0.365,0.28-0.453zm-8.53-0.339c0-0.41-0.56-0.6951-0.92-0.471-0.17,0.105-0.23,0.319-0.13,0.475,0.22,0.369,1.05,0.367,1.05-0.004zm3.4-1.442c-0.22-0.0879-0.48-0.0771-0.58,0.024s0.08,0.1729,0.4,0.1597c0.35-0.0146,0.42-0.0866,0.18-0.1837zm11.43,21.286c0.37-0.072,0.99-0.072,1.37,0,0.37,0.073,0.06,0.132-0.69,0.132s-1.06-0.059-0.68-0.132zm-16.84-1.875c0.02-0.412,0.22-0.812,0.44-0.887,0.3-0.099,0.36,0.041,0.21,0.507-0.12,0.382-0.07,0.645,0.12,0.645,0.18,0,0.32,0.128,0.32,0.285s-0.25,0.266-0.56,0.243c-0.39-0.03-0.55-0.269-0.53-0.793zm33.72,0.459c-0.85-0.42-0.89-0.808-0.08-0.65,0.8,0.152,1.22,0.422,1.22,0.778,0,0.345-0.24,0.318-1.14-0.128zm-13.25-0.118c-0.36-0.636-0.5-1.902-0.21-1.902,0.17,0,0.45-0.344,0.61-0.765,0.26-0.675,1.34-1.364,2.14-1.364,0.15,0,0.5,0.336,0.77,0.747,0.56,0.86,0.32,1.619-0.34,1.071-0.33-0.273-0.45-0.123-0.61,0.749-0.29,1.545-0.89,1.816-0.66,0.294,0.17-1.08,0.15-1.135-0.25-0.606-0.25,0.333-0.36,0.884-0.25,1.292,0.14,0.573,0.05,0.712-0.45,0.712-0.34,0-0.68-0.103-0.75-0.228zm4.86-0.888c-0.33-0.332-0.23-1.014,0.15-1.014,0.2,0,0.27,0.091,0.16,0.201s-0.05,0.383,0.13,0.608c0.34,0.408-0.06,0.591-0.44,0.205zm-16.01-1.447c-0.46-1.189-0.37-1.376,0.18-0.376,0.25,0.475,0.39,0.939,0.3,1.031-0.1,0.092-0.31-0.203-0.48-0.655zm19.62,0.448c-0.25-0.405,1-1.511,1.72-1.525,0.8-0.016,2.07,0.65,2.07,1.085,0,0.305-0.18,0.295-0.84-0.047-1.09-0.573-1.28-0.556-2.07,0.191-0.45,0.42-0.75,0.519-0.88,0.296zm-2.4-0.894c0.26-1.077,0.38-1.25,0.86-1.25,0.46,0,0.91,1.047,0.64,1.482-0.09,0.149-0.51,0.336-0.93,0.416-0.68,0.131-0.74,0.069-0.57-0.648zm-23.85-0.083c-0.21-0.206-0.38-0.583-0.38-0.836,0-0.399,0.07-0.395,0.49,0.03,0.27,0.271,0.44,0.648,0.38,0.838-0.08,0.249-0.22,0.24-0.49-0.032zm37.26-0.454c0.2-0.083,0.62-0.088,0.91-0.011,0.3,0.077,0.13,0.145-0.37,0.151-0.5,0.007-0.75-0.056-0.54-0.14zm-42.3-1.524c-0.31-0.303-0.25-1.38,0.06-1.189,0.35,0.216,0.66,1.392,0.37,1.392-0.13,0-0.32-0.091-0.43-0.203zm28.01-1.391c-0.77-0.877-1.36-1.641-1.3-1.698,0.26-0.263,1.38,0.65,1.98,1.615,0.48,0.774,0.88,1.074,1.47,1.09,0.73,0.019,0.75,0.048,0.21,0.283-0.34,0.143-0.69,0.271-0.78,0.283-0.1,0.011-0.81-0.696-1.58-1.573zm-23.76-0.079c0.11-0.289-0.01-0.456-0.32-0.456-0.27,0-0.49-0.103-0.49-0.229s0.72-0.247,1.6-0.269,1.43,0.024,1.22,0.102-0.38,0.321-0.38,0.54c0,0.411-0.65,0.768-1.39,0.768-0.25,0-0.35-0.186-0.24-0.456zm-3.64-0.659c-0.12-0.112-0.2-0.557-0.18-0.989,0.02-0.771,0.03-0.769,0.29,0.112,0.28,0.925,0.24,1.23-0.11,0.877zm35.84-1.014c-0.1-0.167-0.04-0.304,0.13-0.304,0.18,0,0.33,0.137,0.33,0.304s-0.07,0.304-0.14,0.304-0.22-0.137-0.32-0.304zm-33.01-0.743c0-0.534,0.19-0.613,0.45-0.191,0.09,0.156,0.03,0.369-0.14,0.475-0.17,0.104-0.31-0.023-0.31-0.284zm18.81-2.331c-0.48-0.536-0.75-1.115-0.64-1.387,0.35-0.926,1.52-1.825,2.24-1.716,0.9,0.138,1.16,0.397,0.4,0.397-1.03,0-1.99,0.89-1.89,1.755,0.05,0.431,0.25,0.834,0.44,0.896,0.22,0.071,0.28-0.183,0.18-0.709-0.31-1.637,2.11-2.245,3.66-0.917,0.46,0.395,0.84,0.818,0.84,0.939s-0.43-0.135-0.94-0.568c-0.52-0.433-1.14-0.787-1.39-0.787-0.73,0-1.63,0.593-1.63,1.075,0,0.582,0.49,0.575,0.72-0.011,0.26-0.682,1.61-0.555,2.14,0.202,0.56,0.802,0.38,1.167-0.58,1.167-0.4,0-0.79,0.107-0.87,0.238s-0.53,0.262-1.01,0.291c-0.61,0.039-1.09-0.208-1.67-0.865zm4.79,0.669c-0.1-0.152,0.1-0.204,0.44-0.117,0.71,0.186,0.8,0.393,0.17,0.393-0.25,0-0.52-0.125-0.61-0.276zm-17.06-0.333c-0.1-0.167-0.04-0.304,0.14-0.304s0.32,0.137,0.32,0.304-0.06,0.304-0.13,0.304c-0.08,0-0.22-0.137-0.33-0.304zm18.41-0.621c0-0.175-0.34-0.682-0.75-1.127-0.41-0.444-0.68-0.878-0.6-0.964,0.21-0.202,1.96,1.668,1.96,2.087,0,0.177-0.14,0.321-0.31,0.321-0.16,0-0.3-0.143-0.3-0.317zm1.6-1.101c-0.21-0.085-0.39-0.294-0.39-0.465,0-0.18,0.23-0.216,0.54-0.086,0.29,0.124,1.01,0.329,1.59,0.454l1.07,0.228-1.22,0.011c-0.67,0.006-1.39-0.058-1.59-0.142zm-1.22-3.651c-0.21-0.084-0.38-0.295-0.38-0.469,0-0.207,0.14-0.199,0.41,0.023,0.22,0.186,0.49,0.248,0.6,0.138s0.2-0.04,0.2,0.155c0,0.372-0.2,0.409-0.83,0.153zm-3.27-0.851c-2.09-0.332-3.98-1.046-2.83-1.067,0.28-0.005,0.58,0.108,0.67,0.253,0.09,0.144,1.07,0.334,2.17,0.422,1.81,0.146,2.59,0.363,2.24,0.632-0.07,0.055-1.08-0.053-2.25-0.24zm-5.02-1.667c0-0.177,0.14-0.322,0.3-0.322,0.17,0,0.31,0.06,0.31,0.134s-0.14,0.219-0.31,0.322c-0.16,0.104-0.3,0.043-0.3-0.134zm1.91,0.103c0.1-0.101,0.36-0.112,0.58-0.024,0.24,0.097,0.17,0.169-0.18,0.183-0.32,0.014-0.5-0.058-0.4-0.159zm-21.38-1.3374c0.59-0.3812,0.91-0.3812,0.91,0,0,0.1673-0.3,0.3021-0.68,0.2995-0.55-0.0038-0.6-0.0611-0.23-0.2995zm18.17,0.1187c-0.1-0.1028-0.57-0.2236-1.04-0.2686-1.13-0.108-1.92-0.4509-1.92-0.8325,0-0.1699,0.22-0.1262,0.49,0.0971,0.42,0.3451,0.55,0.3184,0.92-0.1776,0.41-0.5705,0.43-0.5685,0.89,0.0875,0.52,0.7388,1.12,0.9151,0.87,0.2537-0.12-0.3084,0.04-0.378,0.63-0.2663,0.43,0.0832,0.75,0.1698,0.7,0.1926s-0.37,0.2798-0.72,0.5711c-0.35,0.2914-0.72,0.4457-0.82,0.343zm-11.09-0.9109c0.1-0.1011,0.36-0.1119,0.58-0.024,0.25,0.0971,0.17,0.1692-0.18,0.1838-0.32,0.0132-0.5-0.0587-0.4-0.1598zm4.95-0.5006c0.29-0.9301,0.39-1.0064,0.81-0.5881,0.28,0.272,0.28,0.3599,0.01,0.3599-0.2,0-0.28,0.2054-0.18,0.4563,0.11,0.2936-0.01,0.4563-0.34,0.4563-0.38,0-0.46-0.1634-0.3-0.6844zm-6.78,0.1964c0.11-0.101,0.37-0.1119,0.59-0.024,0.24,0.0971,0.17,0.1692-0.19,0.1838-0.32,0.0132-0.5-0.0587-0.4-0.1598zm3.96-1.0254c-0.05-0.7347,0.11-0.771,0.72-0.1596,0.25,0.2509,0.39,0.4563,0.31,0.4563s-0.34,0.0718-0.57,0.1595c-0.26,0.1-0.43-0.0704-0.46-0.4562zm-9.59-1.2487c0.1-0.4113,0.24-0.5492,0.32-0.3213,0.07,0.2194-0.01,0.5436-0.19,0.7203-0.23,0.2258-0.27,0.107-0.13-0.399zm1.98-0.2695c-0.29-0.4548-0.71-0.6186-1.6-0.6186-1.19,0-1.22-0.0203-1.22-1.0972,0-0.8755,0.1-1.0599,0.49-0.9126,0.26,0.1016,0.64,0.189,0.83,0.1943,0.2,0.0054,0.12,0.1898-0.17,0.4099-0.49,0.3701-0.47,0.4264,0.24,0.7489,0.62,0.2841,0.8,0.2645,0.94-0.1056,0.18-0.4727,0.93-0.5875,1.76-0.2698,0.86,0.33,0.52,0.8127-0.44,0.6214-0.85-0.17-1.32,0.2222-0.57,0.4729,0.19,0.0622,0.29,0.352,0.23,0.644-0.1,0.4777-0.15,0.4689-0.49-0.0876zm2.13-1.1066c0.11-0.1011,0.37-0.1119,0.59-0.024,0.24,0.0971,0.17,0.1692-0.19,0.1838-0.32,0.0132-0.5-0.0587-0.4-0.1598zm3.01-1.033c0-0.4182,0.07-0.5893,0.15-0.3802,0.09,0.2091,0.09,0.5513,0,0.7605-0.08,0.2091-0.15,0.038-0.15-0.3803z" transform="translate(10, 1049.628718) "/>
- <rect id="d0e135" display="none" height="1000px" width="288" y="1193" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <text id="tracing-f05-zh_TW.svgtext2879" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1049.1)" xml:space="preserve" line-height="100.00000%" font-size="6" y="128.14566" x="81.327339" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f05-zh_TW.svgtspan2880" y="128.14566" x="81.327339" role="line">原始圖像</tspan></text>
+ <text id="tracing-f05-zh_TW.svgtext2882" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1049.1)" xml:space="preserve" line-height="100.00000%" font-size="6" y="124.44067" x="227.33034" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f05-zh_TW.svgtspan2883" y="124.44067" x="227.33034" role="line">描繪圖像 / 輸出路徑</tspan><tspan id="tracing-f05-zh_TW.svgtspan2893" y="130.44067" x="227.33034" role="line">(1,551 個節點)</tspan></text>
+ <image id="tracing-f05-zh_TW.svgimage1651" sodipodi:absref="/oldguitar.jpg" xlink:href="oldguitar.jpg" transform="translate(10 1049.1)" height="115.89" width="83.347" y=".000066406" x="39.654"/>
+ <path id="tracing-f05-zh_TW.svgpath1653" d="m185.42 89.583v-26.312l0.69-0.042 0.68-0.041-0.69-0.133-0.69-0.133 0.02-14.959 0.03-14.959 0.95-0.068c0.52-0.037 1.06-0.242 1.19-0.456 0.18-0.284 0.25-0.245 0.25 0.144 0.01 0.921 1.05 0.497 1.31-0.532 0.11-0.467 0.16-0.413 0.18 0.228 0.03 0.702 0.17 0.836 0.88 0.832 0.63-0.004 0.72-0.073 0.38-0.288-0.24-0.156-0.36-0.366-0.26-0.466 0.1-0.101 0.38 0.011 0.62 0.249 0.45 0.456 4.62 0.633 4.34 0.185-0.08-0.128 0.03-0.311 0.24-0.407 0.21-0.097 0.07-0.099-0.31-0.006-0.37 0.093-0.68 0.047-0.68-0.104 0-0.514 0.31-0.583 1.69-0.373 0.75 0.114 1.45 0.093 1.53-0.049 0.22-0.357 0.73-0.324 0.73 0.047 0 0.167-0.2 0.304-0.45 0.304s-0.46 0.127-0.46 0.283c0 0.155-0.31 0.341-0.68 0.411-0.38 0.071-0.17 0.127 0.47 0.124 0.63-0.003 1.22-0.12 1.31-0.26 0.08-0.14 0.43-0.254 0.76-0.254 0.34 0 0.53-0.129 0.43-0.286-0.09-0.157 0.07-0.294 0.37-0.304 1.91-0.063 3.68-0.251 4.34-0.46 0.42-0.133 0.66-0.135 0.53-0.004-0.12 0.131 0.07 0.446 0.44 0.7 0.77 0.54 6.33 0.862 6.33 0.368 0-0.165-0.21-0.22-0.46-0.124s-0.45 0.046-0.45-0.111-0.21-0.286-0.46-0.286-0.46 0.091-0.46 0.203c0 0.111-0.21 0.202-0.47 0.202s-0.42-0.206-0.36-0.481c0.06-0.31 0.37-0.454 0.85-0.405 0.58 0.06 0.64 0.012 0.29-0.223-0.67-0.438-1.26-0.377-1.66 0.171-0.27 0.374-0.62 0.432-1.55 0.258-1.15-0.217-1.17-0.238-0.46-0.552 0.55-0.246 0.76-0.234 0.86 0.047 0.17 0.509 0.68 0.475 0.68-0.044 0-0.863 1.73-0.81 4.02 0.122 1.22 0.497 2.3 0.903 2.4 0.904 0.36 0.002 0.51-3.488 0.16-3.709-0.18-0.116-0.23-0.307-0.12-0.424 0.43-0.428 1.2 0.59 1.04 1.379-0.14 0.706 0.36 1.842 0.81 1.842 0.1 0 0.34-0.513 0.52-1.141 0.53-1.745 1.51-2.804 2.32-2.495 0.53 0.2 0.64 0.438 0.53 1.138-0.2 1.236 0.5 1.702 2.63 1.757l1.78 0.045-0.17-0.945c-0.1-0.519-0.57-1.45-1.05-2.067-0.48-0.618-0.88-1.388-0.88-1.712 0-0.842-0.62-1.243-2.25-1.468-0.9-0.123-1.77-0.489-2.33-0.98-1.23-1.081-1.12-1.38 0.24-0.65 1.28 0.686 2.82 0.809 2.82 0.226 0-0.211-0.31-0.731-0.68-1.156-0.9-1.012-1.45-1.989-1.45-2.575 0-0.506 0.39-0.288 1.43 0.807 0.26 0.272 0.69 0.436 0.96 0.365 0.31-0.079 0.62 0.141 0.8 0.57 0.31 0.694 3.24 2.095 4.56 2.181 0.34 0.021 0.92 0.347 1.29 0.724l0.67 0.684h-0.69c-0.37 0-0.81 0.114-0.97 0.253s-0.9 0.425-1.64 0.636c-1.57 0.448-1.17 0.985 0.54 0.709 0.9-0.147 1.03-0.097 0.87 0.331-0.14 0.354-0.03 0.504 0.35 0.504 0.56 0 1.86 1.176 1.88 1.693 0 0.157 0.34 0.524 0.74 0.817l0.73 0.533 0.22-1.422c0.23-1.58-0.03-6.439-0.43-7.856l-0.26-0.913-0.21 1.141c-0.12 0.627-0.35 1.141-0.5 1.141-0.16 0-1.08-0.42-2.04-0.932-1.75-0.928-3.12-2.223-3.13-2.947 0-0.556-0.93-0.464-1.37 0.135-0.35 0.476-0.42 0.478-0.87 0.02-0.36-0.357-0.4-0.558-0.15-0.714 0.25-0.152 0.18-0.348-0.22-0.645-0.54-0.397-0.52-0.416 0.27-0.276 0.74 0.133 0.87 0.041 1.02-0.743 0.24-1.181 0.57-1.143 0.56 0.065 0 0.549 0.18 1.021 0.42 1.104 0.24 0.079 0.35 0.013 0.25-0.148-0.1-0.162 0.01-0.293 0.26-0.293 0.24 0 0.44 0.114 0.44 0.253s0.32 0.254 0.7 0.254 0.85 0.153 1.04 0.342c0.41 0.411 3.13 0.08 3.13-0.381 0-0.694-0.64-1.452-1.08-1.282-0.26 0.098-0.76-0.078-1.11-0.392-0.55-0.48-0.62-0.49-0.47-0.068 0.14 0.381-0.04 0.534-0.74 0.636-1.58 0.233-2.38-0.058-2.38-0.868 0-0.425 0.19-0.741 0.45-0.763 0.59-0.049 0.75-0.095 1.75-0.511 0.46-0.191 1.08-0.26 1.37-0.154 0.4 0.145 0.35-0.007-0.21-0.626-0.41-0.45-0.93-0.75-1.14-0.667-0.22 0.083-0.4-0.049-0.4-0.295 0-0.771-0.5-0.601-1.91 0.642-0.21 0.181-0.54 0.275-0.73 0.21-0.2-0.066-0.66 0.175-1.02 0.536-0.39 0.392-0.89 0.594-1.23 0.503-0.32-0.083-0.58-0.062-0.58 0.048s-0.58 0.2-1.3 0.2c-0.71 0-1.36 0.081-1.44 0.18s-0.63 0.271-1.22 0.383l-1.06 0.202 0.91-0.609c0.5-0.335 0.74-0.609 0.52-0.611-0.32-0.001-0.32-0.082 0-0.439 0.34-0.381 0.44-0.377 0.75 0.03 0.73 0.946 4.33-0.287 6.35-2.173 0.5-0.46 1.99-1.36 3.33-2.0001 1.34-0.6404 3.53-1.7571 4.87-2.4814 2.63-1.4232 2.78-1.4433 7.36-1.0003 2.46 0.2383 2.49 0.2327 2.67-0.4871 0.1-0.4005 0.14-1.7548 0.1-3.0096l-0.09-2.2814 8.67-0.0812c7.53-0.0706 8.71-0.0196 9.01 0.3891 0.3 0.4121 0.37 0.4143 0.52 0.0178 0.14-0.3777 0.87-0.4354 4.37-0.3481 2.31 0.0575 4.3 0.1203 4.43 0.1395 0.17 0.0259 0.12 95.017-0.06 113.12l-0.02 2.5h-41.52-41.53v-26.307zm6.99 25.117c0.42-0.78 0.4-0.93-0.11-0.93-0.4 0-0.79 0.61-0.79 1.24 0 0.49 0.58 0.29 0.9-0.31zm2.36-1.64c0.14-1.09-0.08-1.03-0.49 0.12-0.24 0.69-0.23 0.9 0.03 0.82 0.19-0.07 0.4-0.49 0.46-0.94zm1.18-0.12c-0.1-0.11-0.17 0.07-0.16 0.39 0.02 0.36 0.09 0.43 0.18 0.19 0.09-0.22 0.08-0.48-0.02-0.58zm-2.31-0.52c0-0.4 0.08-0.98 0.18-1.29 0.13-0.4 0-0.34-0.45 0.2-0.74 0.9-0.84 1.83-0.19 1.83 0.28 0 0.46-0.29 0.46-0.74zm-1.8 0.2c0.11-1.07 1.02-3.42 1.34-3.43 0.17 0 0.56-0.55 0.86-1.21 0.31-0.67 0.7-1.21 0.88-1.21 0.17 0 0.78-0.41 1.35-0.91 0.57-0.51 0.94-0.92 0.82-0.92s0.24-0.34 0.8-0.76c0.57-0.41 1.14-0.92 1.27-1.13 0.17-0.28 0.32-0.29 0.57-0.05 0.55 0.56 2.21 0.04 2.71-0.86 0.47-0.82 0.47-0.78-0.59-3.028-0.39-0.83-0.21-2.381 0.28-2.381 0.55 0-0.87-2.327-1.62-2.672-0.69-0.314-0.84-0.271-1.26 0.37-0.26 0.399-0.86 2.141-1.33 3.871-0.87 3.19-1.69 5.25-2.38 5.98-0.21 0.22-0.38 0.56-0.38 0.75 0 0.42-1.76 1.98-2.51 2.22-0.63 0.2-1.28 1.36-1.59 2.83-0.17 0.79-0.14 0.97 0.16 0.79 0.39-0.25 0.34 0.23-0.17 1.45-0.15 0.38-0.07 0.53 0.27 0.53 0.27 0 0.5-0.1 0.52-0.23zm55.06-3.05c-0.18-0.06-0.33-0.44-0.33-0.85 0-0.45-0.18-0.73-0.46-0.73-0.25 0-0.46 0.2-0.46 0.45s0.14 0.46 0.31 0.46c0.16 0 0.3 0.13 0.3 0.28 0 0.16 0.16 0.67 0.36 1.14l0.36 0.86 0.13-0.75c0.07-0.41-0.03-0.8-0.21-0.86zm-1.73-0.17c-0.1-0.27-0.31-0.42-0.46-0.33s-0.1 0.35 0.11 0.57c0.47 0.51 0.6 0.42 0.35-0.24zm-1.33-1.99c-0.2-0.38-0.51-0.55-0.79-0.44-0.4 0.15-0.36 0.3 0.22 0.92 0.76 0.8 1.1 0.51 0.57-0.48zm2.28-1.54c-0.07-0.87-0.77-1.24-0.77-0.41 0 0.31-0.21 0.87-0.47 1.24-0.7 0.99-0.23 1.46 0.61 0.62 0.39-0.41 0.66-1.02 0.63-1.45zm-2.6-1.19c0-0.15-0.2-0.44-0.45-0.65-0.5-0.41-0.56-0.31-0.27 0.43 0.19 0.51 0.72 0.67 0.72 0.22zm2.44-0.36c0-0.18-0.14-0.24-0.31-0.14-0.16 0.11-0.3 0.25-0.3 0.33 0 0.07 0.14 0.13 0.3 0.13 0.17 0 0.31-0.15 0.31-0.32zm-7.49-2.42c-0.17-0.17-0.76-0.44-1.32-0.6-0.98-0.28-0.99-0.28-0.46 0.31 0.3 0.33 0.89 0.6 1.31 0.6 0.53 0 0.68-0.1 0.47-0.31zm6.02-0.21c-0.22-0.08-0.48-0.07-0.58 0.03s0.08 0.17 0.4 0.16c0.35-0.02 0.43-0.09 0.18-0.19zm-8.57-0.59c0-0.35-1.05-1-1.62-1.01-0.3-0.01-0.47-0.136-0.38-0.285 0.1-0.15-0.03-0.351-0.28-0.447-0.61-0.231-0.59-0.802 0.02-0.802 0.79 0 0.3-0.752-0.56-0.854-0.43-0.052-0.97-0.314-1.19-0.583-0.36-0.435-0.33-0.449 0.26-0.134 0.37 0.195 1.03 0.354 1.48 0.354 0.71 0 0.8 0.102 0.67 0.768-0.17 0.883 0.22 1.288 0.6 0.618 0.27-0.485 1.61-0.328 1.61 0.189 0 0.157 0.13 0.202 0.3 0.098 0.17-0.103 0.31-0.043 0.31 0.134 0 0.178 0.4 0.323 0.88 0.323 0.49 0 0.94 0.129 0.99 0.287 0.06 0.157 0.79 0.464 1.62 0.674 0.84 0.22 1.6 0.5 1.69 0.63 0.27 0.37 1.83-0.48 1.67-0.91-0.11-0.287 0.17-0.333 1.14-0.186 0.71 0.106 1.45 0.336 1.66 0.496 0.28 0.21 0.38 0.16 0.38-0.2 0-0.953-2.33-1.287-3.49-0.503-0.38 0.253-1.8 0.209-3.2-0.108-2.36-0.535-8.33-4.086-15.66-9.314-3.19-2.274-5.35-3.293-8.78-4.134-1.7-0.417-3.5-0.913-4-1.101-1.7-0.638-5.11-2.815-5.25-3.35-0.09-0.344-0.79-0.722-1.98-1.072-1.61-0.474-1.78-0.596-1.4-0.989 0.48-0.485 1.79-2.549 1.79-2.81 0-0.315-2.62 0.421-4.18 1.176-0.88 0.423-1.73 0.683-1.91 0.578-1.02-0.631-2.66 1.757-3.38 4.912-0.32 1.391-0.29 1.68 0.22 2.563 0.58 0.984 2.19 2.146 2.63 1.895 0.13-0.071 0.23 0.063 0.23 0.298 0 0.236 0.26 0.729 0.58 1.098l0.58 0.67 0.2-0.924c0.26-1.151 0.64-1.407 1.23-0.82 0.49 0.491 0.59 0.823 0.22 0.765-0.73-0.116-1.29 0.096-1.29 0.493 0 0.251 0.14 0.456 0.3 0.456 0.17 0 0.31-0.137 0.31-0.304 0-0.168 0.14-0.304 0.3-0.304 0.17 0 0.31 0.202 0.31 0.45 0 0.519 1.4 0.926 2.73 0.793 0.41-0.041 0.41-0.088 0-0.424-0.25-0.207-0.6-0.648-0.78-0.978-0.19-0.331-0.7-0.78-1.15-0.999-0.44-0.218-0.8-0.537-0.8-0.708 0-0.191-0.37-0.231-0.95-0.103-0.66 0.145-0.89 0.106-0.75-0.128 0.12-0.185 0.44-0.341 0.73-0.347 0.46-0.008 0.45-0.053-0.05-0.436-0.69-0.519-0.39-1.195 0.35-0.813 0.28 0.146 0.69 0.203 0.89 0.128 0.21-0.075 0.38 0.08 0.38 0.345s0.25 0.482 0.55 0.482c1.01 0 1.85 0.869 1.95 2.034 0.05 0.612 0.26 1.169 0.47 1.239 0.3 0.097 0.31-0.066 0.07-0.714-0.25-0.647-0.22-0.938 0.11-1.267 0.36-0.368 0.51-0.312 1.07 0.398 0.36 0.454 0.65 1.021 0.65 1.26s0.24 0.41 0.53 0.38c0.97-0.098 1.22 0.01 1.38 0.589 0.11 0.434 0.34 0.536 0.94 0.421 0.88-0.167 0.97-0.421 0.48-1.325-0.39-0.727-0.13-1.227 0.51-0.982 0.35 0.133 0.37 0.241 0.1 0.409-0.2 0.126-0.26 0.396-0.13 0.607 0.17 0.277 0.38 0.183 0.79-0.346 0.31-0.399 0.56-0.573 0.57-0.387 0.02 1.031 4.72 4.386 5.49 3.914 0.16-0.102 0.53 0.045 0.81 0.325 0.48 0.478 0.52 0.469 0.75-0.137l0.24-0.648 0.77 0.668c0.42 0.367 0.76 0.834 0.76 1.037 0 0.51-0.94 0.826-1.32 0.444-0.52-0.518-0.85-0.357-0.75 0.362 0.08 0.528 0.31 0.687 1.09 0.725 0.54 0.027 1.16 0.185 1.37 0.353 0.2 0.168 0.85 0.401 1.44 0.518 0.59 0.118 1.82 0.465 2.74 0.772s2.35 0.766 3.19 1.02c0.84 0.255 2.34 0.837 3.35 1.295 1 0.453 1.91 0.813 2.02 0.783 0.11-0.02 0.37 0.16 0.57 0.41 0.37 0.44 1.21 0.62 1.21 0.25zm-5.78-3.456c0-0.168 0.14-0.305 0.3-0.305 0.17 0 0.31 0.137 0.31 0.305 0 0.167-0.14 0.304-0.31 0.304-0.16 0-0.3-0.137-0.3-0.304zm-1.22-0.609c0-0.167-0.38-0.304-0.86-0.304-0.47 0-0.96-0.103-1.09-0.228-0.23-0.228-0.38-0.271-1.24-0.342-0.54-0.045-0.65-1.863-0.12-1.863 0.21 0 0.26 0.289 0.15 0.741-0.17 0.686-0.08 0.757 1.2 0.949 1.26 0.189 3.23 1.318 2.34 1.341-0.21 0.006-0.38-0.127-0.38-0.294zm-4.94-1.242c-0.3-0.171-0.67-0.227-0.84-0.124-0.41 0.254-0.72-0.634-0.45-1.295 0.19-0.473 0.24-0.456 0.47 0.152 0.15 0.376 0.46 0.684 0.7 0.684s0.51 0.205 0.61 0.456c0.2 0.533 0.2 0.533-0.49 0.127zm-2.36-1.325c0-0.535 0.19-0.613 0.45-0.192 0.09 0.156 0.03 0.37-0.14 0.475s-0.31-0.023-0.31-0.283zm2.36-0.068c0.21-0.084 0.55-0.084 0.76 0 0.21 0.085 0.04 0.154-0.38 0.154s-0.59-0.069-0.38-0.154zm-21.83-4.495c0-0.074 0.14-0.219 0.31-0.322 0.17-0.104 0.3-0.043 0.3 0.134s-0.13 0.322-0.3 0.322-0.31-0.06-0.31-0.134zm2.54-3.073c-0.27-0.701-0.02-0.739 0.64-0.1 0.52 0.511 0.53 0.569 0.06 0.569-0.28 0-0.6-0.211-0.7-0.469zm1.47 11.779c0.73-0.304 2.12-0.727 3.09-0.939 0.98-0.213 1.7-0.459 1.61-0.547-0.09-0.089-1.53-0.339-3.2-0.557-1.67-0.217-3.36-0.492-3.74-0.61-0.39-0.118-0.6-0.107-0.47 0.026 0.12 0.133 0 0.495-0.28 0.806-0.39 0.432-0.43 0.647-0.16 0.922 0.2 0.196 0.36 0.604 0.36 0.905 0 0.72 1.07 0.718 2.79-0.006zm12.42-3.575c0-0.372-0.88-1.022-1.64-1.213-1.1-0.277-0.98 0.217 0.2 0.833 1.06 0.553 1.44 0.652 1.44 0.38zm-4.26-1.043c0-0.167-0.13-0.304-0.3-0.304s-0.31 0.137-0.31 0.304c0 0.168 0.14 0.305 0.31 0.305s0.3-0.137 0.3-0.305zm1.45-0.38c-0.15-0.431-0.64-0.383-0.79 0.076-0.05 0.167 0.13 0.304 0.41 0.304s0.45-0.171 0.38-0.38zm-7.53-2.966c0-0.167-0.21-0.304-0.46-0.304s-0.45 0.137-0.45 0.304c0 0.168 0.2 0.305 0.45 0.305s0.46-0.137 0.46-0.305zm23.57-8.213c-0.1-0.167-0.25-0.304-0.32-0.304s-0.13 0.137-0.13 0.304c0 0.168 0.14 0.304 0.32 0.304s0.24-0.136 0.13-0.304zm-3.34-0.608c-0.11-0.167-0.33-0.304-0.5-0.304-0.16 0-0.21 0.137-0.11 0.304s0.32 0.304 0.49 0.304 0.22-0.137 0.12-0.304zm13.27-0.814c-0.36-0.616-0.45-0.419-0.16 0.346 0.11 0.272 0.26 0.43 0.34 0.352 0.07-0.079-0.01-0.392-0.18-0.698zm-14.5 0.24c-0.16-0.149-0.64-0.36-1.05-0.469l-0.76-0.199 0.76 0.458c0.84 0.511 1.51 0.644 1.05 0.21zm3.51-0.661c0-0.157-0.14-0.286-0.31-0.286-0.16 0-0.3 0.213-0.3 0.474s0.14 0.39 0.3 0.287c0.17-0.104 0.31-0.317 0.31-0.475zm-5.63-0.286c-0.1-0.167-0.35-0.302-0.55-0.299-0.22 0.002-0.18 0.122 0.09 0.299 0.59 0.378 0.69 0.378 0.46 0zm17.49-0.735c0-0.237 0.17-0.511 0.38-0.608 0.3-0.142 0.31-0.214 0-0.355-0.26-0.121-0.09-0.464 0.54-1.088 0.5-0.501 0.9-1.072 0.9-1.268 0-0.264-0.06-0.266-0.23-0.01-0.16 0.246-0.35 0.208-0.67-0.134-0.39-0.426-0.38-0.458 0.08-0.28 0.32 0.121 0.52 0.055 0.53-0.17 0-0.234 0.11-0.202 0.29 0.085 0.24 0.378 0.4 0.39 0.91 0.074 0.5-0.308 0.62-0.308 0.61 0-0.02 0.587-0.78 1.466-1.06 1.214-0.14-0.123-0.17 0.003-0.07 0.279 0.12 0.329-0.01 0.553-0.37 0.648-0.38 0.098-0.55 0.401-0.52 0.914 0.06 0.939 0.32 0.801 1.23-0.645 1.4-2.226 2.58-7.879 1.75-8.392-0.24-0.149-0.34 0.437-0.34 1.986 0 1.209-0.11 2.096-0.23 1.97-0.24-0.241-0.28-0.406-0.34-1.412-0.03-0.344-0.16-0.554-0.3-0.465-0.15 0.089-0.24-0.48-0.2-1.264 0.03-0.784-0.13-2.037-0.35-2.786-0.23-0.748-0.34-1.608-0.24-1.911 0.11-0.344 0.02-0.55-0.22-0.547-0.54 0.006-1.45 0.592-0.94 0.599 0.21 0.002 0.38 0.133 0.38 0.289 0 0.157-0.56 0.278-1.25 0.268-0.69-0.009-1.34 0.123-1.44 0.293-0.26 0.407-0.95 0.49-1.79 0.216-0.81-0.26-0.92-1.053-0.16-1.081 0.41-0.015 0.38-0.084-0.15-0.294-0.37-0.152-0.68-0.425-0.68-0.607 0-0.183 0.13-0.248 0.3-0.144 0.45 0.277 0.37-0.623-0.17-1.911-0.26-0.622-0.43-1.157-0.38-1.189 0.25-0.157-2.46-3.324-3.88-4.539-1.1-0.939-1.56-1.53-1.43-1.855 0.13-0.355 0.91 0.291 3.01 2.51 2.37 2.506 2.94 3.304 3.51 4.946 0.39 1.076 0.87 2.024 1.08 2.106 0.21 0.081 0.31 0.27 0.22 0.42s-0.02 0.272 0.15 0.272c0.48 0 0.39-0.648-0.24-1.683-0.31-0.508-0.66-1.545-0.77-2.305-0.17-1.162-0.51-1.691-2.13-3.335-1.06-1.075-2.39-2.327-2.96-2.782-0.56-0.455-0.87-0.831-0.67-0.836s0.55 0.178 0.78 0.407c0.23 0.23 0.86 0.649 1.41 0.932 0.55 0.284 1.66 1.224 2.47 2.089 0.82 0.865 1.57 1.481 1.69 1.368 0.23-0.232-1.65-2.981-2.04-2.981-0.14 0-0.26-0.197-0.26-0.438s-0.82-0.877-1.83-1.414c-1-0.537-1.78-1.023-1.72-1.082 0.06-0.058 0.74 0.112 1.53 0.379 1.48 0.504 2.06 1.028 4.14 3.696 0.68 0.879 1.38 1.597 1.54 1.597 0.59 0 0.28-0.816-0.64-1.692-0.52-0.491-1.28-1.467-1.69-2.167-0.65-1.1-1.02-1.363-2.7-1.921-2.94-0.978-4.42-2.433-2.49-2.433 0.75 0 1.06-0.565 2.38-4.359 0.45-1.309 0.9-2.462 1-2.56s0.18-0.35 0.18-0.559 0.3-1.042 0.66-1.85c0.67-1.504 1.46-3.494 1.46-3.733 0.01-0.074-0.27 0.166-0.61 0.532-0.83 0.887-1.34 0.852-0.75-0.052 0.26-0.394 0.38-0.942 0.28-1.216-0.15-0.398 0.01-0.507 0.83-0.538 0.93-0.034 0.89-0.06-0.35-0.281-1.94-0.346-3.91-0.35-3.37-0.007 0.23 0.15 0.87 0.201 1.4 0.114 0.86-0.14 0.99-0.066 1.13 0.636 0.1 0.541 0.02 0.793-0.27 0.793-0.22 0-0.41 0.258-0.41 0.573 0 0.464-0.19 0.555-0.99 0.476-0.54-0.054-1.09-0.106-1.22-0.117-0.12-0.011-0.2-0.122-0.16-0.247 0.03-0.126-0.03-0.686-0.15-1.244-0.21-1.005-0.23-1.014-1.51-0.801-1.76 0.293-2.79 0.866-3.77 2.099-1.6 2.007-1.9 3.263-1.92 8.159-0.01 3.167-0.12 4.486-0.36 4.486-0.2 0-1.82 0.671-3.6 1.49-3.37 1.546-5.41 2.183-8.92 2.79-1.83 0.317-2.12 0.459-2.54 1.289-0.59 1.123-0.44 4.113 0.28 5.71 0.26 0.572 0.65 1.657 0.88 2.41 0.34 1.167 0.53 1.383 1.29 1.469 0.52 0.061 1.2-0.136 1.68-0.492 0.44-0.326 1.39-0.895 2.12-1.265 0.72-0.37 1.92-1.29 2.65-2.045s1.33-1.193 1.33-0.974c0 0.253 0.24 0.162 0.65-0.246 0.36-0.356 0.65-1.002 0.65-1.437 0-0.493 0.16-0.79 0.45-0.79 0.24 0 1.07-0.616 1.83-1.369 0.92-0.904 1.66-1.37 2.18-1.373 0.62-0.004 0.69-0.067 0.33-0.304-0.32-0.211-0.14-0.242 0.61-0.107 0.58 0.105 1.2 0.331 1.36 0.501 0.21 0.207 0.13 0.247-0.22 0.121-0.81-0.284-0.65 0.023 0.6 1.176 0.63 0.577 1.42 1.054 1.75 1.062 0.8 0.018 3.86 2.394 4.32 3.35 0.19 0.41 0.45 1.156 0.57 1.658l0.22 0.913-0.65-0.582c-0.36-0.319-0.74-0.496-0.85-0.392-0.36 0.366-0.18 1.762 0.31 2.3 0.27 0.301 0.49 0.686 0.49 0.856 0 0.481 1.09 1.344 1.37 1.088 0.14-0.126 0.15-0.051 0.03 0.165-0.13 0.217-0.08 0.573 0.1 0.793 0.31 0.375 0.69 2.798 0.69 4.395 0 0.521 0.1 0.624 0.34 0.381 0.5-0.504 0.82-0.405 0.82 0.255 0 0.325 0.14 0.675 0.3 0.779 0.4 0.245 0.4 1.278 0 1.526-0.17 0.106-0.46-0.228-0.64-0.743-0.18-0.514-0.46-0.935-0.62-0.935-0.4 0-0.01 1.226 0.61 1.928 0.27 0.308 0.5 0.719 0.5 0.913 0 0.541 0.88 2.33 1.14 2.33 0.13 0 0.23-0.194 0.23-0.431zm-0.4-2.199c-0.39-0.397-0.2-0.716 0.43-0.716 0.35 0 0.58 0.159 0.51 0.361-0.15 0.444-0.66 0.637-0.94 0.355zm0.1-2.407c0-0.261 0.13-0.39 0.3-0.286 0.17 0.103 0.31 0.316 0.31 0.474 0 0.157-0.14 0.286-0.31 0.286s-0.3-0.213-0.3-0.474zm3.52 0.211c-0.13-0.212-0.16-0.468-0.05-0.568 0.27-0.273 0.56 0.128 0.42 0.569-0.11 0.309-0.18 0.309-0.37-0.001zm-4.74-6.134c0-0.163 0.21-0.295 0.46-0.295s0.45 0.054 0.45 0.12c0 0.065-0.2 0.198-0.45 0.294s-0.46 0.043-0.46-0.119zm3.07-1.639c-0.02-0.32 0.06-0.5 0.16-0.399s0.11 0.364 0.02 0.583c-0.1 0.243-0.17 0.171-0.18-0.184zm-11.43-8.998c-0.11-0.168-0.05-0.305 0.13-0.305s0.32 0.137 0.32 0.305c0 0.167-0.06 0.304-0.13 0.304-0.08 0-0.22-0.137-0.32-0.304zm-1.24-3.489c-0.32-0.245-0.44-0.451-0.25-0.456s0.52 0.195 0.73 0.447c0.48 0.579 0.28 0.583-0.48 0.009zm3.52-6.397c0-0.251 0.11-0.457 0.25-0.457s0.25 0.206 0.25 0.457-0.11 0.456-0.25 0.456-0.25-0.205-0.25-0.456zm-1.31-0.043c-0.11-0.107-0.12-0.314-0.03-0.461 0.19-0.315 0.73-0.043 0.73 0.37 0 0.326-0.41 0.38-0.7 0.091zm3.13-4.502c0-0.074 0.14-0.219 0.31-0.322 0.16-0.104 0.3-0.043 0.3 0.134s-0.14 0.322-0.3 0.322c-0.17 0-0.31-0.061-0.31-0.134zm0-2.129c0-0.261 0.14-0.475 0.31-0.475 0.16 0 0.3 0.129 0.3 0.287 0 0.157-0.14 0.37-0.3 0.474-0.17 0.103-0.31-0.026-0.31-0.286zm0.61-0.779c0-0.167 0.14-0.304 0.3-0.304 0.17 0 0.31 0.137 0.31 0.304s-0.14 0.304-0.31 0.304c-0.16 0-0.3-0.137-0.3-0.304zm-0.56-0.608c0-0.419 0.07-0.59 0.15-0.381 0.09 0.21 0.09 0.552 0 0.761-0.08 0.209-0.15 0.038-0.15-0.38zm-4.81-2.244c-0.27-0.311-0.12-0.478 0.71-0.777 0.58-0.21 1.13-0.304 1.23-0.21 0.09 0.095-0.2 0.312-0.65 0.484s-0.74 0.449-0.63 0.617c0.27 0.442-0.25 0.352-0.66-0.114zm2.33-0.722c0-0.377 0.14-0.685 0.3-0.685 0.38 0 0.38 0.323 0 0.913-0.24 0.369-0.29 0.325-0.3-0.228zm-10.54 41.427c-0.13-0.314 0.02-0.53 0.44-0.638 0.82-0.215 0.96-0.692 0.47-1.625l-0.4-0.761-0.05 0.913c-0.04 0.686-0.1 0.573-0.24-0.456-0.11-0.753-0.07-1.544 0.09-1.757 0.15-0.213 0.19-0.478 0.08-0.588-0.44-0.432-0.86 0.534-1.02 2.309-0.09 1.024-0.26 1.861-0.37 1.861-0.4 0-1.29-1.302-1-1.484 0.41-0.265 0.64-2.484 0.33-3.307-0.33-0.917-0.87-0.871-0.87 0.076 0 0.583-0.16 0.763-0.69 0.77-0.64 0.009-0.65 0.034-0.13 0.427 0.64 0.483 0.19 0.942-0.64 0.654-0.47-0.163-0.47-0.142 0.01 0.235 0.3 0.228 0.54 0.508 0.54 0.622 0 0.266 0.51 0.906 1.75 2.194 1.04 1.076 2.02 1.397 1.7 0.555zm-0.34-2.263c0-0.586 0.06-0.825 0.14-0.533 0.07 0.293 0.07 0.772 0 1.065-0.08 0.293-0.14 0.053-0.14-0.532zm-2.3-0.507c-0.11-0.112-0.21-0.344-0.21-0.517 0-0.191 0.15-0.173 0.36 0.045 0.2 0.198 0.29 0.431 0.21 0.517-0.09 0.087-0.25 0.066-0.36-0.045zm14.09 0.507c0-0.167-0.14-0.304-0.3-0.304-0.17 0-0.31 0.137-0.31 0.304s0.14 0.304 0.31 0.304c0.16 0 0.3-0.137 0.3-0.304zm-16.12-2.7c0-0.146-0.2-0.83-0.44-1.521-0.25-0.69-0.33-1.255-0.18-1.255s0.4 0.377 0.56 0.837c0.27 0.773 0.31 0.79 0.53 0.228 0.12-0.334 0.45-0.871 0.72-1.193 0.39-0.478 0.4-0.535 0.03-0.313-0.99 0.589-1.3 0.436-1.1-0.547 0.24-1.204 0.31-1.258 1.05-0.861 0.34 0.18 0.9 0.328 1.24 0.328 0.53 0 0.64 0.201 0.67 1.293l0.03 1.293 0.28-1.521c0.15-0.836 0.29-1.929 0.31-2.427 0.03-0.499 0.24-1.098 0.47-1.332 0.24-0.234 0.35-0.637 0.25-0.895-0.1-0.257-0.03-0.562 0.15-0.677 0.24-0.144 0.2-0.348-0.12-0.667-0.34-0.343-0.37-0.547-0.11-0.805s0.22-0.345-0.15-0.345c-0.27 0-0.54 0.105-0.59 0.233-0.06 0.129-1.06 0.735-2.23 1.348-1.28 0.669-2.17 1.334-2.22 1.667-0.05 0.305-0.24 0.854-0.42 1.22-0.52 1.031 0.3 6.178 0.98 6.178 0.16 0 0.29-0.119 0.29-0.266zm-0.86-4.525c0.04-0.292-0.02-0.702-0.15-0.909-0.16-0.258-0.09-0.319 0.23-0.195 0.53 0.202 0.66 1.637 0.15 1.637-0.18 0-0.28-0.24-0.23-0.533zm17.1 4.042c0.27-0.413 0.49-1.207 0.49-1.765s0.16-1.176 0.36-1.374 0.28-0.437 0.19-0.532c-0.1-0.094-0.4 0.057-0.68 0.336-0.47 0.465-0.54 0.467-0.87 0.021-0.27-0.349-0.5-0.403-0.83-0.19-0.4 0.266-0.4 0.332 0 0.598 0.28 0.181 0.32 0.302 0.1 0.305-0.57 0.007-0.76-0.536-0.42-1.179 0.21-0.397 0.52-0.534 0.95-0.422 0.46 0.121 0.67-0.006 0.8-0.484 0.11-0.427 0.41-0.648 0.87-0.648 1.67 0 1.01-1.022-0.85-1.307-0.93-0.144-1.22-0.059-1.59 0.475-0.35 0.507-0.37 0.708-0.08 0.916 0.3 0.211 0.3 0.298 0 0.42-0.21 0.085-0.38 0.417-0.38 0.738 0 0.32-0.14 0.583-0.31 0.583-0.6 0-0.29 0.583 0.58 1.097s1.45 2.088 0.89 2.432c-0.14 0.086-0.25 0.286-0.25 0.443 0 0.532 0.53 0.291 1.03-0.463zm-1.13-5.233c-0.31-0.309-0.24-0.71 0.12-0.71 0.17 0 0.24 0.125 0.15 0.278-0.1 0.153 0 0.348 0.21 0.433s0.23 0.164 0.05 0.178c-0.18 0.013-0.42-0.068-0.53-0.179zm-3.98 4.848c-0.1-0.101-0.17 0.079-0.16 0.399 0.02 0.354 0.09 0.427 0.19 0.184 0.09-0.22 0.07-0.482-0.03-0.583zm8.03 0.526c0-0.167-0.13-0.304-0.3-0.304s-0.31 0.137-0.31 0.304 0.14 0.304 0.31 0.304 0.3-0.137 0.3-0.304zm-13.99-0.989c-0.01-0.534-0.07-0.587-0.29-0.242-0.15 0.243-0.21 0.551-0.13 0.684 0.27 0.427 0.42 0.262 0.42-0.442zm12.64-0.148c0.27-0.375 0.3-0.694 0.08-1.103-0.19-0.358-0.2-0.647-0.02-0.765 0.41-0.268 0.72-2.109 0.39-2.312-0.15-0.092-0.36-0.027-0.47 0.146-0.1 0.172-0.32 0.235-0.47 0.139-0.16-0.096-0.29-0.03-0.29 0.147s0.14 0.322 0.31 0.322 0.3 0.342 0.3 0.761c0 0.418-0.13 0.76-0.3 0.76s-0.31 0.548-0.31 1.217c0 1.331 0.19 1.495 0.78 0.688zm1.66-0.725c0-0.795-0.5-0.717-0.72 0.113-0.29 1.065-0.23 1.246 0.26 0.836 0.25-0.208 0.46-0.635 0.46-0.949zm-5.32-3.935c0.13-0.621 0.1-0.903-0.09-0.783-0.46 0.284-0.74-1.253-0.36-1.97 0.19-0.345 0.26-0.71 0.16-0.81s-0.35 0.254-0.55 0.787c-0.38 1-0.95 1.382-0.65 0.436 0.09-0.308-0.17-0.147-0.63 0.38l-0.79 0.913 0.17-1.673c0.35-3.286 0.37-3.174-0.46-3.184-0.58-0.008-0.77-0.178-0.8-0.715-0.04-0.855-0.72-1.68-0.72-0.877 0 0.284 0.1 0.518 0.23 0.519 0.12 0 0.26 0.646 0.31 1.433 0.04 0.788 0.3 1.759 0.56 2.157 0.27 0.422 0.4 1.022 0.29 1.437-0.1 0.392-0.03 0.806 0.16 0.919 0.19 0.122 0.26 0.653 0.15 1.311-0.15 0.96-0.13 1.007 0.14 0.357 0.44-1.034 0.5-1.063 1.06-0.504 0.27 0.271 0.35 0.493 0.17 0.493-0.17 0-0.23 0.228-0.12 0.506 0.13 0.34 0.08 0.434-0.16 0.286-0.2-0.121-0.36-0.075-0.36 0.102 0 0.574 0.53 0.342 1.06-0.464 0.28-0.433 0.59-0.711 0.68-0.618s-0.05 0.5-0.31 0.904c-0.27 0.404-0.4 0.817-0.3 0.917 0.24 0.239 0.89-1.029 1.16-2.259zm-7.89 1.202c-0.8-0.631-1.39-0.747-1.39-0.272 0 0.167 0.21 0.304 0.46 0.304 0.26 0 0.54 0.197 0.64 0.437 0.09 0.241 0.36 0.363 0.59 0.272 0.33-0.126 0.26-0.303-0.3-0.741zm2.71-0.272c-0.1-0.167-0.35-0.302-0.55-0.3-0.22 0.003-0.18 0.123 0.1 0.3 0.58 0.378 0.69 0.378 0.45 0zm18.23-1.574c-0.28-0.869-0.41-2.125-0.41-3.825 0-0.711-0.14-1.293-0.31-1.293-0.18 0-0.32-0.206-0.32-0.456 0-0.251 0.14-0.457 0.32-0.457s0.23-0.158 0.11-0.351c-0.14-0.218-0.09-0.268 0.13-0.134 0.19 0.119 0.35 0.059 0.35-0.134 0-0.192-0.26-0.417-0.57-0.5-0.31-0.082-0.74-0.512-0.94-0.957-0.33-0.735-0.4-0.761-0.75-0.289-0.25 0.353-0.47 0.42-0.69 0.209-0.21-0.211-0.36 0.255-0.49 1.454-0.1 0.971-0.06 1.888 0.09 2.039 0.15 0.15 0.2 0.664 0.1 1.141-0.11 0.567-0.04 0.868 0.19 0.868s0.29-0.232 0.17-0.606c-0.15-0.49-0.09-0.567 0.35-0.399 0.43 0.165 0.4 0.054-0.15-0.534-0.52-0.552-0.65-0.966-0.52-1.617 0.09-0.481 0.18-1.097 0.19-1.368 0.02-0.381 0.08-0.354 0.29 0.114 0.26 0.591 0.27 0.589 0.47-0.076 0.11-0.377 0.33-0.685 0.49-0.685s0.2 0.146 0.09 0.325c-0.11 0.178 0.05 0.518 0.36 0.754 0.49 0.374 0.5 0.47 0.11 0.733-0.34 0.22-0.49 0.176-0.56-0.164-0.06-0.255-0.26-0.408-0.46-0.338-0.41 0.147-0.33 1.426 0.13 1.878 0.21 0.212 0.24 0.13 0.09-0.264-0.15-0.413-0.1-0.534 0.21-0.433 0.65 0.217 0.85 1.555 0.3 1.971-0.42 0.316-0.4 0.439 0.22 1.094 0.4 0.431 0.61 0.936 0.51 1.216-0.1 0.264 0.05 0.837 0.33 1.274 0.61 0.925 0.9 0.828 0.57-0.19zm-21.59 0.389c0.09-0.15-0.04-0.351-0.29-0.447-0.28-0.106-0.45 0.001-0.45 0.273 0 0.492 0.47 0.604 0.74 0.174zm2.3-0.673c0-0.185-0.21-0.258-0.46-0.161-0.25 0.096-0.45 0.042-0.45-0.12s0.2-0.295 0.45-0.295 0.46-0.151 0.46-0.336c0-0.186-0.22-0.254-0.48-0.152-0.27 0.101-0.61 0.184-0.76 0.184-0.16 0-0.28 0.274-0.28 0.609 0 0.446 0.2 0.608 0.76 0.608 0.42 0 0.76-0.151 0.76-0.337zm1.99 0.054c-0.1-0.156-0.05-0.359 0.09-0.451 0.15-0.092 0.28-0.495 0.28-0.895 0-0.675-0.04-0.692-0.51-0.234-0.52 0.504-0.5 1.863 0.03 1.863 0.15 0 0.2-0.127 0.11-0.283zm-25.3-1.694c-0.19-0.497-0.72-0.628-0.72-0.178 0 0.231 0.21 0.388 0.82 0.61 0.04 0.013-0.01-0.181-0.1-0.432zm3.67 0.118c-0.09-0.149 0.11-0.27 0.46-0.27 0.84 0 0.8-0.533-0.06-0.698l-0.69-0.132 0.69-0.041c0.41-0.025 0.68-0.239 0.68-0.535 0-0.384-0.09-0.417-0.41-0.147-0.23 0.191-0.63 0.266-0.89 0.168-0.25-0.098-0.56-0.025-0.67 0.162-0.15 0.248-0.33 0.244-0.64-0.017-0.35-0.291-0.43-0.21-0.43 0.442 0 0.439-0.14 0.798-0.3 0.798-0.17 0-0.31 0.104-0.31 0.232s0.62 0.25 1.37 0.27c0.75 0.021 1.29-0.084 1.2-0.232zm4.29-0.69c0.29-1.139 0.04-2.482-0.43-2.382-0.27 0.057-0.35-0.082-0.24-0.38 0.12-0.297 0.01-0.468-0.29-0.468-0.31 0-0.43 0.229-0.37 0.684 0.06 0.376 0.27 0.684 0.48 0.684s0.35 0.137 0.3 0.304c-0.04 0.168-0.17 0.27-0.3 0.229-0.27-0.092-0.3 0.899-0.04 1.572 0.27 0.702 0.69 0.588 0.89-0.243zm13.83 0.42c-0.6-0.385-1.22-0.385-1.22 0 0 0.167 0.38 0.302 0.84 0.299 0.65-0.003 0.73-0.069 0.38-0.299zm1.66-0.283c0.09-0.156 0.05-0.361-0.11-0.455-0.15-0.094-0.35 0.033-0.45 0.283-0.19 0.493 0.27 0.634 0.56 0.172zm-16.87-0.941c0-0.736-1.08-0.455-1.13 0.296-0.03 0.407 0.11 0.514 0.54 0.402 0.32-0.084 0.59-0.399 0.59-0.698zm-9.76-0.677c0.01-0.126-0.11-0.229-0.28-0.229s-0.29 0.377-0.28 0.837c0.02 0.741 0.05 0.767 0.28 0.228 0.14-0.335 0.27-0.711 0.28-0.836zm25.44 0.152c-0.03-0.779-0.18-1.141-0.49-1.141-0.29 0-0.41 0.26-0.36 0.76 0.19 1.826 0.91 2.148 0.85 0.381zm6.52 0.058c0-0.261-0.13-0.39-0.3-0.287-0.17 0.104-0.3 0.317-0.3 0.475 0 0.157 0.13 0.286 0.3 0.286s0.3-0.213 0.3-0.474zm-5.02-0.134c-0.1-0.168 0.03-0.305 0.29-0.305s0.47-0.226 0.47-0.503c0-0.455-0.05-0.451-0.6 0.041-0.52 0.471-0.59 1.071-0.12 1.071 0.08 0 0.07-0.137-0.04-0.304zm9.39-0.143c0.25-0.663-0.28-0.841-0.76-0.252-0.28 0.352-0.29 0.44-0.03 0.283 0.21-0.126 0.38-0.083 0.38 0.094 0 0.461 0.21 0.397 0.41-0.125zm-30.99-0.846c0.03-0.417 0.38-0.844 0.89-1.092 0.46-0.225 0.77-0.471 0.7-0.548-0.29-0.282-3.26-0.362-3.26-0.088 0 0.156 0.23 0.283 0.5 0.283 0.39 0 0.42 0.091 0.14 0.427-0.27 0.327-0.27 0.469 0.04 0.608 0.32 0.148 0.32 0.216-0.01 0.365-0.3 0.138-0.26 0.28 0.15 0.583 0.65 0.472 0.79 0.383 0.85-0.538zm-13.53 0.313c0-0.15 0.12-0.197 0.27-0.105 0.15 0.093 0.35-0.036 0.45-0.286s0.44-0.454 0.76-0.454 0.67-0.214 0.77-0.476c0.1-0.261 0.31-0.396 0.47-0.299 0.15 0.097 0.37 0.029 0.48-0.151 0.25-0.394-3.34-0.07-4.21 0.381-0.31 0.158-0.75 0.213-0.99 0.123-0.61-0.236-1.18 0.921-0.61 1.242 0.61 0.339 2.61 0.359 2.61 0.025zm0.02-0.972c-0.01-0.321 0.06-0.5 0.16-0.399 0.11 0.101 0.12 0.363 0.03 0.583-0.1 0.242-0.17 0.17-0.19-0.184zm10.56 0.431c-0.45-0.719-0.57-0.636-0.34 0.238 0.09 0.367 0.29 0.594 0.44 0.505 0.14-0.09 0.1-0.424-0.1-0.743zm-6.32 0.304c0-0.167-0.15-0.304-0.32-0.304-0.18 0-0.24 0.137-0.14 0.304 0.11 0.167 0.25 0.304 0.33 0.304 0.07 0 0.13-0.137 0.13-0.304zm3.64-0.598c-0.01-0.676-0.05-0.705-0.32-0.232-0.17 0.296-0.44 0.459-0.6 0.362s-0.29 0.008-0.29 0.233 0.28 0.409 0.61 0.409c0.45 0 0.61-0.2 0.6-0.772zm9.74 0.453c0-0.198-0.47-0.282-1.21-0.211-0.67 0.063-1.16 0.211-1.09 0.327 0.22 0.345 2.3 0.24 2.3-0.116zm22.36-0.159c0.22 0 0.46 0.102 0.53 0.228s0.11 0.103 0.09-0.05-0.33-0.466-0.67-0.696c-0.59-0.39-0.63-0.36-0.63 0.43 0.01 0.467 0.07 0.677 0.14 0.468 0.08-0.209 0.32-0.38 0.54-0.38zm2.51 0.397c-0.3-0.077-0.71-0.072-0.92 0.012-0.2 0.083 0.04 0.146 0.54 0.14s0.67-0.074 0.38-0.152zm12.45-2.298c0.52-1.046 1.67-2.86 2.56-4.031 1.41-1.855 1.62-2.312 1.63-3.549 0.01-0.78 0.12-1.529 0.26-1.663 0.13-0.135 0.15-0.009 0.04 0.278-0.11 0.301-0.05 0.524 0.14 0.524 0.18 0 0.34-0.377 0.35-0.837s0.09-1.562 0.18-2.449c0.21-2.069-0.3-4.16-1.43-5.861-0.49-0.741-0.89-1.227-0.89-1.079s-0.29-0.096-0.64-0.542c-0.69-0.872-3.43-2.408-3.74-2.096-0.37 0.37-0.18 0.758 0.29 0.58 0.27-0.104 0.39-0.053 0.28 0.12-0.1 0.165 0.09 0.3 0.42 0.3 0.93 0 1.56 0.327 1.56 0.811 0 0.265 0.15 0.356 0.38 0.227 0.31-0.171 0.31-0.132 0 0.195-0.58 0.631-0.46 1.181 0.24 1.046 0.44-0.084 0.79 0.149 1.17 0.777 0.3 0.493 0.66 0.794 0.81 0.67 0.14-0.125 0.01 0.166-0.29 0.647-0.44 0.702-0.48 1.019-0.21 1.611 0.46 1.005 0.42 1.159-0.16 0.679-0.42-0.354-0.47-0.329-0.37 0.191 0.08 0.42 0.32 0.57 0.8 0.504 0.37-0.053 0.67 0.05 0.67 0.228s-0.13 0.323-0.3 0.323c-0.39 0-0.39 0.625 0 1.217 0.27 0.406 0.34 0.406 0.6 0 0.26-0.394 0.3-0.386 0.31 0.058 0 0.725-0.47 0.93-0.91 0.395-0.53-0.631-0.84-0.566-1.1 0.231l-0.23 0.685-0.17-0.703c-0.19-0.774-0.78-0.798-0.78-0.031 0 0.547-0.7 1.494-1.1 1.494-0.15 0-0.27-0.205-0.27-0.456 0-0.55-0.36-0.588-0.85-0.091-0.26 0.259-0.37 0.265-0.37 0.02 0-0.189 0.31-0.442 0.69-0.56 1.17-0.37 2.04-1.402 1.71-2.022-0.19-0.357-0.18-0.541 0.02-0.541 0.18 0 0.32 0.189 0.32 0.421 0 0.231 0.27 0.492 0.61 0.58 0.71 0.187 0.81-0.331 0.14-0.816-0.51-0.378-0.78-1.48-0.85-3.556-0.04-1.012-0.18-1.396-0.51-1.399-0.25-0.003-0.54 0.126-0.65 0.286-0.11 0.177-0.27 0.159-0.39-0.046-0.12-0.185-0.07-0.337 0.11-0.337s0.32-0.205 0.32-0.456c0-0.551-0.5-0.609-0.68-0.079-0.09 0.279-0.25 0.252-0.61-0.103-0.3-0.302-0.38-0.634-0.22-0.895 0.14-0.228 0.18-0.538 0.09-0.689-0.1-0.151-0.42 0.253-0.72 0.898-0.58 1.24-0.8 0.994-0.3-0.329 0.16-0.429 0.19-0.781 0.06-0.781-0.14 0-0.7 1.13-1.25 2.51s-1.27 3.106-1.59 3.836c-0.33 0.729-0.5 1.414-0.38 1.521s0.27 0.023 0.35-0.188c0.07-0.21 0.26-0.305 0.41-0.21s0.28 0 0.28-0.211c0-0.298 0.08-0.302 0.36-0.018 0.57 0.567 0.86 0.435 0.86-0.395 0-0.419 0.12-0.761 0.26-0.761 0.15 0 0.35-0.41 0.45-0.912 0.19-0.933 1.11-1.313 1.11-0.457 0 0.251-0.19 0.457-0.42 0.457-0.49 0-0.78 0.92-0.79 2.491 0 1.094-0.61 1.941-0.85 1.2-0.1-0.287-0.23-0.283-0.6 0.02-0.41 0.34-0.44 0.293-0.24-0.368l0.22-0.758-0.52 0.716c-0.4 0.548-0.58 0.621-0.78 0.313-0.31-0.504-0.29-0.532-1.28 1.943-1 2.516-1.01 2.763-0.05 1.591l0.75-0.912v0.988c0 0.544 0.14 0.989 0.3 0.989 0.17 0 0.31-0.206 0.31-0.457 0-0.713 0.55-0.534 0.7 0.228l0.13 0.685 0.24-0.71c0.17-0.547 0.29-0.617 0.51-0.304 0.2 0.281 0.23 0.203 0.1-0.253-0.24-0.865 0.34-1.202 1.02-0.588 0.3 0.267 0.7 0.486 0.9 0.486 0.19 0 0.35 0.137 0.35 0.304 0 0.168-0.12 0.304-0.26 0.304s-0.19 0.377-0.1 0.837c0.13 0.688 0.08 0.777-0.27 0.5-0.74-0.576-1.8-0.72-1.8-0.243 0 0.235 0.17 0.393 0.38 0.351 0.21-0.041 0.38 0.198 0.38 0.533 0 0.334-0.17 0.574-0.38 0.532s-0.4 0.232-0.42 0.608c-0.02 0.542-0.06 0.57-0.17 0.135-0.08-0.302-0.48-0.674-0.88-0.827-0.48-0.184-0.66-0.435-0.55-0.746 0.14-0.339 0.05-0.417-0.31-0.282-0.58 0.226-0.61 0.483-0.11 0.988 0.3 0.301 0.29 0.441-0.07 0.689-0.36 0.246-0.32 0.274 0.18 0.135 0.41-0.114 0.82 0.032 1.17 0.416 0.29 0.326 0.73 0.514 0.98 0.419 0.32-0.12 0.42-0.003 0.35 0.389-0.07 0.42 0.1 0.564 0.67 0.573 0.61 0.01 0.74 0.151 0.68 0.715-0.04 0.386 0.03 0.64 0.15 0.564 0.13-0.076 0.39 0.038 0.59 0.254 0.28 0.303 0.27 0.518-0.07 0.956-0.47 0.623-0.58 1.326-0.2 1.326 0.13 0 0.66-0.856 1.18-1.901zm-1.81-3.27c-0.11-0.396-0.01-0.609 0.26-0.609 0.24 0 0.43 0.274 0.43 0.609 0 0.334-0.12 0.608-0.27 0.608-0.14 0-0.34-0.274-0.42-0.608zm-1.44-0.305c0-0.167 0.14-0.304 0.31-0.304 0.16 0 0.3 0.137 0.3 0.304 0 0.168-0.14 0.305-0.3 0.305-0.17 0-0.31-0.137-0.31-0.305zm2.49-1.096c0.12-0.658 1.07-0.938 1.56-0.458 0.4 0.41 0.28 0.537-0.81 0.81-0.74 0.186-0.85 0.134-0.75-0.352zm2.68-0.576c0-0.252 0.24-0.461 0.54-0.466 0.48-0.009 0.48-0.049-0.05-0.449-0.51-0.388-0.63-0.378-1.01 0.085-0.38 0.473-0.39 0.459-0.1-0.139 0.4-0.839 0.41-1.406 0.02-1.161-0.17 0.104-0.31-0.017-0.31-0.268s0.15-0.547 0.33-0.657c0.17-0.111 0.26-0.365 0.18-0.564-0.08-0.207 0.14-0.377 0.51-0.395 0.36-0.017 0.48 0.035 0.27 0.115-0.23 0.089-0.36 0.646-0.33 1.414l0.04 1.268 0.21-1.217c0.2-1.177 0.21-1.192 0.52-0.456 0.18 0.418 0.44 0.692 0.59 0.608s0.28 0.181 0.3 0.589c0.04 0.71 0.02 0.716-0.39 0.156-0.4-0.547-0.42-0.526-0.35 0.332 0.07 0.975-0.21 1.661-0.68 1.661-0.16 0-0.29-0.206-0.29-0.456zm-2.13-1.369c0-0.356 0.21-0.609 0.49-0.609 0.32 0 0.43 0.166 0.31 0.482-0.1 0.264-0.19 0.538-0.19 0.608s-0.13 0.127-0.3 0.127-0.31-0.274-0.31-0.608zm-0.3-1.199c0-0.177 0.14-0.322 0.3-0.322 0.17 0 0.31 0.06 0.31 0.134s-0.14 0.219-0.31 0.322c-0.16 0.103-0.3 0.043-0.3-0.134zm-5.17-1.977c0-0.074 0.14-0.219 0.3-0.323 0.17-0.103 0.31-0.042 0.31 0.135s-0.14 0.322-0.31 0.322c-0.16 0-0.3-0.061-0.3-0.134zm5.06-1.843c-0.1-0.251-0.04-0.457 0.12-0.457s0.29 0.206 0.29 0.457-0.05 0.456-0.12 0.456c-0.06 0-0.19-0.205-0.29-0.456zm4.99-1.799c-0.24-0.6-0.61-1.091-0.83-1.091-0.53 0-0.5-0.243 0.07-0.819 0.56-0.556 0.53-0.586 1.03 1.012 0.51 1.613 0.29 2.335-0.27 0.898zm-5.03 0.43c-0.11-0.167 0.02-0.304 0.28-0.304 0.27 0 0.48 0.137 0.48 0.304s-0.13 0.304-0.29 0.304-0.37-0.137-0.47-0.304zm-2.59-2.89c0.21-0.251 0.43-0.456 0.5-0.456 0.06 0 0.11 0.205 0.11 0.456s-0.22 0.456-0.49 0.456c-0.41 0-0.43-0.082-0.12-0.456zm2.44 0.152c0-0.167 0.21-0.304 0.47-0.304s0.39 0.137 0.29 0.304c-0.11 0.167-0.32 0.304-0.48 0.304s-0.28-0.137-0.28-0.304zm-58.96 17.131c-0.22-0.088-0.48-0.077-0.58 0.024s0.08 0.173 0.4 0.16c0.35-0.015 0.42-0.087 0.18-0.184zm15.96-1.215c-0.08-0.085-0.47-0.053-0.85 0.069l-0.71 0.223 0.68 0.251c0.38 0.139 0.7 0.427 0.72 0.642 0.03 0.214 0.11 0.07 0.18-0.321s0.07-0.779-0.02-0.864zm-17.08 0.814c-0.1-0.167-0.32-0.304-0.47-0.304-0.16 0-0.29 0.137-0.29 0.304 0 0.168 0.21 0.305 0.47 0.305s0.39-0.137 0.29-0.305zm13.07-0.859c-0.13-0.113-0.28-0.049-0.35 0.143-0.07 0.191-0.43 0.282-0.8 0.203-0.6-0.131-0.59-0.104 0.09 0.279 0.65 0.363 0.8 0.363 1.02 0.003 0.14-0.233 0.16-0.515 0.04-0.628zm1.68 0.555c0-0.167-0.24-0.302-0.53-0.299-0.45 0.004-0.47 0.047-0.08 0.299 0.58 0.371 0.61 0.371 0.61 0zm-4.03-0.211c-0.3-0.077-0.71-0.072-0.92 0.012-0.2 0.083 0.04 0.146 0.54 0.14s0.67-0.075 0.38-0.152zm11.39 0.003c-0.22-0.087-0.48-0.077-0.58 0.024s0.08 0.173 0.4 0.16c0.35-0.015 0.42-0.087 0.18-0.184zm22.07-0.882c-0.29-0.29-0.87 0.18-0.65 0.529 0.13 0.208 0.3 0.203 0.51-0.016 0.18-0.179 0.25-0.41 0.14-0.513zm-22.55-0.957c-0.1-0.101-0.17 0.079-0.16 0.399 0.01 0.355 0.09 0.427 0.18 0.184 0.09-0.219 0.08-0.482-0.02-0.583zm-0.49-0.082c0-0.168-0.13-0.304-0.29-0.304-0.15 0-0.37 0.136-0.47 0.304-0.1 0.167 0.03 0.304 0.29 0.304s0.47-0.137 0.47-0.304zm22.81-0.295c0-0.162-0.2-0.216-0.45-0.119-0.25 0.096-0.46 0.228-0.46 0.294s0.21 0.12 0.46 0.12 0.45-0.133 0.45-0.295zm13.27-0.535c-0.1-0.101-0.18 0.078-0.16 0.399 0.01 0.354 0.08 0.426 0.18 0.184 0.09-0.22 0.08-0.482-0.02-0.583zm-0.87-0.597c-0.29-0.283-0.62-0.412-0.74-0.288-0.13 0.125-0.03 0.354 0.22 0.51 0.74 0.468 1.07 0.328 0.52-0.222zm-2.16-2.358c-0.44-0.412-0.81-0.6-0.81-0.419 0 0.402 1.26 1.53 1.47 1.319 0.08-0.083-0.21-0.488-0.66-0.9zm-26.21-0.474c0.11-0.167-0.02-0.304-0.28-0.304s-0.48 0.137-0.48 0.304 0.13 0.304 0.29 0.304 0.37-0.137 0.47-0.304zm26.78-0.631c0.11-0.347 0.12-0.712 0.02-0.811s-0.18 0.048-0.18 0.327-0.14 0.507-0.3 0.507c-0.17 0-0.31 0.137-0.31 0.304 0 0.555 0.57 0.315 0.77-0.327zm-25.72-0.27c0.75-0.475 0.22-0.589-0.75-0.16-0.71 0.312-0.78 0.408-0.31 0.424 0.34 0.01 0.81-0.108 1.06-0.264zm2.78-1.625c-0.25-0.241-0.34-0.162-0.34 0.285 0 0.805 0.43 1.231 0.56 0.563 0.06-0.284-0.04-0.665-0.22-0.848zm-2.47-1.834c0-0.631-0.36-0.839-0.81-0.467-0.58 0.49-0.5 0.873 0.2 0.873 0.34 0 0.61-0.183 0.61-0.406zm2.2-1.475c-0.19-0.19-0.23 0.01-0.12 0.565 0.13 0.637 0.21 0.713 0.29 0.295 0.07-0.311-0.01-0.698-0.17-0.86zm-0.68 0.664c0-0.167-0.14-0.304-0.32-0.304s-0.24 0.137-0.13 0.304c0.1 0.167 0.25 0.304 0.32 0.304s0.13-0.137 0.13-0.304zm-2.31-0.741c-0.09-0.241-0.36-0.363-0.6-0.273-0.51 0.198-0.27 0.71 0.34 0.71 0.24 0 0.35-0.185 0.26-0.437zm2.92-2.32c0-0.818-0.09-0.893-1.06-0.893-0.59 0-1.07 0.136-1.07 0.304 0 0.167 0.21 0.304 0.46 0.304s0.46 0.245 0.46 0.544c0 0.325 0.24 0.562 0.6 0.589 0.48 0.036 0.61-0.142 0.61-0.848zm-17.64-0.893c0-0.168-0.15-0.304-0.32-0.304-0.18 0-0.24 0.136-0.14 0.304 0.11 0.167 0.25 0.304 0.33 0.304 0.07 0 0.13-0.137 0.13-0.304zm16.57-1.416c-0.84-0.614-1.23-0.493-0.61 0.192 0.3 0.33 0.69 0.515 0.86 0.41 0.18-0.114 0.08-0.358-0.25-0.602zm10.4-1.094c-0.08-0.209-0.15-0.038-0.15 0.38 0 0.419 0.07 0.59 0.15 0.381s0.08-0.552 0-0.761zm-11.46-0.246c0-0.157-0.13-0.286-0.3-0.286s-0.31 0.213-0.31 0.474 0.14 0.39 0.31 0.286c0.17-0.103 0.3-0.316 0.3-0.474zm1.16-0.347c0.2-0.201 0.36-0.564 0.36-0.808 0-0.351-0.12-0.329-0.6 0.108-0.63 0.566-0.8 1.065-0.37 1.065 0.13 0 0.41-0.164 0.61-0.365zm-24.58-0.395c0-0.251-0.13-0.457-0.29-0.457-0.17 0-0.22 0.206-0.12 0.457 0.09 0.25 0.23 0.456 0.29 0.456 0.07 0 0.12-0.206 0.12-0.456zm34.57-1.451c-0.08-0.206-0.14 0.036-0.14 0.538 0.01 0.502 0.08 0.67 0.15 0.374 0.08-0.296 0.08-0.706-0.01-0.912zm20.87 0.792c-0.21-0.085-0.31-0.279-0.21-0.432 0.09-0.153 0.03-0.278-0.14-0.278-0.16 0-0.38 0.125-0.47 0.278-0.17 0.275 0.3 0.586 0.89 0.586 0.17 0 0.14-0.069-0.07-0.154zm-31.25-0.715c0.1-0.17 0.32-0.231 0.47-0.134 0.34 0.21 0.33-0.103-0.02-0.926-0.23-0.532-0.26-0.541-0.28-0.066-0.01 0.298-0.23 0.62-0.48 0.716-0.5 0.193-0.63 0.719-0.17 0.719 0.16 0 0.37-0.139 0.48-0.309zm-30.07-4.336c-0.09-0.206-0.15 0.036-0.14 0.538 0 0.502 0.07 0.671 0.15 0.375s0.07-0.707-0.01-0.913zm18.35-0.258c0-0.167-0.13-0.22-0.3-0.116-0.17 0.103-0.31 0.325-0.31 0.492s0.14 0.22 0.31 0.116c0.17-0.103 0.3-0.325 0.3-0.492zm53.05-5.988c0.11-0.181 0.27-1.741 0.35-3.465s0.36-3.778 0.62-4.564c0.35-1.059 0.39-1.585 0.15-2.033-0.18-0.332-0.33-0.818-0.33-1.078s-0.46-1.084-1.03-1.83-1.13-1.91-1.25-2.587c-0.24-1.454-0.76-1.942-0.76-0.719 0 0.47 0.41 1.723 0.91 2.783 0.56 1.164 0.92 2.422 0.92 3.173 0 1.187-1.87 8.286-2.49 9.442-0.47 0.877 0 2.182 1.21 3.397l1.12 1.126 0.19-1.657c0.1-0.911 0.27-1.806 0.39-1.988zm-53.05 2.678c0-0.167-0.51-0.291-1.14-0.274-1.02 0.027-1.06 0.056-0.38 0.274 1.09 0.348 1.52 0.348 1.52 0zm22.51-1.369c0-0.251-0.05-0.456-0.12-0.456-0.06 0-0.2 0.205-0.29 0.456-0.1 0.251-0.04 0.456 0.12 0.456s0.29-0.205 0.29-0.456zm-8.22-1.463c0-0.366-0.13-0.872-0.29-1.123-0.22-0.333-0.3-0.103-0.3 0.855-0.01 0.797 0.11 1.237 0.3 1.123 0.16-0.104 0.3-0.488 0.29-0.855zm9.13-8.879c-0.2-0.251-0.51-0.457-0.68-0.457s-0.13 0.202 0.08 0.457c0.2 0.251 0.51 0.456 0.68 0.456s0.14-0.202-0.08-0.456zm0.77-0.761c-0.11-0.167-0.25-0.304-0.33-0.304-0.07 0-0.13 0.137-0.13 0.304 0 0.168 0.14 0.304 0.32 0.304s0.24-0.136 0.14-0.304zm-0.92-1.216c-0.1-0.168-0.25-0.305-0.32-0.305s-0.13 0.137-0.13 0.305c0 0.167 0.14 0.304 0.32 0.304s0.24-0.137 0.13-0.304zm15.67-3.346c0-0.335-0.14-0.609-0.31-0.609-0.16 0-0.3-0.151-0.3-0.336s-0.35-0.615-0.79-0.954c-0.49-0.387-0.73-0.823-0.64-1.165 0.08-0.301-0.02-0.612-0.23-0.692-0.27-0.102-0.34-0.754-0.25-2.2333l0.13-2.0891-1.11-0.5312c-1.47-0.6998-4.41-1.0035-5.27-0.5438-0.86 0.4582-0.84 0.6119 0.24 1.7966 0.72 0.7821 0.82 1.0288 0.46 1.1649-0.25 0.095-0.45 0.295-0.45 0.4444 0 0.3975 1.04 0.3315 1.46-0.0934 0.29-0.2839 0.37-0.267 0.37 0.076 0 0.5319 0.88 1.5969 3.57 4.3199 2.05 2.084 3.12 2.577 3.12 1.445zm12.4-5.34c-0.07-0.071-0.56-0.2165-1.09-0.3228-1.3-0.2603-1.28 0.3898 0.02 0.7358 0.86 0.228 1.48-0.008 1.07-0.413zm-3.77-0.146c0.15-0.1379-0.54-0.2501-1.52-0.2495-1.64 0.001-1.74 0.0383-1.19 0.4435 0.61 0.443 2.15 0.333 2.71-0.194zm1.82-1.6493c1.15 0.0572 2.16 0.1802 2.26 0.2734 0.32 0.3199 0.67 0.1687 0.67-0.287 0-0.3336-0.35-0.457-1.29-0.4589-0.71-0.0015-2.01-0.089-2.89-0.1945-1.51-0.1816-1.6-0.1553-1.6 0.4962 0 0.5132 0.1 0.6091 0.38 0.3774 0.21-0.1709 1.32-0.2638 2.47-0.2066zm4.04-1.5214c-0.09-0.2582-0.41-0.4694-0.7-0.4694s-0.8-0.2529-1.15-0.5621c-0.75-0.6739-3.07-1.611-3.33-1.3482-0.38 0.3803-0.18 1.0608 0.26 0.8912 0.45-0.1708 2.23 0.549 3.96 1.6008 1.02 0.6127 1.23 0.5873 0.96-0.1123zm-5.98-0.9078c-0.01-0.1771-0.21-0.0564-0.46 0.2684s-0.44 0.7354-0.44 0.9126c0.01 0.1771 0.21 0.0563 0.46-0.2684 0.24-0.3248 0.44-0.7354 0.44-0.9126zm6.7-0.9038c0-0.6384-0.33-0.8573-2.49-1.683-1.93-0.7387-2.54-0.8626-2.73-0.5589-0.15 0.2486-0.05 0.463 0.28 0.5909 0.29 0.1104 1.31 0.5005 2.26 0.867 0.96 0.3664 1.9 0.8578 2.09 1.092 0.49 0.5886 0.59 0.5386 0.59-0.308zm-67.31 27.014c-0.12-0.122-0.22-0.432-0.22-0.688 0-0.343 0.09-0.377 0.34-0.128 0.18 0.186 0.28 0.496 0.22 0.688-0.07 0.192-0.22 0.25-0.34 0.128zm1.2-0.019c-0.37-0.372-0.21-0.71 0.33-0.686 0.32 0.015 0.38 0.085 0.15 0.178-0.21 0.085-0.31 0.279-0.21 0.433 0.2 0.323 0.02 0.371-0.27 0.075zm6.96-0.642c-0.06-0.057-0.03-0.364 0.05-0.682 0.13-0.489 0.37-0.559 1.56-0.453 0.78 0.069 1.66 0.132 1.97 0.14s0.46 0.155 0.34 0.345c-0.11 0.182-0.46 0.263-0.78 0.181-0.31-0.083-0.57-0.041-0.57 0.094 0 0.236-2.36 0.582-2.57 0.375zm1.41-0.58c-0.22-0.088-0.48-0.077-0.58 0.024s0.07 0.173 0.4 0.16c0.35-0.015 0.42-0.087 0.18-0.184zm-7.36 0.208c0-0.167 0.14-0.304 0.31-0.304 0.16 0 0.3 0.137 0.3 0.304s-0.14 0.304-0.3 0.304c-0.17 0-0.31-0.137-0.31-0.304zm-2.13-0.566c0-0.144 0.34-0.197 0.76-0.117s0.76 0.198 0.76 0.262-0.34 0.117-0.76 0.117-0.76-0.118-0.76-0.262zm4.42-0.034c-0.09-0.143-0.74-0.348-1.45-0.455-2.16-0.328-2.62-0.676-2.37-1.798 0.12-0.532 0.18-1.265 0.12-1.628s0.04-0.744 0.2-0.848c0.46-0.279 0.05-0.756-0.47-0.557-0.25 0.094-0.45 0.004-0.45-0.201 0-0.219 0.25-0.308 0.6-0.217 0.79 0.207 0.85-0.09 0.51-2.554-0.23-1.746-0.34-2.009-0.65-1.59-0.2 0.277-0.52 0.405-0.72 0.286-0.43-0.266-0.46-1.093-0.04-1.093 0.17 0 0.3-0.146 0.3-0.325 0-0.193-0.26-0.241-0.65-0.117-0.52 0.166-0.62 0.107-0.47-0.283 0.11-0.271 0.07-0.492-0.07-0.492-0.15 0-0.34 0.206-0.44 0.457-0.28 0.723-1.19 0.58-0.95-0.15 0.1-0.333 0.08-0.778-0.05-0.988-0.16-0.257-0.31-0.082-0.44 0.529-0.19 0.877-0.2 0.868-0.24-0.248-0.03-1.063-0.09-1.142-0.72-0.936-1.56 0.515-1.88 0.351-2.1-1.097-0.27-1.78-0.31-5.285-0.06-5.932 0.15-0.4046 0.25-0.425 0.45-0.101 0.19 0.303 0.26 0.31 0.26 0.025 0.01-0.209 0.15-0.3801 0.33-0.3801 0.19 0 0.24 0.2594 0.13 0.6081-0.11 0.349-0.05 0.609 0.14 0.609 0.17 0 0.32-0.214 0.32-0.475 0-0.26 0.14-0.389 0.3-0.286 0.17 0.104 0.31-0.084 0.31-0.4158 0-0.7029 0.71-0.9316 1.91-0.6104 0.5 0.1358 0.77 0.1126 0.66-0.0578-0.1-0.1656 0.65-0.2846 1.8-0.2846 1.09 0 2.07 0.1462 2.18 0.3249s0.38 0.2579 0.59 0.1759 0.53-0.0047 0.71 0.1717c0.18 0.1774 0.57 0.2184 0.87 0.0917 0.31-0.1261 1.24-0.2906 2.07-0.3656s1.67-0.2626 1.85-0.417c0.19-0.1543 0.43-0.1916 0.54-0.083 0.32 0.319-0.42 1.0109-1.13 1.0492-0.52 0.0284-0.54 0.0629-0.11 0.1751 0.3 0.0767 0.46 0.2667 0.36 0.4207-0.28 0.465 0.39 0.317 0.91-0.197 0.53-0.5279 2.64-0.7554 3.82-0.4115 0.54 0.1565 0.23 0.2302-1.06 0.2525-1.45 0.025-2.09 0.204-3.08 0.867-1.03 0.683-1.19 0.904-0.86 1.212 0.23 0.207 0.62 0.295 0.88 0.196 0.26-0.1 0.47-0.03 0.47 0.155s-0.23 0.337-0.51 0.337-0.73 0.208-1.02 0.463c-0.63 0.572-1.51 0.282-1.51-0.496 0-0.317-0.2-0.576-0.43-0.576-0.61 0-1.52 0.954-1.14 1.189 0.18 0.108-0.07 0.69-0.58 1.378-0.49 0.656-0.9 0.996-0.91 0.758-0.02-0.262-0.13-0.192-0.29 0.174-0.36 0.837-0.36 1.134 0 0.912 0.26-0.158 0.5 1.756 0.34 2.684-0.03 0.138 0.08 0.174 0.23 0.08 0.33-0.205 0.65 0.742 0.82 2.407 0.09 0.899 0.04 1.058-0.16 0.609-0.15-0.335-0.28-0.917-0.29-1.293-0.03-0.822-0.63-0.931-0.63-0.114 0 0.313 0.22 1.169 0.49 1.901s0.48 1.646 0.46 2.032c-0.02 0.456 0.09 0.626 0.31 0.485 0.22-0.131 0.27-0.081 0.14 0.127-0.29 0.476 0.48 1.835 1.76 3.097 1.11 1.097 1.38 1.802 0.72 1.856-0.21 0.017-0.89 0.078-1.52 0.135-0.62 0.057-1.2-0.014-1.29-0.157zm-2.29-2.442c0-0.167-0.21-0.304-0.47-0.304s-0.39 0.137-0.29 0.304 0.32 0.304 0.48 0.304c0.15 0 0.28-0.137 0.28-0.304zm-2.66-15.818c0.31 0 0.48-0.137 0.38-0.304-0.26-0.426 0.26-0.38 0.7 0.061 0.28 0.284 0.37 0.212 0.37-0.323 0-0.539-0.15-0.668-0.69-0.593-0.51 0.071-0.71-0.075-0.78-0.59-0.13-0.9382-0.67-0.8692-0.59 0.076 0.03 0.419 0.17 0.761 0.3 0.761 0.5 0 0.21 0.545-0.37 0.696-0.34 0.088-0.61 0.337-0.61 0.553 0 0.306 0.08 0.312 0.36 0.028 0.2-0.2 0.62-0.365 0.93-0.365zm2.3-0.988c-0.47-1.3823-0.55-1.4011-0.55-0.127 0 0.771 0.14 1.115 0.44 1.115 0.36 0 0.38-0.174 0.11-0.988zm4.94-0.176c-0.85-0.128-1.63 0.164-1.4 0.527 0.1 0.165 0.56 0.134 1.12-0.074 0.84-0.312 0.87-0.365 0.28-0.453zm-8.53-0.339c0-0.41-0.56-0.6951-0.92-0.471-0.17 0.105-0.23 0.319-0.13 0.475 0.22 0.369 1.05 0.367 1.05-0.004zm3.4-1.442c-0.22-0.0879-0.48-0.0771-0.58 0.024s0.08 0.1729 0.4 0.1597c0.35-0.0146 0.42-0.0866 0.18-0.1837zm11.43 21.286c0.37-0.072 0.99-0.072 1.37 0 0.37 0.073 0.06 0.132-0.69 0.132s-1.06-0.059-0.68-0.132zm-16.84-1.875c0.02-0.412 0.22-0.812 0.44-0.887 0.3-0.099 0.36 0.041 0.21 0.507-0.12 0.382-0.07 0.645 0.12 0.645 0.18 0 0.32 0.128 0.32 0.285s-0.25 0.266-0.56 0.243c-0.39-0.03-0.55-0.269-0.53-0.793zm33.72 0.459c-0.85-0.42-0.89-0.808-0.08-0.65 0.8 0.152 1.22 0.422 1.22 0.778 0 0.345-0.24 0.318-1.14-0.128zm-13.25-0.118c-0.36-0.636-0.5-1.902-0.21-1.902 0.17 0 0.45-0.344 0.61-0.765 0.26-0.675 1.34-1.364 2.14-1.364 0.15 0 0.5 0.336 0.77 0.747 0.56 0.86 0.32 1.619-0.34 1.071-0.33-0.273-0.45-0.123-0.61 0.749-0.29 1.545-0.89 1.816-0.66 0.294 0.17-1.08 0.15-1.135-0.25-0.606-0.25 0.333-0.36 0.884-0.25 1.292 0.14 0.573 0.05 0.712-0.45 0.712-0.34 0-0.68-0.103-0.75-0.228zm4.86-0.888c-0.33-0.332-0.23-1.014 0.15-1.014 0.2 0 0.27 0.091 0.16 0.201s-0.05 0.383 0.13 0.608c0.34 0.408-0.06 0.591-0.44 0.205zm-16.01-1.447c-0.46-1.189-0.37-1.376 0.18-0.376 0.25 0.475 0.39 0.939 0.3 1.031-0.1 0.092-0.31-0.203-0.48-0.655zm19.62 0.448c-0.25-0.405 1-1.511 1.72-1.525 0.8-0.016 2.07 0.65 2.07 1.085 0 0.305-0.18 0.295-0.84-0.047-1.09-0.573-1.28-0.556-2.07 0.191-0.45 0.42-0.75 0.519-0.88 0.296zm-2.4-0.894c0.26-1.077 0.38-1.25 0.86-1.25 0.46 0 0.91 1.047 0.64 1.482-0.09 0.149-0.51 0.336-0.93 0.416-0.68 0.131-0.74 0.069-0.57-0.648zm-23.85-0.083c-0.21-0.206-0.38-0.583-0.38-0.836 0-0.399 0.07-0.395 0.49 0.03 0.27 0.271 0.44 0.648 0.38 0.838-0.08 0.249-0.22 0.24-0.49-0.032zm37.26-0.454c0.2-0.083 0.62-0.088 0.91-0.011 0.3 0.077 0.13 0.145-0.37 0.151-0.5 0.007-0.75-0.056-0.54-0.14zm-42.3-1.524c-0.31-0.303-0.25-1.38 0.06-1.189 0.35 0.216 0.66 1.392 0.37 1.392-0.13 0-0.32-0.091-0.43-0.203zm28.01-1.391c-0.77-0.877-1.36-1.641-1.3-1.698 0.26-0.263 1.38 0.65 1.98 1.615 0.48 0.774 0.88 1.074 1.47 1.09 0.73 0.019 0.75 0.048 0.21 0.283-0.34 0.143-0.69 0.271-0.78 0.283-0.1 0.011-0.81-0.696-1.58-1.573zm-23.76-0.079c0.11-0.289-0.01-0.456-0.32-0.456-0.27 0-0.49-0.103-0.49-0.229s0.72-0.247 1.6-0.269 1.43 0.024 1.22 0.102-0.38 0.321-0.38 0.54c0 0.411-0.65 0.768-1.39 0.768-0.25 0-0.35-0.186-0.24-0.456zm-3.64-0.659c-0.12-0.112-0.2-0.557-0.18-0.989 0.02-0.771 0.03-0.769 0.29 0.112 0.28 0.925 0.24 1.23-0.11 0.877zm35.84-1.014c-0.1-0.167-0.04-0.304 0.13-0.304 0.18 0 0.33 0.137 0.33 0.304s-0.07 0.304-0.14 0.304-0.22-0.137-0.32-0.304zm-33.01-0.743c0-0.534 0.19-0.613 0.45-0.191 0.09 0.156 0.03 0.369-0.14 0.475-0.17 0.104-0.31-0.023-0.31-0.284zm18.81-2.331c-0.48-0.536-0.75-1.115-0.64-1.387 0.35-0.926 1.52-1.825 2.24-1.716 0.9 0.138 1.16 0.397 0.4 0.397-1.03 0-1.99 0.89-1.89 1.755 0.05 0.431 0.25 0.834 0.44 0.896 0.22 0.071 0.28-0.183 0.18-0.709-0.31-1.637 2.11-2.245 3.66-0.917 0.46 0.395 0.84 0.818 0.84 0.939s-0.43-0.135-0.94-0.568c-0.52-0.433-1.14-0.787-1.39-0.787-0.73 0-1.63 0.593-1.63 1.075 0 0.582 0.49 0.575 0.72-0.011 0.26-0.682 1.61-0.555 2.14 0.202 0.56 0.802 0.38 1.167-0.58 1.167-0.4 0-0.79 0.107-0.87 0.238s-0.53 0.262-1.01 0.291c-0.61 0.039-1.09-0.208-1.67-0.865zm4.79 0.669c-0.1-0.152 0.1-0.204 0.44-0.117 0.71 0.186 0.8 0.393 0.17 0.393-0.25 0-0.52-0.125-0.61-0.276zm-17.06-0.333c-0.1-0.167-0.04-0.304 0.14-0.304s0.32 0.137 0.32 0.304-0.06 0.304-0.13 0.304c-0.08 0-0.22-0.137-0.33-0.304zm18.41-0.621c0-0.175-0.34-0.682-0.75-1.127-0.41-0.444-0.68-0.878-0.6-0.964 0.21-0.202 1.96 1.668 1.96 2.087 0 0.177-0.14 0.321-0.31 0.321-0.16 0-0.3-0.143-0.3-0.317zm1.6-1.101c-0.21-0.085-0.39-0.294-0.39-0.465 0-0.18 0.23-0.216 0.54-0.086 0.29 0.124 1.01 0.329 1.59 0.454l1.07 0.228-1.22 0.011c-0.67 0.006-1.39-0.058-1.59-0.142zm-1.22-3.651c-0.21-0.084-0.38-0.295-0.38-0.469 0-0.207 0.14-0.199 0.41 0.023 0.22 0.186 0.49 0.248 0.6 0.138s0.2-0.04 0.2 0.155c0 0.372-0.2 0.409-0.83 0.153zm-3.27-0.851c-2.09-0.332-3.98-1.046-2.83-1.067 0.28-0.005 0.58 0.108 0.67 0.253 0.09 0.144 1.07 0.334 2.17 0.422 1.81 0.146 2.59 0.363 2.24 0.632-0.07 0.055-1.08-0.053-2.25-0.24zm-5.02-1.667c0-0.177 0.14-0.322 0.3-0.322 0.17 0 0.31 0.06 0.31 0.134s-0.14 0.219-0.31 0.322c-0.16 0.104-0.3 0.043-0.3-0.134zm1.91 0.103c0.1-0.101 0.36-0.112 0.58-0.024 0.24 0.097 0.17 0.169-0.18 0.183-0.32 0.014-0.5-0.058-0.4-0.159zm-21.38-1.3374c0.59-0.3812 0.91-0.3812 0.91 0 0 0.1673-0.3 0.3021-0.68 0.2995-0.55-0.0038-0.6-0.0611-0.23-0.2995zm18.17 0.1187c-0.1-0.1028-0.57-0.2236-1.04-0.2686-1.13-0.108-1.92-0.4509-1.92-0.8325 0-0.1699 0.22-0.1262 0.49 0.0971 0.42 0.3451 0.55 0.3184 0.92-0.1776 0.41-0.5705 0.43-0.5685 0.89 0.0875 0.52 0.7388 1.12 0.9151 0.87 0.2537-0.12-0.3084 0.04-0.378 0.63-0.2663 0.43 0.0832 0.75 0.1698 0.7 0.1926s-0.37 0.2798-0.72 0.5711c-0.35 0.2914-0.72 0.4457-0.82 0.343zm-11.09-0.9109c0.1-0.1011 0.36-0.1119 0.58-0.024 0.25 0.0971 0.17 0.1692-0.18 0.1838-0.32 0.0132-0.5-0.0587-0.4-0.1598zm4.95-0.5006c0.29-0.9301 0.39-1.0064 0.81-0.5881 0.28 0.272 0.28 0.3599 0.01 0.3599-0.2 0-0.28 0.2054-0.18 0.4563 0.11 0.2936-0.01 0.4563-0.34 0.4563-0.38 0-0.46-0.1634-0.3-0.6844zm-6.78 0.1964c0.11-0.101 0.37-0.1119 0.59-0.024 0.24 0.0971 0.17 0.1692-0.19 0.1838-0.32 0.0132-0.5-0.0587-0.4-0.1598zm3.96-1.0254c-0.05-0.7347 0.11-0.771 0.72-0.1596 0.25 0.2509 0.39 0.4563 0.31 0.4563s-0.34 0.0718-0.57 0.1595c-0.26 0.1-0.43-0.0704-0.46-0.4562zm-9.59-1.2487c0.1-0.4113 0.24-0.5492 0.32-0.3213 0.07 0.2194-0.01 0.5436-0.19 0.7203-0.23 0.2258-0.27 0.107-0.13-0.399zm1.98-0.2695c-0.29-0.4548-0.71-0.6186-1.6-0.6186-1.19 0-1.22-0.0203-1.22-1.0972 0-0.8755 0.1-1.0599 0.49-0.9126 0.26 0.1016 0.64 0.189 0.83 0.1943 0.2 0.0054 0.12 0.1898-0.17 0.4099-0.49 0.3701-0.47 0.4264 0.24 0.7489 0.62 0.2841 0.8 0.2645 0.94-0.1056 0.18-0.4727 0.93-0.5875 1.76-0.2698 0.86 0.33 0.52 0.8127-0.44 0.6214-0.85-0.17-1.32 0.2222-0.57 0.4729 0.19 0.0622 0.29 0.352 0.23 0.644-0.1 0.4777-0.15 0.4689-0.49-0.0876zm2.13-1.1066c0.11-0.1011 0.37-0.1119 0.59-0.024 0.24 0.0971 0.17 0.1692-0.19 0.1838-0.32 0.0132-0.5-0.0587-0.4-0.1598zm3.01-1.033c0-0.4182 0.07-0.5893 0.15-0.3802 0.09 0.2091 0.09 0.5513 0 0.7605-0.08 0.2091-0.15 0.038-0.15-0.3803z" transform="translate(10 1049.1)"/>
+ <rect id="d0e135" display="none" height="1e3px" width="288" y="1192.4" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e135"/>
</flowRegion>
<flowDiv xml:space="preserve">注意路徑中有龐大的節點數量。按 <flowSpan font-weight="bold">Ctrl+L</flowSpan> 之後,這是典型的效果:</flowDiv>
</flowRoot>
- <text id="tracing-f06-zh_TW.svgtext2885" style="writing-mode:lr-tb;text-anchor:middle;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 1218.985338) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="6.0000000" font-variant="normal" y="128.33766" x="81.327339" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f06-zh_TW.svgtspan2886" y="128.33766" x="81.327339" role="line">原始圖像</tspan></text>
- <text id="tracing-f06-zh_TW.svgtext2888" style="writing-mode:lr-tb;text-anchor:middle;" font-weight="bold" display="block" sodipodi:linespacing="100.00000%" transform="translate(10, 1218.985338) " font-style="normal" font-stretch="normal" xml:space="preserve" line-height="100.00000%" font-size="6.0000000" font-variant="normal" y="124.67367" x="227.35374" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f06-zh_TW.svgtspan2889" y="124.67367" x="227.35374" role="line">描繪圖像 / 輸出路徑 - 已簡化</tspan><tspan id="tracing-f06-zh_TW.svgtspan2891" y="130.67367" x="227.35374" role="line">(384 個節點)</tspan></text>
- <image id="tracing-f06-zh_TW.svgimage1855" sodipodi:absref="/oldguitar.jpg" xlink:href="oldguitar.jpg" transform="translate(10, 1218.985338) " height="115.89" width="83.347" y="0.058779" x="39.654"/>
- <path id="tracing-f06-zh_TW.svgpath1856" d="M185.36,89.642v-26.312c2.75,0.214-1.46-0.484-0.01-2.745,0.01-9.174,0.03-18.348,0.04-27.522,3.14-0.382,3.52-0.813,5.15-0.14-0.1-0.543,6.61,1.062,4.27-1.007,2.32,0.05,5.04-0.393,1.89,1.17,3.75-0.672,7.61-2.582,11.13-0.349,5.33,0.097,3.03,0.037,1.6-1.05,3.17-0.429-6.19-0.139-1.76-0.086,2.08-2.801,9.63,3.884,6.92-3.22,1.56-0.493,1.39,6.127,2.89,0.699,2.56-3.733,2.4,3.493,6.37,1.604,1.07-3.701-4.17-6.684-7.12-8.166,2.81,1.684,5.26,0.793,2.17-2.023-0.34-3.194,5.23,3.836,8,3.024,4.33,1.742-7.33,2.644-0.51,2.855,1.09,1.705,4.84,6.01,3.95,0.683-0.04-1.819-0.23-10.127-1.49-4.793-3.46-0.879-5.06-4.836-7.71-4.155-0.62-1.477,1.16-1.504,1.74-2.567-0.82,2.324,6.49,3.348,5.91,0.852-1.43-2.129-5.79,1.75-4.95-1.772,4.54,0.377,2.67-2.664,0.35-2.344-1.5,1.835-9.89,3.443-8.62,2.425,1.63-1.707,7.28-1.237,9.99-4.7142,4.79-2.7554,9.75-5.3947,15.44-3.8839,1.82-1.8037-1.44-7.1732,2.88-5.9164,5.09,0.1172,10.31-0.5425,15.28,0.3304,3.71-0.4323,11.96-2.1157,9.38,4.9761,0.07,36.819,0.1,73.64-0.14,110.46h-83.04v-26.308zm6.98,25.118zm2.36-1.64zm1.18-0.13zm-2.31-0.51zm-1.8,0.2c1.25-4.6,5.42-9.67,10.05-9.89,1.46-2.07-0.48-5.022-0.08-7.207-4.92-4.349-3.53,8.547-7.62,10.687-2.95,0.78-3.96,5.99-2.35,6.41zm55.06-3.05zm-1.72-0.17zm-1.33-2zm2.27-1.53zm-2.59-1.19zm2.43-0.36zm-7.49-2.42zm6.03-0.21zm-8.58-0.59c-3.11-1.194-2.11-3.874-3.74-4.116,2.63,0.914,2.1,2.124,4.87,1.989,3.48,2.777,6.6,0.793,10.04,1.597-2.31-2.311-8.5,0.46-11.59-3.244-7.35-3.872-13.34-10.542-21.9-11.762-3.12-1.3-9.61-4.182-9.7-6.483,3.78-4.319-6.22-0.693-7.05,1.356-4.07,3.426,2.15,9.561,3.33,8.707,1.3-2.198,1.89,0.297,0.24,0.76,0.88-0.786,6.31,2.681,2.61-1.175-2.48-1.531-3.67-1.488-2.15-2.992,2.87-0.736,4.68,6.909,4.42,2.247,1.83,1.796,5.58,4.532,5.56,0.741,0.52,0.625,4.94,3.58,8.1,4.86,1.02-2.932,3.16,2.699-0.02,0.955,3.2,2.982,9.7,2.899,13.91,5.44,1.06-0.077,2.23,1.74,3.07,1.12zm-5.78-3.458zm-1.21-0.608c-2.07,0.726-4.67-3.14-3.17-1.996-1.02,0.642,5.87,2.494,3.17,1.996zm-4.95-1.242c-2.89-0.68-0.27-2.401,0.59,0.288l-0.59-0.288zm-2.35-1.326zm2.35-0.067zm-21.82-4.495zm2.54-3.073zm1.46,11.779c2.71-0.829,6.9-1.752,1.5-2.043-2.64-1.777-6.75,0.069-3.54,2.587l0.88-0.136,1.16-0.408zm12.42-3.575zm-4.25-1.043zm1.44-0.38zm-7.53-2.966zm23.58-8.213zm-3.35-0.608zm13.27-0.814zm-14.5,0.24zm3.51-0.661zm-5.63-0.286zm17.5-0.735c0.47-1.524,2.41-3.786,0.99-3.743,3.69-0.781,0.85,1.257,0.42,3.543,2.48-0.456,3.82-10.563,2.56-8.535-0.93,7.587-0.43-5.934-2.76-5.131,0.73,1.541-6.22,1.882-4.48-0.009-0.1-2.711-2.98-7.476-6.23-9.95,3.28,0.879,6.37,6.586,7.96,9.959,1.43-3.843-6.33-9.943-6-10.534,2.4,1.448,8.09,7.021,3.53,1.408-0.99-1.744-6.27-3.938-1.3-2.14,1.78,1.666,7.31,7.629,3.18,2.181-0.76-3.718-10.23-3.685-4.75-6.829,0.79-3.15,4.5-10.265,3.82-11.216-3.19,1.477,3.02-3.677-0.71-2.201-2.69-0.577-3.57,0.48-0.41,0.223,1.29,2.785-3.91,3.588-3.26,0.011-7.35-0.081-7.05,8.541-6.94,13.745-3.06,5.006-12.88,2.877-15.63,7.765-0.74,5.201,2.88,11.909,7.87,5.813,3.28-2.178,5.77-6.327,8.65-7.843,2.82,0.052,1.67,2.693,5.8,3.752,2.35,1.154,5.09,6.088,1.84,4.569,1.25,3.463,3.76,5.648,3.5,9.54,1.92-0.653,1.44,4.986-0.14,0.882-0.15,0.962,1.93,5.404,2.49,4.74zm-0.4-2.199zm0.09-2.407zm3.52,0.211zm-4.74-6.134zm3.07-1.638zm-11.43-8.999zm-1.24-3.489zm3.52-6.398zm-1.31-0.042zm3.14-4.502zm0-2.13zm0.6-0.778zm-0.56-0.608zm-4.8-2.244zm2.33-0.722zm-10.55,41.427c2.09-1.901,0.15-2.928,0.22-2.567,0.64-6.943-1.89,5.81-1.95-0.172,1.21-4.798-2.06-2.684-1.73-0.78-2.96-2.157,3.58,5.713,3.46,3.519zm-0.34-2.263zm-2.3-0.507zm14.09,0.507zm-16.12-2.7c-0.85-2.691-0.73-2.76,0.47-1.711,2.69-2.567-2.17-0.216,0.26-3.117,3.54-0.062,1.92,5.57,2.86,0.256,0.92-2.793,2.11-8.138-2.22-4.227-3.65,0.708-3.43,7.869-1.37,8.799zm-0.86-4.525zm17.1,4.041c2.74-4.011-1.05-4.045-1.59-2.691-0.67-2.235,7.12-3.356,0.7-3.966-2.01,2.365-0.83,4.029,0.12,6.678-0.92,0.797,0.76,1.116,0.77-0.021zm-1.13-5.232zm-3.97,4.848zm8.03,0.526zm-14-0.989zm12.64-0.148c1.19-2.489-0.87-6.203-0.25-2.128-0.76,0.289-0.82,3.848,0.25,2.128zm1.66-0.725zm-5.32-3.935c-0.96-1.302,0.43-5.475-1.57-1.869-0.52-0.44-2.06,1.709-1.05-1.931,0.69-1.855-3.43-5.943-1.56-1.744,1.45,2.221,0.13,7.732,2.36,5.677-1.19,3.591,2.13-1.639,0.66,2.126,0.81-0.296,0.87-1.579,1.16-2.259zm-7.88,1.202zm2.71-0.272zm18.23-1.574c-1.48-3.111,0.31-6.392-1.22-7.493-2.92-4.395-3.05,7.292-1.16,3.818-3.38-3.834,2.33-4.719,0.47-2.533-1.29-0.263-0.38,2.221,0.37,1.184-0.56,1.063,1.2,7.036,1.54,5.024zm-21.6,0.389zm2.3-0.673c-1.49-0.005,0.77-2.184-1.52-0.271-0.09,0.798,1.25,0.778,1.52,0.271zm1.99,0.054zm-25.3-1.694zm3.67,0.118c1.97-1.146-1.26-0.601,1-1.995-2.4-0.193-5.7,2.944-1,1.995zm4.3-0.69c-0.36-4.705-1.62-2.487-0.67,0.618,0.37,0.338,0.64-0.415,0.67-0.618zm13.82,0.42zm1.66-0.283zm-16.87-0.941zm-9.75-0.678zm25.43,0.153zm6.53,0.058zm-5.02-0.134zm9.38-0.143zm-30.98-0.846c3.73-2.006-1.83-2.412-1.18-1.445,0.23-0.087,0.05,4.156,1.18,1.445zm-13.54,0.313c2.25-1.034,4.71-2.709,0.05-1.695-3.06,0.012-4.51,2.543-0.05,1.695zm0.03-0.972zm10.55,0.43zm-6.32,0.305zm3.64-0.598zm9.75,0.453zm22.36-0.159c1.92,0.16-2.12-0.711-0.33,0.111l0.33-0.111zm2.5,0.397zm12.45-2.298c3.09-4.364,4.75-7.99,5.1-11.035,1.17-4.263-2.99-10.455-6.81-9.774,3.3,0.379,2.31,2.315,4.51,3.56,1.02,2.691-0.36,3.899,0.74,4.96,1.38,2.316,1.07,0.837-0.89,1.794-0.29,1.194-1.26-2.244-1.94,1.289-3.41-0.177,0.5-1.44,0.82-3.37,2.04,3.276,0.09-6.077-1.56-4.654,1.22-1.671-1.84-0.558-1.27-2.408-1.78,4.003,0.22-2.847-1.52,1.172-1.75,3.046-3.33,8.045-0.12,5.31,2.17-4.923,1.31-0.357,0,2.297-1.37-1.04-0.95-1.401-2.86,0.168-0.89,1.737-2.11,5.343,0.12,2.097-0.31,2.071,1.47,1.882,1.68,1.724,0.19-2.098,4.08-0.797,2.25,1.286-2.97-2.22-0.05,4.435-3.38,0.764-1.59-1.025,0.06,2.243,2.14,2.332,3.26-0.032,0.46,7.457,2.99,2.488zm-1.81-3.27zm-1.43-0.305zm2.48-1.096zm2.69-0.577c1.8-1.717-1.96,0.146-0.61-2.129,0.45-4.219,0.95,0.951,0.81,0.238,0.3-2.891,2.38,1.392,0.76,0.687,0.65,0.297-0.75,2.651-0.96,1.204zm-2.13-1.368zm-0.31-1.199zm-5.17-1.977zm5.06-1.844zm4.99-1.798zm-5.03,0.43zm-2.58-2.89zm2.43,0.152zm-58.96,17.131zm15.96-1.215zm-17.08,0.814zm13.07-0.859zm1.69,0.555zm-4.04-0.211zm11.39,0.003zm22.08-0.882zm-22.56-0.957zm-0.49-0.082zm22.82-0.295zm13.26-0.535zm-0.87-0.597zm-2.15-2.358zm-26.21-0.474zm26.77-0.631zm-25.72-0.269zm2.78-1.626zm-2.46-1.834zm2.19-1.475zm-0.67,0.664zm-2.32-0.741zm2.93-2.32zm-17.65-0.893zm16.57-1.416zm10.4-1.094zm-11.45-0.246zm1.15-0.347zm-24.58-0.396zm34.58-1.45zm20.86,0.792zm-31.25-0.715zm-30.07-4.336zm18.36-0.258zm53.04-5.988c1.5-5.207,1.19-14.231-2.24-16.276,2.87,4.949,1.25,10.413-0.66,15.397,0.23,3.498,3.01,6.894,2.9,0.879zm-53.04,2.678zm22.51-1.369zm-8.22-1.463zm9.13-8.879zm0.76-0.761zm-0.91-1.217zm15.66-3.346c-1.89-2.162-3.08-4.936-2.39-8.0387-2.37-1.9045-9.4-2.0434-5.68,1.8477,1.33-0.6548,5.12,7.193,8.07,6.191zm12.41-5.339zm-3.78-0.146zm1.82-1.6493c7.47,1.0245-3.66-2.2752-2.46,0.2065,0.79-0.2777,1.64-0.224,2.46-0.2065zm4.05-1.5215c-2.38-2.4059-8.62-2.5656-2.25-0.6056,0.39-0.0295,2.86,2.1469,2.25,0.6056zm-5.99-0.9077zm6.7-0.9039c-1.05-2.6216-8.7-2.745-2.67-0.784,0.73-0.2943,3.07,2.6033,2.67,0.784zm-67.31,27.014zm1.2-0.019zm6.96-0.642c0.52-2.798,6.75-0.164,1.37-0.022l-1.37,0.022zm1.41-0.58zm-7.35,0.208zm-2.13-0.566zm4.41-0.034c-4.06,0.368-3.98-2.948-3.61-5.322-0.85,0.793,2.04-5.422-1.31-4.523,1.11-3.037-2.37,0.117-2.36-2.769-0.59,2.782-0.07-2.511-2.72-0.406-1.67-1.905-0.59-10.205,0.7-6.456,1.16-2.5712,5.04-2.3132,7.74-1.6191,2.21,0.7971,8.55-1.6254,5.13,0.6121,0.22,0.938,8.73-1.0241,3.08,0.118-2.39,0.173-3.86,2.191-1.78,2.615-2.54,1.935-4.26-2.363-5.05,2.057-3.02,1.626,0.38,4.854,0.22,7.825-2-5.451-0.16,3.9,1.2,5.085,2.83,2.483,2.28,3.402-1.24,2.783zm-2.28-2.442zm-2.66-15.818c2.58,0.263,0.01-2.7269-0.62-1.673,1.62,1.225-2.51,2.832,0.62,1.673zm2.29-0.988zm4.94-0.176zm-8.53-0.339zm3.4-1.4421zm11.43,21.286zm-16.84-1.875zm33.72,0.459zm-13.25-0.118c-2.46-4.069,6-4.041,2.61-2.268-0.86,4.798-1.15-2.368-1.39,2.355l-0.46,0.141-0.76-0.228zm4.86-0.888zm-16.01-1.447zm19.62,0.448c0.96-3.378,6.35,0.725,1.39-0.722-0.45,0.148-0.81,1.123-1.39,0.722zm-2.39-0.894zm-23.86-0.083zm37.26-0.454zm-42.3-1.524zm28.01-1.391c-4.11-4.092,4.65,1.826,1.58,1.572-0.6-0.441-1.07-1.029-1.58-1.572zm-23.76-0.079c-2.02-2.201,4.74-0.051-0.01,0.329l0.01-0.329zm-3.64-0.659zm35.84-1.014zm-33-0.743zm18.8-2.331c-2.55-3.038,5.47-3.996,0.22-1.59-0.1,3.906,1.42-3.759,4.17-0.092,2.93,0.373-5.29-0.049-2.4,0.649,5.71-1.122,0.15,4.002-1.99,1.033zm4.79,0.669zm-17.05-0.333zm18.4-0.622c-3.22-3.203,0.91-1.51,0.31,0.318l-0.22-0.093-0.09-0.225zm1.6-1.1c-0.61-1.418,5.35,0.922,0.62,0.105l-0.62-0.105zm-1.22-3.651zm-3.27-0.851c-6.2-1.265,0.19-0.852,2.26,0.24-0.76,0.014-1.51-0.137-2.26-0.24zm-5.02-1.667zm1.91,0.103zm-21.37-1.3375zm18.16,0.1188c-4.61-0.2578-1.89-2.3707,0.26-0.4972-0.29-1.5971,3.16-0.1293-0.26,0.4972zm-11.09-0.9111zm4.96-0.5004c1.4-2.6223,0.52,2.3152,0-0.0001v0.0001zm-6.78,0.1962zm3.95-1.0253zm-9.59-1.2487zm1.98-0.2695c-2.04,0.7421-4.42-3.3555-1.4-2.3097-1.65,1.8686,6.08,0.1224,1.32,1.5497,0.79-0.0983,0.72,2.0665,0.08,0.76zm2.14-1.1066zm3.01-1.033z" transform="translate(10, 1218.985338) "/>
- <rect id="d0e151" display="none" height="1000px" width="288" y="1362.5" x="10"/>
- <flowRoot style="writing-mode:lr-tb;text-anchor:start;text-align:start;" font-weight="normal" font-size="8" font-style="normal" font-stretch="normal" font-variant="normal" font-family="Serif" line-height="133.00000%" fill="#000000">
+ <text id="tracing-f06-zh_TW.svgtext2885" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1218.1)" xml:space="preserve" line-height="100.00000%" font-size="6" y="128.33766" x="81.327339" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f06-zh_TW.svgtspan2886" y="128.33766" x="81.327339" role="line">原始圖像</tspan></text>
+ <text id="tracing-f06-zh_TW.svgtext2888" style="text-anchor:middle" font-weight="bold" sodipodi:linespacing="100.00000%" display="block" transform="translate(10 1218.1)" xml:space="preserve" line-height="100.00000%" font-size="6" y="124.67367" x="227.35374" font-family="Sans" sodipodi:insensitive="true" fill="#000000"><tspan id="tracing-f06-zh_TW.svgtspan2889" y="124.67367" x="227.35374" role="line">描繪圖像 / 輸出路徑 - 已簡化</tspan><tspan id="tracing-f06-zh_TW.svgtspan2891" y="130.67367" x="227.35374" role="line">(384 個節點)</tspan></text>
+ <image id="tracing-f06-zh_TW.svgimage1855" sodipodi:absref="/oldguitar.jpg" xlink:href="oldguitar.jpg" transform="translate(10 1218.1)" height="115.89" width="83.347" y=".058779" x="39.654"/>
+ <path id="tracing-f06-zh_TW.svgpath1856" d="m185.36 89.642v-26.312c2.75 0.214-1.46-0.484-0.01-2.745 0.01-9.174 0.03-18.348 0.04-27.522 3.14-0.382 3.52-0.813 5.15-0.14-0.1-0.543 6.61 1.062 4.27-1.007 2.32 0.05 5.04-0.393 1.89 1.17 3.75-0.672 7.61-2.582 11.13-0.349 5.33 0.097 3.03 0.037 1.6-1.05 3.17-0.429-6.19-0.139-1.76-0.086 2.08-2.801 9.63 3.884 6.92-3.22 1.56-0.493 1.39 6.127 2.89 0.699 2.56-3.733 2.4 3.493 6.37 1.604 1.07-3.701-4.17-6.684-7.12-8.166 2.81 1.684 5.26 0.793 2.17-2.023-0.34-3.194 5.23 3.836 8 3.024 4.33 1.742-7.33 2.644-0.51 2.855 1.09 1.705 4.84 6.01 3.95 0.683-0.04-1.819-0.23-10.127-1.49-4.793-3.46-0.879-5.06-4.836-7.71-4.155-0.62-1.477 1.16-1.504 1.74-2.567-0.82 2.324 6.49 3.348 5.91 0.852-1.43-2.129-5.79 1.75-4.95-1.772 4.54 0.377 2.67-2.664 0.35-2.344-1.5 1.835-9.89 3.443-8.62 2.425 1.63-1.707 7.28-1.237 9.99-4.7142 4.79-2.7554 9.75-5.3947 15.44-3.8839 1.82-1.8037-1.44-7.1732 2.88-5.9164 5.09 0.1172 10.31-0.5425 15.28 0.3304 3.71-0.4323 11.96-2.1157 9.38 4.9761 0.07 36.819 0.1 73.64-0.14 110.46-27.68-0.01-55.36-0.01-83.04-0.01v-26.308zm6.98 25.118c0.82-2.96-2.27 2.08 0 0zm2.36-1.64c-0.1-2.46-1.09 2.95 0 0zm1.18-0.13c-0.59 0.22 0.42 1.43 0 0zm-2.31-0.51c1.58-4.77-2.71 2.96 0 0zm-1.8 0.2c1.25-4.6 5.42-9.67 10.05-9.89 1.46-2.07-0.48-5.022-0.08-7.207-4.92-4.349-3.53 8.547-7.62 10.687-2.95 0.78-3.96 5.99-2.35 6.41zm55.06-3.05c-2.48-4.85 0.76 4.44 0 0zm-1.72-0.17c-1.39-1.41 0.42 1.88 0 0zm-1.33-2c-2.35-1.71 0.91 2.63 0 0zm2.27-1.53c-1.46-2.69-1.86 5.24 0 0zm-2.59-1.19c-1.89-3.23-0.52 1.45 0 0zm2.43-0.36c-0.62-0.67-0.69 1.01 0 0zm-7.49-2.42c-2.83-2.008-1.69 0.97 0 0zm6.03-0.21c-1.76-0.19 0.57 0.54 0 0zm-8.58-0.59c-3.11-1.194-2.11-3.874-3.74-4.116 2.63 0.914 2.1 2.124 4.87 1.989 3.48 2.777 6.6 0.793 10.04 1.597-2.31-2.311-8.5 0.46-11.59-3.244-7.35-3.872-13.34-10.542-21.9-11.762-3.12-1.3-9.61-4.182-9.7-6.483 3.78-4.319-6.22-0.693-7.05 1.356-4.07 3.426 2.15 9.561 3.33 8.707 1.3-2.198 1.89 0.297 0.24 0.76 0.88-0.786 6.31 2.681 2.61-1.175-2.48-1.531-3.67-1.488-2.15-2.992 2.87-0.736 4.68 6.909 4.42 2.247 1.83 1.796 5.58 4.532 5.56 0.741 0.52 0.625 4.94 3.58 8.1 4.86 1.02-2.932 3.16 2.699-0.02 0.955 3.2 2.982 9.7 2.899 13.91 5.44 1.06-0.077 2.23 1.74 3.07 1.12zm-5.78-3.458c0.76-1.184 0.76 1.185 0 0zm-1.21-0.608c-2.07 0.726-4.67-3.14-3.17-1.996-1.02 0.642 5.87 2.494 3.17 1.996zm-4.95-1.242c-2.89-0.68-0.27-2.401 0.59 0.288l-0.59-0.288zm-2.35-1.326c0.39-1.445 0.64 1.131 0 0zm2.35-0.067c2.17-0.346-0.21 0.54 0 0zm-21.82-4.495c0.77-1.191 0.84 0.639 0 0zm2.54-3.073c-0.18-1.645 1.9 1.716 0 0zm1.46 11.779c2.71-0.829 6.9-1.752 1.5-2.043-2.64-1.777-6.75 0.069-3.54 2.587l0.88-0.136 1.16-0.408zm12.42-3.575c-1.67-2.741-4.27-0.34 0 0zm-4.25-1.043c-0.76-1.184-0.76 1.184 0 0zm1.44-0.38c-1.08-1.196-0.86 1.472 0 0zm-7.53-2.966c-1.14-1.246-1.14 1.247 0 0zm23.58-8.213c-0.94-0.978-0.1 1.048 0 0zm-3.35-0.608c-1.4-1.082-0.02 1.039 0 0zm13.27-0.814c-1.11-1.392 0.83 2.245 0 0zm-14.5 0.24c-2.97-1.669-0.75 0.574 0 0zm3.51-0.661c-1.2 0.175-0.19-0.133 0 0zm-5.63-0.286c-1.61-1.111 0.35 1.048 0 0zm17.5-0.735c0.47-1.524 2.41-3.786 0.99-3.743 3.69-0.781 0.85 1.257 0.42 3.543 2.48-0.456 3.82-10.563 2.56-8.535-0.93 7.587-0.43-5.934-2.76-5.131 0.73 1.541-6.22 1.882-4.48-0.009-0.1-2.711-2.98-7.476-6.23-9.95 3.28 0.879 6.37 6.586 7.96 9.959 1.43-3.843-6.33-9.943-6-10.534 2.4 1.448 8.09 7.021 3.53 1.408-0.99-1.744-6.27-3.938-1.3-2.14 1.78 1.666 7.31 7.629 3.18 2.181-0.76-3.718-10.23-3.685-4.75-6.829 0.79-3.15 4.5-10.265 3.82-11.216-3.19 1.477 3.02-3.677-0.71-2.201-2.69-0.577-3.57 0.48-0.41 0.223 1.29 2.785-3.91 3.588-3.26 0.011-7.35-0.081-7.05 8.541-6.94 13.745-3.06 5.006-12.88 2.877-15.63 7.765-0.74 5.201 2.88 11.909 7.87 5.813 3.28-2.178 5.77-6.327 8.65-7.843 2.82 0.052 1.67 2.693 5.8 3.752 2.35 1.154 5.09 6.088 1.84 4.569 1.25 3.463 3.76 5.648 3.5 9.54 1.92-0.653 1.44 4.986-0.14 0.882-0.15 0.962 1.93 5.404 2.49 4.74zm-0.4-2.199c-0.66-1.585 2.33 0.146 0 0zm0.09-2.407c1.14 0.349 0.28-0.003 0 0zm3.52 0.211c-0.2-1.884 0.92 0.724 0 0zm-4.74-6.134c0.9-1.017 1.41 0.578 0 0zm3.07-1.638c0.13-1.322 0.28 1.138 0 0zm-11.43-8.999c-0.06-1.227 1.25 1.145 0 0zm-1.24-3.489c-1.24-1.454 2.22 1.459 0 0zm3.52-6.398c0.54-1.458 0.54 1.459 0 0zm-1.31-0.042c-0.2-1.668 1.51 0.757 0 0zm3.14-4.502c0.76-1.192 0.83 0.639 0 0zm0-2.13c0.9-1.838 0.61 1.385 0 0zm0.6-0.778c0.76-1.184 0.76 1.184 0 0zm-0.56-0.608c0.21-1.771 0.21 1.771 0 0zm-4.8-2.244c1.85-2.685 1.9 0.799 0 0zm2.33-0.722c1.26-2.756 0.04 2.034 0 0zm-10.55 41.427c2.09-1.901 0.15-2.928 0.22-2.567 0.64-6.943-1.89 5.81-1.95-0.172 1.21-4.798-2.06-2.684-1.73-0.78-2.96-2.157 3.58 5.713 3.46 3.519zm-0.34-2.263c0.17-2.077 0.17 2.076 0 0zm-2.3-0.507c-1.38-1.545 1.59 0.267 0 0zm14.09 0.507c-0.75-1.184-0.75 1.184 0 0zm-16.12-2.7c-0.85-2.691-0.73-2.76 0.47-1.711 2.69-2.567-2.17-0.216 0.26-3.117 3.54-0.062 1.92 5.57 2.86 0.256 0.92-2.793 2.11-8.138-2.22-4.227-3.65 0.708-3.43 7.869-1.37 8.799zm-0.86-4.525c-0.74-3.312 1.57 1.878 0 0zm17.1 4.041c2.74-4.011-1.05-4.045-1.59-2.691-0.67-2.235 7.12-3.356 0.7-3.966-2.01 2.365-0.83 4.029 0.12 6.678-0.92 0.797 0.76 1.116 0.77-0.021zm-1.13-5.232c-0.63-2.287 1.51 1.233 0 0zm-3.97 4.848c-0.59 0.219 0.42 1.426 0 0zm8.03 0.526c-0.76-1.184-0.76 1.184 0 0zm-14-0.989c-0.45-1.954-0.29 2.679 0 0zm12.64-0.148c1.19-2.489-0.87-6.203-0.25-2.128-0.76 0.289-0.82 3.848 0.25 2.128zm1.66-0.725c-0.86-1.772-1.06 3.159 0 0zm-5.32-3.935c-0.96-1.302 0.43-5.475-1.57-1.869-0.52-0.44-2.06 1.709-1.05-1.931 0.69-1.855-3.43-5.943-1.56-1.744 1.45 2.221 0.13 7.732 2.36 5.677-1.19 3.591 2.13-1.639 0.66 2.126 0.81-0.296 0.87-1.579 1.16-2.259zm-7.88 1.202c-3.64-1.948 1.48 2.216 0 0zm2.71-0.272c-1.61-1.111 0.34 1.048 0 0zm18.23-1.574c-1.48-3.111 0.31-6.392-1.22-7.493-2.92-4.395-3.05 7.292-1.16 3.818-3.38-3.834 2.33-4.719 0.47-2.533-1.29-0.263-0.38 2.221 0.37 1.184-0.56 1.063 1.2 7.036 1.54 5.024zm-21.6 0.389c-0.64-1.695-1.23 1.137 0 0zm2.3-0.673c-1.49-0.005 0.77-2.184-1.52-0.271-0.09 0.798 1.25 0.778 1.52 0.271zm1.99 0.054c1.72-3.875-1.75-0.072 0 0zm-25.3-1.694c-1.6-1.594 0.2 1.558 0 0zm3.67 0.118c1.97-1.146-1.26-0.601 1-1.995-2.4-0.193-5.7 2.944-1 1.995zm4.3-0.69c-0.36-4.705-1.62-2.487-0.67 0.618 0.37 0.338 0.64-0.415 0.67-0.618zm13.82 0.42c-2.59-1.399 0.01 1.384 0 0zm1.66-0.283c-0.07-1.416-1.13 1.018 0 0zm-16.87-0.941c-1.32-1.524-1.18 2.256 0 0zm-9.75-0.678c-1.11-0.592-0.31 2.733 0 0zm25.43 0.153c-1.17-3.726-0.54 3.648 0 0zm6.53 0.058c-1.14 0.349-0.28-0.003 0 0zm-5.02-0.134c1.98-2.281-0.92 0.136 0 0zm9.38-0.143c-0.28-1.809-1.41 1.127 0 0zm-30.98-0.846c3.73-2.006-1.83-2.412-1.18-1.445 0.23-0.087 0.05 4.156 1.18 1.445zm-13.54 0.313c2.25-1.034 4.71-2.709 0.05-1.695-3.06 0.012-4.51 2.543-0.05 1.695zm0.03-0.972c0.13-1.322 0.28 1.138 0 0zm10.55 0.43c-1.35-1.53 0.64 2.202 0 0zm-6.32 0.305c-0.73-1.215-0.48 1.131 0 0zm3.64-0.598c-0.66-1.516-1.81 2.374 0 0zm9.75 0.453c-3.25-1.087-2.48 1.328 0 0zm22.36-0.159c1.92 0.16-2.12-0.711-0.33 0.111l0.33-0.111zm2.5 0.397c-2.6-0.262 0.43 0.499 0 0zm12.45-2.298c3.09-4.364 4.75-7.99 5.1-11.035 1.17-4.263-2.99-10.455-6.81-9.774 3.3 0.379 2.31 2.315 4.51 3.56 1.02 2.691-0.36 3.899 0.74 4.96 1.38 2.316 1.07 0.837-0.89 1.794-0.29 1.194-1.26-2.244-1.94 1.289-3.41-0.177 0.5-1.44 0.82-3.37 2.04 3.276 0.09-6.077-1.56-4.654 1.22-1.671-1.84-0.558-1.27-2.408-1.78 4.003 0.22-2.847-1.52 1.172-1.75 3.046-3.33 8.045-0.12 5.31 2.17-4.923 1.31-0.357 0 2.297-1.37-1.04-0.95-1.401-2.86 0.168-0.89 1.737-2.11 5.343 0.12 2.097-0.31 2.071 1.47 1.882 1.68 1.724 0.19-2.098 4.08-0.797 2.25 1.286-2.97-2.22-0.05 4.435-3.38 0.764-1.59-1.025 0.06 2.243 2.14 2.332 3.26-0.032 0.46 7.457 2.99 2.488zm-1.81-3.27c0.43-2.005 1.03 1.923 0 0zm-1.43-0.305c0.75-1.184 0.75 1.185 0 0zm2.48-1.096c1.88-2.568 2.71 2.19 0 0zm2.69-0.577c1.8-1.717-1.96 0.146-0.61-2.129 0.45-4.219 0.95 0.951 0.81 0.238 0.3-2.891 2.38 1.392 0.76 0.687 0.65 0.297-0.75 2.651-0.96 1.204zm-2.13-1.368c1.09-2.079 0.68 1.965 0 0zm-0.31-1.199c0.66-1.103 0.85 0.673 0 0zm-5.17-1.977c0.77-1.192 0.84 0.639 0 0zm5.06-1.844c0.11-1.67 0.91 1.577 0 0zm4.99-1.798c-3.22-3.183 1.97-2.412 0 0zm-5.03 0.43c1.4-0.162 0.24-0.149 0 0zm-2.58-2.89c1.64-1.393-0.4 1.613 0 0zm2.43 0.152c1.41-1.305 0.59 1.212 0 0zm-58.96 17.131c-1.75-0.192 0.58 0.536 0 0zm15.96-1.215c-3.42-0.764 0.99 2.656 0 0zm-17.08 0.814c-1.58-1.173-0.34 1.261 0 0zm13.07-0.859c-2.95-0.04 0.01 1.891 0 0zm1.69 0.555c-1.13-1.06-0.82 0.618 0 0zm-4.04-0.211c-2.6-0.262 0.43 0.499 0 0zm11.39 0.003c-1.75-0.192 0.58 0.536 0 0zm22.08-0.882c-1.52-0.382-0.12 1.791 0 0zm-22.56-0.957c-0.59 0.219 0.42 1.427 0 0zm-0.49-0.082c-0.68-1.248-1.31 1.267 0 0zm22.82-0.295c-0.93-0.673-1.38 1.063 0 0zm13.26-0.535c-0.59 0.219 0.42 1.426 0 0zm-0.87-0.597c-2.32-1.309 1.05 1.821 0 0zm-2.15-2.358c-2.43-1.51 2.14 2.531 0 0zm-26.21-0.474c-1.4-0.162-0.24-0.148 0 0zm26.77-0.631c0.54-2.564-1.74 2.37 0 0zm-25.72-0.269c1.37-1.396-3.43 1.117 0 0zm2.78-1.626c-1.14 0.308 0.93 2.053 0 0zm-2.46-1.834c-0.75-2.027-1.79 1.707 0 0zm2.19-1.475c-0.69 0.626 0.81 1.923 0 0zm-0.67 0.664c-0.73-1.215-0.49 1.131 0 0zm-2.32-0.741c-1.4-1.1-0.43 1.429 0 0zm2.93-2.32c-2.71-4.102-2.27 2.386 0 0zm-17.65-0.893c-0.72-1.216-0.48 1.131 0 0zm16.57-1.416c-2.59-1.418 1.22 1.839 0 0zm10.4-1.094c-0.53-0.197 0.34 2.131 0 0zm-11.45-0.246c-1.21 0.175-0.2-0.133 0 0zm1.15-0.347c1.5-2.786-2.37 1.445 0 0zm-24.58-0.396c-0.73-1.696-0.33 1.612 0 0zm34.58-1.45c-0.39-0.762 0.17 4.267 0 0zm20.86 0.792c-0.69-1.79-1.04 0.708 0 0zm-31.25-0.715c3.49-3.39-3.25 1.01 0 0zm-30.07-4.336c-0.39-0.745 0.18 4.244 0 0zm18.36-0.258c-0.69-0.67-0.66 1.573 0 0zm53.04-5.988c1.5-5.207 1.19-14.231-2.24-16.276 2.87 4.949 1.25 10.413-0.66 15.397 0.23 3.498 3.01 6.894 2.9 0.879zm-53.04 2.678c-3.12-1.197-1.75 0.887 0 0zm22.51-1.369c-0.37-1.443-0.61 1.513 0 0zm-8.22-1.463c-0.71-3.95-0.73 2.913 0 0zm9.13-8.879c-2.08-1.599 0.69 1.522 0 0zm0.76-0.761c-0.93-0.977-0.1 1.048 0 0zm-0.91-1.217c-0.94-0.978-0.1 1.049 0 0zm15.66-3.346c-1.89-2.162-3.08-4.936-2.39-8.0387-2.37-1.9045-9.4-2.0434-5.68 1.8477 1.33-0.6548 5.12 7.193 8.07 6.191zm12.41-5.339c-3.6-1.6279-0.81 1.688 0 0zm-3.78-0.146c-4.12-1.3219-3.64 1.43 0 0zm1.82-1.6493c7.47 1.0245-3.66-2.2752-2.46 0.2065 0.79-0.2777 1.64-0.224 2.46-0.2065zm4.05-1.5215c-2.38-2.4059-8.62-2.5656-2.25-0.6056 0.39-0.0295 2.86 2.1469 2.25 0.6056zm-5.99-0.9077c-1.29 0.4219-0.73 2.3512 0 0zm6.7-0.9039c-1.05-2.6216-8.7-2.745-2.67-0.784 0.73-0.2943 3.07 2.6033 2.67 0.784zm-67.31 27.014c-1.1-2.571 1.29 0.232 0 0zm1.2-0.019c-0.02-1.746 0.98 0.286 0 0zm6.96-0.642c0.52-2.798 6.75-0.164 1.37-0.022l-1.37 0.022zm1.41-0.58c-1.75-0.192 0.58 0.536 0 0zm-7.35 0.208c0.75-1.184 0.75 1.184 0 0zm-2.13-0.566c1.63-0.646 2.28 0.982 0 0zm4.41-0.034c-4.06 0.368-3.98-2.948-3.61-5.322-0.85 0.793 2.04-5.422-1.31-4.523 1.11-3.037-2.37 0.117-2.36-2.769-0.59 2.782-0.07-2.511-2.72-0.406-1.67-1.905-0.59-10.205 0.7-6.456 1.16-2.5712 5.04-2.3132 7.74-1.6191 2.21 0.7971 8.55-1.6254 5.13 0.6121 0.22 0.938 8.73-1.0241 3.08 0.118-2.39 0.173-3.86 2.191-1.78 2.615-2.54 1.935-4.26-2.363-5.05 2.057-3.02 1.626 0.38 4.854 0.22 7.825-2-5.451-0.16 3.9 1.2 5.085 2.83 2.483 2.28 3.402-1.24 2.783zm-2.28-2.442c-1.41-1.305-0.6 1.212 0 0zm-2.66-15.818c2.58 0.263 0.01-2.7269-0.62-1.673 1.62 1.225-2.51 2.832 0.62 1.673zm2.29-0.988c-1.42-3.4483 0.22 3.434 0 0zm4.94-0.176c-3.49 0.067 0.9 1.216 0 0zm-8.53-0.339c-1.22-2.1177-1.52 1.434 0 0zm3.4-1.4421c-1.75-0.1917 0.58 0.5357 0 0zm11.43 21.286c3.41-0.153-0.16 0.432 0 0zm-16.84-1.875c0.89-2.904 1.32 2.978 0 0zm33.72 0.459c-2.24-2.221 3.4 1.277 0 0zm-13.25-0.118c-2.46-4.069 6-4.041 2.61-2.268-0.86 4.798-1.15-2.368-1.39 2.355l-0.46 0.141-0.76-0.228zm4.86-0.888c-0.77-2.831 1.56 0.877 0 0zm-16.01-1.447c-1.04-3.251 1.44 2.399 0 0zm19.62 0.448c0.96-3.378 6.35 0.725 1.39-0.722-0.45 0.148-0.81 1.123-1.39 0.722zm-2.39-0.894c1.56-3.98 1.93 2.882 0 0zm-23.86-0.083c-2.03-3.741 1.86 1.13 0 0zm37.26-0.454c4.28-0.174-0.77 0.387 0 0zm-42.3-1.524c-1.06-3.201 1.7 0.927 0 0zm28.01-1.391c-4.11-4.092 4.65 1.826 1.58 1.572-0.6-0.441-1.07-1.029-1.58-1.572zm-23.76-0.079c-2.02-2.201 4.74-0.051-0.01 0.329l0.01-0.329zm-3.64-0.659c-0.96-3.087 1.16 0.37 0 0zm35.84-1.014c-0.06-1.227 1.25 1.145 0 0zm-33-0.743c0.39-1.445 0.64 1.131 0 0zm18.8-2.331c-2.55-3.038 5.47-3.996 0.22-1.59-0.1 3.906 1.42-3.759 4.17-0.092 2.93 0.373-5.29-0.049-2.4 0.649 5.71-1.122 0.15 4.002-1.99 1.033zm4.79 0.669c0.31-0.744 2.48 1.139 0 0zm-17.05-0.333c-0.07-1.226 1.25 1.146 0 0zm18.4-0.622c-3.22-3.203 0.91-1.51 0.31 0.318l-0.22-0.093-0.09-0.225zm1.6-1.1c-0.61-1.418 5.35 0.922 0.62 0.105l-0.62-0.105zm-1.22-3.651c-1.5-1.579 2.55 0.626 0 0zm-3.27-0.851c-6.2-1.265 0.19-0.852 2.26 0.24-0.76 0.014-1.51-0.137-2.26-0.24zm-5.02-1.667c0.66-1.1024 0.85 0.673 0 0zm1.91 0.103c1.5-0.52 0.22 0.626 0 0zm-21.37-1.3375c2.2-1.1364-0.51 1.3665 0 0zm18.16 0.1188c-4.61-0.2578-1.89-2.3707 0.26-0.4972-0.29-1.5971 3.16-0.1293-0.26 0.4972zm-11.09-0.9111c1.51-0.5199 0.22 0.6263 0 0zm4.96-0.5004c1.4-2.6223 0.52 2.3152 0-0.0001v0.0001zm-6.78 0.1962c1.5-0.5198 0.22 0.6263 0 0zm3.95-1.0253c0.58-1.8572 1.45 1.8571 0 0zm-9.59-1.2487c0.89-1.6927-0.18 1.9301 0 0zm1.98-0.2695c-2.04 0.7421-4.42-3.3555-1.4-2.3097-1.65 1.8686 6.08 0.1224 1.32 1.5497 0.79-0.0983 0.72 2.0665 0.08 0.76zm2.14-1.1066c1.5-0.5198 0.21 0.6261 0 0zm3.01-1.033c0.21-1.7729 0.21 1.7727 0 0z" transform="translate(10 1218.1)"/>
+ <rect id="d0e151" display="none" height="1e3px" width="288" y="1361.6" x="10"/>
+ <flowRoot font-size="8" font-family="Serif" line-height="133.00000%" fill="#000000">
<flowRegion>
<use y="0" x="0" xlink:href="#d0e151"/>
</flowRegion>
<flowDiv xml:space="preserve">這表示有點近似和粗造,但是圖畫愈簡單愈容易編輯。記住你得到的不是圖像的精確描寫,但你可以使用這一組曲線到你的繪畫中。</flowDiv>
</flowRoot>
- <g transform="translate(0, 1391.13835)">
+ <g transform="translate(0 1389.9)">
<defs id="defs3" xmlns:cc="http://creativecommons.org/ns#">
- <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.149642,0.000000,0.000000,0.465194,-0.130153,3495.428)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
- <filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-0.1" x="-0.1" inkscape:label="Drop shadow, custom">
- <feFlood id="feFlood60" result="flood" flood-color="rgb(255,255,255)" flood-opacity="0.686275"/>
+ <linearGradient id="linearGradient2465" y2="-7528.7" xlink:href="#linearGradient841" gradientUnits="userSpaceOnUse" x2="76.847" gradientTransform="matrix(2.1496 0 0 .46519 -.13015 3495.4)" y1="-7656.4" x1="76.847" inkscape:collect="always"/>
+ <filter id="filter58" height="1.2" width="1.2" color-interpolation-filters="sRGB" y="-.1" x="-.1" inkscape:label="Drop shadow, custom">
+ <feFlood id="feFlood60" result="flood" flood-color="rgb(255,255,255)" flood-opacity=".68628"/>
<feComposite id="feComposite62" operator="in" result="composite1" in2="SourceGraphic" in="flood"/>
<feGaussianBlur id="feGaussianBlur64" result="blur" stdDeviation="20" in="composite1"/>
<feOffset id="feOffset66" result="offset" dx="0" dy="0"/>
@@ -213,19 +213,19 @@
</rdf:RDF>
</metadata>
<g id="layer1" xmlns:cc="http://creativecommons.org/ns#" inkscape:label="Layer 1" inkscape:groupmode="layer">
- <rect id="rect1494" transform="scale(1.000000,-1.000000)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-0.11217" fill="url(#linearGradient2465)"/>
- <path id="path1508" stroke-width="1pt" fill="#FFF" d="m80.493,57.976-4.9567,0,0,0.3171,0.14846,0c0.66805,0,0.74228,0.0338,0.74228,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74228,0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722,0.4723-0.29691,0.8907-0.49485,1.0864-0.25566,0.2699-0.72577,0.3981-1.4186,0.3981h-0.54433c-0.24742,0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031,0,0.70928,0.0404,0.87423,0.1821,0.21443,0.1754,0.2969,0.3914,0.31341,0.7895h0.38763v-2.2133h-0.38763c-0.04124,0.6612-0.37114,0.9244-1.1546,0.9244h-0.19794v-1.5385c0-0.2901,0.07423-0.3374,0.51959-0.3374h0.42887c0.72578,0,1.0804,0.0608,1.3608,0.2497,0.27217,0.1754,0.47011,0.5533,0.59382,1.1606h0.35463l-0.11546-1.7274zm-10.944,2.7059,0.93196,0c0.74227,0,1.1299-0.0472,1.4598-0.1755,0.58558-0.2294,0.91547-0.6612,0.91547-1.1943,0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07422,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172,0-1.7274c0-0.3104,0.04948-0.3442,0.5031-0.3442h0.52784c0.85774,0,1.2619,0.3307,1.2619,1.046,0,0.695-0.42062,1.0256-1.2948,1.0256h-0.99794zm-7.1753-2.4832-0.34639,0-1.8969,3.9341c-0.16495,0.3508-0.19793,0.398-0.32164,0.506-0.13196,0.1281-0.36289,0.2092-0.58557,0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536,0-0.66804-0.1282-0.66804-0.3846,0-0.081,0.02474-0.1755,0.07422-0.2835l0.27217-0.5938h2.1856l0.44536,0.9042c0.04948,0.1012,0.06598,0.1485,0.06598,0.1823,0,0.1079-0.20619,0.1754-0.51134,0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238,0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413,1.1067,0.93196,1.9164-1.8474,0,0.91547-1.9164zm-5.6907-1.0594-0.3134,0-0.3299,0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001,0-1.4598,0.2632-2.0206,0.8097-0.52784,0.5129-0.77526,1.0797-0.77526,1.7747,0,1.4508,1.1629,2.4899,2.7876,2.4899,1.3196,0,2.1608-0.6342,2.3505-1.7678l-0.38763-0.054c-0.08248,0.3576-0.18145,0.6005-0.3299,0.803-0.33815,0.4655-0.86599,0.7017-1.534,0.7017-1.2206,0-1.798-0.695-1.798-2.1457,0-0.7626,0.12371-1.2754,0.40413-1.6804,0.25567-0.3778,0.76701-0.614,1.2949-0.614,0.57732,0,1.0887,0.2497,1.4021,0.6816,0.1567,0.2226,0.28041,0.4858,0.47011,1.0053h0.36288l-0.12371-1.95zm-8.2557,0.0067-0.30515,0-0.3299,0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804,0-1.8062,0.5668-1.8062,1.4102,0,0.7356,0.44536,1.1,1.6577,1.3564l0.7835,0.1619c0.61031,0.1283,0.66804,0.1418,0.84124,0.2496,0.24742,0.1553,0.37938,0.3779,0.37938,0.6411,0,0.2699-0.12371,0.4926-0.37113,0.6749-0.27217,0.1956-0.54434,0.2699-0.99795,0.2699-0.61031,0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299,1.9231h0.32165l0.37113-0.4588c0.55258,0.371,1.0144,0.506,1.732,0.506,1.2124,0,1.9876-0.5802,1.9876-1.4845,0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83,0-0.4724,0.47011-0.7963,1.1711-0.7963,0.57732,0,1.0474,0.2026,1.3773,0.5871,0.23918,0.2767,0.38763,0.5601,0.49484,0.9042h0.35464l-0.09897-1.7544zm-11.151,2.7059,0-1.8355,0-0.1956c0-0.2834,0.07423-0.3172,0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804,0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894,1.4351,1.7206c0.13196,0.1619,0.16495,0.216,0.16495,0.2834,0,0.108-0.1567,0.1552-0.56083,0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361,0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551,1.2289-1.0054c0.39588-0.3442,0.89898-0.5399,1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938,0,0.53609,0.0608,0.53609,0.2025,0,0.0944-0.16495,0.2901-0.40413,0.4858l-2.0206,1.66zm-9.2207-2.6654-1.699,0,0,0.3171,0.20618,0c0.42062,0,0.61032,0.054,0.75877,0.2227v2.8679c0,0.9245-0.16495,1.1201-0.9567,1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784,4.0622h0.3464v-3.5021c0-0.9245,0.16495-1.1202,0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351,0.027,0.94846,0.2227,0.94846,1.1472v2.1189l-3.2908-3.5832zm-5.3609,0.8299,0-0.1956c0-0.2834,0.07423-0.3172,0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804,0,0.74227,0.0338,0.74227,0.3172v0.1956,3.212,0.1957c0,0.2835-0.07423,0.3172-0.74227,0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979,0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/>
- <path id="path1517" stroke-width="1.0000000pt" fill="#FFF" d="M305.97,58.204h1.35v2.817c0,0.532-0.02,0.862-0.05,0.989-0.13,0.485-0.42,0.819-0.87,1.003-0.31,0.127-0.77,0.19-1.38,0.19-1.43,0-2.15-0.428-2.15-1.285l1.43-0.007c0.1,0.268,0.36,0.402,0.81,0.402,0.32,0,0.55-0.101,0.68-0.303,0.1-0.155,0.15-0.41,0.15-0.763v-0.12c-0.43,0.344-0.9,0.516-1.41,0.516-0.56,0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37,0-0.485,0.19-0.889,0.57-1.214,0.36-0.301,0.79-0.452,1.29-0.452,0.64,0,1.12,0.209,1.42,0.628v-0.501zm-0.07,1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25,0-0.46,0.073-0.63,0.219-0.16,0.146-0.24,0.343-0.24,0.593,0,0.207,0.08,0.386,0.25,0.536,0.08,0.071,0.17,0.125,0.26,0.163,0.1,0.037,0.2,0.056,0.3,0.056,0.28,0,0.5-0.068,0.66-0.205,0.19-0.15,0.28-0.357,0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452,0.6-0.678,1.06-0.678l0.43,0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6,0-0.9,0.356-0.9,1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62,0,1.14,0.165,1.56,0.494,0.43,0.353,0.65,0.84,0.65,1.462,0,0.607-0.21,1.09-0.64,1.447-0.41,0.33-0.92,0.495-1.54,0.495-0.68,0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504,0-0.622,0.23-1.109,0.7-1.462,0.42-0.315,0.96-0.473,1.6-0.473zm-0.04,2.867c0.24,0,0.44-0.09,0.59-0.269s0.22-0.393,0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46,0.087-0.61,0.261c-0.08,0.09-0.13,0.186-0.17,0.29-0.04,0.099-0.06,0.219-0.06,0.36,0,0.259,0.07,0.475,0.21,0.649,0.14,0.175,0.35,0.262,0.61,0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15,0.377,0.4,0.565,0.74,0.565,0.36,0,0.58-0.099,0.68-0.297,0.08,0,0.3,0.015,0.63,0.043,0.34,0.028,0.64,0.042,0.89,0.042-0.24,0.466-0.54,0.791-0.91,0.975-0.33,0.16-0.77,0.24-1.32,0.24-0.65,0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483,0-0.607,0.23-1.087,0.69-1.44,0.41-0.311,0.93-0.466,1.57-0.466,0.63,0,1.14,0.16,1.54,0.48,0.4,0.316,0.63,0.782,0.69,1.398l0.01,0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16,0-0.33,0.045-0.5,0.135-0.17,0.089-0.26,0.209-0.28,0.36h1.49zm-7.76-1.349h1.44l-0.01,0.459c0.4-0.381,0.84-0.572,1.34-0.572,0.56,0,1,0.174,1.32,0.523,0.33,0.343,0.5,0.795,0.5,1.355,0,0.579-0.16,1.052-0.48,1.419-0.34,0.391-0.79,0.587-1.35,0.587-0.31,0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27,2.747c0.26,0,0.47-0.09,0.63-0.269,0.16-0.183,0.24-0.404,0.24-0.663,0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24,0-0.44,0.085-0.62,0.254-0.17,0.17-0.26,0.377-0.26,0.621,0,0.255,0.08,0.478,0.23,0.671,0.16,0.189,0.36,0.283,0.61,0.283zm-6.81-1.646c0.11-0.475,0.38-0.812,0.78-1.009,0.3-0.141,0.73-0.212,1.29-0.212,0.53,0,0.96,0.104,1.28,0.311,0.39,0.249,0.59,0.623,0.59,1.122v1.688c0,0.108,0.01,0.207,0.03,0.296,0.01,0.09,0.05,0.208,0.11,0.354h-1.49l-0.05-0.424c-0.34,0.353-0.76,0.529-1.24,0.529-0.39,0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89,0-0.409,0.13-0.713,0.4-0.911,0.2-0.141,0.5-0.244,0.93-0.31l1.02-0.12c0.22-0.038,0.33-0.097,0.33-0.177,0-0.183-0.14-0.275-0.41-0.275-0.16,0-0.29,0.019-0.39,0.056-0.1,0.033-0.18,0.116-0.23,0.247h-1.47zm1.27,1.356c0,0.198,0.17,0.297,0.5,0.297,0.21,0,0.39-0.066,0.55-0.198s0.25-0.297,0.25-0.494l-0.96,0.12c-0.06,0.005-0.14,0.035-0.22,0.092-0.08,0.051-0.12,0.113-0.12,0.183zm-1.58-1.038l-1.44,0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27,0-0.47,0.094-0.62,0.282-0.14,0.184-0.21,0.412-0.21,0.685,0,0.236,0.08,0.436,0.24,0.601,0.16,0.16,0.36,0.24,0.59,0.24,0.38,0,0.62-0.21,0.74-0.629l1.45,0.064c-0.24,1.068-0.97,1.603-2.2,1.603-0.66,0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468,0-0.64,0.25-1.135,0.74-1.483,0.43-0.311,0.98-0.466,1.64-0.466,0.53,0,0.97,0.132,1.34,0.395,0.36,0.259,0.61,0.643,0.72,1.151zm-7.4,1.038c0.1,0.165,0.22,0.273,0.38,0.325,0.11,0.033,0.27,0.049,0.5,0.049,0.06,0,0.1-0.002,0.13-0.007,0.03-0.009,0.07-0.026,0.12-0.049,0.1-0.042,0.15-0.106,0.15-0.191,0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925,0-0.475,0.23-0.821,0.68-1.038,0.35-0.165,0.78-0.247,1.32-0.247,1.11,0,1.75,0.379,1.94,1.137l-1.37,0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36,0-0.54,0.084-0.54,0.254,0,0.056,0.06,0.106,0.18,0.148,0.13,0.043,0.44,0.094,0.94,0.156,0.5,0.061,0.85,0.15,1.04,0.268,0.3,0.169,0.45,0.447,0.45,0.833,0,0.443-0.21,0.786-0.61,1.031-0.33,0.198-0.74,0.297-1.23,0.297-0.6,0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75,1.37,1.76,2.288h-1.7l-1.08-1.49-0.4,0.289v1.194h-1.44v-4.978zm-4.85,1.32h1.45v0.48c0.37-0.386,0.83-0.579,1.36-0.579,0.43,0,0.78,0.12,1.04,0.36,0.27,0.236,0.4,0.57,0.4,1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24,0-0.42,0.092-0.55,0.276-0.13,0.183-0.19,0.398-0.19,0.642v1.759h-1.45v-3.658zm-1.98,0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12,3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62,2.274c0.04-0.273,0.13-0.652,0.28-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.05-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.55-2.098-0.6,2.098h-1.56l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.05-0.273,0.14-0.652,0.29-1.137,0.06-0.217,0.12-0.438,0.17-0.664,0.04-0.16,0.08-0.318,0.12-0.473l1.48,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.06-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.12-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.28-3.658h1.5zm-6.53,0l0.61,2.274c0.04-0.273,0.14-0.652,0.28-1.137,0.07-0.217,0.12-0.438,0.18-0.664,0.04-0.16,0.08-0.318,0.11-0.473l1.49,0.007,0.33,1.137c0.11,0.419,0.19,0.807,0.24,1.165,0.03-0.188,0.06-0.367,0.1-0.537,0.04-0.174,0.09-0.383,0.17-0.628,0.05-0.188,0.11-0.367,0.16-0.537,0.05-0.174,0.11-0.376,0.19-0.607h1.48l-1.29,3.658h-1.56l-0.56-2.098-0.6,2.098h-1.55l-1.29-3.658h1.51z"/>
- <g id="g1515" filter="url(#filter58)" fill-rule="evenodd" transform="matrix(0.0294185,0,0,0.0294185,0.1569075,53.985559)">
- <path id="path1516" d="M397.64,320.25,280.39,282.52l-29.65-157.68,94.34-95.688,48.518,17.52,90.297,88.949-86.254,184.64z" stroke="#000" stroke-width="0.93619299pt" fill="#FFF"/>
- <path id="path1518" d="m476.96,339.17c18.824,3.7644,22.59,16.942,18.824,20.706-3.7634,3.7654-13.175,7.5298-20.705,1.8821-7.5318-5.6465-7.5318-18.824,1.8813-22.588z" stroke-width="1pt" fill="#000"/>
- <path id="path1519" d="m286.46,340.43c-1.8342,0.48921-17.158-12.716-29.293-6.5953-12.132,6.1196-20.276,19.823-8.9423,25.446,11.335,5.6232,19.438-0.86115,29.374-7.8386,9.9379-6.9764,9.5793-8.3206,8.8608-11.012z" stroke-width="1pt" fill="#000"/>
- <path id="path1520" d="m510.36,306.93c10.237-2.5598,33.886,0,30.119,15.058-3.7633,15.062-35.764,9.4119-56.473,1.8852-1.8823-15.061,21.529-15.737,26.354-16.943z" stroke-width="1pt" fill="#000"/>
- <path id="path1521" d="m359.24,21.363c-11.313,0-22.606,4.3206-31.275,12.99l-154.09,154.06c-8.4969,8.4967-12.762,19.543-12.931,30.631h-0.0585c0,0.0395,0.0566,0.0774,0.0585,0.11702-0.002,0.18609-0.0585,0.36977-0.0585,0.55586h0.2633c2.9491,11.221,79.15,25.523,87.651,34.025,12.839,12.839-49.233,22.268-36.395,35.107,12.839,12.839,77.59,24.843,90.43,37.682,12.839,12.839-26.238,26.51-13.399,39.349s55.967-3.2094,48.155,30.28c17.338,17.338,53.512,9.0588,77.733-8.2795,12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908,72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179,91.659-30.777c26.292-11.941,24.12-21.01,24.019-32.006-0.002-0.23138,0-0.43973,0-0.67288h-0.0585c-0.16-11.08-4.46-22.13-12.95-30.63l-154.07-154.06c-8.66-8.669-19.99-12.989-31.3-12.989zm-1.3165,20.04c5.0295,0.13102,9.0916,3.9651,17.056,9.1279l72.789,53.977c0.79681,0.51671,1.5557,1.0557,2.2527,1.6091,0.69703,0.55327,1.3337,1.1401,1.9309,1.7261,0.5972,0.58495,1.14,1.1721,1.6383,1.7846,0.49726,0.61244,0.94845,1.2385,1.3458,1.8724,0.39844,0.6349,0.75476,1.2798,1.0532,1.9309,0.29867,0.65226,0.53281,1.325,0.7314,1.9894,0.19976,0.66341,0.36832,1.319,0.46811,1.9894,0.0999,0.67165,0.14627,1.3452,0.14627,2.0187l-43.123-20.83-4.3006,32.562-23.727-11.117-36.629,24.458-14.014-48.331-18.051,42.275-50.408,5.032,0.55587-22.439c0-5.3897,29.057-43.122,46.751-52.105l32.386-23.259c4.7787-3.0977,8.1289-4.35,11.147-4.2714zm-66.996,220.21c22.944,5.9503,48.476,13.757,68.957,13.897l0.87768,9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt" fill="#000"/>
+ <rect id="rect1494" transform="scale(1 -1)" fill-rule="evenodd" rx="0" ry="6.1828" height="69.248" width="319.99" y="-70.334" x="-.11217" fill="url(#linearGradient2465)"/>
+ <path id="path1508" stroke-width="1pt" fill="#fff" d="m80.493 57.976h-4.9567v0.3171h0.14846c0.66805 0 0.74228 0.0338 0.74228 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74228 0.3172h-0.14846v0.3171h5.0639l0.16495-1.8016h-0.36289c-0.10722 0.4723-0.29691 0.8907-0.49485 1.0864-0.25566 0.2699-0.72577 0.3981-1.4186 0.3981h-0.54433c-0.24742 0-0.45361-0.0405-0.52784-0.1012-0.05773-0.0406-0.06598-0.081-0.06598-0.2227v-1.7206h0.16495c0.5031 0 0.70928 0.0404 0.87423 0.1821 0.21443 0.1754 0.2969 0.3914 0.31341 0.7895h0.38763v-2.2133h-0.38763c-0.04124 0.6612-0.37114 0.9244-1.1546 0.9244h-0.19794v-1.5385c0-0.2901 0.07423-0.3374 0.51959-0.3374h0.42887c0.72578 0 1.0804 0.0608 1.3608 0.2497 0.27217 0.1754 0.47011 0.5533 0.59382 1.1606h0.35463l-0.11546-1.7274zm-10.944 2.7059h0.93196c0.74227 0 1.1299-0.0472 1.4598-0.1755 0.58558-0.2294 0.91547-0.6612 0.91547-1.1943 0-0.5129-0.28866-0.9043-0.833-1.1269-0.32166-0.135-0.833-0.2092-1.4021-0.2092h-2.8866v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07422 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7712v-0.3171h-0.21444c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-1.336zm0-0.3172v-1.7274c0-0.3104 0.04948-0.3442 0.5031-0.3442h0.52784c0.85774 0 1.2619 0.3307 1.2619 1.046 0 0.695-0.42062 1.0256-1.2948 1.0256h-0.99794zm-7.1753-2.4832h-0.34639l-1.8969 3.9341c-0.16495 0.3508-0.19793 0.398-0.32164 0.506-0.13196 0.1281-0.36289 0.2092-0.58557 0.2092h-0.03299v0.3171h2.1856v-0.3171h-0.16495c-0.44536 0-0.66804-0.1282-0.66804-0.3846 0-0.081 0.02474-0.1755 0.07422-0.2835l0.27217-0.5938h2.1856l0.44536 0.9042c0.04948 0.1012 0.06598 0.1485 0.06598 0.1823 0 0.1079-0.20619 0.1754-0.51134 0.1754h-0.34639v0.3171h2.5567v-0.3171h-0.11546c-0.41238 0-0.5031-0.054-0.69279-0.4319l-2.1031-4.2174zm-0.40413 1.1067 0.93196 1.9164h-1.8474l0.91547-1.9164zm-5.6907-1.0594h-0.3134l-0.3299 0.3981c-0.58557-0.3509-0.90722-0.4521-1.4598-0.4521-0.80001 0-1.4598 0.2632-2.0206 0.8097-0.52784 0.5129-0.77526 1.0797-0.77526 1.7747 0 1.4508 1.1629 2.4899 2.7876 2.4899 1.3196 0 2.1608-0.6342 2.3505-1.7678l-0.38763-0.054c-0.08248 0.3576-0.18145 0.6005-0.3299 0.803-0.33815 0.4655-0.86599 0.7017-1.534 0.7017-1.2206 0-1.798-0.695-1.798-2.1457 0-0.7626 0.12371-1.2754 0.40413-1.6804 0.25567-0.3778 0.76701-0.614 1.2949-0.614 0.57732 0 1.0887 0.2497 1.4021 0.6816 0.1567 0.2226 0.28041 0.4858 0.47011 1.0053h0.36288l-0.12371-1.95zm-8.2557 0.0067h-0.30515l-0.3299 0.4049c-0.38763-0.3036-0.91547-0.4656-1.501-0.4656-1.0804 0-1.8062 0.5668-1.8062 1.4102 0 0.7356 0.44536 1.1 1.6577 1.3564l0.7835 0.1619c0.61031 0.1283 0.66804 0.1418 0.84124 0.2496 0.24742 0.1553 0.37938 0.3779 0.37938 0.6411 0 0.2699-0.12371 0.4926-0.37113 0.6749-0.27217 0.1956-0.54434 0.2699-0.99795 0.2699-0.61031 0-1.0474-0.1552-1.435-0.5061-0.3464-0.3171-0.51959-0.6343-0.6433-1.1539h-0.35464l0.03299 1.9231h0.32165l0.37113-0.4588c0.55258 0.371 1.0144 0.506 1.732 0.506 1.2124 0 1.9876-0.5802 1.9876-1.4845 0-0.4183-0.1732-0.776-0.49485-1.0324-0.22268-0.1754-0.54433-0.2902-1.2041-0.4251l-0.88248-0.1822c-0.73402-0.1552-1.0804-0.4183-1.0804-0.83 0-0.4724 0.47011-0.7963 1.1711-0.7963 0.57732 0 1.0474 0.2026 1.3773 0.5871 0.23918 0.2767 0.38763 0.5601 0.49484 0.9042h0.35464l-0.09897-1.7544zm-11.151 2.7059v-1.8355-0.1956c0-0.2834 0.07423-0.3172 0.74227-0.3172h0.1567v-0.3171h-2.7134v0.3171h0.14846c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.14846v0.3171h2.7134v-0.3171h-0.1567c-0.66804 0-0.74227-0.0337-0.74227-0.3172v-0.1957-0.8569l0.9567-0.7894 1.4351 1.7206c0.13196 0.1619 0.16495 0.216 0.16495 0.2834 0 0.108-0.1567 0.1552-0.56083 0.1552h-0.25567v0.3171h2.8206v-0.3171h-0.1567c-0.45361 0-0.56907-0.0472-0.80826-0.3373l-1.9959-2.3551 1.2289-1.0054c0.39588-0.3442 0.89898-0.5399 1.3938-0.5399v-0.3171h-2.5402v0.3171h0.20619c0.37938 0 0.53609 0.0608 0.53609 0.2025 0 0.0944-0.16495 0.2901-0.40413 0.4858l-2.0206 1.66zm-9.2207-2.6654h-1.699v0.3171h0.20618c0.42062 0 0.61032 0.054 0.75877 0.2227v2.8679c0 0.9245-0.16495 1.1201-0.9567 1.1471v0.3171h2.3505v-0.3171c-0.78353-0.027-0.94848-0.2226-0.94848-1.1471v-2.5035l3.6784 4.0622h0.3464v-3.5021c0-0.9245 0.16495-1.1202 0.95671-1.1472v-0.3171h-2.3505v0.3171c0.78351 0.027 0.94846 0.2227 0.94846 1.1472v2.1189l-3.2908-3.5832zm-5.3609 0.8299v-0.1956c0-0.2834 0.07423-0.3172 0.73402-0.3172h0.16495v-0.3171h-2.7299v0.3171h0.16495c0.66804 0 0.74227 0.0338 0.74227 0.3172v0.1956 3.212 0.1957c0 0.2835-0.07423 0.3172-0.74227 0.3172h-0.16495v0.3171h2.7299v-0.3171h-0.16495c-0.65979 0-0.73402-0.0337-0.73402-0.3172v-0.1957-3.212z"/>
+ <path id="path1517" stroke-width="1pt" fill="#fff" d="m305.97 58.204h1.35v2.817c0 0.532-0.02 0.862-0.05 0.989-0.13 0.485-0.42 0.819-0.87 1.003-0.31 0.127-0.77 0.19-1.38 0.19-1.43 0-2.15-0.428-2.15-1.285l1.43-0.007c0.1 0.268 0.36 0.402 0.81 0.402 0.32 0 0.55-0.101 0.68-0.303 0.1-0.155 0.15-0.41 0.15-0.763v-0.12c-0.43 0.344-0.9 0.516-1.41 0.516-0.56 0-1-0.177-1.34-0.53-0.33-0.358-0.5-0.814-0.5-1.37 0-0.485 0.19-0.889 0.57-1.214 0.36-0.301 0.79-0.452 1.29-0.452 0.64 0 1.12 0.209 1.42 0.628v-0.501zm-0.07 1.638c0-0.226-0.09-0.405-0.26-0.537-0.18-0.136-0.38-0.204-0.62-0.204-0.25 0-0.46 0.073-0.63 0.219-0.16 0.146-0.24 0.343-0.24 0.593 0 0.207 0.08 0.386 0.25 0.536 0.08 0.071 0.17 0.125 0.26 0.163 0.1 0.037 0.2 0.056 0.3 0.056 0.28 0 0.5-0.068 0.66-0.205 0.19-0.15 0.28-0.357 0.28-0.621zm-6.29-1.638h1.41v0.614c0.24-0.452 0.6-0.678 1.06-0.678l0.43 0.043v1.292c-0.21-0.038-0.4-0.057-0.56-0.057-0.6 0-0.9 0.356-0.9 1.067v1.37h-1.44v-3.651zm-2.67-0.127c0.62 0 1.14 0.165 1.56 0.494 0.43 0.353 0.65 0.84 0.65 1.462 0 0.607-0.21 1.09-0.64 1.447-0.41 0.33-0.92 0.495-1.54 0.495-0.68 0-1.23-0.153-1.64-0.459-0.46-0.339-0.69-0.841-0.69-1.504 0-0.622 0.23-1.109 0.7-1.462 0.42-0.315 0.96-0.473 1.6-0.473zm-0.04 2.867c0.24 0 0.44-0.09 0.59-0.269s0.22-0.393 0.22-0.642c0-0.25-0.07-0.464-0.21-0.643s-0.33-0.268-0.58-0.268-0.46 0.087-0.61 0.261c-0.08 0.09-0.13 0.186-0.17 0.29-0.04 0.099-0.06 0.219-0.06 0.36 0 0.259 0.07 0.475 0.21 0.649 0.14 0.175 0.35 0.262 0.61 0.262zm-4.05-0.516h1.45v1.427h-1.45v-1.427zm-3.56-0.014c0.15 0.377 0.4 0.565 0.74 0.565 0.36 0 0.58-0.099 0.68-0.297 0.08 0 0.3 0.015 0.63 0.043 0.34 0.028 0.64 0.042 0.89 0.042-0.24 0.466-0.54 0.791-0.91 0.975-0.33 0.16-0.77 0.24-1.32 0.24-0.65 0-1.17-0.167-1.56-0.502-0.42-0.353-0.63-0.847-0.63-1.483 0-0.607 0.23-1.087 0.69-1.44 0.41-0.311 0.93-0.466 1.57-0.466 0.63 0 1.14 0.16 1.54 0.48 0.4 0.316 0.63 0.782 0.69 1.398l0.01 0.445h-3.02zm1.52-0.861c-0.05-0.33-0.29-0.495-0.71-0.495-0.16 0-0.33 0.045-0.5 0.135-0.17 0.089-0.26 0.209-0.28 0.36h1.49zm-7.76-1.349h1.44l-0.01 0.459c0.4-0.381 0.84-0.572 1.34-0.572 0.56 0 1 0.174 1.32 0.523 0.33 0.343 0.5 0.795 0.5 1.355 0 0.579-0.16 1.052-0.48 1.419-0.34 0.391-0.79 0.587-1.35 0.587-0.31 0-0.55-0.036-0.73-0.106-0.17-0.071-0.37-0.215-0.59-0.431v1.687h-1.44v-4.921zm2.27 2.747c0.26 0 0.47-0.09 0.63-0.269 0.16-0.183 0.24-0.404 0.24-0.663 0-0.264-0.08-0.478-0.23-0.643-0.14-0.169-0.34-0.254-0.6-0.254-0.24 0-0.44 0.085-0.62 0.254-0.17 0.17-0.26 0.377-0.26 0.621 0 0.255 0.08 0.478 0.23 0.671 0.16 0.189 0.36 0.283 0.61 0.283zm-6.81-1.646c0.11-0.475 0.38-0.812 0.78-1.009 0.3-0.141 0.73-0.212 1.29-0.212 0.53 0 0.96 0.104 1.28 0.311 0.39 0.249 0.59 0.623 0.59 1.122v1.688c0 0.108 0.01 0.207 0.03 0.296 0.01 0.09 0.05 0.208 0.11 0.354h-1.49l-0.05-0.424c-0.34 0.353-0.76 0.529-1.24 0.529-0.39 0-0.72-0.091-1.01-0.275-0.31-0.216-0.47-0.513-0.47-0.89 0-0.409 0.13-0.713 0.4-0.911 0.2-0.141 0.5-0.244 0.93-0.31l1.02-0.12c0.22-0.038 0.33-0.097 0.33-0.177 0-0.183-0.14-0.275-0.41-0.275-0.16 0-0.29 0.019-0.39 0.056-0.1 0.033-0.18 0.116-0.23 0.247h-1.47zm1.27 1.356c0 0.198 0.17 0.297 0.5 0.297 0.21 0 0.39-0.066 0.55-0.198s0.25-0.297 0.25-0.494l-0.96 0.12c-0.06 0.005-0.14 0.035-0.22 0.092-0.08 0.051-0.12 0.113-0.12 0.183zm-1.58-1.038l-1.44 0.071c-0.09-0.193-0.17-0.332-0.26-0.417-0.11-0.099-0.27-0.148-0.46-0.148-0.27 0-0.47 0.094-0.62 0.282-0.14 0.184-0.21 0.412-0.21 0.685 0 0.236 0.08 0.436 0.24 0.601 0.16 0.16 0.36 0.24 0.59 0.24 0.38 0 0.62-0.21 0.74-0.629l1.45 0.064c-0.24 1.068-0.97 1.603-2.2 1.603-0.66 0-1.19-0.16-1.59-0.481-0.45-0.348-0.68-0.838-0.68-1.468 0-0.64 0.25-1.135 0.74-1.483 0.43-0.311 0.98-0.466 1.64-0.466 0.53 0 0.97 0.132 1.34 0.395 0.36 0.259 0.61 0.643 0.72 1.151zm-7.4 1.038c0.1 0.165 0.22 0.273 0.38 0.325 0.11 0.033 0.27 0.049 0.5 0.049 0.06 0 0.1-0.002 0.13-0.007 0.03-0.009 0.07-0.026 0.12-0.049 0.1-0.042 0.15-0.106 0.15-0.191 0-0.127-0.22-0.214-0.67-0.261-0.61-0.071-1.02-0.151-1.24-0.24-0.45-0.179-0.67-0.487-0.67-0.925 0-0.475 0.23-0.821 0.68-1.038 0.35-0.165 0.78-0.247 1.32-0.247 1.11 0 1.75 0.379 1.94 1.137l-1.37 0.091c-0.07-0.122-0.16-0.211-0.27-0.268-0.1-0.033-0.23-0.049-0.38-0.049-0.36 0-0.54 0.084-0.54 0.254 0 0.056 0.06 0.106 0.18 0.148 0.13 0.043 0.44 0.094 0.94 0.156 0.5 0.061 0.85 0.15 1.04 0.268 0.3 0.169 0.45 0.447 0.45 0.833 0 0.443-0.21 0.786-0.61 1.031-0.33 0.198-0.74 0.297-1.23 0.297-0.6 0-1.07-0.069-1.4-0.205-0.46-0.189-0.76-0.53-0.87-1.024l1.42-0.085zm-5.93-3.784h1.44v2.28l1.17-0.953h2l-1.75 1.37 1.76 2.288h-1.7l-1.08-1.49-0.4 0.289v1.194h-1.44v-4.978zm-4.85 1.32h1.45v0.48c0.37-0.386 0.83-0.579 1.36-0.579 0.43 0 0.78 0.12 1.04 0.36 0.27 0.236 0.4 0.57 0.4 1.003v2.408h-1.42l-0.01-2.055c0-0.188-0.06-0.341-0.18-0.459s-0.27-0.177-0.45-0.177c-0.24 0-0.42 0.092-0.55 0.276-0.13 0.183-0.19 0.398-0.19 0.642v1.759h-1.45v-3.658zm-1.98 0.007h1.44v3.636h-1.44v-3.636zm0-1.335h1.44v0.982h-1.44v-0.982zm-2.12 3.559h1.45v1.427h-1.45v-1.427zm-5.7-2.224l0.62 2.274c0.04-0.273 0.13-0.652 0.28-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.05-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.55-2.098-0.6 2.098h-1.56l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.05-0.273 0.14-0.652 0.29-1.137 0.06-0.217 0.12-0.438 0.17-0.664 0.04-0.16 0.08-0.318 0.12-0.473l1.48 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.06-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.12-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.28-3.658h1.5zm-6.53 0l0.61 2.274c0.04-0.273 0.14-0.652 0.28-1.137 0.07-0.217 0.12-0.438 0.18-0.664 0.04-0.16 0.08-0.318 0.11-0.473l1.49 0.007 0.33 1.137c0.11 0.419 0.19 0.807 0.24 1.165 0.03-0.188 0.06-0.367 0.1-0.537 0.04-0.174 0.09-0.383 0.17-0.628 0.05-0.188 0.11-0.367 0.16-0.537 0.05-0.174 0.11-0.376 0.19-0.607h1.48l-1.29 3.658h-1.56l-0.56-2.098-0.6 2.098h-1.55l-1.29-3.658h1.51z"/>
+ <g id="g1515" filter="url(#filter58)" fill-rule="evenodd" transform="matrix(.029418 0 0 .029418 .15691 53.986)">
+ <path id="path1516" d="m397.64 320.25-117.25-37.73l-29.65-157.68 94.34-95.688 48.518 17.52 90.297 88.949-86.254 184.64z" stroke="#000" stroke-width=".93619pt" fill="#fff"/>
+ <path id="path1518" d="m476.96 339.17c18.824 3.7644 22.59 16.942 18.824 20.706-3.7634 3.7654-13.175 7.5298-20.705 1.8821-7.5318-5.6465-7.5318-18.824 1.8813-22.588z" stroke-width="1pt"/>
+ <path id="path1519" d="m286.46 340.43c-1.8342 0.48921-17.158-12.716-29.293-6.5953-12.132 6.1196-20.276 19.823-8.9423 25.446 11.335 5.6232 19.438-0.86115 29.374-7.8386 9.9379-6.9764 9.5793-8.3206 8.8608-11.012z" stroke-width="1pt"/>
+ <path id="path1520" d="m510.36 306.93c10.237-2.5598 33.886 0 30.119 15.058-3.7633 15.062-35.764 9.4119-56.473 1.8852-1.8823-15.061 21.529-15.737 26.354-16.943z" stroke-width="1pt"/>
+ <path id="path1521" d="m359.24 21.363c-11.313 0-22.606 4.3206-31.275 12.99l-154.09 154.06c-8.4969 8.4967-12.762 19.543-12.931 30.631h-0.0585c0 0.0395 0.0566 0.0774 0.0585 0.11702-0.002 0.18609-0.0585 0.36977-0.0585 0.55586h0.2633c2.9491 11.221 79.15 25.523 87.651 34.025 12.839 12.839-49.233 22.268-36.395 35.107 12.839 12.839 77.59 24.843 90.43 37.682 12.839 12.839-26.238 26.51-13.399 39.349s55.967-3.2094 48.155 30.28c17.338 17.338 53.512 9.0588 77.733-8.2795 12.839-12.839-24.629-11.707-11.79-24.546s45.247-12.908 72.555-43.621c-10.992-17.095-46.981-24.375-34.142-37.214s37.8-6.3179 91.659-30.777c26.292-11.941 24.12-21.01 24.019-32.006-0.002-0.23138 0-0.43973 0-0.67288h-0.0585c-0.16-11.07-4.46-22.12-12.95-30.62l-154.07-154.06c-8.66-8.667-19.99-12.987-31.3-12.987zm-1.3165 20.04c5.0295 0.13102 9.0916 3.9651 17.056 9.1279l72.789 53.977c0.79681 0.51671 1.5557 1.0557 2.2527 1.6091 0.69703 0.55327 1.3337 1.1401 1.9309 1.7261 0.5972 0.58495 1.14 1.1721 1.6383 1.7846 0.49726 0.61244 0.94845 1.2385 1.3458 1.8724 0.39844 0.6349 0.75476 1.2798 1.0532 1.9309 0.29867 0.65226 0.53281 1.325 0.7314 1.9894 0.19976 0.66341 0.36832 1.319 0.46811 1.9894 0.0999 0.67165 0.14627 1.3452 0.14627 2.0187l-43.123-20.83-4.3006 32.562-23.727-11.117-36.629 24.458-14.014-48.331-18.051 42.275-50.408 5.032 0.55587-22.439c0-5.3897 29.057-43.122 46.751-52.105l32.386-23.259c4.7787-3.0977 8.1289-4.35 11.147-4.2714zm-66.996 220.21c22.944 5.9503 48.476 13.757 68.957 13.897l0.87768 9.2157c-17.538-1.8078-54.648-10.276-63.398-14.745l-6.4363-8.3672z" stroke-width="1pt"/>
</g>
- <use id="use1328" style="color:#000000;" fill-rule="nonzero" xlink:href="#path1508" transform="matrix(5.176729,0,0,5.176729,-102.7023,-256.6246)" height="1052.3622" fill-opacity="0.06461535" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/>
- <text id="text7519" opacity="0.5" style="writing-mode:lr-tb;text-anchor:start;text-align:start;" line-height="125%" font-weight="normal" xml:space="preserve" transform="matrix(0,-1,1,0,0,0)" font-style="normal" font-stretch="normal" font-size="6.96932268px" font-variant="normal" y="-6.5672836" x="-70.83046" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="-70.83046" style="letter-spacing:0.29056421;" y="-6.5672836">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↑</tspan> 向上捲動頁面</tspan></text>
- <path id="path7527" opacity="0.5" d="m338.53,197.82-13.108-1.2709,7.6547-10.717z" fill-rule="evenodd" transform="matrix(-0.614962,-4.549602e-2,-6.191898e-2,0.451855,207.28878,-98.1536)" fill="#000"/>
+ <use id="use1328" style="color:#000000" xlink:href="#path1508" transform="matrix(5.1767 0 0 5.1767 -102.7 -256.62)" height="1052.3622" fill-opacity=".064615" width="744.09448" y="0" x="0" font-family="Sans" fill="#ffffff"/>
+ <text id="text7519" opacity=".5" line-height="125%" xml:space="preserve" transform="rotate(-90)" font-size="6.9693px" y="-6.5672836" x="-70.83046" font-family="Sans" sodipodi:linespacing="125%" fill="#000000"><tspan id="tspan7521" sodipodi:role="line" x="-70.83046" style="letter-spacing:.29056" y="-6.5672836">使用 <tspan id="tspan7523" font-weight="bold">Ctrl+↑</tspan> 向上捲動頁面</tspan></text>
+ <path id="path7527" opacity=".5" d="m338.53 197.82-13.108-1.2709 7.6547-10.717z" fill-rule="evenodd" transform="matrix(-.61496 -.045496 -.061919 .45186 207.29 -98.154)"/>
</g>
</g>
</svg>
diff --git a/src/2geom/svg-path.h b/src/2geom/svg-path.h
index 591eb3aa2..c22f65d11 100644
--- a/src/2geom/svg-path.h
+++ b/src/2geom/svg-path.h
@@ -48,6 +48,10 @@ public:
virtual void quadTo(Point c, Point p) = 0;
virtual void arcTo(double rx, double ry, double angle,
bool large_arc, bool sweep, Point p) = 0;
+
+ /** Undo the last lineTo, curveTo, etc. call. */
+ virtual void backspace() = 0;
+
virtual void closePath() = 0;
virtual void finish() = 0;
virtual ~SVGPathSink() {}
@@ -120,6 +124,13 @@ public:
large_arc, sweep, p);
}
+ void backspace()
+ {
+ if (_in_path && _path.size() > 0) {
+ _path.erase_last();
+ }
+ }
+
void append(Path const &other, Path::Stitching stitching = Path::NO_STITCHING)
{
if (!_in_path) {
diff --git a/src/color-profile.cpp b/src/color-profile.cpp
index c4855543c..0ee3ed787 100644
--- a/src/color-profile.cpp
+++ b/src/color-profile.cpp
@@ -774,19 +774,10 @@ std::vector<Glib::ustring> ColorProfile::getBaseProfileDirs() {
#endif // defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2)
std::vector<Glib::ustring> sources;
- gchar* base = profile_path("XXX");
- {
- gchar* base2 = g_path_get_dirname(base);
- g_free(base);
- base = base2;
- base2 = g_path_get_dirname(base);
- g_free(base);
- base = base2;
- }
-
// first try user's local dir
- sources.push_back( g_build_filename(g_get_user_data_dir(), "color", "icc", NULL) );
-
+ gchar* path = g_build_filename(g_get_user_data_dir(), "color", "icc", NULL);
+ sources.push_back(path);
+ g_free(path);
const gchar* const * dataDirs = g_get_system_data_dirs();
for ( int i = 0; dataDirs[i]; i++ ) {
diff --git a/src/desktop-events.cpp b/src/desktop-events.cpp
index 68b372d99..15c04fa1f 100644
--- a/src/desktop-events.cpp
+++ b/src/desktop-events.cpp
@@ -152,12 +152,7 @@ static gint sp_dt_ruler_event(GtkWidget *widget, GdkEvent *event, SPDesktopWidge
SPDesktop *desktop = dtw->desktop;
GdkWindow *window = gtk_widget_get_window(GTK_WIDGET(dtw->canvas));
-#if GTK_CHECK_VERSION(3,0,0)
- GdkDisplay *display = gdk_window_get_display(window);
- gdk_window_get_device_position(window, display->core_pointer, &wx, &wy, NULL);
-#else
gdk_window_get_pointer(window, &wx, &wy, NULL);
-#endif
Geom::Point const event_win(wx, wy);
gint width, height;
diff --git a/src/draw-anchor.cpp b/src/draw-anchor.cpp
index f3a42ca4e..d11ac462f 100644
--- a/src/draw-anchor.cpp
+++ b/src/draw-anchor.cpp
@@ -21,11 +21,13 @@
#include "display/sodipodi-ctrl.h"
#include "display/curve.h"
+#define FILL_COLOR_NORMAL 0xffffff7f
+#define FILL_COLOR_MOUSEOVER 0xff0000ff
+
/**
* Creates an anchor object and initializes it.
*/
-SPDrawAnchor *
-sp_draw_anchor_new(SPDrawContext *dc, SPCurve *curve, gboolean start, Geom::Point delta)
+SPDrawAnchor *sp_draw_anchor_new(SPDrawContext *dc, SPCurve *curve, gboolean start, Geom::Point delta)
{
if (SP_IS_LPETOOL_CONTEXT(dc)) {
// suppress all kinds of anchors in LPEToolContext
@@ -44,8 +46,8 @@ sp_draw_anchor_new(SPDrawContext *dc, SPCurve *curve, gboolean start, Geom::Poin
a->dp = delta;
a->ctrl = sp_canvas_item_new(sp_desktop_controls(dt), SP_TYPE_CTRL,
"size", 6.0,
- "filled", 0,
- "fill_color", 0xff00007f,
+ "filled", 1,
+ "fill_color", FILL_COLOR_NORMAL,
"stroked", 1,
"stroke_color", 0x000000ff,
NULL);
@@ -58,8 +60,7 @@ sp_draw_anchor_new(SPDrawContext *dc, SPCurve *curve, gboolean start, Geom::Poin
/**
* Destroys the anchor's canvas item and frees the anchor object.
*/
-SPDrawAnchor *
-sp_draw_anchor_destroy(SPDrawAnchor *anchor)
+SPDrawAnchor *sp_draw_anchor_destroy(SPDrawAnchor *anchor)
{
if (anchor->curve) {
anchor->curve->unref();
@@ -77,21 +78,20 @@ sp_draw_anchor_destroy(SPDrawAnchor *anchor)
* Test if point is near anchor, if so fill anchor on canvas and return
* pointer to it or NULL.
*/
-SPDrawAnchor *
-sp_draw_anchor_test(SPDrawAnchor *anchor, Geom::Point w, gboolean activate)
+SPDrawAnchor *sp_draw_anchor_test(SPDrawAnchor *anchor, Geom::Point w, gboolean activate)
{
SPDesktop *dt = SP_EVENT_CONTEXT_DESKTOP(anchor->dc);
if ( activate && ( Geom::LInfty( w - dt->d2w(anchor->dp) ) <= A_SNAP ) ) {
if (!anchor->active) {
- sp_canvas_item_set((GtkObject *) anchor->ctrl, "filled", TRUE, NULL);
+ sp_canvas_item_set((GtkObject *) anchor->ctrl, "fill_color", FILL_COLOR_MOUSEOVER, NULL);
anchor->active = TRUE;
}
return anchor;
}
if (anchor->active) {
- sp_canvas_item_set((GtkObject *) anchor->ctrl, "filled", FALSE, NULL);
+ sp_canvas_item_set((GtkObject *) anchor->ctrl, "fill_color", FILL_COLOR_NORMAL, NULL);
anchor->active = FALSE;
}
return NULL;
diff --git a/src/extension/internal/emf-win32-inout.cpp b/src/extension/internal/emf-win32-inout.cpp
index e321f67f1..bb7f22a70 100644
--- a/src/extension/internal/emf-win32-inout.cpp
+++ b/src/extension/internal/emf-win32-inout.cpp
@@ -2457,10 +2457,8 @@ EmfWin32::open( Inkscape::Extension::Input * /*mod*/, const gchar *uri )
void
EmfWin32::init (void)
{
- Inkscape::Extension::Extension * ext;
-
/* EMF in */
- ext = Inkscape::Extension::build_from_mem(
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>" N_("EMF Input") "</name>\n"
"<id>org.inkscape.input.emf.win32</id>\n"
@@ -2474,7 +2472,7 @@ EmfWin32::init (void)
"</inkscape-extension>", new EmfWin32());
/* WMF in */
- ext = Inkscape::Extension::build_from_mem(
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>" N_("WMF Input") "</name>\n"
"<id>org.inkscape.input.wmf.win32</id>\n"
@@ -2488,7 +2486,7 @@ EmfWin32::init (void)
"</inkscape-extension>", new EmfWin32());
/* EMF out */
- ext = Inkscape::Extension::build_from_mem(
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>" N_("EMF Output") "</name>\n"
"<id>org.inkscape.output.emf.win32</id>\n"
diff --git a/src/extension/internal/emf-win32-print.cpp b/src/extension/internal/emf-win32-print.cpp
index d5e44e702..ef76c2c14 100644
--- a/src/extension/internal/emf-win32-print.cpp
+++ b/src/extension/internal/emf-win32-print.cpp
@@ -543,7 +543,7 @@ bool PrintEmfWin32::print_simple_shape(Geom::PathVector const &pathv, const Geom
/**
* For all Subpaths in the <path>
- */
+ */
for (Geom::PathVector::const_iterator pit = pv.begin(); pit != pv.end(); ++pit)
{
using Geom::X;
@@ -553,7 +553,7 @@ bool PrintEmfWin32::print_simple_shape(Geom::PathVector const &pathv, const Geom
p0[X] = (p0[X] * IN_PER_PX * dwDPI);
p0[Y] = (p0[Y] * IN_PER_PX * dwDPI);
-
+
LONG const x0 = (LONG) round(p0[X]);
LONG const y0 = (LONG) round(rc.bottom-p0[Y]);
@@ -715,7 +715,7 @@ unsigned int PrintEmfWin32::print_pathv(Geom::PathVector const &pathv, const Geo
/**
* For all Subpaths in the <path>
- */
+ */
for (Geom::PathVector::const_iterator pit = pv.begin(); pit != pv.end(); ++pit)
{
using Geom::X;
@@ -725,7 +725,7 @@ unsigned int PrintEmfWin32::print_pathv(Geom::PathVector const &pathv, const Geo
p0[X] = (p0[X] * IN_PER_PX * dwDPI);
p0[Y] = (p0[Y] * IN_PER_PX * dwDPI);
-
+
LONG const x0 = (LONG) round(p0[X]);
LONG const y0 = (LONG) round(rc.bottom-p0[Y]);
@@ -818,7 +818,7 @@ unsigned int PrintEmfWin32::text(Inkscape::Extension::Print * /*mod*/, char cons
HFONT hfont = NULL;
Geom::Affine tf = m_tr_stack.top();
- double rot = 1800.0*std::atan2(tf[1], tf[0])/M_PI; // 0.1 degree rotation
+ double rot = 1800.0*std::atan2(tf[1], tf[0])/M_PI; // 0.1 degree rotation
#ifdef USE_PANGO_WIN32
/*
@@ -904,10 +904,8 @@ unsigned int PrintEmfWin32::text(Inkscape::Extension::Print * /*mod*/, char cons
void PrintEmfWin32::init (void)
{
- Inkscape::Extension::Extension * ext;
-
/* EMF print */
- ext = Inkscape::Extension::build_from_mem(
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>Enhanced Metafile Print</name>\n"
"<id>org.inkscape.print.emf.win32</id>\n"
@@ -920,6 +918,17 @@ void PrintEmfWin32::init (void)
return;
}
+unsigned int PrintEmfWin32::image(Inkscape::Extension::Print * /* module */, /** not used */
+ unsigned char *px, /** array of pixel values, Gdk::Pixbuf bitmap format */
+ unsigned int /*w*/, /** width of bitmap */
+ unsigned int /*h*/, /** height of bitmap */
+ unsigned int /*rs*/, /** row stride (normally w*4) */
+ Geom::Affine const & /*tf_ignore*/, /** WRONG affine transform, use the one from m_tr_stack */
+ SPStyle const * /*style*/) /** provides indirect link to image object */
+{
+ free(px);
+ return 0;
+}
} /* namespace Internal */
} /* namespace Extension */
diff --git a/src/extension/internal/emf-win32-print.h b/src/extension/internal/emf-win32-print.h
index 71ce5d6d0..e7bd08477 100644
--- a/src/extension/internal/emf-win32-print.h
+++ b/src/extension/internal/emf-win32-print.h
@@ -50,6 +50,13 @@ class PrintEmfWin32 : public Inkscape::Extension::Implementation::Implementation
unsigned int print_pathv (Geom::PathVector const &pathv, const Geom::Affine &transform);
bool print_simple_shape (Geom::PathVector const &pathv, const Geom::Affine &transform);
+ unsigned int image(Inkscape::Extension::Print * /* module */, /** not used */
+ unsigned char *px, /** array of pixel values, Gdk::Pixbuf bitmap format */
+ unsigned int w, /** width of bitmap */
+ unsigned int h, /** height of bitmap */
+ unsigned int rs, /** row stride (normally w*4) */
+ Geom::Affine const &tf_ignore, /** WRONG affine transform, use the one from m_tr_stack */
+ SPStyle const *style); /** provides indirect link to image object */
public:
PrintEmfWin32 (void);
@@ -80,7 +87,6 @@ public:
bool textToPath (Inkscape::Extension::Print * ext);
static void init (void);
-
protected:
int create_brush(SPStyle const *style);
diff --git a/src/extension/internal/gdkpixbuf-input.cpp b/src/extension/internal/gdkpixbuf-input.cpp
index 4519befcf..80be2ecc2 100644
--- a/src/extension/internal/gdkpixbuf-input.cpp
+++ b/src/extension/internal/gdkpixbuf-input.cpp
@@ -54,7 +54,7 @@ GdkpixbufInput::open(Inkscape::Extension::Input *mod, char const *uri)
static std::set<Glib::ustring> lossy = create_lossy_set();
if (pb) { /* We are readable */
- bool is_lossy;
+ // TODO revisit: bool is_lossy;
Glib::ustring mime_type, ext;
Glib::ustring u = uri;
std::size_t dotpos = u.rfind('.');
@@ -64,10 +64,10 @@ GdkpixbufInput::open(Inkscape::Extension::Input *mod, char const *uri)
// HACK: replace with something better based on GIO
if (!ext.empty() && lossy.find(ext) != lossy.end()) {
- is_lossy = true;
+ // TODO revisit: is_lossy = true;
mime_type = "image/jpeg";
} else {
- is_lossy = false;
+ // TODO revisit: is_lossy = false;
mime_type = "image/png";
}
diff --git a/src/extension/internal/latex-pstricks-out.cpp b/src/extension/internal/latex-pstricks-out.cpp
index decc42d94..3ce2c5531 100644
--- a/src/extension/internal/latex-pstricks-out.cpp
+++ b/src/extension/internal/latex-pstricks-out.cpp
@@ -49,8 +49,6 @@ bool LatexOutput::check(Inkscape::Extension::Extension * /*module*/)
void LatexOutput::save(Inkscape::Extension::Output * /*mod2*/, SPDocument *doc, gchar const *filename)
{
SPPrintContext context;
- unsigned int ret = 0;
-
doc->ensureUpToDate();
Inkscape::Extension::Print *mod = Inkscape::Extension::get_print(SP_MODULE_KEY_PRINT_LATEX);
@@ -58,28 +56,26 @@ void LatexOutput::save(Inkscape::Extension::Output * /*mod2*/, SPDocument *doc,
gchar * oldoutput = g_strdup(oldconst);
mod->set_param_string("destination", filename);
- /* Start */
+ // Start
context.module = mod;
- /* fixme: This has to go into module constructor somehow */
+ // fixme: This has to go into module constructor somehow
mod->base = doc->getRoot();
Inkscape::Drawing drawing;
- mod->dkey = SPItem::display_key_new (1);
- mod->root = (mod->base)->invoke_show (drawing, mod->dkey, SP_ITEM_SHOW_DISPLAY);
+ mod->dkey = SPItem::display_key_new(1);
+ mod->root = (mod->base)->invoke_show(drawing, mod->dkey, SP_ITEM_SHOW_DISPLAY);
drawing.setRoot(mod->root);
- /* Print document */
- ret = mod->begin (doc);
- (mod->base)->invoke_print (&context);
- ret = mod->finish ();
- /* Release things */
- (mod->base)->invoke_hide (mod->dkey);
+ // Print document
+ mod->begin(doc);
+ (mod->base)->invoke_print(&context);
+ mod->finish();
+ // Release things
+ (mod->base)->invoke_hide(mod->dkey);
mod->base = NULL;
mod->root = NULL; // should have been deleted by invoke_hide
- /* end */
+ // end
mod->set_param_string("destination", oldoutput);
g_free(oldoutput);
-
- return;
}
#include "clear-n_.h"
diff --git a/src/extension/internal/latex-pstricks.cpp b/src/extension/internal/latex-pstricks.cpp
index bdf95f941..c1eddf539 100644
--- a/src/extension/internal/latex-pstricks.cpp
+++ b/src/extension/internal/latex-pstricks.cpp
@@ -326,22 +326,17 @@ PrintLatex::textToPath(Inkscape::Extension::Print * ext)
#include "clear-n_.h"
-void
-PrintLatex::init (void)
+void PrintLatex::init(void)
{
- Inkscape::Extension::Extension * ext;
-
- /* SVG in */
- ext = Inkscape::Extension::build_from_mem(
- "<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
- "<name>" N_("LaTeX Print") "</name>\n"
- "<id>" SP_MODULE_KEY_PRINT_LATEX "</id>\n"
- "<param name=\"destination\" type=\"string\"></param>\n"
- "<param name=\"textToPath\" type=\"boolean\">true</param>\n"
- "<print/>\n"
- "</inkscape-extension>", new PrintLatex());
-
- return;
+ /* SVG in */
+ Inkscape::Extension::build_from_mem(
+ "<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
+ "<name>" N_("LaTeX Print") "</name>\n"
+ "<id>" SP_MODULE_KEY_PRINT_LATEX "</id>\n"
+ "<param name=\"destination\" type=\"string\"></param>\n"
+ "<param name=\"textToPath\" type=\"boolean\">true</param>\n"
+ "<print/>\n"
+ "</inkscape-extension>", new PrintLatex());
}
} /* namespace Internal */
diff --git a/src/extension/internal/pdf-input-cairo.cpp b/src/extension/internal/pdf-input-cairo.cpp
index 36ef66713..0a89c6661 100644
--- a/src/extension/internal/pdf-input-cairo.cpp
+++ b/src/extension/internal/pdf-input-cairo.cpp
@@ -32,6 +32,8 @@
#include <poppler/glib/poppler-page.h>
#include "ui/widget/spinbutton.h"
+#include "ui/widget/frame.h"
+
#include <gdkmm/general.h>
namespace Inkscape {
@@ -99,9 +101,7 @@ PdfImportCairoDialog::PdfImportCairoDialog(PopplerDocument *doc)
hbox3 = Gtk::manage(new class Gtk::HBox(false, 4));
vbox2 = Gtk::manage(new class Gtk::VBox(false, 4));
- alignment3 = Gtk::manage(new class Gtk::Alignment(0.5, 0.5, 1, 1));
- _labelPageSettings = Gtk::manage(new class Gtk::Label(_("Page settings")));
- _pageSettingsFrame = Gtk::manage(new class Gtk::Frame());
+ _pageSettingsFrame = Gtk::manage(new class Inkscape::UI::Widget::Frame(_("Page settings")));
_labelPrecision = Gtk::manage(new class Gtk::Label(_("Precision of approximating gradient meshes:")));
_labelPrecisionWarning = Gtk::manage(new class Gtk::Label(_("<b>Note</b>: setting the precision too high may result in a large SVG file and slow performance.")));
@@ -125,9 +125,7 @@ PdfImportCairoDialog::PdfImportCairoDialog(PopplerDocument *doc)
hbox5 = Gtk::manage(new class Gtk::HBox(false, 4));
_embedImagesCheck = Gtk::manage(new class Gtk::CheckButton(_("Embed images")));
vbox3 = Gtk::manage(new class Gtk::VBox(false, 4));
- alignment4 = Gtk::manage(new class Gtk::Alignment(0.5, 0.5, 1, 1));
- _labelImportSettings = Gtk::manage(new class Gtk::Label(_("Import settings")));
- _importSettingsFrame = Gtk::manage(new class Gtk::Frame());
+ _importSettingsFrame = Gtk::manage(new class Inkscape::UI::Widget::Frame(_("Import settings")));
vbox1 = Gtk::manage(new class Gtk::VBox(false, 4));
_previewArea = Gtk::manage(new class Gtk::DrawingArea());
hbox1 = Gtk::manage(new class Gtk::HBox(false, 4));
@@ -167,18 +165,8 @@ PdfImportCairoDialog::PdfImportCairoDialog(PopplerDocument *doc)
hbox3->pack_start(*_cropTypeCombo, Gtk::PACK_SHRINK, 0);
vbox2->pack_start(*hbox2);
vbox2->pack_start(*hbox3);
- alignment3->add(*vbox2);
- _labelPageSettings->set_alignment(0.5,0.5);
- _labelPageSettings->set_padding(4,0);
- _labelPageSettings->set_justify(Gtk::JUSTIFY_LEFT);
- _labelPageSettings->set_line_wrap(false);
- _labelPageSettings->set_use_markup(true);
- _labelPageSettings->set_selectable(false);
+ _pageSettingsFrame->add(*vbox2);
_pageSettingsFrame->set_border_width(4);
- _pageSettingsFrame->set_shadow_type(Gtk::SHADOW_ETCHED_IN);
- _pageSettingsFrame->set_label_align(0,0.5);
- _pageSettingsFrame->add(*alignment3);
- _pageSettingsFrame->set_label_widget(*_labelPageSettings);
_labelPrecision->set_alignment(0,0.5);
_labelPrecision->set_padding(4,0);
_labelPrecision->set_justify(Gtk::JUSTIFY_LEFT);
@@ -228,18 +216,8 @@ PdfImportCairoDialog::PdfImportCairoDialog(PopplerDocument *doc)
vbox3->pack_start(*hbox5, Gtk::PACK_SHRINK, 4);
vbox3->pack_start(*_localFontsCheck, Gtk::PACK_SHRINK, 0);
vbox3->pack_start(*_embedImagesCheck, Gtk::PACK_SHRINK, 0);
- alignment4->add(*vbox3);
- _labelImportSettings->set_alignment(0.5,0.5);
- _labelImportSettings->set_padding(4,0);
- _labelImportSettings->set_justify(Gtk::JUSTIFY_LEFT);
- _labelImportSettings->set_line_wrap(false);
- _labelImportSettings->set_use_markup(true);
- _labelImportSettings->set_selectable(false);
+ _importSettingsFrame->add(*vbox3);
_importSettingsFrame->set_border_width(4);
- _importSettingsFrame->set_shadow_type(Gtk::SHADOW_ETCHED_IN);
- _importSettingsFrame->set_label_align(0,0.5);
- _importSettingsFrame->add(*alignment4);
- _importSettingsFrame->set_label_widget(*_labelImportSettings);
vbox1->pack_start(*_pageSettingsFrame, Gtk::PACK_EXPAND_PADDING, 0);
vbox1->pack_start(*_importSettingsFrame, Gtk::PACK_EXPAND_PADDING, 0);
hbox1->pack_start(*vbox1);
@@ -266,8 +244,6 @@ PdfImportCairoDialog::PdfImportCairoDialog(PopplerDocument *doc)
_cropTypeCombo->show();
hbox3->show();
vbox2->show();
- alignment3->show();
- _labelPageSettings->show();
_pageSettingsFrame->show();
_labelPrecision->show();
_labelPrecisionWarning->show();
@@ -280,8 +256,6 @@ PdfImportCairoDialog::PdfImportCairoDialog(PopplerDocument *doc)
_localFontsCheck->show();
_embedImagesCheck->show();
vbox3->show();
- alignment4->show();
- _labelImportSettings->show();
_importSettingsFrame->show();
vbox1->show();
_previewArea->show();
@@ -657,9 +631,7 @@ static cairo_status_t
void
PdfInputCairo::init(void) {
- Inkscape::Extension::Extension * ext;
-
- ext = Inkscape::Extension::build_from_mem(
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>PDF Input</name>\n"
"<id>org.inkscape.input.cairo-pdf</id>\n"
diff --git a/src/extension/internal/pdf-input-cairo.h b/src/extension/internal/pdf-input-cairo.h
index 7581cb0a5..cc3ed975e 100644
--- a/src/extension/internal/pdf-input-cairo.h
+++ b/src/extension/internal/pdf-input-cairo.h
@@ -42,6 +42,7 @@ namespace Inkscape {
namespace UI {
namespace Widget {
class SpinButton;
+ class Frame;
}
}
@@ -77,9 +78,7 @@ private:
class Gtk::ComboBoxText * _cropTypeCombo;
class Gtk::HBox * hbox3;
class Gtk::VBox * vbox2;
- class Gtk::Alignment * alignment3;
- class Gtk::Label * _labelPageSettings;
- class Gtk::Frame * _pageSettingsFrame;
+ class Inkscape::UI::Widget::Frame * _pageSettingsFrame;
class Gtk::Label * _labelPrecision;
class Gtk::Label * _labelPrecisionWarning;
class Gtk::HScale * _fallbackPrecisionSlider;
@@ -92,9 +91,7 @@ private:
class Gtk::CheckButton * _localFontsCheck;
class Gtk::CheckButton * _embedImagesCheck;
class Gtk::VBox * vbox3;
- class Gtk::Alignment * alignment4;
- class Gtk::Label * _labelImportSettings;
- class Gtk::Frame * _importSettingsFrame;
+ class Inkscape::UI::Widget::Frame * _importSettingsFrame;
class Gtk::VBox * vbox1;
class Gtk::DrawingArea * _previewArea;
class Gtk::HBox * hbox1;
diff --git a/src/extension/internal/pdfinput/pdf-input.cpp b/src/extension/internal/pdfinput/pdf-input.cpp
index eff488c9d..8802ce2ba 100644
--- a/src/extension/internal/pdfinput/pdf-input.cpp
+++ b/src/extension/internal/pdfinput/pdf-input.cpp
@@ -49,6 +49,7 @@
#include "dialogs/dialog-events.h"
#include <gtk/gtk.h>
#include "ui/widget/spinbutton.h"
+#include "ui/widget/frame.h"
#include <glibmm/i18n.h>
#include <gdkmm/general.h>
@@ -116,9 +117,7 @@ PdfImportDialog::PdfImportDialog(PDFDoc *doc, const gchar */*uri*/)
hbox3 = Gtk::manage(new class Gtk::HBox(false, 4));
vbox2 = Gtk::manage(new class Gtk::VBox(false, 4));
- alignment3 = Gtk::manage(new class Gtk::Alignment(0.5, 0.5, 1, 1));
- _labelPageSettings = Gtk::manage(new class Gtk::Label(_("Page settings")));
- _pageSettingsFrame = Gtk::manage(new class Gtk::Frame());
+ _pageSettingsFrame = Gtk::manage(new class Inkscape::UI::Widget::Frame(_("Page settings")));
_labelPrecision = Gtk::manage(new class Gtk::Label(_("Precision of approximating gradient meshes:")));
_labelPrecisionWarning = Gtk::manage(new class Gtk::Label(_("<b>Note</b>: setting the precision too high may result in a large SVG file and slow performance.")));
@@ -142,9 +141,7 @@ PdfImportDialog::PdfImportDialog(PDFDoc *doc, const gchar */*uri*/)
hbox5 = Gtk::manage(new class Gtk::HBox(false, 4));
_embedImagesCheck = Gtk::manage(new class Gtk::CheckButton(_("Embed images")));
vbox3 = Gtk::manage(new class Gtk::VBox(false, 4));
- alignment4 = Gtk::manage(new class Gtk::Alignment(0.5, 0.5, 1, 1));
- _labelImportSettings = Gtk::manage(new class Gtk::Label(_("Import settings")));
- _importSettingsFrame = Gtk::manage(new class Gtk::Frame());
+ _importSettingsFrame = Gtk::manage(new class Inkscape::UI::Widget::Frame(_("Import settings")));
vbox1 = Gtk::manage(new class Gtk::VBox(false, 4));
_previewArea = Gtk::manage(new class Gtk::DrawingArea());
hbox1 = Gtk::manage(new class Gtk::HBox(false, 4));
@@ -184,18 +181,8 @@ PdfImportDialog::PdfImportDialog(PDFDoc *doc, const gchar */*uri*/)
hbox3->pack_start(*_cropTypeCombo, Gtk::PACK_SHRINK, 0);
vbox2->pack_start(*hbox2);
vbox2->pack_start(*hbox3);
- alignment3->add(*vbox2);
- _labelPageSettings->set_alignment(0.5,0.5);
- _labelPageSettings->set_padding(4,0);
- _labelPageSettings->set_justify(Gtk::JUSTIFY_LEFT);
- _labelPageSettings->set_line_wrap(false);
- _labelPageSettings->set_use_markup(true);
- _labelPageSettings->set_selectable(false);
+ _pageSettingsFrame->add(*vbox2);
_pageSettingsFrame->set_border_width(4);
- _pageSettingsFrame->set_shadow_type(Gtk::SHADOW_ETCHED_IN);
- _pageSettingsFrame->set_label_align(0,0.5);
- _pageSettingsFrame->add(*alignment3);
- _pageSettingsFrame->set_label_widget(*_labelPageSettings);
_labelPrecision->set_alignment(0,0.5);
_labelPrecision->set_padding(4,0);
_labelPrecision->set_justify(Gtk::JUSTIFY_LEFT);
@@ -245,18 +232,8 @@ PdfImportDialog::PdfImportDialog(PDFDoc *doc, const gchar */*uri*/)
vbox3->pack_start(*hbox5, Gtk::PACK_SHRINK, 4);
vbox3->pack_start(*_localFontsCheck, Gtk::PACK_SHRINK, 0);
vbox3->pack_start(*_embedImagesCheck, Gtk::PACK_SHRINK, 0);
- alignment4->add(*vbox3);
- _labelImportSettings->set_alignment(0.5,0.5);
- _labelImportSettings->set_padding(4,0);
- _labelImportSettings->set_justify(Gtk::JUSTIFY_LEFT);
- _labelImportSettings->set_line_wrap(false);
- _labelImportSettings->set_use_markup(true);
- _labelImportSettings->set_selectable(false);
+ _importSettingsFrame->add(*vbox3);
_importSettingsFrame->set_border_width(4);
- _importSettingsFrame->set_shadow_type(Gtk::SHADOW_ETCHED_IN);
- _importSettingsFrame->set_label_align(0,0.5);
- _importSettingsFrame->add(*alignment4);
- _importSettingsFrame->set_label_widget(*_labelImportSettings);
vbox1->pack_start(*_pageSettingsFrame, Gtk::PACK_EXPAND_PADDING, 0);
vbox1->pack_start(*_importSettingsFrame, Gtk::PACK_EXPAND_PADDING, 0);
hbox1->pack_start(*vbox1);
@@ -283,8 +260,6 @@ PdfImportDialog::PdfImportDialog(PDFDoc *doc, const gchar */*uri*/)
_cropTypeCombo->show();
hbox3->show();
vbox2->show();
- alignment3->show();
- _labelPageSettings->show();
_pageSettingsFrame->show();
_labelPrecision->show();
_labelPrecisionWarning->show();
@@ -297,8 +272,6 @@ PdfImportDialog::PdfImportDialog(PDFDoc *doc, const gchar */*uri*/)
_localFontsCheck->show();
_embedImagesCheck->show();
vbox3->show();
- alignment4->show();
- _labelImportSettings->show();
_importSettingsFrame->show();
vbox1->show();
_previewArea->show();
@@ -762,12 +735,9 @@ PdfInput::open(::Inkscape::Extension::Input * /*mod*/, const gchar * uri) {
#include "../clear-n_.h"
-void
-PdfInput::init(void) {
- Inkscape::Extension::Extension * ext;
-
+void PdfInput::init(void) {
/* PDF in */
- ext = Inkscape::Extension::build_from_mem(
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>" N_("PDF Input") "</name>\n"
"<id>org.inkscape.input.pdf</id>\n"
@@ -780,7 +750,7 @@ PdfInput::init(void) {
"</inkscape-extension>", new PdfInput());
/* AI in */
- ext = Inkscape::Extension::build_from_mem(
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>" N_("AI Input") "</name>\n"
"<id>org.inkscape.input.ai</id>\n"
diff --git a/src/extension/internal/pdfinput/pdf-input.h b/src/extension/internal/pdfinput/pdf-input.h
index 7282de322..8334fd2f3 100644
--- a/src/extension/internal/pdfinput/pdf-input.h
+++ b/src/extension/internal/pdfinput/pdf-input.h
@@ -49,6 +49,7 @@ namespace Inkscape {
namespace UI {
namespace Widget {
class SpinButton;
+ class Frame;
}
}
@@ -87,9 +88,7 @@ private:
class Gtk::ComboBoxText * _cropTypeCombo;
class Gtk::HBox * hbox3;
class Gtk::VBox * vbox2;
- class Gtk::Alignment * alignment3;
- class Gtk::Label * _labelPageSettings;
- class Gtk::Frame * _pageSettingsFrame;
+ class Inkscape::UI::Widget::Frame * _pageSettingsFrame;
class Gtk::Label * _labelPrecision;
class Gtk::Label * _labelPrecisionWarning;
class Gtk::HScale * _fallbackPrecisionSlider;
@@ -102,9 +101,7 @@ private:
class Gtk::CheckButton * _localFontsCheck;
class Gtk::CheckButton * _embedImagesCheck;
class Gtk::VBox * vbox3;
- class Gtk::Alignment * alignment4;
- class Gtk::Label * _labelImportSettings;
- class Gtk::Frame * _importSettingsFrame;
+ class Inkscape::UI::Widget::Frame * _importSettingsFrame;
class Gtk::VBox * vbox1;
class Gtk::DrawingArea * _previewArea;
class Gtk::HBox * hbox1;
diff --git a/src/extension/internal/pdfinput/svg-builder.cpp b/src/extension/internal/pdfinput/svg-builder.cpp
index 885bed3c9..2f36e19a4 100644
--- a/src/extension/internal/pdfinput/svg-builder.cpp
+++ b/src/extension/internal/pdfinput/svg-builder.cpp
@@ -57,6 +57,7 @@ namespace Internal {
#define TRACE(_args) IFTRACE(g_print _args)
static double ttm[6] = {1, 0, 0, 1, 0, 0}; // temporary transform matrix
+static bool ttm_is_set = false; // flag to forbid setting ttm
/**
* \struct SvgTransparencyGroup
@@ -214,7 +215,11 @@ Inkscape::XML::Node *SvgBuilder::pushGroup() {
setAsLayer(_docname);
}
}
-
+ if (_container->parent()->attribute("inkscape:groupmode") != NULL) {
+ ttm[0] = ttm[3] = 1.0; // clear ttm if parent is a layer
+ ttm[1] = ttm[2] = ttm[4] = ttm[5] = 0.0;
+ ttm_is_set = false;
+ }
return _container;
}
@@ -567,17 +572,14 @@ bool SvgBuilder::getTransform(double *transform) {
void SvgBuilder::setTransform(double c0, double c1, double c2, double c3,
double c4, double c5) {
// do not remember the group which is a layer
- if (_container->attribute("inkscape:groupmode") != NULL) {
- ttm[0] = ttm[3] = 1.0;
- ttm[1] = ttm[2] = ttm[4] = ttm[5] = 0.0;
- }
- else {
+ if ((_container->attribute("inkscape:groupmode") == NULL) && !ttm_is_set) {
ttm[0] = c0;
ttm[1] = c1;
ttm[2] = c2;
ttm[3] = c3;
ttm[4] = c4;
ttm[5] = c5;
+ ttm_is_set = true;
}
// Avoid transforming a group with an already set clip-path
@@ -862,30 +864,29 @@ bool SvgBuilder::_addGradientStops(Inkscape::XML::Node *gradient, GfxShading *sh
} else if ( type == 3 ) { // Stitching
StitchingFunction *stitchingFunc = static_cast<StitchingFunction*>(func);
double *bounds = stitchingFunc->getBounds();
+ double *encode = stitchingFunc->getEncode();
int num_funcs = stitchingFunc->getNumFuncs();
+
// Add stops from all the stitched functions
+ GfxRGB prev_color, color;
+ svgGetShadingColorRGB(shading, bounds[0], &prev_color);
+ _addStopToGradient(gradient, bounds[0], &prev_color, 1.0);
for ( int i = 0 ; i < num_funcs ; i++ ) {
- GfxRGB color;
- svgGetShadingColorRGB(shading, bounds[i], &color);
- bool is_continuation = false;
- if ( i > 0 ) { // Compare to previous stop
- GfxRGB prev_color;
- svgGetShadingColorRGB(shading, bounds[i-1], &prev_color);
- if ( abs(color.r - prev_color.r) < INT_EPSILON &&
- abs(color.g - prev_color.g) < INT_EPSILON &&
- abs(color.b - prev_color.b) < INT_EPSILON ) {
- is_continuation = true;
- }
- }
+ svgGetShadingColorRGB(shading, bounds[i + 1], &color);
// Add stops
- if ( !is_continuation ) {
- _addStopToGradient(gradient, bounds[i], &color, 1.0);
- }
- if ( is_continuation || ( i == num_funcs - 1 ) ) {
- GfxRGB next_color;
- svgGetShadingColorRGB(shading, bounds[i+1], &next_color);
- _addStopToGradient(gradient, bounds[i+1], &next_color, 1.0);
+ if (stitchingFunc->getFunc(i)->getType() == 2) { // process exponential fxn
+ double expE = (static_cast<ExponentialFunction*>(stitchingFunc->getFunc(i)))->getE();
+ if (expE > 1.0) {
+ expE = (bounds[i + 1] - bounds[i])/expE; // approximate exponential as a single straight line at x=1
+ if (encode[2*i] == 0) { // normal sequence
+ _addStopToGradient(gradient, bounds[i + 1] - expE, &prev_color, 1.0);
+ } else { // reflected sequence
+ _addStopToGradient(gradient, bounds[i] + expE, &color, 1.0);
+ }
+ }
}
+ _addStopToGradient(gradient, bounds[i + 1], &color, 1.0);
+ prev_color = color;
}
} else { // Unsupported function type
return false;
@@ -911,10 +912,10 @@ void SvgBuilder::updateStyle(GfxState *state) {
that a space in sp may be removed or replaced by some other tokens
specified in the code. (Bug LP #179589)
*/
-static int MatchingChars(std::string s1, std::string sp)
+static size_t MatchingChars(std::string s1, std::string sp)
{
- unsigned int is = 0;
- unsigned int ip = 0;
+ size_t is = 0;
+ size_t ip = 0;
while(is < s1.length() && ip < sp.length()) {
if (s1[is] == sp[ip]) {
@@ -928,7 +929,7 @@ static int MatchingChars(std::string s1, std::string sp)
break;
}
}
- return(ip);
+ return ip;
}
/*
@@ -945,12 +946,12 @@ std::string SvgBuilder::_BestMatchingFont(std::string PDFname)
std::string fontname = _availableFontNames[i];
// At least the first word of the font name should match.
- guint minMatch = fontname.find(" ");
+ size_t minMatch = fontname.find(" ");
if (minMatch == std::string::npos) {
minMatch = fontname.length();
}
- int Match = MatchingChars(PDFname, fontname);
+ size_t Match = MatchingChars(PDFname, fontname);
if (Match >= minMatch) {
double relMatch = (float)Match / (fontname.length() + PDFname.length());
if (relMatch > bestMatch) {
diff --git a/src/extension/internal/svg.cpp b/src/extension/internal/svg.cpp
index d054e4427..9b1098afd 100644
--- a/src/extension/internal/svg.cpp
+++ b/src/extension/internal/svg.cpp
@@ -83,10 +83,8 @@ void pruneExtendedAttributes( Inkscape::XML::Node *repr )
void
Svg::init(void)
{
- Inkscape::Extension::Extension * ext;
-
/* SVG in */
- ext = Inkscape::Extension::build_from_mem(
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>" N_("SVG Input") "</name>\n"
"<id>" SP_MODULE_KEY_INPUT_SVG "</id>\n"
@@ -100,7 +98,7 @@ Svg::init(void)
"</inkscape-extension>", new Svg());
/* SVG out Inkscape */
- ext = Inkscape::Extension::build_from_mem(
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>" N_("SVG Output Inkscape") "</name>\n"
"<id>" SP_MODULE_KEY_OUTPUT_SVG_INKSCAPE "</id>\n"
@@ -114,7 +112,7 @@ Svg::init(void)
"</inkscape-extension>", new Svg());
/* SVG out */
- ext = Inkscape::Extension::build_from_mem(
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>" N_("SVG Output") "</name>\n"
"<id>" SP_MODULE_KEY_OUTPUT_SVG "</id>\n"
@@ -232,8 +230,6 @@ Svg::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filena
g_return_if_fail(doc != NULL);
g_return_if_fail(filename != NULL);
- gchar *save_path = g_path_get_dirname(filename);
-
bool const exportExtensions = ( !mod->get_id()
|| !strcmp (mod->get_id(), SP_MODULE_KEY_OUTPUT_SVG_INKSCAPE)
|| !strcmp (mod->get_id(), SP_MODULE_KEY_OUTPUT_SVGZ_INKSCAPE));
@@ -259,8 +255,6 @@ Svg::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filena
Inkscape::GC::release(rdoc);
}
- g_free(save_path);
-
return;
}
diff --git a/src/extension/internal/svgz.cpp b/src/extension/internal/svgz.cpp
index fceafd3ee..be9440980 100644
--- a/src/extension/internal/svgz.cpp
+++ b/src/extension/internal/svgz.cpp
@@ -40,10 +40,8 @@ namespace Internal {
void
Svgz::init(void)
{
- Inkscape::Extension::Extension * ext;
-
/* SVGZ in */
- ext = Inkscape::Extension::build_from_mem(
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>" N_("SVGZ Input") "</name>\n"
"<id>" SP_MODULE_KEY_INPUT_SVGZ "</id>\n"
@@ -57,8 +55,8 @@ Svgz::init(void)
"</input>\n"
"</inkscape-extension>", new Svgz());
- /* SVGZ out Inkscape */
- ext = Inkscape::Extension::build_from_mem(
+ /* SVGZ out Inkscape */
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>" N_("SVGZ Output") "</name>\n"
"<id>" SP_MODULE_KEY_OUTPUT_SVGZ_INKSCAPE "</id>\n"
@@ -71,8 +69,8 @@ Svgz::init(void)
"</output>\n"
"</inkscape-extension>", new Svgz());
- /* SVGZ out */
- ext = Inkscape::Extension::build_from_mem(
+ /* SVGZ out */
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>" N_("SVGZ Output") "</name>\n"
"<id>" SP_MODULE_KEY_OUTPUT_SVGZ "</id>\n"
diff --git a/src/extension/internal/wpg-input.cpp b/src/extension/internal/wpg-input.cpp
index 8862c1d4a..cb1677547 100644
--- a/src/extension/internal/wpg-input.cpp
+++ b/src/extension/internal/wpg-input.cpp
@@ -115,11 +115,8 @@ SPDocument *WpgInput::open(Inkscape::Extension::Input * /*mod*/, const gchar * u
#include "clear-n_.h"
-void
-WpgInput::init(void) {
- Inkscape::Extension::Extension * ext;
-
- ext = Inkscape::Extension::build_from_mem(
+void WpgInput::init(void) {
+ Inkscape::Extension::build_from_mem(
"<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
"<name>" N_("WPG Input") "</name>\n"
"<id>org.inkscape.input.wpg</id>\n"
diff --git a/src/extension/param/string.cpp b/src/extension/param/string.cpp
index f15d56f0d..cf2b0f5d5 100644
--- a/src/extension/param/string.cpp
+++ b/src/extension/param/string.cpp
@@ -10,6 +10,7 @@
# include "config.h"
#endif
+#include <glibmm/value.h>
#include <gtkmm/adjustment.h>
#include <gtkmm/box.h>
#include <gtkmm/spinbutton.h>
diff --git a/src/extension/prefdialog.h b/src/extension/prefdialog.h
index ff857272a..943273623 100644
--- a/src/extension/prefdialog.h
+++ b/src/extension/prefdialog.h
@@ -10,6 +10,7 @@
#ifndef INKSCAPE_EXTENSION_DIALOG_H__
#define INKSCAPE_EXTENSION_DIALOG_H__
+#include <glibmm/value.h>
#include <gtkmm/dialog.h>
#include <glibmm/ustring.h>
diff --git a/src/gradient-drag.cpp b/src/gradient-drag.cpp
index ad66b258a..c1f9251df 100644
--- a/src/gradient-drag.cpp
+++ b/src/gradient-drag.cpp
@@ -1615,6 +1615,7 @@ void GrDrag::addDragger(GrDraggable *draggable)
*/
void GrDrag::addDraggersRadial(SPRadialGradient *rg, SPItem *item, bool fill_or_stroke)
{
+ rg->ensureVector();
addDragger (new GrDraggable (item, POINT_RG_CENTER, 0, fill_or_stroke));
guint num = rg->vector.stops.size();
if (num > 2) {
@@ -1637,6 +1638,7 @@ void GrDrag::addDraggersRadial(SPRadialGradient *rg, SPItem *item, bool fill_or_
*/
void GrDrag::addDraggersLinear(SPLinearGradient *lg, SPItem *item, bool fill_or_stroke)
{
+ lg->ensureVector();
addDragger (new GrDraggable (item, POINT_LG_BEGIN, 0, fill_or_stroke));
guint num = lg->vector.stops.size();
if (num > 2) {
diff --git a/src/interface.cpp b/src/interface.cpp
index 762a1692d..d43662317 100644
--- a/src/interface.cpp
+++ b/src/interface.cpp
@@ -540,7 +540,7 @@ static GtkWidget *sp_ui_menu_append_item_from_verb(GtkMenu *menu, Inkscape::Verb
gchar* c = sp_shortcut_get_label(shortcut);
#if GTK_CHECK_VERSION(3,0,0)
GtkWidget *const hb = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 16);
- gtk_box_set_homogeneous(GTK_BOX(hb), FALSE);
+ gtk_box_set_homogeneous(GTK_BOX(hb), FALSE);
#else
GtkWidget *const hb = gtk_hbox_new(FALSE, 16);
#endif
@@ -728,8 +728,8 @@ sp_ui_menu_append_check_item_from_verb(GtkMenu *menu, Inkscape::UI::View::View *
gchar* c = sp_shortcut_get_label(shortcut);
#if GTK_CHECK_VERSION(3,0,0)
- GtkWidget *hb = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 16);
- gtk_box_set_homogeneous(GTK_BOX(hb), FALSE);
+ GtkWidget *hb = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 16);
+ gtk_box_set_homogeneous(GTK_BOX(hb), FALSE);
#else
GtkWidget *hb = gtk_hbox_new(FALSE, 16);
#endif
@@ -885,7 +885,7 @@ void addTaskMenuItems(GtkMenu *menu, Inkscape::UI::View::View *view)
{
gchar const* data[] = {
C_("Interface setup", "Default"), _("Default interface setup"),
- C_("Interface setup", "Custom"), _("Set the custom task"),
+ C_("Interface setup", "Custom"), _("Setup for custom task"),
C_("Interface setup", "Wide"), _("Setup for widescreen work"),
0, 0
};
@@ -1589,7 +1589,6 @@ void injectRenamedIcons()
ContextMenu::ContextMenu(SPDesktop *desktop, SPItem *item) :
_item(item),
- separators(),
MIGroup(),
MIParent(_("Go to parent"))
{
@@ -1650,15 +1649,13 @@ ContextMenu::ContextMenu(SPDesktop *desktop, SPItem *item) :
ContextMenu::~ContextMenu(void)
{
-// g_message("~ContextMenu");
}
Gtk::SeparatorMenuItem* ContextMenu::AddSeparator(void)
{
- Gtk::SeparatorMenuItem* sep = new Gtk::SeparatorMenuItem();
+ Gtk::SeparatorMenuItem* sep = manage(new Gtk::SeparatorMenuItem());
sep->show();
append(*sep);
- separators.push_back(sep);
return sep;
}
@@ -1693,11 +1690,11 @@ void ContextMenu::AppendItemFromVerb(Inkscape::Verb *verb)//, SPDesktop *view)//
unsigned int shortcut = sp_shortcut_get_primary(verb);
if (shortcut!=GDK_KEY_VoidSymbol) {
gchar* c = sp_shortcut_get_label(shortcut);
- Gtk::HBox *const hb = new Gtk::HBox (FALSE, 16);
- Gtk::Label *const name_lbl = new Gtk::Label(action->name, true);
+ Gtk::HBox *const hb = manage(new Gtk::HBox (FALSE, 16));
+ Gtk::Label *const name_lbl = manage(new Gtk::Label(action->name, true));
name_lbl->set_alignment(0.0, 0.5);
hb->pack_start(*name_lbl, TRUE, TRUE, 0);
- Gtk::Label *const accel_lbl = new Gtk::Label(c);
+ Gtk::Label *const accel_lbl = manage(new Gtk::Label(c));
accel_lbl->set_alignment(1.0, 0.5);
hb->pack_end(*accel_lbl, FALSE, FALSE, 0);
hb->show_all();
@@ -1712,9 +1709,9 @@ void ContextMenu::AppendItemFromVerb(Inkscape::Verb *verb)//, SPDesktop *view)//
// if (radio) {
// item = gtk_radio_menu_item_new (group);
// } else {
- item = new Gtk::ImageMenuItem();
+ item = manage(new Gtk::ImageMenuItem());
// }
- Gtk::Label *const name_lbl = new Gtk::Label(action->name, true);
+ Gtk::Label *const name_lbl = manage(new Gtk::Label(action->name, true));
name_lbl->set_alignment(0.0, 0.5);
item->add(*name_lbl);
}
@@ -1773,7 +1770,7 @@ void ContextMenu::MakeItemMenu (void)
Gtk::MenuItem* mi;
/* Item dialog */
- mi = new Gtk::MenuItem(_("_Object Properties..."),1);
+ mi = manage(new Gtk::MenuItem(_("_Object Properties..."),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::ItemProperties));
mi->show();
append(*mi);//insert(*mi,positionOfLastDialog++);
@@ -1781,7 +1778,7 @@ void ContextMenu::MakeItemMenu (void)
AddSeparator();
/* Select item */
- mi = new Gtk::MenuItem(_("_Select This"),1);
+ mi = manage(new Gtk::MenuItem(_("_Select This"),1));
if (_desktop->selection->includes(_item)) {
mi->set_sensitive(FALSE);
} else {
@@ -1791,7 +1788,7 @@ void ContextMenu::MakeItemMenu (void)
append(*mi);
/* Select same fill and stroke */
- mi = new Gtk::MenuItem(_("_Select Same Fill and Stroke"),1);
+ mi = manage(new Gtk::MenuItem(_("_Select Same Fill and Stroke"),1));
if (_desktop->selection->isEmpty()) {
mi->set_sensitive(FALSE);
} else {
@@ -1802,7 +1799,7 @@ void ContextMenu::MakeItemMenu (void)
append(*mi);
/* Create link */
- mi = new Gtk::MenuItem(_("_Create Link"),1);
+ mi = manage(new Gtk::MenuItem(_("_Create Link"),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::ItemCreateLink));
mi->set_sensitive(!SP_IS_ANCHOR(_item));
mi->show();
@@ -1825,7 +1822,7 @@ void ContextMenu::MakeItemMenu (void)
}
}
/* Set mask */
- mi = new Gtk::MenuItem(_("Set Mask"),1);
+ mi = manage(new Gtk::MenuItem(_("Set Mask"),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::SetMask));
if (ClipRefOK || MaskRefOK) {
mi->set_sensitive(FALSE);
@@ -1836,7 +1833,7 @@ void ContextMenu::MakeItemMenu (void)
append(*mi);
/* Release mask */
- mi = new Gtk::MenuItem(_("Release Mask"),1);
+ mi = manage(new Gtk::MenuItem(_("Release Mask"),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::ReleaseMask));
if (MaskRefOK) {
mi->set_sensitive(TRUE);
@@ -1847,7 +1844,7 @@ void ContextMenu::MakeItemMenu (void)
append(*mi);
/* Set Clip */
- mi = new Gtk::MenuItem(_("Set _Clip"),1);
+ mi = manage(new Gtk::MenuItem(_("Set _Clip"),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::SetClip));
if (ClipRefOK || MaskRefOK) {
mi->set_sensitive(FALSE);
@@ -1858,7 +1855,7 @@ void ContextMenu::MakeItemMenu (void)
append(*mi);
/* Release Clip */
- mi = new Gtk::MenuItem(_("Release C_lip"),1);
+ mi = manage(new Gtk::MenuItem(_("Release C_lip"),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::ReleaseClip));
if (ClipRefOK) {
mi->set_sensitive(TRUE);
@@ -1933,7 +1930,7 @@ void ContextMenu::ReleaseClip(void)
void ContextMenu::MakeGroupMenu(void)
{
/* Ungroup */
- Gtk::MenuItem* mi = new Gtk::MenuItem(_("_Ungroup"),1);
+ Gtk::MenuItem* mi = manage(new Gtk::MenuItem(_("_Ungroup"),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::ActivateUngroup));
mi->show();
append(*mi);
@@ -1953,19 +1950,19 @@ void ContextMenu::MakeAnchorMenu(void)
Gtk::MenuItem* mi;
/* Link dialog */
- mi = new Gtk::MenuItem(_("Link _Properties..."),1);
+ mi = manage(new Gtk::MenuItem(_("Link _Properties..."),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::AnchorLinkProperties));
mi->show();
insert(*mi,positionOfLastDialog++);
/* Select item */
- mi = new Gtk::MenuItem(_("_Follow Link"),1);
+ mi = manage(new Gtk::MenuItem(_("_Follow Link"),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::AnchorLinkFollow));
mi->show();
append(*mi);
/* Reset transformations */
- mi = new Gtk::MenuItem(_("_Remove Link"),1);
+ mi = manage(new Gtk::MenuItem(_("_Remove Link"),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::AnchorLinkRemove));
mi->show();
append(*mi);
@@ -1995,13 +1992,13 @@ void ContextMenu::MakeImageMenu (void)
const gchar *href = ir->attribute("xlink:href");
/* Image properties */
- mi = new Gtk::MenuItem(_("Image _Properties..."),1);
+ mi = manage(new Gtk::MenuItem(_("Image _Properties..."),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::ImageProperties));
mi->show();
insert(*mi,positionOfLastDialog++);
/* Edit externally */
- mi = new Gtk::MenuItem(_("Edit Externally..."),1);
+ mi = manage(new Gtk::MenuItem(_("Edit Externally..."),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::ImageEdit));
mi->show();
insert(*mi,positionOfLastDialog++);
@@ -2011,7 +2008,7 @@ void ContextMenu::MakeImageMenu (void)
/* Embed image */
if (Inkscape::Verb::getbyid( "org.ekips.filter.embedselectedimages" )) {
- mi = new Gtk::MenuItem(C_("Context menu", "Embed Image"));
+ mi = manage(new Gtk::MenuItem(C_("Context menu", "Embed Image")));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::ImageEmbed));
mi->show();
insert(*mi,positionOfLastDialog++);
@@ -2022,7 +2019,7 @@ void ContextMenu::MakeImageMenu (void)
/* Extract image */
if (Inkscape::Verb::getbyid( "org.ekips.filter.extractimage" )) {
- mi = new Gtk::MenuItem(C_("Context menu", "Extract Image..."));
+ mi = manage(new Gtk::MenuItem(C_("Context menu", "Extract Image...")));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::ImageExtract));
mi->show();
insert(*mi,positionOfLastDialog++);
@@ -2155,7 +2152,7 @@ void ContextMenu::MakeShapeMenu (void)
Gtk::MenuItem* mi;
/* Item dialog */
- mi = new Gtk::MenuItem(_("_Fill and Stroke..."),1);
+ mi = manage(new Gtk::MenuItem(_("_Fill and Stroke..."),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::FillSettings));
mi->show();
insert(*mi,positionOfLastDialog++);
@@ -2175,19 +2172,19 @@ void ContextMenu::MakeTextMenu (void)
Gtk::MenuItem* mi;
/* Fill and Stroke dialog */
- mi = new Gtk::MenuItem(_("_Fill and Stroke..."),1);
+ mi = manage(new Gtk::MenuItem(_("_Fill and Stroke..."),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::FillSettings));
mi->show();
insert(*mi,positionOfLastDialog++);
/* Edit Text dialog */
- mi = new Gtk::MenuItem(_("_Text and Font..."),1);
+ mi = manage(new Gtk::MenuItem(_("_Text and Font..."),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::TextSettings));
mi->show();
insert(*mi,positionOfLastDialog++);
/* Spellcheck dialog */
- mi = new Gtk::MenuItem(_("Check Spellin_g..."),1);
+ mi = manage(new Gtk::MenuItem(_("Check Spellin_g..."),1));
mi->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::SpellcheckSettings));
mi->show();
insert(*mi,positionOfLastDialog++);
diff --git a/src/interface.h b/src/interface.h
index 1ea13f639..029bb4154 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -120,7 +120,6 @@ class ContextMenu : public Gtk::Menu
int positionOfLastDialog;
- std::vector<Gtk::SeparatorMenuItem*> separators; //contains pointers to separators
Gtk::MenuItem MIGroup; //menu entry to enter a group
Gtk::MenuItem MIParent; //menu entry to leave a group
diff --git a/src/libnrtype/Layout-TNG-Output.cpp b/src/libnrtype/Layout-TNG-Output.cpp
index 2830a8026..0ce00e43b 100644
--- a/src/libnrtype/Layout-TNG-Output.cpp
+++ b/src/libnrtype/Layout-TNG-Output.cpp
@@ -435,17 +435,17 @@ void Layout::fitToPathAlign(SVGLength const &startOffset, Path const &path)
}
for (unsigned char_index = 0 ; char_index < _characters.size() ; ) {
- unsigned current_cluster_glyph_index, next_cluster_glyph_index;
- unsigned next_cluster_char_index;
Span const &span = _characters[char_index].span(this);
- current_cluster_glyph_index = _characters[char_index].in_glyph;
-
+ size_t next_cluster_char_index = 0; // TODO refactor to not bump via for loops
for (next_cluster_char_index = char_index + 1 ; next_cluster_char_index < _characters.size() ; next_cluster_char_index++) {
if (_characters[next_cluster_char_index].in_glyph != -1 && _characters[next_cluster_char_index].char_attributes.is_cursor_position)
+ {
break;
+ }
}
+ size_t next_cluster_glyph_index = 0;
if (next_cluster_char_index == _characters.size()) {
next_cluster_glyph_index = _glyphs.size();
} else {
@@ -454,11 +454,16 @@ void Layout::fitToPathAlign(SVGLength const &startOffset, Path const &path)
double start_offset = offset + span.x_start + _characters[char_index].x;
double cluster_width = 0.0;
- for (int glyph_index = current_cluster_glyph_index ; glyph_index < next_cluster_glyph_index ; glyph_index++)
+ size_t const current_cluster_glyph_index = _characters[char_index].in_glyph;
+ for (size_t glyph_index = current_cluster_glyph_index ; glyph_index < next_cluster_glyph_index ; glyph_index++)
+ {
cluster_width += _glyphs[glyph_index].width;
+ }
// TODO block progression?
if (span.direction == RIGHT_TO_LEFT)
+ {
start_offset -= cluster_width;
+ }
double end_offset = start_offset + cluster_width;
int unused = 0;
@@ -504,17 +509,19 @@ void Layout::fitToPathAlign(SVGLength const &startOffset, Path const &path)
if (_directions_are_orthogonal(_blockProgression(), TOP_TO_BOTTOM)) {
double rotation = atan2(-tangent[Geom::X], tangent[Geom::Y]);
- for (int glyph_index = current_cluster_glyph_index; glyph_index < next_cluster_glyph_index ; glyph_index++) {
+ for (size_t glyph_index = current_cluster_glyph_index; glyph_index < next_cluster_glyph_index ; glyph_index++) {
_glyphs[glyph_index].x = midpoint[Geom::Y] - tangent[Geom::X] * _glyphs[glyph_index].y - span.chunk(this).left_x;
_glyphs[glyph_index].y = midpoint[Geom::X] + tangent[Geom::Y] * _glyphs[glyph_index].y - _lines.front().baseline_y;
_glyphs[glyph_index].rotation += rotation;
}
} else {
double rotation = atan2(tangent[Geom::Y], tangent[Geom::X]);
- for (int glyph_index = current_cluster_glyph_index; glyph_index < next_cluster_glyph_index ; glyph_index++) {
+ for (size_t glyph_index = current_cluster_glyph_index; glyph_index < next_cluster_glyph_index ; glyph_index++) {
double tangent_shift = -cluster_width * 0.5 + _glyphs[glyph_index].x - (_characters[char_index].x + span.x_start);
if (span.direction == RIGHT_TO_LEFT)
+ {
tangent_shift += cluster_width;
+ }
_glyphs[glyph_index].x = midpoint[Geom::X] + tangent[Geom::X] * tangent_shift - tangent[Geom::Y] * _glyphs[glyph_index].y - span.chunk(this).left_x;
_glyphs[glyph_index].y = midpoint[Geom::Y] + tangent[Geom::Y] * tangent_shift + tangent[Geom::X] * _glyphs[glyph_index].y - _lines.front().baseline_y;
_glyphs[glyph_index].rotation += rotation;
diff --git a/src/livarot/ShapeMisc.cpp b/src/livarot/ShapeMisc.cpp
index da268910f..7b170e8a0 100644
--- a/src/livarot/ShapeMisc.cpp
+++ b/src/livarot/ShapeMisc.cpp
@@ -584,15 +584,13 @@ Shape::MakeTweak (int mode, Shape *a, double power, JoinType join, double miter,
enB = a->CyclePrevAt (a->getEdge(i).en, i);
}
- Geom::Point stD, seD, enD;
- double stL, seL, enL;
- stD = a->getEdge(stB).dx;
- seD = a->getEdge(i).dx;
- enD = a->getEdge(enB).dx;
+ Geom::Point stD = a->getEdge(stB).dx;
+ Geom::Point seD = a->getEdge(i).dx;
+ Geom::Point enD = a->getEdge(enB).dx;
- stL = sqrt (dot(stD,stD));
- seL = sqrt (dot(seD,seD));
- enL = sqrt (dot(enD,enD));
+ double stL = sqrt (dot(stD,stD));
+ double seL = sqrt (dot(seD,seD));
+ //double enL = sqrt (dot(enD,enD));
MiscNormalize (stD);
MiscNormalize (enD);
MiscNormalize (seD);
@@ -778,15 +776,13 @@ Shape::MakeOffset (Shape * a, double dec, JoinType join, double miter, bool do_p
enB = a->CycleNextAt (a->getEdge(i).en, i);
}
- Geom::Point stD, seD, enD;
- double stL, seL, enL;
- stD = a->getEdge(stB).dx;
- seD = a->getEdge(i).dx;
- enD = a->getEdge(enB).dx;
+ Geom::Point stD = a->getEdge(stB).dx;
+ Geom::Point seD = a->getEdge(i).dx;
+ Geom::Point enD = a->getEdge(enB).dx;
- stL = sqrt (dot(stD,stD));
- seL = sqrt (dot(seD,seD));
- enL = sqrt (dot(enD,enD));
+ double stL = sqrt (dot(stD,stD));
+ double seL = sqrt (dot(seD,seD));
+ //double enL = sqrt (dot(enD,enD));
MiscNormalize (stD);
MiscNormalize (enD);
MiscNormalize (seD);
diff --git a/src/live_effects/lpe-knot.cpp b/src/live_effects/lpe-knot.cpp
index 7a66b80c9..7ec103a85 100644
--- a/src/live_effects/lpe-knot.cpp
+++ b/src/live_effects/lpe-knot.cpp
@@ -94,7 +94,8 @@ findShadowedTime(Geom::Path const &patha, std::vector<Geom::Point> const &pt_and
using namespace Geom;
Point T = unit_vector(pt_and_dir[1]);
Point N = T.cw();
- Point A = pt_and_dir[0]-3*width*T, B = A+6*width*T;
+ //Point A = pt_and_dir[0] - 3 * width * T;
+ //Point B = A+6*width*T;
Affine mat = from_basis( T, N, pt_and_dir[0] );
mat = mat.inverse();
diff --git a/src/live_effects/lpe-powerstroke.cpp b/src/live_effects/lpe-powerstroke.cpp
index a9cf22f6a..44f9b9eb0 100644
--- a/src/live_effects/lpe-powerstroke.cpp
+++ b/src/live_effects/lpe-powerstroke.cpp
@@ -209,7 +209,7 @@ Geom::Path path_from_piecewise_fix_cusps( Geom::Piecewise<Geom::D2<Geom::SBasis>
Geom::Piecewise<Geom::SBasis> const & y, // width path
LineJoinType jointype,
double miter_limit,
- bool forward_direction,
+ bool /*forward_direction*/,
double tol=Geom::EPSILON)
{
/* per definition, each discontinuity should be fixed with a join-ending, as defined by linejoin_type
@@ -238,10 +238,10 @@ Geom::Path path_from_piecewise_fix_cusps( Geom::Piecewise<Geom::D2<Geom::SBasis>
Geom::Point discontinuity_vec = B[i].at0() - B[prev_i].at1();
bool on_outside = ( dot(tang1, discontinuity_vec) >= 0. );
- switch (jointype) {
- case LINEJOIN_ROUND: {
- if (on_outside) {
- // we are on the outside: round corner
+ if (on_outside) {
+ // we are on the outside: add some type of join!
+ switch (jointype) {
+ case LINEJOIN_ROUND: {
/* for constant width paths, the rounding is a circular arc (rx == ry),
for non-constant width paths, the rounding can be done with an ellipse but is hard and ambiguous.
The elliptical arc should go through the discontinuity's start and end points (of course!)
@@ -258,30 +258,23 @@ Geom::Path path_from_piecewise_fix_cusps( Geom::Piecewise<Geom::D2<Geom::SBasis>
break;
}
- Geom::Ellipse ellipse = find_ellipse(B[prev_i].at1(), B[i].at0(), *O);
+ Geom::Ellipse ellipse;
+ try {
+ ellipse = find_ellipse(B[prev_i].at1(), B[i].at0(), *O);
+ }
+ catch (Geom::LogicalError &e) {
+ // 2geom did not find a fitting ellipse, this happens for weird thick paths :)
+ // do bevel, and break
+ pb.lineTo(B[i].at0());
+ break;
+ }
+
pb.arcTo( ellipse.ray(Geom::X), ellipse.ray(Geom::Y), ellipse.rot_angle(),
false, width < 0, B[i].at0() );
- } else {
- // we are on the inside, do a simple bevel to connect the paths
- pb.lineTo(B[i].at0()); // default to bevel for too shallow cusp angles
- }
- break;
- }
-/* case LINEJOIN_NONE: {
- if ( on_outside ) {
- // we are on the outside
- Geom::Point point_on_path = B[prev_i].at1() - rot90(tang1) * width;
- pb.lineTo(point_on_path);
- pb.lineTo(B[i].at0());
- } else {
- // we are on the inside, do a simple bevel to connect the paths
- pb.lineTo(B[i].at0()); // default to bevel for too shallow cusp angles
- }
- } */
- case LINEJOIN_EXTRP_MITER: {
- if (on_outside) {
- // we are on the outside, do something complicated to make it look good ;)
+ break;
+ }
+ case LINEJOIN_EXTRP_MITER: {
Geom::D2<Geom::SBasis> newcurve1 = B[prev_i] * Geom::reflection(rot90(tang1), B[prev_i].at1());
Geom::CubicBezier bzr1 = sbasis_to_cubicbezier( reverse(newcurve1) );
@@ -306,17 +299,9 @@ Geom::Path path_from_piecewise_fix_cusps( Geom::Piecewise<Geom::D2<Geom::SBasis>
pb.curveTo(sub2.second[1], sub2.second[2], sub2.second[3]);
}
}
-
- } else {
- // we are on the inside, do a simple bevel to connect the paths
- pb.lineTo(B[i].at0()); // default to bevel for too shallow cusp angles
+ break;
}
- break;
- }
- case LINEJOIN_MITER: {
- if (on_outside) {
- // we are on the outside, do something complicated to make it look good ;)
-
+ case LINEJOIN_MITER: {
boost::optional<Geom::Point> p = intersection_point( B[prev_i].at1(), tang1,
B[i].at0(), tang2 );
if (p) {
@@ -329,14 +314,9 @@ Geom::Path path_from_piecewise_fix_cusps( Geom::Piecewise<Geom::D2<Geom::SBasis>
}
}
pb.lineTo(B[i].at0());
- } else {
- // we are on the inside, do a simple bevel to connect the paths
- pb.lineTo(B[i].at0()); // default to bevel for too shallow cusp angles
+ break;
}
- break;
- }
- case LINEJOIN_SPIRO: {
- if (on_outside) {
+ case LINEJOIN_SPIRO: {
Geom::Point direction = B[i].at0() - B[prev_i].at1();
double tang1_sign = dot(direction,tang1);
double tang2_sign = dot(direction,tang2);
@@ -358,19 +338,39 @@ Geom::Path path_from_piecewise_fix_cusps( Geom::Piecewise<Geom::D2<Geom::SBasis>
Geom::Path spiro;
Spiro::spiro_run(controlpoints, 4, spiro);
pb.append(spiro.portion(1,spiro.size_open()-1), Geom::Path::STITCH_DISCONTINUOUS);
+ break;
+ }
+ case LINEJOIN_BEVEL:
+ default:
+ pb.lineTo(B[i].at0());
+ break;
+ }
+
+ build_from_sbasis(pb, B[i], tol, false);
+
+ } else {
+ // we are on inside of corner!
+ Geom::Path bzr1 = path_from_sbasis( B[prev_i], tol );
+ Geom::Path bzr2 = path_from_sbasis( B[i], tol );
+ Geom::Crossings cross = crossings(bzr1, bzr2);
+ if (cross.size() != 1) {
+ // empty crossing or too many crossings: default to bevel
+ pb.lineTo(B[i].at0());
+ pb.append(bzr2, Geom::Path::STITCH_DISCONTINUOUS);
} else {
- // we are on the inside, do a simple bevel to connect the paths
- pb.lineTo(B[i].at0()); // default to bevel for too shallow cusp angles
+ // :-) quick hack:
+ for (unsigned i=0; i < bzr1.size_open(); ++i) {
+ pb.backspace();
+ }
+
+ pb.append( bzr1.portion(0, cross[0].ta), Geom::Path::STITCH_DISCONTINUOUS );
+ pb.append( bzr2.portion(cross[0].tb, bzr2.size_open()), Geom::Path::STITCH_DISCONTINUOUS );
}
- break;
- }
- case LINEJOIN_BEVEL:
- default:
- pb.lineTo(B[i].at0());
- break;
}
+ } else {
+ build_from_sbasis(pb, B[i], tol, false);
}
- build_from_sbasis(pb, B[i], tol, false);
+
prev_i = i;
}
pb.finish();
diff --git a/src/live_effects/lpe-rough-hatches.cpp b/src/live_effects/lpe-rough-hatches.cpp
index f9ab72373..fb3d143aa 100644
--- a/src/live_effects/lpe-rough-hatches.cpp
+++ b/src/live_effects/lpe-rough-hatches.cpp
@@ -440,8 +440,8 @@ LPERoughHatches::smoothSnake(std::vector<std::vector<Point> > const &linearSnake
for (unsigned comp=0; comp<linearSnake.size(); comp++){
if (linearSnake[comp].size()>=2){
Point last_pt = linearSnake[comp][0];
- Point last_top = linearSnake[comp][0];
- Point last_bot = linearSnake[comp][0];
+ //Point last_top = linearSnake[comp][0];
+ //Point last_bot = linearSnake[comp][0];
Point last_hdle = linearSnake[comp][0];
Point last_top_hdle = linearSnake[comp][0];
Point last_bot_hdle = linearSnake[comp][0];
@@ -482,8 +482,8 @@ LPERoughHatches::smoothSnake(std::vector<std::vector<Point> > const &linearSnake
if ( fat_output.get_value() ){
//double scaled_width = double((is_top ? stroke_width_top : stroke_width_bot))/(pt1[X]-pt0[X]);
- double scaled_width = 1./(pt1[X]-pt0[X]);
- Point hdle_offset = (pt1-pt0)*scaled_width;
+ //double scaled_width = 1./(pt1[X]-pt0[X]);
+ //Point hdle_offset = (pt1-pt0)*scaled_width;
Point inside = new_pt;
Point inside_hdle_in;
Point inside_hdle_out;
diff --git a/src/main.cpp b/src/main.cpp
index 7a5d15cb7..a22295424 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1253,10 +1253,9 @@ do_query_all_recurse (SPObject *o)
}
-static void
-sp_do_export_png(SPDocument *doc)
+static void sp_do_export_png(SPDocument *doc)
{
- const gchar *filename = NULL;
+ Glib::ustring filename;
bool filename_from_hint = false;
gdouble dpi = 0.0;
@@ -1356,7 +1355,7 @@ sp_do_export_png(SPDocument *doc)
}
// set filename and dpi from options, if not yet set from the hints
- if (!filename) {
+ if (filename.empty()) {
if (!sp_export_png) {
g_warning ("No export filename given and no filename hint. Nothing exported.");
return;
@@ -1447,36 +1446,34 @@ sp_do_export_png(SPDocument *doc)
}
}
- gchar *path = 0;
+ Glib::ustring path;
if (filename_from_hint) {
//Make relative paths go from the document location, if possible:
- if (!g_path_is_absolute(filename) && doc->getURI()) {
- gchar *dirname = g_path_get_dirname(doc->getURI());
- if (dirname) {
- path = g_build_filename(dirname, filename, NULL);
- g_free(dirname);
+ if (!Glib::path_is_absolute(filename) && doc->getURI()) {
+ Glib::ustring dirname = Glib::path_get_dirname(doc->getURI());
+ if (!dirname.empty()) {
+ path = Glib::build_filename(dirname, filename);
}
}
- if (!path) {
- path = g_strdup(filename);
+ if (path.empty()) {
+ path = filename;
}
} else {
- path = g_strdup(filename);
+ path = filename;
}
g_print("Background RRGGBBAA: %08x\n", bgcolor);
g_print("Area %g:%g:%g:%g exported to %lu x %lu pixels (%g dpi)\n", area[Geom::X][0], area[Geom::Y][0], area[Geom::X][1], area[Geom::Y][1], width, height, dpi);
- g_print("Bitmap saved as: %s\n", filename);
+ g_print("Bitmap saved as: %s\n", filename.c_str());
if ((width >= 1) && (height >= 1) && (width <= PNG_UINT_31_MAX) && (height <= PNG_UINT_31_MAX)) {
- sp_export_png_file(doc, path, area, width, height, dpi, dpi, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL);
+ sp_export_png_file(doc, path.c_str(), area, width, height, dpi, dpi, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL);
} else {
g_warning("Calculated bitmap dimensions %lu %lu are out of range (1 - %lu). Nothing exported.", width, height, (unsigned long int)PNG_UINT_31_MAX);
}
- g_free (path);
g_slist_free (items);
}
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index e9257d3af..953e7c8d9 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -10,8 +10,9 @@
* Jon A. Cruz <jon@joncruz.org>
* Martin Sucha <martin.sucha-inkscape@jts-sro.sk>
* Abhishek Sharma
+ * Kris De Gussem <Kris.DeGussem@gmail.com>
*
- * Copyright (C) 1999-2010 authors
+ * Copyright (C) 1999-2010,2012 authors
* Copyright (C) 2001-2002 Ximian, Inc.
*
* Released under GNU GPL, read the file 'COPYING' for more information
@@ -2924,8 +2925,7 @@ void sp_selection_untile(SPDesktop *desktop)
}
}
-void
-sp_selection_get_export_hints(Inkscape::Selection *selection, char const **filename, float *xdpi, float *ydpi)
+void sp_selection_get_export_hints(Inkscape::Selection *selection, Glib::ustring &filename, float *xdpi, float *ydpi)
{
if (selection->isEmpty()) {
return;
@@ -2945,13 +2945,17 @@ sp_selection_get_export_hints(Inkscape::Selection *selection, char const **filen
Inkscape::XML::Node * repr = (Inkscape::XML::Node *)reprlst->data;
if (filename_search) {
- *filename = repr->attribute("inkscape:export-filename");
- if (*filename != NULL)
+ const gchar* tmp = repr->attribute("inkscape:export-filename");
+ if (tmp){
+ filename = tmp;
filename_search = FALSE;
+ }
+ else{
+ filename.clear();
+ }
}
if (xdpi_search) {
- dpi_string = NULL;
dpi_string = repr->attribute("inkscape:export-xdpi");
if (dpi_string != NULL) {
*xdpi = atof(dpi_string);
@@ -2960,7 +2964,6 @@ sp_selection_get_export_hints(Inkscape::Selection *selection, char const **filen
}
if (ydpi_search) {
- dpi_string = NULL;
dpi_string = repr->attribute("inkscape:export-ydpi");
if (dpi_string != NULL) {
*ydpi = atof(dpi_string);
@@ -2970,12 +2973,19 @@ sp_selection_get_export_hints(Inkscape::Selection *selection, char const **filen
}
}
-void sp_document_get_export_hints(SPDocument *doc, char const **filename, float *xdpi, float *ydpi)
+void sp_document_get_export_hints(SPDocument *doc, Glib::ustring &filename, float *xdpi, float *ydpi)
{
Inkscape::XML::Node * repr = doc->getReprRoot();
- *filename = repr->attribute("inkscape:export-filename");
-
+ const gchar* tmp = repr->attribute("inkscape:export-filename");
+ if(tmp)
+ {
+ filename = tmp;
+ }
+ else
+ {
+ filename.clear();
+ }
gchar const *dpi_string = repr->attribute("inkscape:export-xdpi");
if (dpi_string != NULL) {
*xdpi = atof(dpi_string);
@@ -3069,14 +3079,14 @@ void sp_selection_create_bitmap_copy(SPDesktop *desktop)
res = PX_PER_IN * prefs_min / MIN(bbox->width(), bbox->height());
} else {
float hint_xdpi = 0, hint_ydpi = 0;
- char const *hint_filename;
+ Glib::ustring hint_filename;
// take resolution hint from the selected objects
- sp_selection_get_export_hints(selection, &hint_filename, &hint_xdpi, &hint_ydpi);
+ sp_selection_get_export_hints(selection, hint_filename, &hint_xdpi, &hint_ydpi);
if (hint_xdpi != 0) {
res = hint_xdpi;
} else {
// take resolution hint from the document
- sp_document_get_export_hints(document, &hint_filename, &hint_xdpi, &hint_ydpi);
+ sp_document_get_export_hints(document, hint_filename, &hint_xdpi, &hint_ydpi);
if (hint_xdpi != 0) {
res = hint_xdpi;
} else {
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h
index ccb152602..0e69fdac8 100644
--- a/src/selection-chemistry.h
+++ b/src/selection-chemistry.h
@@ -142,8 +142,8 @@ void scroll_to_show_item(SPDesktop *desktop, SPItem *item);
void sp_undo (SPDesktop *desktop, SPDocument *doc);
void sp_redo (SPDesktop *desktop, SPDocument *doc);
-void sp_selection_get_export_hints (Inkscape::Selection *selection, const char **filename, float *xdpi, float *ydpi);
-void sp_document_get_export_hints (SPDocument * doc, const char **filename, float *xdpi, float *ydpi);
+void sp_selection_get_export_hints (Inkscape::Selection *selection, Glib::ustring &filename, float *xdpi, float *ydpi);
+void sp_document_get_export_hints (SPDocument * doc, Glib::ustring &filename, float *xdpi, float *ydpi);
void sp_selection_create_bitmap_copy (SPDesktop *desktop);
diff --git a/src/svg-view-widget.cpp b/src/svg-view-widget.cpp
index 0e962a711..ac74f893f 100644
--- a/src/svg-view-widget.cpp
+++ b/src/svg-view-widget.cpp
@@ -29,6 +29,16 @@ static void sp_svg_view_widget_destroy (GtkObject *object);
static void sp_svg_view_widget_size_allocate (GtkWidget *widget, GtkAllocation *allocation);
static void sp_svg_view_widget_size_request (GtkWidget *widget, GtkRequisition *req);
+#if GTK_CHECK_VERSION(3,0,0)
+static void sp_svg_view_widget_get_preferred_width(GtkWidget *widget,
+ gint *minimal_width,
+ gint *natural_width);
+
+static void sp_svg_view_widget_get_preferred_height(GtkWidget *widget,
+ gint *minimal_height,
+ gint *natural_height);
+#endif
+
static void sp_svg_view_widget_view_resized (SPViewWidget *vw, Inkscape::UI::View::View *view, gdouble width, gdouble height);
static SPViewWidgetClass *widget_parent_class;
@@ -68,7 +78,12 @@ static void sp_svg_view_widget_class_init(SPSVGSPViewWidgetClass *klass)
object_class->destroy = sp_svg_view_widget_destroy;
widget_class->size_allocate = sp_svg_view_widget_size_allocate;
+#if GTK_CHECK_VERSION(3,0,0)
+ widget_class->get_preferred_width = sp_svg_view_widget_get_preferred_width;
+ widget_class->get_preferred_height = sp_svg_view_widget_get_preferred_height;
+#else
widget_class->size_request = sp_svg_view_widget_size_request;
+#endif
vw_class->view_resized = sp_svg_view_widget_view_resized;
}
@@ -164,6 +179,22 @@ static void sp_svg_view_widget_size_request(GtkWidget *widget, GtkRequisition *r
}
}
+#if GTK_CHECK_VERSION(3,0,0)
+static void sp_svg_view_widget_get_preferred_width(GtkWidget *widget, gint *minimal_width, gint *natural_width)
+{
+ GtkRequisition requisition;
+ sp_svg_view_widget_size_request(widget, &requisition);
+ *minimal_width = *natural_width = requisition.width;
+}
+
+static void sp_svg_view_widget_get_preferred_height(GtkWidget *widget, gint *minimal_height, gint *natural_height)
+{
+ GtkRequisition requisition;
+ sp_svg_view_widget_size_request(widget, &requisition);
+ *minimal_height = *natural_height = requisition.height;
+}
+#endif
+
/**
* Callback connected with size_allocate signal.
*/
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index c00590ae1..2c6a68569 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -80,6 +80,7 @@ set(ui_SRC
widget/dock.cpp
widget/entity-entry.cpp
widget/entry.cpp
+ widget/frame.cpp
widget/filter-effect-chooser.cpp
widget/handlebox.cpp
widget/icon-widget.cpp
@@ -211,6 +212,7 @@ set(ui_SRC
widget/dock.h
widget/entity-entry.h
widget/entry.h
+ widget/frame.h
widget/filter-effect-chooser.h
widget/handlebox.h
widget/icon-widget.h
diff --git a/src/ui/dialog/align-and-distribute.h b/src/ui/dialog/align-and-distribute.h
index 7edf9c30c..59cc0dba4 100644
--- a/src/ui/dialog/align-and-distribute.h
+++ b/src/ui/dialog/align-and-distribute.h
@@ -17,6 +17,7 @@
#include <list>
#include "ui/widget/panel.h"
+#include "ui/widget/frame.h"
#include <gtkmm/frame.h>
#include <gtkmm/comboboxtext.h>
#include <gtkmm/label.h>
@@ -107,7 +108,7 @@ protected:
#endif
std::list<Action *> _actionList;
- Gtk::Frame _alignFrame, _distributeFrame, _rearrangeFrame, _removeOverlapFrame, _nodesFrame;
+ UI::Widget::Frame _alignFrame, _distributeFrame, _rearrangeFrame, _removeOverlapFrame, _nodesFrame;
#if WITH_GTKMM_3_0
Gtk::Grid _alignTable, _distributeTable, _rearrangeTable, _removeOverlapTable, _nodesTable;
#else
diff --git a/src/ui/dialog/export.cpp b/src/ui/dialog/export.cpp
index 060a10f63..af5788ac6 100644
--- a/src/ui/dialog/export.cpp
+++ b/src/ui/dialog/export.cpp
@@ -94,8 +94,8 @@ namespace Dialog {
Export::Export (void) :
UI::Widget::Panel ("", "/dialogs/export/", SP_VERB_DIALOG_EXPORT),
current_key(SELECTION_PAGE),
- original_name(NULL),
- doc_export_name(NULL),
+ original_name(),
+ doc_export_name(),
filename_modified(false),
was_empty(true),
update(false),
@@ -116,6 +116,8 @@ Export::Export (void) :
button_box(Gtk::BUTTONBOX_END),
export_label(_("_Export"), 1),
export_image(Gtk::StockID(Gtk::Stock::APPLY), Gtk::ICON_SIZE_BUTTON),
+ prog_dlg(NULL),
+ interrupted(false),
prefs(NULL),
desktop(NULL),
deskTrack(),
@@ -164,27 +166,27 @@ Export::Export (void) :
t->set_col_spacings (4);
x0_adj = createSpinbutton ( "x0", 0.0, -1000000.0, 1000000.0, 0.1, 1.0, unit_selector->gobj(),
- GTK_WIDGET(t->gobj()), 0, 0, _("_x0:"), NULL, EXPORT_COORD_PRECISION, 1,
+ t, 0, 0, _("_x0:"), "", EXPORT_COORD_PRECISION, 1,
&Export::onAreaX0Change);
x1_adj = createSpinbutton ( "x1", 0.0, -1000000.0, 1000000.0, 0.1, 1.0, unit_selector->gobj(),
- GTK_WIDGET(t->gobj()), 2, 0, _("x_1:"), NULL, EXPORT_COORD_PRECISION, 1,
+ t, 2, 0, _("x_1:"), "", EXPORT_COORD_PRECISION, 1,
&Export::onAreaX1Change);
width_adj = createSpinbutton ( "width", 0.0, 0.0, PNG_UINT_31_MAX, 0.1, 1.0,
- unit_selector->gobj(), GTK_WIDGET(t->gobj()), 4, 0, _("Wid_th:"), NULL, EXPORT_COORD_PRECISION, 1,
+ unit_selector->gobj(), t, 4, 0, _("Wid_th:"), "", EXPORT_COORD_PRECISION, 1,
&Export::onAreaWidthChange);
y0_adj = createSpinbutton ( "y0", 0.0, -1000000.0, 1000000.0, 0.1, 1.0, unit_selector->gobj(),
- GTK_WIDGET(t->gobj()), 0, 1, _("_y0:"), NULL, EXPORT_COORD_PRECISION, 1,
+ t, 0, 1, _("_y0:"), "", EXPORT_COORD_PRECISION, 1,
&Export::onAreaY0Change);
y1_adj = createSpinbutton ( "y1", 0.0, -1000000.0, 1000000.0, 0.1, 1.0, unit_selector->gobj(),
- GTK_WIDGET(t->gobj()), 2, 1, _("y_1:"), NULL, EXPORT_COORD_PRECISION, 1,
+ t, 2, 1, _("y_1:"), "", EXPORT_COORD_PRECISION, 1,
&Export::onAreaY1Change);
height_adj = createSpinbutton ( "height", 0.0, 0.0, PNG_UINT_31_MAX, 0.1, 1.0,
- unit_selector->gobj(), GTK_WIDGET(t->gobj()), 4, 1, _("Hei_ght:"), NULL, EXPORT_COORD_PRECISION, 1,
+ unit_selector->gobj(), t, 4, 1, _("Hei_ght:"), "", EXPORT_COORD_PRECISION, 1,
&Export::onAreaHeightChange);
area_box.pack_start(togglebox, false, false, 3);
@@ -213,18 +215,18 @@ Export::Export (void) :
size_box.pack_start(*t);
bmwidth_adj = createSpinbutton ( "bmwidth", 16.0, 1.0, 1000000.0, 1.0, 10.0,
- NULL, GTK_WIDGET(t->gobj()), 0, 0,
+ NULL, t, 0, 0,
_("_Width:"), _("pixels at"), 0, 1,
&Export::onBitmapWidthChange);
xdpi_adj = createSpinbutton ( "xdpi",
prefs->getDouble("/dialogs/export/defaultxdpi/value", DPI_BASE),
- 0.01, 100000.0, 0.1, 1.0, NULL, GTK_WIDGET(t->gobj()), 3, 0,
- NULL, _("dp_i"), 2, 1,
+ 0.01, 100000.0, 0.1, 1.0, NULL, t, 3, 0,
+ "", _("dp_i"), 2, 1,
&Export::onExportXdpiChange);
bmheight_adj = createSpinbutton ( "bmheight", 16.0, 1.0, 1000000.0, 1.0, 10.0,
- NULL, GTK_WIDGET(t->gobj()), 0, 1,
+ NULL, t, 0, 1,
_("_Height:"), _("pixels at"), 0, 1,
&Export::onBitmapHeightChange);
@@ -232,8 +234,8 @@ Export::Export (void) :
* There's no way to set ydpi currently, so we use the defaultxdpi value here, too...
*/
ydpi_adj = createSpinbutton ( "ydpi", prefs->getDouble("/dialogs/export/defaultxdpi/value", DPI_BASE),
- 0.01, 100000.0, 0.1, 1.0, NULL, GTK_WIDGET(t->gobj()), 3, 1,
- NULL, _("dpi"), 2, 0, NULL );
+ 0.01, 100000.0, 0.1, 1.0, NULL, t, 3, 1,
+ "", _("dpi"), 2, 0, NULL );
singleexport_box.pack_start(size_box);
}
@@ -262,7 +264,7 @@ Export::Export (void) :
file_box.add(filename_box);
- original_name = g_strdup(filename_entry.get_text().c_str());
+ original_name = filename_entry.get_text();
// focus is in the filename initially:
filename_entry.grab_focus();
@@ -317,10 +319,6 @@ Export::Export (void) :
Export::~Export (void)
{
- g_free(original_name);
- original_name = NULL;
- g_free(doc_export_name);
- doc_export_name = NULL;
was_empty = TRUE;
selectModifiedConn.disconnect();
@@ -353,7 +351,6 @@ void Export::setTargetDesktop(SPDesktop *desktop)
//// Must check flags, so can't call widget_setup() directly.
selectModifiedConn = desktop->selection->connectModified(sigc::hide<0>(sigc::mem_fun(*this, &Export::onSelectionModified)));
}
- //widget_setup();
}
}
@@ -406,77 +403,49 @@ void Export::set_default_filename () {
g_free(name);
}
- doc_export_name = g_strdup(filename_entry.get_text().c_str());
+ doc_export_name = filename_entry.get_text();
}
}
-/**
- * Creates a new spin button for the export dialog.
- * @param key The name of the spin button
- * @param val A default value for the spin button
- * @param min Minimum value for the spin button
- * @param max Maximum value for the spin button
- * @param step The step size for the spin button
- * @param page Size of the page increment
- * @param us Unit selector that effects this spin button
- * @param t Table to put the spin button in
- * @param x X location in the table \c t to start with
- * @param y Y location in the table \c t to start with
- * @param ll Text to put on the left side of the spin button (optional)
- * @param lr Text to put on the right side of the spin button (optional)
- * @param digits Number of digits to display after the decimal
- * @param sensitive Whether the spin button is sensitive or not
- * @param cb Callback for when this spin button is changed (optional)
- */
Gtk::Adjustment * Export::createSpinbutton( gchar const * /*key*/, float val, float min, float max,
float step, float page, GtkWidget *us,
- GtkWidget *t, int x, int y,
- const gchar *ll, const gchar *lr,
+ Gtk::Table *t, int x, int y,
+ const Glib::ustring ll, const Glib::ustring lr,
int digits, unsigned int sensitive,
void (Export::*cb)() )
{
Gtk::Adjustment *adj = new Gtk::Adjustment ( val, min, max, step, page, 0 );
-
if (us) {
- sp_unit_selector_add_adjustment ( SP_UNIT_SELECTOR (us),
- GTK_ADJUSTMENT (adj->gobj()) );
+ sp_unit_selector_add_adjustment ( SP_UNIT_SELECTOR (us), GTK_ADJUSTMENT (adj->gobj()) );
}
int pos = 0;
+ Gtk::Label *l = NULL;
- GtkWidget *l = NULL;
-
- if (ll) {
-
- l = gtk_label_new_with_mnemonic ((const gchar *)ll);
- gtk_misc_set_alignment (GTK_MISC (l), 1.0, 0.5);
- gtk_table_attach ( GTK_TABLE (t), l, x + pos, x + pos + 1, y, y + 1,
- (GtkAttachOptions)0, (GtkAttachOptions)0, 0, 0 );
- gtk_widget_set_sensitive (l, sensitive);
- pos += 1;
-
+ if (!ll.empty()) {
+ l = new Gtk::Label(ll,true);
+ l->set_alignment (1.0, 0.5);
+ t->attach (*l, x + pos, x + pos + 1, y, y + 1, Gtk::EXPAND, Gtk::EXPAND, 0, 0 );
+ l->set_sensitive(sensitive);
+ pos++;
}
- GtkWidget *sb = gtk_spin_button_new (GTK_ADJUSTMENT (adj->gobj()), 1.0, digits);
- gtk_table_attach ( GTK_TABLE (t), sb, x + pos, x + pos + 1, y, y + 1,
- (GtkAttachOptions)0, (GtkAttachOptions)0, 0, 0 );
- gtk_widget_set_size_request (sb, 80, -1);
- gtk_widget_set_sensitive (sb, sensitive);
- pos += 1;
+ Gtk::SpinButton *sb = new Gtk::SpinButton(*adj, 1.0, digits);
+ t->attach (*sb, x + pos, x + pos + 1, y, y + 1, Gtk::EXPAND, Gtk::EXPAND, 0, 0 );
+ sb->set_size_request (80, -1);
+ sb->set_sensitive (sensitive);
+ pos++;
- if (ll) { gtk_label_set_mnemonic_widget (GTK_LABEL(l), sb); }
+ if (!ll.empty()) { l->set_mnemonic_widget(*sb);}
- if (lr) {
-
- l = gtk_label_new_with_mnemonic ((const gchar *)lr);
- gtk_misc_set_alignment (GTK_MISC (l), 0.0, 0.5);
- gtk_table_attach ( GTK_TABLE (t), l, x + pos, x + pos + 1, y, y + 1,
- (GtkAttachOptions)0, (GtkAttachOptions)0, 0, 0 );
- gtk_widget_set_sensitive (l, sensitive);
- pos += 1;
-
- gtk_label_set_mnemonic_widget (GTK_LABEL(l), sb);
+ if (!lr.empty()) {
+ l = new Gtk::Label(lr,true);
+ l->set_alignment (0.0, 0.5);
+ t->attach (*l, x + pos, x + pos + 1, y, y + 1, Gtk::EXPAND, Gtk::EXPAND, 0, 0 );
+ l->set_sensitive (sensitive);
+ pos++;
+ l->set_mnemonic_widget (*sb);
}
if (cb) {
@@ -487,40 +456,36 @@ Gtk::Adjustment * Export::createSpinbutton( gchar const * /*key*/, float val, fl
} // end of createSpinbutton()
-gchar* Export::create_filepath_from_id (const gchar *id, const gchar *file_entry_text) {
-
- if (id == NULL) /* This should never happen */
+Glib::ustring Export::create_filepath_from_id (Glib::ustring id, const Glib::ustring &file_entry_text)
+{
+ if (id.empty())
+ { /* This should never happen */
id = "bitmap";
+ }
- gchar *directory = NULL;
+ Glib::ustring directory;
- if (directory == NULL && file_entry_text != NULL && file_entry_text[0] != '\0') {
- // std::cout << "Directory from dialog" << std::endl;
- directory = g_path_get_dirname(file_entry_text);
+ if (!file_entry_text.empty()) {
+ directory = Glib::path_get_dirname(file_entry_text);
}
- if (directory == NULL) {
+ if (directory.empty()) {
/* Grab document directory */
- if ( SP_ACTIVE_DOCUMENT->getURI() ) {
- // std::cout << "Directory from document" << std::endl;
- directory = g_path_get_dirname( SP_ACTIVE_DOCUMENT->getURI() );
+ const gchar* docURI = SP_ACTIVE_DOCUMENT->getURI();
+ if (docURI) {
+ directory = Glib::path_get_dirname(docURI);
}
}
- if (directory == NULL) {
- // std::cout << "Home Directory" << std::endl;
+ if (directory.empty()) {
directory = homedir_path(NULL);
}
- gchar * id_ext = g_strconcat(id, ".png", NULL);
- gchar *filename = g_build_filename(directory, id_ext, NULL);
- g_free(directory);
- g_free(id_ext);
+ Glib::ustring filename = Glib::build_filename(directory, id+".png");
return filename;
}
-void
-Export::onBatchClicked ()
+void Export::onBatchClicked ()
{
if (batch_export.get_active()) {
singleexport_box.set_sensitive(false);
@@ -546,8 +511,7 @@ void Export::updateCheckbuttons ()
}
}
-inline void
-Export::findDefaultSelection()
+inline void Export::findDefaultSelection()
{
selection_type key = SELECTION_NUMBER_OF;
@@ -609,6 +573,7 @@ void Export::onSelectionChanged()
void Export::onSelectionModified ( guint /*flags*/ )
{
+ Inkscape::Selection * Sel;
switch (current_key) {
case SELECTION_DRAWING:
if ( SP_ACTIVE_DESKTOP ) {
@@ -624,12 +589,16 @@ void Export::onSelectionModified ( guint /*flags*/ )
}
break;
case SELECTION_SELECTION:
- if ((sp_desktop_selection(SP_ACTIVE_DESKTOP))->isEmpty() == false) {
- Geom::OptRect bbox = (sp_desktop_selection (SP_ACTIVE_DESKTOP))->visualBounds();
- setArea ( bbox->left(),
+ Sel = sp_desktop_selection(SP_ACTIVE_DESKTOP);
+ if (Sel->isEmpty() == false) {
+ Geom::OptRect bbox = Sel->visualBounds();
+ if (bbox)
+ {
+ setArea ( bbox->left(),
bbox->top(),
bbox->right(),
bbox->bottom());
+ }
}
break;
default:
@@ -717,20 +686,18 @@ void Export::onAreaToggled ()
if (SP_ACTIVE_DESKTOP && !filename_modified) {
- const gchar * filename = NULL;
+ Glib::ustring filename;
float xdpi = 0.0, ydpi = 0.0;
switch (key) {
case SELECTION_PAGE:
case SELECTION_DRAWING: {
SPDocument * doc = SP_ACTIVE_DOCUMENT;
- sp_document_get_export_hints (doc, &filename, &xdpi, &ydpi);
+ sp_document_get_export_hints (doc, filename, &xdpi, &ydpi);
- if (filename == NULL) {
- if (doc_export_name != NULL) {
- filename = g_strdup(doc_export_name);
- } else {
- filename = g_strdup("");
+ if (filename.empty()) {
+ if (!doc_export_name.empty()) {
+ filename = doc_export_name;
}
}
break;
@@ -738,11 +705,11 @@ void Export::onAreaToggled ()
case SELECTION_SELECTION:
if ((sp_desktop_selection(SP_ACTIVE_DESKTOP))->isEmpty() == false) {
- sp_selection_get_export_hints (sp_desktop_selection(SP_ACTIVE_DESKTOP), &filename, &xdpi, &ydpi);
+ sp_selection_get_export_hints (sp_desktop_selection(SP_ACTIVE_DESKTOP), filename, &xdpi, &ydpi);
/* If we still don't have a filename -- let's build
one that's nice */
- if (filename == NULL) {
+ if (filename.empty()) {
const gchar * id = NULL;
const GSList * reprlst = sp_desktop_selection(SP_ACTIVE_DESKTOP)->reprList();
for(; reprlst != NULL; reprlst = reprlst->next) {
@@ -753,7 +720,7 @@ void Export::onAreaToggled ()
}
}
- filename = create_filepath_from_id (id, filename_entry.get_text().c_str());
+ filename = create_filepath_from_id (id, filename_entry.get_text());
}
}
break;
@@ -762,9 +729,8 @@ void Export::onAreaToggled ()
break;
}
- if (filename != NULL) {
- g_free(original_name);
- original_name = g_strdup(filename);
+ if (!filename.empty()) {
+ original_name = filename;
filename_entry.set_text(filename);
}
@@ -784,75 +750,61 @@ void Export::onAreaToggled ()
} // end of sp_export_area_toggled()
/// Called when dialog is deleted
-
-gint Export::onProgressDelete ( GtkWidget * /*widget*/, GdkEvent * /*event*/, GObject *base )
+bool Export::onProgressDelete (GdkEventAny * /*event*/)
{
- g_object_set_data (base, "cancel", (gpointer) 1);
+ interrupted = true;
return TRUE;
} // end of sp_export_progress_delete()
/// Called when progress is cancelled
-void Export::onProgressCancel ( GtkWidget * /*widget*/, GObject *base )
+void Export::onProgressCancel ()
{
- g_object_set_data (base, "cancel", (gpointer) 1);
+ interrupted = true;
} // end of sp_export_progress_cancel()
/// Called for every progress iteration
-unsigned int Export::onProgressCallback (float value, void *data)
+unsigned int Export::onProgressCallback (float value, void *dlg)
{
- GtkWidget *prg;
- int evtcount;
-
- if (g_object_get_data ((GObject *) data, "cancel"))
+ Gtk::Dialog *dlg2 = reinterpret_cast<Gtk::Dialog*>(dlg);
+ if (dlg2->get_data("cancel")){
return FALSE;
+ }
- prg = (GtkWidget *) g_object_get_data ((GObject *) data, "progress");
- gtk_progress_bar_set_fraction ((GtkProgressBar *) prg, value);
+ Gtk::ProgressBar *prg = (Gtk::ProgressBar *) dlg2->get_data ("progress");
+ prg->set_fraction(value);
- evtcount = 0;
+ int evtcount = 0;
while ((evtcount < 16) && gdk_events_pending ()) {
gtk_main_iteration_do (FALSE);
evtcount += 1;
}
gtk_main_iteration_do (FALSE);
-
return TRUE;
-
} // end of sp_export_progress_callback()
-GtkWidget * Export::create_progress_dialog (Glib::ustring progress_text) {
- GtkWidget *dlg, *prg, *btn; /* progressbar dlg widgets */
-
- dlg = gtk_dialog_new ();
-
- GtkObject *base = GTK_OBJECT(dlg);
-
- gtk_window_set_title (GTK_WINDOW (dlg), _("Export in progress"));
- prg = gtk_progress_bar_new ();
- //sp_transientize (dlg);
- gtk_window_set_resizable (GTK_WINDOW (dlg), FALSE);
- g_object_set_data ((GObject *) base, "progress", prg);
-
- gtk_progress_bar_set_text ((GtkProgressBar *) prg, progress_text.c_str());
+Gtk::Dialog * Export::create_progress_dialog (Glib::ustring progress_text) {
+ Gtk::Dialog *dlg = new Gtk::Dialog(_("Export in progress"), TRUE);
+
+ Gtk::ProgressBar *prg = new Gtk::ProgressBar ();
+ prg->set_text(progress_text);
+ prg->set_orientation(Gtk::PROGRESS_LEFT_TO_RIGHT);
+ dlg->set_data ("progress", prg);
+#if GTK_CHECK_VERSION(3,0,0)
+ Gtk::Box* CA = dlg->get_content_area();
+#else
+ Gtk::Box* CA = dlg->get_vbox();
+#endif
+ CA->pack_start(*prg, FALSE, FALSE, 4);
- gtk_progress_bar_set_orientation ( (GtkProgressBar *) prg,
- GTK_PROGRESS_LEFT_TO_RIGHT);
- gtk_box_pack_start ((GtkBox *) gtk_dialog_get_content_area((GtkDialog *) dlg),
- prg, FALSE, FALSE, 4 );
- btn = gtk_dialog_add_button ( GTK_DIALOG (dlg),
- GTK_STOCK_CANCEL,
- GTK_RESPONSE_CANCEL );
+ Gtk::Button* btn = dlg->add_button (Gtk::Stock::CANCEL,Gtk::RESPONSE_CANCEL );
- g_signal_connect ( (GObject *) dlg, "delete_event",
- (GCallback) onProgressDelete, base);
- g_signal_connect ( (GObject *) btn, "clicked",
- (GCallback) onProgressCancel, base);
- gtk_window_set_modal ((GtkWindow *) dlg, TRUE);
- gtk_widget_show_all (dlg);
+ btn->signal_clicked().connect( sigc::mem_fun(*this, &Export::onProgressCancel) );
+ dlg->signal_delete_event().connect( sigc::mem_fun(*this, &Export::onProgressDelete) );
+ dlg->show_all ();
return dlg;
}
@@ -879,19 +831,18 @@ Glib::ustring Export::filename_add_extension (Glib::ustring filename, Glib::ustr
}
}
-gchar *Export::absolutize_path_from_document_location (SPDocument *doc, const gchar *filename)
+Glib::ustring Export::absolutize_path_from_document_location (SPDocument *doc, const Glib::ustring &filename)
{
- gchar *path = 0;
+ Glib::ustring path;
//Make relative paths go from the document location, if possible:
- if (!g_path_is_absolute(filename) && doc->getURI()) {
- gchar *dirname = g_path_get_dirname(doc->getURI());
- if (dirname) {
- path = g_build_filename(dirname, filename, NULL);
- g_free(dirname);
+ if (!Glib::path_is_absolute(filename) && doc->getURI()) {
+ Glib::ustring dirname = Glib::path_get_dirname(doc->getURI());
+ if (!dirname.empty()) {
+ path = Glib::build_filename(dirname, filename);
}
}
- if (!path) {
- path = g_strdup(filename);
+ if (path.empty()) {
+ path = filename;
}
return path;
}
@@ -914,18 +865,22 @@ void Export::onExport ()
if (num < 1)
return;
- GtkWidget *prog_dlg = create_progress_dialog (Glib::ustring::compose(_("Exporting %1 files"),num));
+ prog_dlg = create_progress_dialog (Glib::ustring::compose(_("Exporting %1 files"),num));
for (GSList *i = const_cast<GSList *>(sp_desktop_selection(SP_ACTIVE_DESKTOP)->itemList());
- i != NULL;
- i = i->next) {
+ i != NULL;
+ i = i->next) {
+ if (interrupted){
+ break;
+ }
SPItem *item = reinterpret_cast<SPItem *>(i->data);
// retrieve export filename hint
const gchar *filename = item->getRepr()->attribute("inkscape:export-filename");
- gchar *path = NULL;
+ Glib::ustring path;
if (!filename) {
- path = create_filepath_from_id(item->getId(), NULL);
+ Glib::ustring tmp;
+ path = create_filepath_from_id(item->getId(), tmp);
} else {
path = absolutize_path_from_document_location(doc, filename);
}
@@ -947,14 +902,14 @@ void Export::onExport ()
if (width > 1 && height > 1) {
/* Do export */
- if (!sp_export_png_file (doc, path,
+ if (!sp_export_png_file (doc, path.c_str(),
*area, width, height, dpi, dpi,
nv->pagecolor,
NULL, NULL, TRUE, // overwrite without asking
hide ? const_cast<GSList *>(sp_desktop_selection(SP_ACTIVE_DESKTOP)->itemList()) : NULL
)) {
gchar * error;
- gchar * safeFile = Inkscape::IO::sanitizeString(path);
+ gchar * safeFile = Inkscape::IO::sanitizeString(path.c_str());
error = g_strdup_printf(_("Could not export to filename %s.\n"), safeFile);
sp_ui_error_dialog(error);
g_free(safeFile);
@@ -963,148 +918,96 @@ void Export::onExport ()
}
}
n++;
- g_free(path);
onProgressCallback((float)n/num, prog_dlg);
}
- gtk_widget_destroy (prog_dlg);
- //g_object_set_data (G_OBJECT (base), "cancel", (gpointer) 0);
+ delete prog_dlg;
+ prog_dlg = NULL;
+ interrupted = false;
} else {
+ Glib::ustring filename = filename_entry.get_text();
- Glib::ustring filename = filename_entry.get_text();
+ if (filename.empty()){
+ sp_ui_error_dialog(_("You have to enter a filename"));
+ return;
+ }
+
+ float const x0 = getValuePx(x0_adj);
+ float const y0 = getValuePx(y0_adj);
+ float const x1 = getValuePx(x1_adj);
+ float const y1 = getValuePx(y1_adj);
+ float const xdpi = getValue(xdpi_adj);
+ float const ydpi = getValue(ydpi_adj);
+ unsigned long int const width = int(getValue(bmwidth_adj) + 0.5);
+ unsigned long int const height = int(getValue(bmheight_adj) + 0.5);
+
+ if (!((x1 > x0) && (y1 > y0) && (width > 0) && (height > 0))) {
+ sp_ui_error_dialog (_("The chosen area to be exported is invalid"));
+ return;
+ }
- if (filename.empty()){
- sp_ui_error_dialog(_("You have to enter a filename"));
- return;
- }
-
- float const x0 = getValuePx(x0_adj);
- float const y0 = getValuePx(y0_adj);
- float const x1 = getValuePx(x1_adj);
- float const y1 = getValuePx(y1_adj);
- float const xdpi = getValue(xdpi_adj);
- float const ydpi = getValue(ydpi_adj);
- unsigned long int const width = int(getValue(bmwidth_adj) + 0.5);
- unsigned long int const height = int(getValue(bmheight_adj) + 0.5);
-
- if (!((x1 > x0) && (y1 > y0) && (width > 0) && (height > 0))) {
- sp_ui_error_dialog (_("The chosen area to be exported is invalid"));
- return;
- }
+ // make sure that .png is the extension of the file:
+ Glib::ustring const filename_ext = filename_add_extension(filename, "png");
+ filename_entry.set_text(filename_ext);
+ Glib::ustring path = absolutize_path_from_document_location(doc, filename_ext);
- // make sure that .png is the extension of the file:
- Glib::ustring const filename_ext = filename_add_extension(filename, "png");
- filename_entry.set_text(filename_ext);
- gchar *path = absolutize_path_from_document_location(doc, filename_ext.c_str());
+ Glib::ustring dirname = Glib::path_get_dirname(path);
+ if ( dirname.empty()
+ || !Inkscape::IO::file_test(dirname.c_str(), (GFileTest)(G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR)) )
+ {
+ gchar *safeDir = Inkscape::IO::sanitizeString(dirname.c_str());
+ gchar *error = g_strdup_printf(_("Directory %s does not exist or is not a directory.\n"),
+ safeDir);
+ sp_ui_error_dialog(error);
+ g_free(safeDir);
+ g_free(error);
+ return;
+ }
- gchar *dirname = g_path_get_dirname(path);
- if ( dirname == NULL
- || !Inkscape::IO::file_test(dirname, (GFileTest)(G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR)) )
- {
- gchar *safeDir = Inkscape::IO::sanitizeString(dirname);
- gchar *error = g_strdup_printf(_("Directory %s does not exist or is not a directory.\n"),
- safeDir);
- sp_ui_error_dialog(error);
- g_free(safeDir);
- g_free(error);
- g_free(dirname);
- g_free(path);
- return;
- }
- g_free(dirname);
-
- gchar *fn = g_path_get_basename (path);
- GtkWidget *prog_dlg = create_progress_dialog (Glib::ustring::compose(_("Exporting %1 (%2 x %3)"), fn, width, height));
- g_free (fn);
-
-
- /* Do export */
- if (!sp_export_png_file (sp_desktop_document (SP_ACTIVE_DESKTOP), path,
- Geom::Rect(Geom::Point(x0, y0), Geom::Point(x1, y1)), width, height, xdpi, ydpi,
- nv->pagecolor,
- onProgressCallback, prog_dlg, FALSE,
- hide ? const_cast<GSList *>(sp_desktop_selection(SP_ACTIVE_DESKTOP)->itemList()) : NULL
- )) {
- gchar * error;
- gchar * safeFile = Inkscape::IO::sanitizeString(path);
- error = g_strdup_printf(_("Could not export to filename %s.\n"), safeFile);
- sp_ui_error_dialog(error);
- g_free(safeFile);
- g_free(error);
- }
+ Glib::ustring fn = path_get_basename (path);
+
+ prog_dlg = create_progress_dialog (Glib::ustring::compose(_("Exporting %1 (%2 x %3)"), fn, width, height));
+
+ /* Do export */
+ if (!sp_export_png_file (sp_desktop_document (SP_ACTIVE_DESKTOP), path.c_str(),
+ Geom::Rect(Geom::Point(x0, y0), Geom::Point(x1, y1)), width, height, xdpi, ydpi,
+ nv->pagecolor,
+ onProgressCallback, (void*)prog_dlg, FALSE,
+ hide ? const_cast<GSList *>(sp_desktop_selection(SP_ACTIVE_DESKTOP)->itemList()) : NULL
+ )) {
+ gchar * error;
+ gchar * safeFile = Inkscape::IO::sanitizeString(path.c_str());
+ error = g_strdup_printf(_("Could not export to filename %s.\n"), safeFile);
+ sp_ui_error_dialog(error);
+ g_free(safeFile);
+ g_free(error);
+ }
- /* Reset the filename so that it can be changed again by changing
- selections and all that */
- g_free(original_name);
- original_name = const_cast<gchar*>(filename_ext.c_str());
- filename_modified = false;
+ /* Reset the filename so that it can be changed again by changing
+ selections and all that */
+ original_name = filename_ext;
+ filename_modified = false;
- gtk_widget_destroy (prog_dlg);
- //g_object_set_data (G_OBJECT (base), "cancel", (gpointer) 0);
+ delete prog_dlg;
+ prog_dlg = NULL;
+ interrupted = false;
+ /* Setup the values in the document */
+ switch (current_key) {
+ case SELECTION_PAGE:
+ case SELECTION_DRAWING: {
+ SPDocument * doc = SP_ACTIVE_DOCUMENT;
+ Inkscape::XML::Node * repr = doc->getReprRoot();
+ bool modified = false;
- /* Setup the values in the document */
- switch (current_key) {
- case SELECTION_PAGE:
- case SELECTION_DRAWING: {
- SPDocument * doc = SP_ACTIVE_DOCUMENT;
- Inkscape::XML::Node * repr = doc->getReprRoot();
- bool modified = false;
-
- bool saved = DocumentUndo::getUndoSensitive(doc);
- DocumentUndo::setUndoSensitive(doc, false);
-
- gchar const *temp_string = repr->attribute("inkscape:export-filename");
- if (temp_string == NULL || (filename_ext != temp_string)) {
- repr->setAttribute("inkscape:export-filename", filename_ext.c_str());
- modified = true;
- }
- temp_string = repr->attribute("inkscape:export-xdpi");
- if (temp_string == NULL || xdpi != atof(temp_string)) {
- sp_repr_set_svg_double(repr, "inkscape:export-xdpi", xdpi);
- modified = true;
- }
- temp_string = repr->attribute("inkscape:export-ydpi");
- if (temp_string == NULL || ydpi != atof(temp_string)) {
- sp_repr_set_svg_double(repr, "inkscape:export-ydpi", ydpi);
- modified = true;
- }
- DocumentUndo::setUndoSensitive(doc, saved);
+ bool saved = DocumentUndo::getUndoSensitive(doc);
+ DocumentUndo::setUndoSensitive(doc, false);
- if (modified) {
- doc->setModifiedSinceSave();
- }
- break;
- }
- case SELECTION_SELECTION: {
- const GSList * reprlst;
- SPDocument * doc = SP_ACTIVE_DOCUMENT;
- bool modified = false;
-
- bool saved = DocumentUndo::getUndoSensitive(doc);
- DocumentUndo::setUndoSensitive(doc, false);
- reprlst = sp_desktop_selection(SP_ACTIVE_DESKTOP)->reprList();
-
- for(; reprlst != NULL; reprlst = reprlst->next) {
- Inkscape::XML::Node * repr = static_cast<Inkscape::XML::Node *>(reprlst->data);
- const gchar * temp_string;
- Glib::ustring dir = Glib::path_get_dirname(filename.c_str());
- const gchar* docURI=SP_ACTIVE_DOCUMENT->getURI();
- Glib::ustring docdir;
- if (docURI)
- {
- docdir = Glib::path_get_dirname(docURI);
- }
- if (repr->attribute("id") == NULL ||
- !(filename_ext.find_last_of(repr->attribute("id")) &&
- ( !docURI ||
- (dir == docdir)))) {
- temp_string = repr->attribute("inkscape:export-filename");
- if (temp_string == NULL || (filename_ext != temp_string)) {
- repr->setAttribute("inkscape:export-filename", filename_ext.c_str());
- modified = true;
- }
+ gchar const *temp_string = repr->attribute("inkscape:export-filename");
+ if (temp_string == NULL || (filename_ext != temp_string)) {
+ repr->setAttribute("inkscape:export-filename", filename_ext.c_str());
+ modified = true;
}
temp_string = repr->attribute("inkscape:export-xdpi");
if (temp_string == NULL || xdpi != atof(temp_string)) {
@@ -1116,18 +1019,63 @@ void Export::onExport ()
sp_repr_set_svg_double(repr, "inkscape:export-ydpi", ydpi);
modified = true;
}
+ DocumentUndo::setUndoSensitive(doc, saved);
+
+ if (modified) {
+ doc->setModifiedSinceSave();
+ }
+ break;
}
- DocumentUndo::setUndoSensitive(doc, saved);
+ case SELECTION_SELECTION: {
+ const GSList * reprlst;
+ SPDocument * doc = SP_ACTIVE_DOCUMENT;
+ bool modified = false;
+
+ bool saved = DocumentUndo::getUndoSensitive(doc);
+ DocumentUndo::setUndoSensitive(doc, false);
+ reprlst = sp_desktop_selection(SP_ACTIVE_DESKTOP)->reprList();
+
+ for(; reprlst != NULL; reprlst = reprlst->next) {
+ Inkscape::XML::Node * repr = static_cast<Inkscape::XML::Node *>(reprlst->data);
+ const gchar * temp_string;
+ Glib::ustring dir = Glib::path_get_dirname(filename.c_str());
+ const gchar* docURI=SP_ACTIVE_DOCUMENT->getURI();
+ Glib::ustring docdir;
+ if (docURI)
+ {
+ docdir = Glib::path_get_dirname(docURI);
+ }
+ if (repr->attribute("id") == NULL ||
+ !(filename_ext.find_last_of(repr->attribute("id")) &&
+ ( !docURI ||
+ (dir == docdir)))) {
+ temp_string = repr->attribute("inkscape:export-filename");
+ if (temp_string == NULL || (filename_ext != temp_string)) {
+ repr->setAttribute("inkscape:export-filename", filename_ext.c_str());
+ modified = true;
+ }
+ }
+ temp_string = repr->attribute("inkscape:export-xdpi");
+ if (temp_string == NULL || xdpi != atof(temp_string)) {
+ sp_repr_set_svg_double(repr, "inkscape:export-xdpi", xdpi);
+ modified = true;
+ }
+ temp_string = repr->attribute("inkscape:export-ydpi");
+ if (temp_string == NULL || ydpi != atof(temp_string)) {
+ sp_repr_set_svg_double(repr, "inkscape:export-ydpi", ydpi);
+ modified = true;
+ }
+ }
+ DocumentUndo::setUndoSensitive(doc, saved);
- if (modified) {
- doc->setModifiedSinceSave();
+ if (modified) {
+ doc->setModifiedSinceSave();
+ }
+ break;
}
- break;
+ default:
+ break;
}
- default:
- break;
- }
- g_free (path);
}
} // end of sp_export_export_clicked()
@@ -1137,7 +1085,7 @@ void Export::onExport ()
void Export::onBrowse ()
{
GtkWidget *fs;
- const gchar *filename;
+ Glib::ustring filename;
fs = gtk_file_chooser_dialog_new (_("Select a filename for exporting"),
(GtkWindow*)desktop->getToplevel(),
@@ -1156,13 +1104,14 @@ void Export::onBrowse ()
gtk_window_set_modal(GTK_WINDOW (fs), true);
- filename = filename_entry.get_text().c_str();
+ filename = filename_entry.get_text();
- if (*filename == '\0') {
- filename = create_filepath_from_id(NULL, NULL);
+ if (filename.empty()) {
+ Glib::ustring tmp;
+ filename = create_filepath_from_id(tmp, tmp);
}
- gtk_file_chooser_set_filename (GTK_FILE_CHOOSER (fs), filename);
+ gtk_file_chooser_set_filename (GTK_FILE_CHOOSER (fs), filename.c_str());
#ifdef WIN32
// code in this section is borrowed from ui/dialogs/filedialogimpl-win32.cpp
@@ -1177,7 +1126,7 @@ void Export::onBrowse ()
// Copy the selected file name, converting from UTF-8 to UTF-16
WCHAR _filename[_MAX_PATH + 1];
memset(_filename, 0, sizeof(_filename));
- gunichar2* utf16_path_string = g_utf8_to_utf16(filename, -1, NULL, NULL, NULL);
+ gunichar2* utf16_path_string = g_utf8_to_utf16(filename.c_str(), -1, NULL, NULL, NULL);
wcsncpy(_filename, (wchar_t*)utf16_path_string, _MAX_PATH);
g_free(utf16_path_string);
@@ -1792,7 +1741,7 @@ float Export::getValuePx( Gtk::Adjustment *adj )
*/
void Export::onFilenameModified()
{
- if (strcmp(original_name, filename_entry.get_text().c_str())==0) {
+ if (original_name == filename_entry.get_text()) {
filename_modified = false;
} else {
filename_modified = true;
diff --git a/src/ui/dialog/export.h b/src/ui/dialog/export.h
index 51b969b5e..eaab04762 100644
--- a/src/ui/dialog/export.h
+++ b/src/ui/dialog/export.h
@@ -96,15 +96,33 @@ private:
*/
void setValue (Gtk::Adjustment *adj, double val);
void setValuePx (Gtk::Adjustment *adj, double val);
- float getValue ( Gtk::Adjustment *adj );
- float getValuePx ( Gtk::Adjustment *adj );
- /*
- * Helper function to create, style and pack spinbuttons
+ float getValue (Gtk::Adjustment *adj);
+ float getValuePx (Gtk::Adjustment *adj);
+
+ /**
+ * Helper function to create, style and pack spinbuttons for the export dialog.
+ *
+ * Creates a new spin button for the export dialog.
+ * @param key The name of the spin button
+ * @param val A default value for the spin button
+ * @param min Minimum value for the spin button
+ * @param max Maximum value for the spin button
+ * @param step The step size for the spin button
+ * @param page Size of the page increment
+ * @param us Unit selector that effects this spin button
+ * @param t Table to put the spin button in
+ * @param x X location in the table \c t to start with
+ * @param y Y location in the table \c t to start with
+ * @param ll Text to put on the left side of the spin button (optional)
+ * @param lr Text to put on the right side of the spin button (optional)
+ * @param digits Number of digits to display after the decimal
+ * @param sensitive Whether the spin button is sensitive or not
+ * @param cb Callback for when this spin button is changed (optional)
*/
Gtk::Adjustment * createSpinbutton( gchar const *key, float val, float min, float max,
float step, float page, GtkWidget *us,
- GtkWidget *t, int x, int y,
- const gchar *ll, const gchar *lr,
+ Gtk::Table *t, int x, int y,
+ const Glib::ustring ll, const Glib::ustring lr,
int digits, unsigned int sensitive,
void (Export::*cb)() );
/**
@@ -188,20 +206,34 @@ private:
void setTargetDesktop(SPDesktop *desktop);
/**
- * Progress dialog callbacks
+ * Creates progress dialog for batch exporting.
+ *
+ * @param progress_text Text to be shown in the progress bar
+ */
+ Gtk::Dialog * create_progress_dialog (Glib::ustring progress_text);
+ /**
+ * Callback to be used in for loop to update the progress bar.
+ *
+ * @param value number between 0 and 1 indicating the fraction of progress (0.17 = 17 % progress)
+ * @param dlg void pointer to the Gtk::Dialog progress dialog
*/
- GtkWidget * create_progress_dialog (Glib::ustring progress_text);
- static unsigned int onProgressCallback (float value, void *data);
- static void onProgressCancel ( GtkWidget *widget, GObject *base );
- static gint onProgressDelete ( GtkWidget *widget, GdkEvent *event, GObject *base );
+ static unsigned int onProgressCallback (float value, void *dlg);
+ /**
+ * Callback for pressing the cancel button.
+ */
+ void onProgressCancel ();
+ /**
+ * Callback invoked on closing the progress dialog.
+ */
+ bool onProgressDelete (GdkEventAny *event);
/*
- * Utlitiy filename and path functions
+ * Utility filename and path functions
*/
void set_default_filename ();
- gchar* create_filepath_from_id (const gchar *id, const gchar *file_entry_text);
+ Glib::ustring create_filepath_from_id (Glib::ustring id, const Glib::ustring &file_entry_text);
Glib::ustring filename_add_extension (Glib::ustring filename, Glib::ustring extension);
- gchar *absolutize_path_from_document_location (SPDocument *doc, const gchar *filename);
+ Glib::ustring absolutize_path_from_document_location (SPDocument *doc, const Glib::ustring &filename);
/*
* Currently selected export area type
@@ -210,8 +242,8 @@ private:
/*
* Original name for the export object
*/
- gchar * original_name;
- gchar * doc_export_name;
+ Glib::ustring original_name;
+ Glib::ustring doc_export_name;
/*
* Was the Original name modified
*/
@@ -273,6 +305,9 @@ private:
Gtk::Label export_label;
Gtk::Image export_image;
+ Gtk::Dialog *prog_dlg;
+ bool interrupted; // indicates whether export needs to be interrupted (read: user pressed cancel in the progress dialog)
+
Inkscape::Preferences *prefs;
SPDesktop *desktop;
DesktopTracker deskTrack;
diff --git a/src/ui/dialog/find.cpp b/src/ui/dialog/find.cpp
index 5fd6e18d8..641acd3f3 100644
--- a/src/ui/dialog/find.cpp
+++ b/src/ui/dialog/find.cpp
@@ -72,10 +72,10 @@ Find::Find()
check_scope_selection(_("S_election"), _("Limit search to the current selection")),
check_searchin_text(_("Te_xt"), _("Search in text objects")),
check_searchin_property(_("_Properties"), _("Search in object properties, styles, attributes and IDs")),
+ vbox_searchin(0, false),
frame_searchin(_("Search in")),
frame_scope(_("Scope")),
-
check_case_sensitive(_("Case sensiti_ve"), _("Match upper/lower case"), false),
check_exact_match(_("E_xact match"), _("Match whole objects only"), false),
check_include_hidden(_("Include _hidden"), _("Include hidden objects in search"), false),
@@ -120,8 +120,8 @@ Find::Find()
Gtk::RadioButtonGroup grp_searchin = check_searchin_text.get_group();
check_searchin_property.set_group(grp_searchin);
- vbox_searchin.pack_start(check_searchin_text, true, true);
- vbox_searchin.pack_start(check_searchin_property, true, true);
+ vbox_searchin.pack_start(check_searchin_text, false, false);
+ vbox_searchin.pack_start(check_searchin_property, false, false);
frame_searchin.add(vbox_searchin);
Gtk::RadioButtonGroup grp_scope = check_scope_all.get_group();
diff --git a/src/ui/dialog/find.h b/src/ui/dialog/find.h
index 62ecd1763..64fb4cc3d 100644
--- a/src/ui/dialog/find.h
+++ b/src/ui/dialog/find.h
@@ -15,6 +15,7 @@
#include "ui/widget/panel.h"
#include "ui/widget/button.h"
#include "ui/widget/entry.h"
+#include "ui/widget/frame.h"
#include <glib.h>
#include <gtkmm.h>
@@ -198,78 +199,78 @@ private:
/*
* Find and replace combo box widgets
*/
- Inkscape::UI::Widget::Entry entry_find;
- Inkscape::UI::Widget::Entry entry_replace;
+ UI::Widget::Entry entry_find;
+ UI::Widget::Entry entry_replace;
/**
* Scope and search in widgets
*/
- Inkscape::UI::Widget::RadioButton check_scope_all;
- Inkscape::UI::Widget::RadioButton check_scope_layer;
- Inkscape::UI::Widget::RadioButton check_scope_selection;
- Inkscape::UI::Widget::RadioButton check_searchin_text;
- Inkscape::UI::Widget::RadioButton check_searchin_property;
+ UI::Widget::RadioButton check_scope_all;
+ UI::Widget::RadioButton check_scope_layer;
+ UI::Widget::RadioButton check_scope_selection;
+ UI::Widget::RadioButton check_searchin_text;
+ UI::Widget::RadioButton check_searchin_property;
Gtk::HBox hbox_searchin;
Gtk::VBox vbox_scope;
Gtk::VBox vbox_searchin;
- Gtk::Frame frame_searchin;
- Gtk::Frame frame_scope;
+ UI::Widget::Frame frame_searchin;
+ UI::Widget::Frame frame_scope;
/**
* General option widgets
*/
- Inkscape::UI::Widget::CheckButton check_case_sensitive;
- Inkscape::UI::Widget::CheckButton check_exact_match;
- Inkscape::UI::Widget::CheckButton check_include_hidden;
- Inkscape::UI::Widget::CheckButton check_include_locked;
+ UI::Widget::CheckButton check_case_sensitive;
+ UI::Widget::CheckButton check_exact_match;
+ UI::Widget::CheckButton check_include_hidden;
+ UI::Widget::CheckButton check_include_locked;
Gtk::VBox vbox_options1;
Gtk::VBox vbox_options2;
Gtk::HBox hbox_options;
Gtk::VBox vbox_expander;
Gtk::Expander expander_options;
- Gtk::Frame frame_options;
+ UI::Widget::Frame frame_options;
/**
* Property type widgets
*/
- Inkscape::UI::Widget::CheckButton check_ids;
- Inkscape::UI::Widget::CheckButton check_attributename;
- Inkscape::UI::Widget::CheckButton check_attributevalue;
- Inkscape::UI::Widget::CheckButton check_style;
- Inkscape::UI::Widget::CheckButton check_font;
+ UI::Widget::CheckButton check_ids;
+ UI::Widget::CheckButton check_attributename;
+ UI::Widget::CheckButton check_attributevalue;
+ UI::Widget::CheckButton check_style;
+ UI::Widget::CheckButton check_font;
Gtk::VBox vbox_properties;
Gtk::HBox hbox_properties1;
Gtk::HBox hbox_properties2;
- Gtk::Frame frame_properties;
+ UI::Widget::Frame frame_properties;
/**
* A vector of all the properties widgets for easy processing
*/
- std::vector<Inkscape::UI::Widget::CheckButton *> checkProperties;
+ std::vector<UI::Widget::CheckButton *> checkProperties;
/**
* Object type widgets
*/
- Inkscape::UI::Widget::CheckButton check_alltypes;
- Inkscape::UI::Widget::CheckButton check_rects;
- Inkscape::UI::Widget::CheckButton check_ellipses;
- Inkscape::UI::Widget::CheckButton check_stars;
- Inkscape::UI::Widget::CheckButton check_spirals;
- Inkscape::UI::Widget::CheckButton check_paths;
- Inkscape::UI::Widget::CheckButton check_texts;
- Inkscape::UI::Widget::CheckButton check_groups;
- Inkscape::UI::Widget::CheckButton check_clones;
- Inkscape::UI::Widget::CheckButton check_images;
- Inkscape::UI::Widget::CheckButton check_offsets;
+ UI::Widget::CheckButton check_alltypes;
+ UI::Widget::CheckButton check_rects;
+ UI::Widget::CheckButton check_ellipses;
+ UI::Widget::CheckButton check_stars;
+ UI::Widget::CheckButton check_spirals;
+ UI::Widget::CheckButton check_paths;
+ UI::Widget::CheckButton check_texts;
+ UI::Widget::CheckButton check_groups;
+ UI::Widget::CheckButton check_clones;
+ UI::Widget::CheckButton check_images;
+ UI::Widget::CheckButton check_offsets;
Gtk::VBox vbox_types1;
Gtk::VBox vbox_types2;
Gtk::HBox hbox_types;
- Gtk::Frame frame_types;
+ UI::Widget::Frame frame_types;
/**
* A vector of all the check option widgets for easy processing
*/
- std::vector<Inkscape::UI::Widget::CheckButton *> checkTypes;
+ std::vector<UI::Widget::CheckButton *> checkTypes;
//Gtk::HBox hbox_text;
@@ -277,8 +278,8 @@ private:
* Action Buttons and status
*/
Gtk::Label status;
- Inkscape::UI::Widget::Button button_find;
- Inkscape::UI::Widget::Button button_replace;
+ UI::Widget::Button button_find;
+ UI::Widget::Button button_replace;
Gtk::HButtonBox box_buttons;
Gtk::HBox hboxbutton_row;
diff --git a/src/ui/dialog/icon-preview.cpp b/src/ui/dialog/icon-preview.cpp
index 19cdea9bc..de213ca85 100644
--- a/src/ui/dialog/icon-preview.cpp
+++ b/src/ui/dialog/icon-preview.cpp
@@ -25,6 +25,7 @@
#include <gtkmm/checkbutton.h>
#include <gtkmm/frame.h>
#include <gtkmm/stock.h>
+#include "ui/widget/frame.h"
#include "desktop.h"
#include "desktop-handles.h"
@@ -160,7 +161,7 @@ IconPreviewPanel::IconPreviewPanel() :
Gtk::VBox* magBox = new Gtk::VBox();
- Gtk::Frame *magFrame = Gtk::manage(new Gtk::Frame(_("Magnified:")));
+ UI::Widget::Frame *magFrame = Gtk::manage(new UI::Widget::Frame(_("Magnified:")));
magFrame->add( magnified );
magBox->pack_start( *magFrame, Gtk::PACK_EXPAND_WIDGET );
@@ -229,7 +230,7 @@ IconPreviewPanel::IconPreviewPanel() :
iconBox.pack_start(splitter);
splitter.pack1( *magBox, true, true );
- Gtk::Frame *actuals = Gtk::manage(new Gtk::Frame(_("Actual Size:")));
+ UI::Widget::Frame *actuals = Gtk::manage(new UI::Widget::Frame (_("Actual Size:")));
actuals->add(*verts);
splitter.pack2( *actuals, false, false );
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index b038ae60d..719e42f16 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -851,10 +851,10 @@ void InkscapePreferences::initPageIO()
Glib::ustring intentLabels[numIntents] = {_("Perceptual"), _("Relative Colorimetric"), _("Saturation"), _("Absolute Colorimetric")};
int intentValues[numIntents] = {0, 1, 2, 3};
-#if !defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2)
+#if !defined(HAVE_LIBLCMS1) && !defined(HAVE_LIBLCMS2)
Gtk::Label* lbl = new Gtk::Label(_("(Note: Color management has been disabled in this build)"));
_page_cms.add_line( false, "", *lbl, "", "", true);
-#endif // !defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2)
+#endif // !defined(HAVE_LIBLCMS1) && !defined(HAVE_LIBLCMS2)
_page_cms.add_group_header( _("Display adjustment"));
@@ -913,6 +913,8 @@ void InkscapePreferences::initPageIO()
_("Enables black point compensation"), false);
_cms_proof_preserveblack.init( _("Preserve black"), "/options/softproof/preserveblack", false);
+
+#if !defined(HAVE_LIBLCMS2)
_page_cms.add_line( true, "", _cms_proof_preserveblack,
#if defined(cmsFLAGS_PRESERVEBLACK)
"",
@@ -920,6 +922,7 @@ void InkscapePreferences::initPageIO()
_("(LittleCMS 1.15 or later required)"),
#endif // defined(cmsFLAGS_PRESERVEBLACK)
_("Preserve K channel in CMYK -> CMYK transforms"), false);
+#endif // !defined(HAVE_LIBLCMS2)
#if !defined(cmsFLAGS_PRESERVEBLACK)
_cms_proof_preserveblack.set_sensitive( false );
@@ -1495,7 +1498,7 @@ void InkscapePreferences::initPageSystem()
_sys_icon_scroll.add(_sys_icon);
_sys_icon_scroll.set_size_request(0, 80);
_sys_icon_scroll.set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC);
- _page_system.add_line(true, _("Icon theme: "), _sys_icon_scroll, "", _("Location of icon themes"), true);
+ _page_system.add_line(true, _("Icon theme: "), _sys_icon_scroll, "", _("Locations of icon themes"), true);
this->AddPage(_page_system, _("System"), PREFS_PAGE_SYSTEM);
}
diff --git a/src/ui/dialog/input.cpp b/src/ui/dialog/input.cpp
index 1e60d7f8a..eb2ddb88f 100644
--- a/src/ui/dialog/input.cpp
+++ b/src/ui/dialog/input.cpp
@@ -13,6 +13,8 @@
#include <set>
#include <list>
#include "ui/widget/panel.h"
+#include "ui/widget/frame.h"
+
#include <glib/gprintf.h>
#include <glibmm/i18n.h>
#include <gtkmm/alignment.h>
@@ -426,8 +428,8 @@ private:
Glib::RefPtr<Gtk::TreeStore> store;
Gtk::TreeIter tabletIter;
Gtk::TreeView tree;
- Gtk::Frame frame2;
- Gtk::Frame testFrame;
+ Inkscape::UI::Widget::Frame detailFrame;
+ Inkscape::UI::Widget::Frame testFrame;
Gtk::ScrolledWindow treeScroller;
Gtk::ScrolledWindow detailScroller;
Gtk::HPaned splitter;
@@ -527,7 +529,7 @@ InputDialogImpl::InputDialogImpl() :
store(Gtk::TreeStore::create(getCols())),
tabletIter(),
tree(store),
- frame2(),
+ detailFrame(),
testFrame(_("Test Area")),
treeScroller(),
detailScroller(),
@@ -544,10 +546,11 @@ InputDialogImpl::InputDialogImpl() :
treeScroller.set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC);
+ treeScroller.set_shadow_type(Gtk::SHADOW_IN);
treeScroller.add(tree);
treeScroller.set_size_request(50, 0);
split2.pack1(testFrame, false, false);
- split2.pack2(frame2, true, true);
+ split2.pack2(detailFrame, true, true);
splitter.pack1(treeScroller);
splitter.pack2(split2);
@@ -591,7 +594,7 @@ InputDialogImpl::InputDialogImpl() :
int rowNum = 0;
- Gtk::Label* lbl = Gtk::manage(new Gtk::Label(_("Name:")));
+/* Gtk::Label* lbl = Gtk::manage(new Gtk::Label(_("Name:")));
devDetails.attach(*lbl, 0, 1, rowNum, rowNum+ 1,
::Gtk::FILL,
::Gtk::SHRINK);
@@ -599,9 +602,9 @@ InputDialogImpl::InputDialogImpl() :
::Gtk::SHRINK,
::Gtk::SHRINK);
- rowNum++;
+ rowNum++;*/
- lbl = Gtk::manage(new Gtk::Label(_("Link:")));
+ Gtk::Label *lbl = Gtk::manage(new Gtk::Label(_("Link:")));
devDetails.attach(*lbl, 0, 1, rowNum, rowNum+ 1,
::Gtk::FILL,
::Gtk::SHRINK);
@@ -700,9 +703,11 @@ InputDialogImpl::InputDialogImpl() :
devDetails.set_sensitive(false);
detailScroller.set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC);
+ detailScroller.set_shadow_type(Gtk::SHADOW_NONE);
+ detailScroller.set_border_width (0);
detailScroller.add(devDetails);
- frame2.add(detailScroller);
- frame2.set_size_request(0, 60);
+ detailFrame.add(detailScroller);
+ detailFrame.set_size_request(0, 60);
//- 16x16/devices
// gnome-dev-mouse-optical
@@ -1307,6 +1312,7 @@ void InputDialogImpl::resyncToSelection() {
clear = false;
devName.set_label(row[getCols().description]);
+ detailFrame.set_label(row[getCols().description]);
setupValueAndCombo( dev->getNumAxes(), dev->getNumAxes(), devAxesCount, axesCombo);
setupValueAndCombo( dev->getNumKeys(), dev->getNumKeys(), devKeyCount, buttonCombo);
}
@@ -1314,6 +1320,7 @@ void InputDialogImpl::resyncToSelection() {
devDetails.set_sensitive(!clear);
if (clear) {
+ detailFrame.set_label("");
devName.set_label("");
devAxesCount.set_label("");
devKeyCount.set_label("");
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp
index 1f252c089..5b9f72453 100644
--- a/src/ui/dialog/livepatheffect-editor.cpp
+++ b/src/ui/dialog/livepatheffect-editor.cpp
@@ -84,7 +84,6 @@ LivePathEffectEditor::LivePathEffectEditor()
effectwidget(NULL),
status_label("", Gtk::ALIGN_CENTER),
effectcontrol_frame(""),
- effectlist_frame(_("Effect list")),
button_add(),
button_remove(),
button_up(),
diff --git a/src/ui/dialog/livepatheffect-editor.h b/src/ui/dialog/livepatheffect-editor.h
index beebbc698..20b0a673d 100644
--- a/src/ui/dialog/livepatheffect-editor.h
+++ b/src/ui/dialog/livepatheffect-editor.h
@@ -16,6 +16,7 @@
#include <gtkmm/label.h>
#include <gtkmm/frame.h>
#include "ui/widget/combo-enums.h"
+#include "ui/widget/frame.h"
#include "live_effects/effect-enum.h"
#include <gtkmm/liststore.h>
#include <gtkmm/treeview.h>
@@ -89,8 +90,7 @@ private:
Gtk::Widget * effectwidget;
Gtk::Label status_label;
- Gtk::Frame effectcontrol_frame;
- Gtk::Frame effectlist_frame;
+ UI::Widget::Frame effectcontrol_frame;
Gtk::HBox effectapplication_hbox;
Gtk::VBox effectcontrol_vbox;
Gtk::VBox effectlist_vbox;
diff --git a/src/ui/dialog/object-properties.cpp b/src/ui/dialog/object-properties.cpp
index 13d80e301..23c0f72ee 100644
--- a/src/ui/dialog/object-properties.cpp
+++ b/src/ui/dialog/object-properties.cpp
@@ -43,6 +43,7 @@ ObjectProperties::ObjectProperties (void) :
LabelLabel(_("_Label:"), 1),
LabelTitle(_("_Title:"),1),
LabelDescription(_("_Description"),1),
+ FrameDescription("", FALSE),
HBoxCheck(FALSE, 0),
CheckTable(1, 2, TRUE),
CBHide(_("_Hide"), 1),
@@ -145,6 +146,8 @@ void ObjectProperties::MakeWidget(void)
/* Create the frame for the object description */
FrameDescription.set_label_widget (LabelDescription);
+ FrameDescription.set_padding (4,0,0,0);
+
TopTable.attach (FrameDescription, 0, 3, 3, 4,
Gtk::EXPAND | Gtk::FILL,
Gtk::EXPAND | Gtk::FILL, 0, 0 );
diff --git a/src/ui/dialog/object-properties.h b/src/ui/dialog/object-properties.h
index d8d74cdb3..d9d1a3fdd 100644
--- a/src/ui/dialog/object-properties.h
+++ b/src/ui/dialog/object-properties.h
@@ -14,6 +14,7 @@
#define SEEN_DIALOGS_ITEM_PROPERTIES_H
#include "ui/widget/panel.h"
+#include "ui/widget/frame.h"
#include <gtkmm/entry.h>
#include <gtkmm/expander.h>
#include <gtkmm/frame.h>
@@ -61,8 +62,8 @@ private:
Gtk::Entry EntryTitle; //the entry for the object title
Gtk::Label LabelDescription; //the label for the object description
- Gtk::Frame FrameDescription; //the frame for the object description
- Gtk::Frame FrameTextDescription; //the frame for the text of the object description
+ UI::Widget::Frame FrameDescription; //the frame for the object description
+ Gtk::Frame FrameTextDescription; //the frame for the text of the object description
Gtk::TextView TextViewDescription; //the text view object showing the object description
Gtk::HBox HBoxCheck; // the HBox for the check boxes
diff --git a/src/ui/dialog/ocaldialogs.cpp b/src/ui/dialog/ocaldialogs.cpp
index 4c9245f5c..9dccb9c85 100644
--- a/src/ui/dialog/ocaldialogs.cpp
+++ b/src/ui/dialog/ocaldialogs.cpp
@@ -879,9 +879,11 @@ void SearchResultList::populate_from_xml(xmlNode * a_node)
guint row_num = 0;
for (xmlNode *cur_node = a_node; cur_node; cur_node = cur_node->next) {
+
// Get items information
if (strcmp((const char*)cur_node->name, "rss")) // Avoid the root
- if (cur_node->type == XML_ELEMENT_NODE && !strcmp((const char*)cur_node->parent->name, "item"))
+ if (cur_node->type == XML_ELEMENT_NODE &&
+ (cur_node->parent->name && !strcmp((const char*)cur_node->parent->name, "item")))
{
if (!strcmp((const char*)cur_node->name, "title"))
{
@@ -1055,7 +1057,7 @@ void ImportDialog::on_xml_file_read(const Glib::RefPtr<Gio::AsyncResult>& result
list_results->populate_from_xml(root_element);
// Populate the MARKUP column with the title & description of the clipart
- for (guint i = 0; i <= list_results->size() - 1; i++) {
+ for (guint i = 0; i < list_results->size(); i++) {
Glib::ustring title = list_results->get_text(i, RESULTS_COLUMN_TITLE);
Glib::ustring description = list_results->get_text(i, RESULTS_COLUMN_DESCRIPTION);
char* markup = g_markup_printf_escaped("<b>%s</b>\n<span size=\"small\">%s</span>",
diff --git a/src/ui/dialog/text-edit.cpp b/src/ui/dialog/text-edit.cpp
index b09096e63..791b49af9 100644
--- a/src/ui/dialog/text-edit.cpp
+++ b/src/ui/dialog/text-edit.cpp
@@ -64,7 +64,7 @@ namespace Dialog {
TextEdit::TextEdit()
: UI::Widget::Panel("", "/dialogs/textandfont", SP_VERB_DIALOG_TEXT),
font_label(_("_Font"), true),
- layout_frame(_("Layout")),
+ layout_frame(),
text_label(_("_Text"), true),
setasdefault_button(_("Set as _default")),
close_button(Gtk::Stock::CLOSE),
@@ -134,6 +134,7 @@ This conditional and its #else block can be deleted in the future.
gtk_widget_set_tooltip_text (px, _("Spacing between lines (percent of font size)"));
gtk_widget_set_tooltip_text (spacing_combo, _("Spacing between lines (percent of font size)"));
layout_hbox.pack_start(*Gtk::manage(Glib::wrap(spacing_combo)), false, false);
+ layout_frame.set_padding(4,4,4,4);
layout_frame.add(layout_hbox);
/* Font preview */
diff --git a/src/ui/dialog/text-edit.h b/src/ui/dialog/text-edit.h
index e750677c8..9fd9baa30 100644
--- a/src/ui/dialog/text-edit.h
+++ b/src/ui/dialog/text-edit.h
@@ -25,6 +25,7 @@
#include <gtkmm/scrolledwindow.h>
#include <gtkmm/separator.h>
#include "ui/widget/panel.h"
+#include "ui/widget/frame.h"
#include "ui/dialog/desktop-tracker.h"
class SPItem;
@@ -165,7 +166,7 @@ private:
Gtk::HBox fontsel_hbox;
SPFontSelector *fsel;
- Gtk::Frame layout_frame;
+ Gtk::Alignment layout_frame;
Gtk::HBox layout_hbox;
Gtk::RadioButton align_left;
Gtk::RadioButton align_center;
diff --git a/src/ui/dialog/tracedialog.cpp b/src/ui/dialog/tracedialog.cpp
index 2751a9953..a6495c205 100644
--- a/src/ui/dialog/tracedialog.cpp
+++ b/src/ui/dialog/tracedialog.cpp
@@ -19,6 +19,7 @@
#include <gtkmm/notebook.h>
#include <gtkmm/frame.h>
#include "ui/widget/spinbutton.h"
+#include "ui/widget/frame.h"
#include <gtkmm/stock.h>
#include <gtk/gtk.h> //for GTK_RESPONSE* types
@@ -105,14 +106,14 @@ class TraceDialogImpl : public TraceDialog
//# Single scan mode
//brightness
- Gtk::Frame modeBrightnessFrame;
+ UI::Widget::Frame modeBrightnessFrame;
Gtk::VBox modeBrightnessVBox;
Gtk::HBox modeBrightnessBox;
Gtk::RadioButton modeBrightnessRadioButton;
Gtk::Label modeBrightnessSpinnerLabel;
Inkscape::UI::Widget::SpinButton modeBrightnessSpinner;
//edge detection
- Gtk::Frame modeCannyFrame;
+ UI::Widget::Frame modeCannyFrame;
Gtk::HBox modeCannyBox;
Gtk::VBox modeCannyVBox;
Gtk::RadioButton modeCannyRadioButton;
@@ -122,7 +123,7 @@ class TraceDialogImpl : public TraceDialog
Gtk::Label modeCannyHiSpinnerLabel;
Inkscape::UI::Widget::SpinButton modeCannyHiSpinner;
//quantization
- Gtk::Frame modeQuantFrame;
+ UI::Widget::Frame modeQuantFrame;
Gtk::HBox modeQuantBox;
Gtk::VBox modeQuantVBox;
Gtk::RadioButton modeQuantRadioButton;
@@ -133,7 +134,7 @@ class TraceDialogImpl : public TraceDialog
Gtk::HBox modeInvertBox;
//# Multiple path scanning mode
- Gtk::Frame modeMultiScanFrame;
+ UI::Widget::Frame modeMultiScanFrame;
Gtk::VBox modeMultiScanVBox;
//brightness
Gtk::HBox modeMultiScanHBox1;
@@ -158,7 +159,7 @@ class TraceDialogImpl : public TraceDialog
// potrace parameters
- Gtk::Frame optionsFrame;
+ UI::Widget::Frame optionsFrame;
Gtk::VBox optionsVBox;
Gtk::HBox optionsSpecklesBox;
Gtk::CheckButton optionsSpecklesButton;
@@ -190,7 +191,7 @@ class TraceDialogImpl : public TraceDialog
//#### Preview
- Gtk::Frame previewFrame;
+ UI::Widget::Frame previewFrame;
Gtk::VBox previewVBox;
Gtk::Button previewButton;
Gtk::Image previewImage;
diff --git a/src/ui/previewholder.cpp b/src/ui/previewholder.cpp
index d8f1a21a9..cce7da103 100644
--- a/src/ui/previewholder.cpp
+++ b/src/ui/previewholder.cpp
@@ -207,7 +207,12 @@ void PreviewHolder::on_size_allocate( Gtk::Allocation& allocation )
Gtk::VBox::on_size_allocate( allocation );
if ( _insides && !_wrap && (_view != VIEW_TYPE_LIST) && (_anchor == SP_ANCHOR_NORTH || _anchor == SP_ANCHOR_SOUTH) ) {
- Gtk::Requisition req = _insides->size_request();
+ Gtk::Requisition req;
+#if WITH_GTKMM_3_0
+ _insides->get_preferred_size(&req, NULL);
+#else
+ req = _insides->size_request();
+#endif
gint delta = allocation.get_width() - req.width;
if ( (delta > 4) && req.height < allocation.get_height() ) {
@@ -233,7 +238,12 @@ void PreviewHolder::calcGridSize( const Gtk::Widget* thing, int itemCount, int&
height = 1;
if ( _anchor == SP_ANCHOR_SOUTH || _anchor == SP_ANCHOR_NORTH ) {
- Gtk::Requisition req = _scroller->size_request();
+ Gtk::Requisition req;
+#if WITH_GTKMM_3_0
+ _scroller->get_preferred_size(&req, NULL);
+#else
+ req = _scroller->size_request();
+#endif
int currW = _scroller->get_width();
if ( currW > req.width ) {
req.width = currW;
@@ -241,13 +251,23 @@ void PreviewHolder::calcGridSize( const Gtk::Widget* thing, int itemCount, int&
Gtk::HScrollbar* hs = dynamic_cast<Gtk::ScrolledWindow*>(_scroller)->get_hscrollbar();
if ( hs ) {
- Gtk::Requisition scrollReq = hs->size_request();
+ Gtk::Requisition scrollReq;
+#if WITH_GTKMM_3_0
+ hs->get_preferred_size(&req, NULL);
+#else
+ req = hs->size_request();
+#endif
// the +8 is a temporary hack
req.height -= scrollReq.height + 8;
}
- Gtk::Requisition req2 = const_cast<Gtk::Widget*>(thing)->size_request();
+ Gtk::Requisition req2;
+#if WITH_GTKMM_3_0
+ const_cast<Gtk::Widget*>(thing)->get_preferred_size(&req2, NULL);
+#else
+ req2 = const_cast<Gtk::Widget*>(thing)->size_request();
+#endif
int h2 = ((req2.height > 0) && (req.height > req2.height)) ? (req.height / req2.height) : 1;
int w2 = ((req2.width > 0) && (req.width > req2.width)) ? (req.width / req2.width) : 1;
diff --git a/src/ui/widget/Makefile_insert b/src/ui/widget/Makefile_insert
index 718d95979..f36ffbf56 100644
--- a/src/ui/widget/Makefile_insert
+++ b/src/ui/widget/Makefile_insert
@@ -21,6 +21,8 @@ ink_common_sources += \
ui/widget/entry.h \
ui/widget/filter-effect-chooser.h \
ui/widget/filter-effect-chooser.cpp \
+ ui/widget/frame.cpp \
+ ui/widget/frame.h \
ui/widget/handlebox.cpp \
ui/widget/handlebox.h \
ui/widget/icon-widget.cpp \
diff --git a/src/ui/widget/frame.cpp b/src/ui/widget/frame.cpp
new file mode 100644
index 000000000..b2968f806
--- /dev/null
+++ b/src/ui/widget/frame.cpp
@@ -0,0 +1,83 @@
+/*
+ * Authors:
+ * Murray C
+ *
+ * Copyright (C) 2012 Authors
+ *
+ * Released under GNU GPL. Read the file 'COPYING' for more information.
+ */
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#include "frame.h"
+
+
+// Inkscape::UI::Widget::Frame
+
+namespace Inkscape {
+namespace UI {
+namespace Widget {
+
+Frame::Frame(Glib::ustring const &label_text /*= ""*/, gboolean label_bold /*= TRUE*/ )
+ : _label(label_text, 1.0, 0.5, TRUE),
+ _alignment()
+{
+ set_shadow_type(Gtk::SHADOW_NONE);
+
+ //Put an indented GtkAlignment inside the frame.
+ //Further children should be children of this GtkAlignment:
+ Gtk::Frame::add(_alignment);
+ set_padding(4, 0, 8, 0);
+
+ set_label_widget(_label);
+ set_label(label_text, label_bold);
+
+ show_all_children();
+}
+
+void
+Frame::add(Widget& widget)
+{
+ _alignment.add(widget);
+}
+
+void
+Frame::set_label(const Glib::ustring &label_text, gboolean label_bold /*= TRUE*/)
+{
+ if (label_bold) {
+ _label.set_markup(Glib::ustring("<b>") + label_text + "</b>");
+ } else {
+ _label.set_text(label_text);
+ }
+}
+
+void
+Frame::set_padding (guint padding_top, guint padding_bottom, guint padding_left, guint padding_right)
+{
+#if WITH_GTKMM_2_24
+ _alignment.set_padding(padding_top, padding_bottom, padding_left, padding_right);
+#endif
+}
+
+Gtk::Label const *
+Frame::get_label_widget() const
+{
+ return &_label;
+}
+
+} // namespace Widget
+} // namespace UI
+} // namespace Inkscape
+
+/*
+ Local Variables:
+ mode:c++
+ c-file-style:"stroustrup"
+ c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+ indent-tabs-mode:nil
+ fill-column:99
+ End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
diff --git a/src/ui/widget/frame.h b/src/ui/widget/frame.h
new file mode 100644
index 000000000..cf736d8a1
--- /dev/null
+++ b/src/ui/widget/frame.h
@@ -0,0 +1,79 @@
+/*
+ * Authors:
+ * Murray C
+ *
+ * Copyright (C) 2012 Authors
+ *
+ * Released under GNU GPL. Read the file 'COPYING' for more information.
+ */
+
+#ifndef INKSCAPE_UI_WIDGET_FRAME_H
+#define INKSCAPE_UI_WIDGET_FRAME_H
+
+#include <gtkmm.h>
+
+namespace Gtk {
+class Frame;
+}
+
+namespace Inkscape {
+namespace UI {
+namespace Widget {
+
+/**
+ * Creates a Gnome HIG style indented frame with bold label
+ * See http://developer.gnome.org/hig-book/stable/controls-frames.html.en
+ */
+class Frame : public Gtk::Frame
+{
+public:
+
+ /**
+ * Construct a Frame Widget.
+ *
+ * @param label The frame text.
+ */
+ Frame(Glib::ustring const &label = "", gboolean label_bold = TRUE);
+
+ /**
+ * Return the label widget
+ */
+ Gtk::Label const *get_label_widget() const;
+
+ /**
+ * Add a widget to this frame
+ */
+ virtual void add(Widget& widget);
+
+ /**
+ * Set the frame label text and if bold or not
+ */
+ void set_label(const Glib::ustring &label, gboolean label_bold = TRUE);
+
+ /**
+ * Set the frame padding
+ */
+ void set_padding (guint padding_top, guint padding_bottom, guint padding_left, guint padding_right);
+
+protected:
+ Gtk::Label _label;
+ Gtk::Alignment _alignment;
+
+};
+
+} // namespace Widget
+} // namespace UI
+} // namespace Inkscape
+
+#endif // INKSCAPE_UI_WIDGET_FRAME_H
+
+/*
+ Local Variables:
+ mode:c++
+ c-file-style:"stroustrup"
+ c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+ indent-tabs-mode:nil
+ fill-column:99
+ End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp
index c81385dd7..d26005317 100644
--- a/src/ui/widget/selected-style.cpp
+++ b/src/ui/widget/selected-style.cpp
@@ -1157,7 +1157,7 @@ void SelectedStyle::on_opacity_changed () {
_("Change opacity"));
// resume interruptibility
sp_desktop_canvas(_desktop)->endForcedFullRedraws();
- spinbutton_defocus(GTK_OBJECT(_opacity_sb.gobj()));
+ spinbutton_defocus(GTK_WIDGET(_opacity_sb.gobj()));
_opacity_blocked = false;
}
diff --git a/src/ui/widget/toolbox.cpp b/src/ui/widget/toolbox.cpp
index 99891fc44..a11bd2d74 100644
--- a/src/ui/widget/toolbox.cpp
+++ b/src/ui/widget/toolbox.cpp
@@ -12,6 +12,7 @@
#endif
#include <gtkmm/radioaction.h>
+#include <gtkmm/orientable.h>
#include <gtk/gtk.h>
#include "ui/widget/toolbox.h"
#include "path-prefix.h"
@@ -97,7 +98,9 @@ Toolbox::init_actions()
void
Toolbox::init_orientation(Gtk::Orientation const &orientation)
{
- static_cast<Gtk::Toolbar*>(_widget)->set_orientation(orientation);
+ gtk_orientable_set_orientation(GTK_ORIENTABLE(static_cast<Gtk::Toolbar*>(_widget)->gobj()),
+ GtkOrientation(orientation));
+
if (orientation == Gtk::ORIENTATION_VERTICAL) {
set_handle_position(Gtk::POS_TOP);
}
@@ -226,7 +229,8 @@ Toolbox::on_change_orient_horiz()
{
Glib::RefPtr<Gtk::RadioAction> action = Glib::RefPtr<Gtk::RadioAction>::cast_static(_detach_grp->get_action("OrientHoriz"));
if (action->get_active()) {
- static_cast<Gtk::Toolbar*>(_widget)->set_orientation(Gtk::ORIENTATION_HORIZONTAL);
+ gtk_orientable_set_orientation(GTK_ORIENTABLE(static_cast<Gtk::Toolbar*>(_widget)->gobj()),
+ GTK_ORIENTATION_HORIZONTAL);
}
}
@@ -235,7 +239,8 @@ Toolbox::on_change_orient_vert()
{
Glib::RefPtr<Gtk::RadioAction> action = Glib::RefPtr<Gtk::RadioAction>::cast_static(_detach_grp->get_action("OrientVert"));
if (action->get_active()) {
- static_cast<Gtk::Toolbar*>(_widget)->set_orientation(Gtk::ORIENTATION_VERTICAL);
+ gtk_orientable_set_orientation(GTK_ORIENTABLE(static_cast<Gtk::Toolbar*>(_widget)->gobj()),
+ GTK_ORIENTATION_VERTICAL);
}
}
diff --git a/src/widgets/button.cpp b/src/widgets/button.cpp
index 676cb9b59..0071fc56e 100644
--- a/src/widgets/button.cpp
+++ b/src/widgets/button.cpp
@@ -30,6 +30,17 @@ static void sp_button_init (SPButton *button);
static void sp_button_destroy (GtkObject *object);
static void sp_button_size_request (GtkWidget *widget, GtkRequisition *requisition);
+
+#if GTK_CHECK_VERSION(3,0,0)
+static void sp_button_get_preferred_width(GtkWidget *widget,
+ gint *minimal_width,
+ gint *natural_width);
+
+static void sp_button_get_preferred_height(GtkWidget *widget,
+ gint *minimal_height,
+ gint *natural_height);
+#endif
+
static void sp_button_clicked (GtkButton *button);
static void sp_button_perform_action (SPButton *button, gpointer data);
static gint sp_button_process_event (SPButton *button, GdkEvent *event);
@@ -72,7 +83,12 @@ sp_button_class_init (SPButtonClass *klass)
parent_class = (GtkToggleButtonClass *)g_type_class_peek_parent (klass);
object_class->destroy = sp_button_destroy;
+#if GTK_CHECK_VERSION(3,0,0)
+ widget_class->get_preferred_width = sp_button_get_preferred_width;
+ widget_class->get_preferred_height = sp_button_get_preferred_height;
+#else
widget_class->size_request = sp_button_size_request;
+#endif
button_class->clicked = sp_button_clicked;
}
@@ -129,6 +145,22 @@ sp_button_size_request (GtkWidget *widget, GtkRequisition *requisition)
requisition->height += 2 + 2 * MAX (2, style->ythickness);
}
+#if GTK_CHECK_VERSION(3,0,0)
+static void sp_button_get_preferred_width(GtkWidget *widget, gint *minimal_width, gint *natural_width)
+{
+ GtkRequisition requisition;
+ sp_button_size_request(widget, &requisition);
+ *minimal_width = *natural_width = requisition.width;
+}
+
+static void sp_button_get_preferred_height(GtkWidget *widget, gint *minimal_height, gint *natural_height)
+{
+ GtkRequisition requisition;
+ sp_button_size_request(widget, &requisition);
+ *minimal_height = *natural_height = requisition.height;
+}
+#endif
+
static void
sp_button_clicked (GtkButton *button)
{
diff --git a/src/widgets/desktop-widget.cpp b/src/widgets/desktop-widget.cpp
index 44d3c2f9a..996f116e2 100644
--- a/src/widgets/desktop-widget.cpp
+++ b/src/widgets/desktop-widget.cpp
@@ -1741,7 +1741,7 @@ sp_dtw_zoom_value_changed (GtkSpinButton *spin, gpointer data)
desktop->zoom_absolute (d.midpoint()[Geom::X], d.midpoint()[Geom::Y], zoom_factor);
g_signal_handler_unblock (spin, dtw->zoom_update);
- spinbutton_defocus (GTK_OBJECT (spin));
+ spinbutton_defocus (GTK_WIDGET(spin));
}
static void
diff --git a/src/widgets/eek-preview.cpp b/src/widgets/eek-preview.cpp
index 134cf9342..db9cb96bd 100644
--- a/src/widgets/eek-preview.cpp
+++ b/src/widgets/eek-preview.cpp
@@ -177,6 +177,22 @@ static void eek_preview_size_request( GtkWidget* widget, GtkRequisition* req )
req->height = height;
}
+#if GTK_CHECK_VERSION(3,0,0)
+static void eek_preview_get_preferred_width(GtkWidget *widget, gint *minimal_width, gint *natural_width)
+{
+ GtkRequisition requisition;
+ eek_preview_size_request(widget, &requisition);
+ *minimal_width = *natural_width = requisition.width;
+}
+
+static void eek_preview_get_preferred_height(GtkWidget *widget, gint *minimal_height, gint *natural_height)
+{
+ GtkRequisition requisition;
+ eek_preview_size_request(widget, &requisition);
+ *minimal_height = *natural_height = requisition.height;
+}
+#endif
+
enum {
CLICKED_SIGNAL,
ALTCLICKED_SIGNAL,
@@ -578,7 +594,12 @@ static void eek_preview_class_init( EekPreviewClass *klass )
/*widgetClass->unmap = ;*/
/*widgetClass->realize = ;*/
/*widgetClass->unrealize = ;*/
+#if GTK_CHECK_VERSION(3,0,0)
+ widgetClass->get_preferred_width = eek_preview_get_preferred_width;
+ widgetClass->get_preferred_height = eek_preview_get_preferred_height;
+#else
widgetClass->size_request = eek_preview_size_request;
+#endif
/*widgetClass->size_allocate = ;*/
/*widgetClass->state_changed = ;*/
/*widgetClass->style_set = ;*/
diff --git a/src/widgets/gradient-image.cpp b/src/widgets/gradient-image.cpp
index b835dc36b..114d76293 100644
--- a/src/widgets/gradient-image.cpp
+++ b/src/widgets/gradient-image.cpp
@@ -28,6 +28,17 @@ static void sp_gradient_image_init (SPGradientImage *image);
static void sp_gradient_image_destroy (GtkObject *object);
static void sp_gradient_image_size_request (GtkWidget *widget, GtkRequisition *requisition);
+
+#if GTK_CHECK_VERSION(3,0,0)
+static void sp_gradient_image_get_preferred_width(GtkWidget *widget,
+ gint *minimal_width,
+ gint *natural_width);
+
+static void sp_gradient_image_get_preferred_height(GtkWidget *widget,
+ gint *minimal_height,
+ gint *natural_height);
+#endif
+
static gint sp_gradient_image_expose (GtkWidget *widget, GdkEventExpose *event);
static void sp_gradient_image_gradient_release (SPObject *, SPGradientImage *im);
@@ -69,7 +80,12 @@ sp_gradient_image_class_init (SPGradientImageClass *klass)
object_class->destroy = sp_gradient_image_destroy;
+#if GTK_CHECK_VERSION(3,0,0)
+ widget_class->get_preferred_width = sp_gradient_image_get_preferred_width;
+ widget_class->get_preferred_height = sp_gradient_image_get_preferred_height;
+#else
widget_class->size_request = sp_gradient_image_size_request;
+#endif
widget_class->expose_event = sp_gradient_image_expose;
}
@@ -110,6 +126,22 @@ static void sp_gradient_image_size_request(GtkWidget * /*widget*/, GtkRequisitio
requisition->height = 12;
}
+#if GTK_CHECK_VERSION(3,0,0)
+static void sp_gradient_image_get_preferred_width(GtkWidget *widget, gint *minimal_width, gint *natural_width)
+{
+ GtkRequisition requisition;
+ sp_gradient_image_size_request(widget, &requisition);
+ *minimal_width = *natural_width = requisition.width;
+}
+
+static void sp_gradient_image_get_preferred_height(GtkWidget *widget, gint *minimal_height, gint *natural_height)
+{
+ GtkRequisition requisition;
+ sp_gradient_image_size_request(widget, &requisition);
+ *minimal_height = *natural_height = requisition.height;
+}
+#endif
+
static gint
sp_gradient_image_expose (GtkWidget *widget, GdkEventExpose *event)
{
diff --git a/src/widgets/gradient-toolbar.cpp b/src/widgets/gradient-toolbar.cpp
index e239457fd..a7b97c21a 100644
--- a/src/widgets/gradient-toolbar.cpp
+++ b/src/widgets/gradient-toolbar.cpp
@@ -636,6 +636,20 @@ gr_remove_stop (GtkWidget */*button*/, GtkWidget *vb)
}
static void
+gr_linked_changed (GtkToggleAction *act, gpointer data)
+{
+ gboolean active = gtk_toggle_action_get_active( act );
+ if ( active ) {
+ g_object_set( G_OBJECT(act), "iconId", INKSCAPE_ICON("object-locked"), NULL );
+ } else {
+ g_object_set( G_OBJECT(act), "iconId", INKSCAPE_ICON("object-unlocked"), NULL );
+ }
+
+ Inkscape::Preferences *prefs = Inkscape::Preferences::get();
+ prefs->setBool("/options/forkgradientvectors/value", !active);
+}
+
+static void
gr_reverse (GtkWidget */*button*/, gpointer data)
{
SPDesktop *desktop = static_cast<SPDesktop *>(data);
@@ -1264,6 +1278,22 @@ void sp_gradient_toolbox_prep(SPDesktop * desktop, GtkActionGroup* mainActions,
}
+ // Gradients Linked toggle
+ {
+ InkToggleAction* itact = ink_toggle_action_new( "GradientEditLinkAction",
+ _("Link gradients"),
+ _("Link gradients to change all related gradients"),
+ INKSCAPE_ICON("object-unlocked"),
+ secondarySize );
+ g_object_set( itact, "short_label", "Lock", NULL );
+ g_signal_connect_after( G_OBJECT(itact), "toggled", G_CALLBACK(gr_linked_changed), desktop) ;
+ gtk_action_group_add_action( mainActions, GTK_ACTION(itact) );
+
+ Inkscape::Preferences *prefs = Inkscape::Preferences::get();
+ bool linkedmode = prefs->getBool("/options/forkgradientvectors/value", true);
+ gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(itact), !linkedmode );
+ }
+
Inkscape::Selection *selection = sp_desktop_selection (desktop);
SPDocument *document = sp_desktop_document (desktop);
diff --git a/src/widgets/icon.cpp b/src/widgets/icon.cpp
index 7f027870d..a58645015 100644
--- a/src/widgets/icon.cpp
+++ b/src/widgets/icon.cpp
@@ -61,6 +61,15 @@ struct IconImpl {
static void clear(SPIcon *icon);
static void sizeRequest(GtkWidget *widget, GtkRequisition *requisition);
+
+ static void getPreferredWidth(GtkWidget *widget,
+ gint *minimal_width,
+ gint *natural_width);
+
+ static void getPreferredHeight(GtkWidget *widget,
+ gint *minimal_height,
+ gint *natural_height);
+
static void sizeAllocate(GtkWidget *widget, GtkAllocation *allocation);
static int expose(GtkWidget *widget, GdkEventExpose *event);
@@ -172,7 +181,12 @@ void IconImpl::classInit(SPIconClass *klass)
object_class->dispose = IconImpl::dispose;
+#if GTK_CHECK_VERSION(3,0,0)
+ widget_class->get_preferred_width = IconImpl::getPreferredWidth;
+ widget_class->get_preferred_height = IconImpl::getPreferredHeight;
+#else
widget_class->size_request = IconImpl::sizeRequest;
+#endif
widget_class->size_allocate = IconImpl::sizeAllocate;
widget_class->expose_event = IconImpl::expose;
widget_class->screen_changed = IconImpl::screenChanged;
@@ -225,6 +239,20 @@ void IconImpl::sizeRequest(GtkWidget *widget, GtkRequisition *requisition)
requisition->height = size;
}
+void IconImpl::getPreferredWidth(GtkWidget *widget, gint *minimal_width, gint *natural_width)
+{
+ GtkRequisition requisition;
+ sizeRequest(widget, &requisition);
+ *minimal_width = *natural_width = requisition.width;
+}
+
+void IconImpl::getPreferredHeight(GtkWidget *widget, gint *minimal_height, gint *natural_height)
+{
+ GtkRequisition requisition;
+ sizeRequest(widget, &requisition);
+ *minimal_height = *natural_height = requisition.height;
+}
+
void IconImpl::sizeAllocate(GtkWidget *widget, GtkAllocation *allocation)
{
gtk_widget_set_allocation(widget, allocation);
diff --git a/src/widgets/paint-selector.cpp b/src/widgets/paint-selector.cpp
index 3f34c8ad1..075308321 100644
--- a/src/widgets/paint-selector.cpp
+++ b/src/widgets/paint-selector.cpp
@@ -445,9 +445,9 @@ void SPPaintSelector::setColorAlpha(SPColor const &color, float alpha)
{
g_return_if_fail( ( 0.0 <= alpha ) && ( alpha <= 1.0 ) );
SPColorSelector *csel = 0;
+/*
guint32 rgba = 0;
-/*
if ( sp_color_get_colorspace_type(color) == SP_COLORSPACE_TYPE_CMYK )
{
#ifdef SP_PS_VERBOSE
@@ -465,7 +465,7 @@ void SPPaintSelector::setColorAlpha(SPColor const &color, float alpha)
}
csel = reinterpret_cast<SPColorSelector*>(g_object_get_data(G_OBJECT(selector), "color-selector"));
- rgba = color.toRGBA32( alpha );
+ //rgba = color.toRGBA32( alpha );
csel->base->setColorAlpha( color, alpha );
}
@@ -572,21 +572,6 @@ sp_paint_selector_clear_frame(SPPaintSelector *psel)
if (psel->selector) {
- /* before we destroy the frame contents, we must detach
- * the patternmenu so that Gtk doesn't gtk_widget_destroy
- * all the children of the menu. (We also have a g_object_ref
- * count set on it too so that the gtk_container_remove doesn't
- * end up destroying it.
- */
- GtkWidget *patterns = (GtkWidget *)g_object_get_data(G_OBJECT(psel), "patternmenu");
- if (patterns != NULL) {
- GtkWidget * parent = gtk_widget_get_parent( GTK_WIDGET(patterns));
- if ( parent != NULL ) {
- g_assert( GTK_IS_CONTAINER(parent) );
- gtk_container_remove( GTK_CONTAINER(parent), patterns );
- }
- }
-
gtk_widget_destroy(psel->selector);
psel->selector = NULL;
}
@@ -829,53 +814,42 @@ ink_pattern_list_get (SPDocument *source)
* Adds menu items for pattern list - derived from marker code, left hb etc in to make addition of previews easier at some point.
*/
static void
-sp_pattern_menu_build (GtkWidget *m, GSList *pattern_list, SPDocument */*source*/)
+sp_pattern_menu_build (GtkWidget *combo, GSList *pattern_list, SPDocument */*source*/)
{
+ GtkListStore *store = GTK_LIST_STORE(gtk_combo_box_get_model(GTK_COMBO_BOX(combo)));
+ GtkTreeIter iter;
for (; pattern_list != NULL; pattern_list = pattern_list->next) {
+
Inkscape::XML::Node *repr = reinterpret_cast<SPItem *>(pattern_list->data)->getRepr();
- GtkWidget *i = gtk_menu_item_new();
- gtk_widget_show(i);
- if (repr->attribute("inkscape:stockid"))
- g_object_set_data (G_OBJECT(i), "stockid", (void *) "true");
- else
- g_object_set_data (G_OBJECT(i), "stockid", (void *) "false");
+ // label for combobox
+ gchar const *label;
+ if (repr->attribute("inkscape:stockid")) {
+ label = _(repr->attribute("inkscape:stockid"));
+ } else {
+ label = _(repr->attribute("id"));
+ }
gchar const *patid = repr->attribute("id");
- g_object_set_data (G_OBJECT(i), "pattern", (void *) patid);
-
-#if GTK_CHECK_VERSION(3,0,0)
- GtkWidget *hb = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 4);
- gtk_box_set_homogeneous(GTK_BOX(hb), FALSE);
-#else
- GtkWidget *hb = gtk_hbox_new(FALSE, 4);
-#endif
- gtk_widget_show(hb);
-
- // create label
- GtkWidget *l;
- if (repr->attribute("inkscape:stockid"))
- l = gtk_label_new(_(repr->attribute("inkscape:stockid")));
- else
- l = gtk_label_new(_(repr->attribute("id")));
- gtk_widget_show(l);
- gtk_misc_set_alignment(GTK_MISC(l), 0.0, 0.5);
- gtk_box_pack_start(GTK_BOX(hb), l, TRUE, TRUE, 0);
+ gboolean stockid = false;
+ if (repr->attribute("inkscape:stockid")) {
+ stockid = true;
+ }
- gtk_widget_show(hb);
- gtk_container_add(GTK_CONTAINER(i), hb);
+ gtk_list_store_append(store, &iter);
+ gtk_list_store_set(store, &iter,
+ COMBO_COL_LABEL, label, COMBO_COL_STOCK, stockid, COMBO_COL_PATTERN, patid, COMBO_COL_SEP, FALSE, -1);
- gtk_menu_shell_append(GTK_MENU_SHELL(m), i);
- }
- }
+ }
+}
/**
* Pick up all patterns from source, except those that are in
* current_doc (if non-NULL), and add items to the pattern menu.
*/
-static void sp_pattern_list_from_doc(GtkWidget *m, SPDocument * /*current_doc*/, SPDocument *source, SPDocument * /*pattern_doc*/)
+static void sp_pattern_list_from_doc(GtkWidget *combo, SPDocument * /*current_doc*/, SPDocument *source, SPDocument * /*pattern_doc*/)
{
GSList *pl = ink_pattern_list_get(source);
GSList *clean_pl = NULL;
@@ -889,17 +863,15 @@ static void sp_pattern_list_from_doc(GtkWidget *m, SPDocument * /*current_doc*/,
clean_pl = g_slist_prepend (clean_pl, pl->data);
}
- sp_pattern_menu_build (m, clean_pl, source);
+ sp_pattern_menu_build (combo, clean_pl, source);
g_slist_free (pl);
g_slist_free (clean_pl);
}
-
-
static void
-ink_pattern_menu_populate_menu(GtkWidget *m, SPDocument *doc)
+ink_pattern_menu_populate_menu(GtkWidget *combo, SPDocument *doc)
{
static SPDocument *patterns_doc = NULL;
@@ -913,51 +885,59 @@ ink_pattern_menu_populate_menu(GtkWidget *m, SPDocument *doc)
}
// suck in from current doc
- sp_pattern_list_from_doc ( m, NULL, doc, patterns_doc );
+ sp_pattern_list_from_doc ( combo, NULL, doc, patterns_doc );
// add separator
{
- GtkWidget *i = gtk_separator_menu_item_new();
- gchar const *patid = "";
- g_object_set_data (G_OBJECT(i), "pattern", (void *) patid);
- gtk_widget_show(i);
- gtk_menu_shell_append(GTK_MENU_SHELL(m), i);
+ GtkListStore *store = GTK_LIST_STORE(gtk_combo_box_get_model(GTK_COMBO_BOX(combo)));
+ GtkTreeIter iter;
+ gtk_list_store_append (store, &iter);
+ gtk_list_store_set(store, &iter,
+ COMBO_COL_LABEL, "", COMBO_COL_STOCK, false, COMBO_COL_PATTERN, "", COMBO_COL_SEP, true, -1);
}
// suck in from patterns.svg
if (patterns_doc) {
doc->ensureUpToDate();
- sp_pattern_list_from_doc ( m, doc, patterns_doc, NULL );
+ sp_pattern_list_from_doc ( combo, doc, patterns_doc, NULL );
}
}
static GtkWidget*
-ink_pattern_menu(GtkWidget *mnu)
+ink_pattern_menu(GtkWidget *combo)
{
- /* Create new menu widget */
- GtkWidget *m = gtk_menu_new();
- gtk_widget_show(m);
SPDocument *doc = SP_ACTIVE_DOCUMENT;
+ GtkListStore *store = GTK_LIST_STORE(gtk_combo_box_get_model(GTK_COMBO_BOX(combo)));
+ GtkTreeIter iter;
+
if (!doc) {
- GtkWidget *i;
- i = gtk_menu_item_new_with_label(_("No document selected"));
- gtk_widget_show(i);
- gtk_menu_shell_append(GTK_MENU_SHELL(m), i);
- gtk_widget_set_sensitive(mnu, FALSE);
+
+ gtk_list_store_append (store, &iter);
+ gtk_list_store_set (store, &iter,
+ COMBO_COL_LABEL, _("No document selected"), COMBO_COL_STOCK, false, COMBO_COL_PATTERN, "", COMBO_COL_SEP, false, -1);
+ gtk_widget_set_sensitive(combo, FALSE);
+
} else {
- ink_pattern_menu_populate_menu(m, doc);
- gtk_widget_set_sensitive(mnu, TRUE);
+ ink_pattern_menu_populate_menu(combo, doc);
+ gtk_widget_set_sensitive(combo, TRUE);
}
- gtk_option_menu_set_menu(GTK_OPTION_MENU(mnu), m);
- /* Set history */
- gtk_option_menu_set_history(GTK_OPTION_MENU(mnu), 0);
- return mnu;
+ // Select the first item that is not a seperator
+ if (gtk_tree_model_get_iter_first (GTK_TREE_MODEL(store), &iter)) {
+ gboolean sep = false;
+ gtk_tree_model_get(GTK_TREE_MODEL(store), &iter, COMBO_COL_SEP, &sep, -1);
+ if (sep) {
+ gtk_tree_model_iter_next(GTK_TREE_MODEL(store), &iter);
+ }
+ gtk_combo_box_set_active_iter(GTK_COMBO_BOX(combo), &iter);
+ }
+
+ return combo;
}
@@ -967,43 +947,41 @@ void SPPaintSelector::updatePatternList( SPPattern *pattern )
if (update) {
return;
}
- GtkWidget *mnu = GTK_WIDGET(g_object_get_data(G_OBJECT(this), "patternmenu"));
- g_assert( mnu != NULL );
+ GtkWidget *combo = GTK_WIDGET(g_object_get_data(G_OBJECT(this), "patternmenu"));
+ g_assert( combo != NULL );
/* Clear existing menu if any */
- gtk_option_menu_remove_menu(GTK_OPTION_MENU(mnu));
+ GtkTreeModel *store = gtk_combo_box_get_model(GTK_COMBO_BOX(combo));
+ gtk_list_store_clear(GTK_LIST_STORE(store));
- ink_pattern_menu(mnu);
+ ink_pattern_menu(combo);
/* Set history */
- if (pattern && !g_object_get_data(G_OBJECT(mnu), "update")) {
-
- g_object_set_data(G_OBJECT(mnu), "update", GINT_TO_POINTER(TRUE));
+ if (pattern && !g_object_get_data(G_OBJECT(combo), "update")) {
+ g_object_set_data(G_OBJECT(combo), "update", GINT_TO_POINTER(TRUE));
gchar const *patname = pattern->getRepr()->attribute("id");
- GtkMenu *m = GTK_MENU(gtk_option_menu_get_menu(GTK_OPTION_MENU(mnu)));
-
- GList *kids = gtk_container_get_children(GTK_CONTAINER(m));
-
- int patpos = 0;
- int i = 0;
-
- for (; kids != NULL; kids = kids->next) {
-
- gchar *men_pat = (gchar *) g_object_get_data(G_OBJECT(kids->data), "pattern");
- if ( strcmp(men_pat, patname) == 0 ) {
- patpos = i;
- }
- i++;
+ // Find this pattern and set it active in the combo_box
+ GtkTreeIter iter ;
+ gchar *patid = NULL;
+ bool valid = gtk_tree_model_get_iter_first (store, &iter);
+ if (!valid) {
+ return;
+ }
+ gtk_tree_model_get (store, &iter, COMBO_COL_PATTERN, &patid, -1);
+ while (valid && strcmp(patid, patname) != 0) {
+ valid = gtk_tree_model_iter_next (store, &iter);
+ gtk_tree_model_get (store, &iter, COMBO_COL_PATTERN, &patid, -1);
}
+ if (valid) {
+ gtk_combo_box_set_active_iter(GTK_COMBO_BOX(combo), &iter);
+ }
- gtk_option_menu_set_history(GTK_OPTION_MENU(mnu), patpos);
- g_object_set_data(G_OBJECT(mnu), "update", GINT_TO_POINTER(FALSE));
+ g_object_set_data(G_OBJECT(combo), "update", GINT_TO_POINTER(FALSE));
}
- //gtk_option_menu_set_history(GTK_OPTION_MENU(mnu), 0);
}
static void sp_paint_selector_set_mode_pattern(SPPaintSelector *psel, SPPaintSelector::Mode mode)
@@ -1039,15 +1017,29 @@ static void sp_paint_selector_set_mode_pattern(SPPaintSelector *psel, SPPaintSel
GtkWidget *hb = gtk_hbox_new(FALSE, 1);
#endif
- GtkWidget *mnu = gtk_option_menu_new();
- ink_pattern_menu(mnu);
- g_signal_connect(G_OBJECT(mnu), "changed", G_CALLBACK(sp_psel_pattern_change), psel);
- g_signal_connect(G_OBJECT(mnu), "destroy", G_CALLBACK(sp_psel_pattern_destroy), psel);
- g_object_set_data(G_OBJECT(psel), "patternmenu", mnu);
- g_object_ref( G_OBJECT(mnu));
-
- gtk_container_add(GTK_CONTAINER(hb), mnu);
+ /**
+ * Create a combo_box and store with 4 columns,
+ * The label, a pointer to the pattern, is stockid or not, is a separator or not.
+ */
+ GtkListStore *store = gtk_list_store_new (COMBO_N_COLS, G_TYPE_STRING, G_TYPE_BOOLEAN, G_TYPE_STRING, G_TYPE_BOOLEAN);
+ GtkWidget *combo = gtk_combo_box_new_with_model (GTK_TREE_MODEL (store));
+ gtk_combo_box_set_row_separator_func(GTK_COMBO_BOX(combo), SPPaintSelector::isSeparator, NULL, NULL);
+
+ GtkCellRenderer *renderer = gtk_cell_renderer_text_new ();
+ gtk_cell_renderer_set_padding (renderer, 2, 0);
+ gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo), renderer, TRUE);
+ gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo), renderer, "text", COMBO_COL_LABEL, NULL);
+
+ ink_pattern_menu(combo);
+ g_signal_connect(G_OBJECT(combo), "changed", G_CALLBACK(sp_psel_pattern_change), psel);
+ g_signal_connect(G_OBJECT(combo), "destroy", G_CALLBACK(sp_psel_pattern_destroy), psel);
+ g_object_set_data(G_OBJECT(psel), "patternmenu", combo);
+ g_object_ref( G_OBJECT(combo));
+
+ gtk_container_add(GTK_CONTAINER(hb), combo);
gtk_box_pack_start(GTK_BOX(tbl), hb, FALSE, FALSE, AUX_BETWEEN_BUTTON_GROUPS);
+
+ g_object_unref( G_OBJECT(store));
}
{
@@ -1078,37 +1070,54 @@ static void sp_paint_selector_set_mode_pattern(SPPaintSelector *psel, SPPaintSel
#endif
}
+gboolean SPPaintSelector::isSeparator (GtkTreeModel *model, GtkTreeIter *iter, gpointer /*data*/) {
+
+ gboolean sep = FALSE;
+ gtk_tree_model_get(model, iter, COMBO_COL_SEP, &sep, -1);
+ return sep;
+}
+
SPPattern *SPPaintSelector::getPattern()
{
SPPattern *pat = 0;
g_return_val_if_fail((mode == MODE_PATTERN) , NULL);
- GtkWidget *patmnu = (GtkWidget *) g_object_get_data(G_OBJECT(this), "patternmenu");
+ GtkWidget *combo = (GtkWidget *) g_object_get_data(G_OBJECT(this), "patternmenu");
+
/* no pattern menu if we were just selected */
- if ( patmnu == NULL ) return NULL;
+ if ( combo == NULL ) {
+ return NULL;
+ }
- GtkMenu *m = GTK_MENU(gtk_option_menu_get_menu(GTK_OPTION_MENU(patmnu)));
+ GtkTreeModel *store = gtk_combo_box_get_model(GTK_COMBO_BOX(combo));
- /* Get Pattern */
- if (!g_object_get_data(G_OBJECT(gtk_menu_get_active(m)), "pattern"))
- {
+ /* Get the selected pattern */
+ GtkTreeIter iter;
+ if (!gtk_combo_box_get_active_iter (GTK_COMBO_BOX(combo), &iter) ||
+ !gtk_list_store_iter_is_valid(GTK_LIST_STORE(store), &iter)) {
return NULL;
}
- gchar *patid = (gchar *) g_object_get_data(G_OBJECT(gtk_menu_get_active(m)),
- "pattern");
- //gchar *pattern = "";
+
+ gchar *patid = NULL;
+ gboolean stockid = FALSE;
+ gchar *label = NULL;
+ gtk_tree_model_get (store, &iter, COMBO_COL_LABEL, &label, COMBO_COL_STOCK, &stockid, COMBO_COL_PATTERN, &patid, -1);
+ if (patid == NULL) {
+ return NULL;
+ }
+
if (strcmp(patid, "none")){
- gchar *stockid = (gchar *) g_object_get_data(G_OBJECT(gtk_menu_get_active(m)),
- "stockid");
- gchar *paturn = patid;
- if (!strcmp(stockid,"true")) paturn = g_strconcat("urn:inkscape:pattern:",patid,NULL);
+ gchar *paturn = g_strdup(patid);
+ if (stockid) {
+ paturn = g_strconcat("urn:inkscape:pattern:",patid,NULL);
+ }
SPObject *pat_obj = get_stock_item(paturn);
if (pat_obj) {
pat = SP_PATTERN(pat_obj);
}
} else {
- pat = pattern_getroot(SP_PATTERN(g_object_get_data(G_OBJECT(gtk_menu_get_active(m)), "pattern")));
+ pat = pattern_getroot(SP_PATTERN(patid));
}
if (pat && !SP_IS_PATTERN(pat)) {
diff --git a/src/widgets/paint-selector.h b/src/widgets/paint-selector.h
index 7400987ee..d6ad3f50c 100644
--- a/src/widgets/paint-selector.h
+++ b/src/widgets/paint-selector.h
@@ -77,6 +77,7 @@ struct SPPaintSelector {
SPColor color;
float alpha;
+
static Mode getModeForStyle(SPStyle const & style, FillOrStroke kind);
void setMode( Mode mode );
@@ -97,10 +98,15 @@ struct SPPaintSelector {
SPPattern * getPattern();
void updatePatternList( SPPattern *pat );
+ static gboolean isSeparator (GtkTreeModel *model, GtkTreeIter *iter, gpointer data);
+
// TODO move this elsewhere:
void setFlatColor( SPDesktop *desktop, const gchar *color_property, const gchar *opacity_property );
};
+enum {COMBO_COL_LABEL=0, COMBO_COL_STOCK=1, COMBO_COL_PATTERN=2, COMBO_COL_SEP=3, COMBO_N_COLS=4};
+
+
/// The SPPaintSelector vtable
struct SPPaintSelectorClass {
GtkVBoxClass parent_class;
diff --git a/src/widgets/ruler.cpp b/src/widgets/ruler.cpp
index a76bf3081..b4fbb13c5 100644
--- a/src/widgets/ruler.cpp
+++ b/src/widgets/ruler.cpp
@@ -61,6 +61,17 @@ static void gtk_deprecated_ruler_realize (GtkWidget *widget);
static void gtk_deprecated_ruler_unrealize (GtkWidget *widget);
static void gtk_deprecated_ruler_size_request (GtkWidget *widget,
GtkRequisition *requisition);
+
+#if GTK_CHECK_VERSION(3,0,0)
+static void gtk_deprecated_ruler_get_preferred_width(GtkWidget *widget,
+ gint *minimal_width,
+ gint *natural_width);
+
+static void gtk_deprecated_ruler_get_preferred_height(GtkWidget *widget,
+ gint *minimal_height,
+ gint *natural_height);
+#endif
+
static void gtk_deprecated_ruler_size_allocate (GtkWidget *widget,
GtkAllocation *allocation);
static gboolean gtk_deprecated_ruler_motion_notify (GtkWidget *widget,
@@ -96,7 +107,12 @@ gtk_deprecated_ruler_class_init (GtkDeprecatedRulerClass *klass)
widget_class->realize = gtk_deprecated_ruler_realize;
widget_class->unrealize = gtk_deprecated_ruler_unrealize;
+#if GTK_CHECK_VERSION(3,0,0)
+ widget_class->get_preferred_width = gtk_deprecated_ruler_get_preferred_width;
+ widget_class->get_preferred_height = gtk_deprecated_ruler_get_preferred_height;
+#else
widget_class->size_request = gtk_deprecated_ruler_size_request;
+#endif
widget_class->size_allocate = gtk_deprecated_ruler_size_allocate;
widget_class->motion_notify_event = gtk_deprecated_ruler_motion_notify;
widget_class->expose_event = gtk_deprecated_ruler_expose;
@@ -359,16 +375,15 @@ gtk_deprecated_ruler_set_metric (GtkDeprecatedRuler *ruler,
*
* Return value: the units currently used for @ruler
**/
-GtkMetricType
-gtk_deprecated_ruler_get_metric (GtkDeprecatedRuler *ruler)
+GtkMetricType gtk_deprecated_ruler_get_metric (GtkDeprecatedRuler *ruler)
{
- gint i;
+ g_return_val_if_fail(GTK_DEPRECATED_IS_RULER(ruler), static_cast<GtkMetricType>(0));
- g_return_val_if_fail (GTK_DEPRECATED_IS_RULER (ruler), static_cast<GtkMetricType>(0));
-
- for (i = 0; i < G_N_ELEMENTS (ruler_metrics); i++)
- if (ruler->metric == &ruler_metrics[i])
+ for (size_t i = 0; i < G_N_ELEMENTS(ruler_metrics); i++) {
+ if (ruler->metric == &ruler_metrics[i]) {
return static_cast<GtkMetricType>(i);
+ }
+ }
g_assert_not_reached ();
@@ -470,6 +485,22 @@ gtk_deprecated_ruler_size_request (GtkWidget *widget,
}
}
+#if GTK_CHECK_VERSION(3,0,0)
+static void gtk_deprecated_ruler_get_preferred_width(GtkWidget *widget, gint *minimal_width, gint *natural_width)
+{
+ GtkRequisition requisition;
+ gtk_deprecated_ruler_size_request(widget, &requisition);
+ *minimal_width = *natural_width = requisition.width;
+}
+
+static void gtk_deprecated_ruler_get_preferred_height(GtkWidget *widget, gint *minimal_height, gint *natural_height)
+{
+ GtkRequisition requisition;
+ gtk_deprecated_ruler_size_request(widget, &requisition);
+ *minimal_height = *natural_height = requisition.height;
+}
+#endif
+
static void
gtk_deprecated_ruler_size_allocate (GtkWidget *widget,
GtkAllocation *allocation)
@@ -995,6 +1026,16 @@ static gint sp_vruler_motion_notify (GtkWidget *widget,
GdkEventMotion *event);
static void sp_vruler_size_request (GtkWidget *widget, GtkRequisition *requisition);
+#if GTK_CHECK_VERSION(3,0,0)
+static void sp_vruler_get_preferred_width(GtkWidget *widget,
+ gint *minimal_width,
+ gint *natural_width);
+
+static void sp_vruler_get_preferred_height(GtkWidget *widget,
+ gint *minimal_height,
+ gint *natural_height);
+#endif
+
static GtkWidgetClass *vruler_parent_class;
GType
@@ -1033,7 +1074,13 @@ sp_vruler_class_init (SPVRulerClass *klass)
ruler_class = (GtkDeprecatedRulerClass*) klass;
widget_class->motion_notify_event = sp_vruler_motion_notify;
+
+#if GTK_CHECK_VERSION(3,0,0)
+ widget_class->get_preferred_width = sp_vruler_get_preferred_width;
+ widget_class->get_preferred_height = sp_vruler_get_preferred_height;
+#else
widget_class->size_request = sp_vruler_size_request;
+#endif
ruler_class->draw_ticks = sp_ruler_common_draw_ticks;
}
@@ -1091,6 +1138,22 @@ sp_vruler_size_request (GtkWidget *widget, GtkRequisition *requisition)
requisition->width = style->xthickness * 2 + RULER_WIDTH;
}
+#if GTK_CHECK_VERSION(3,0,0)
+static void sp_vruler_get_preferred_width(GtkWidget *widget, gint *minimal_width, gint *natural_width)
+{
+ GtkRequisition requisition;
+ sp_vruler_size_request(widget, &requisition);
+ *minimal_width = *natural_width = requisition.width;
+}
+
+static void sp_vruler_get_preferred_height(GtkWidget *widget, gint *minimal_height, gint *natural_height)
+{
+ GtkRequisition requisition;
+ sp_vruler_size_request(widget, &requisition);
+ *minimal_height = *natural_height = requisition.height;
+}
+#endif
+
static void
sp_ruler_common_draw_ticks(GtkDeprecatedRuler *ruler)
{
diff --git a/src/widgets/ruler.h b/src/widgets/ruler.h
index 03eace0cb..0e7d32b2a 100644
--- a/src/widgets/ruler.h
+++ b/src/widgets/ruler.h
@@ -70,8 +70,8 @@ struct _GtkDeprecatedRulerClass
struct _GtkDeprecatedRulerMetric
{
- gchar *metric_name;
- gchar *abbrev;
+ gchar const *metric_name;
+ gchar const *abbrev;
/* This should be points_per_unit. This is the size of the unit
* in 1/72nd's of an inch and has nothing to do with screen pixels */
gdouble pixels_per_unit;
diff --git a/src/widgets/sp-color-slider.cpp b/src/widgets/sp-color-slider.cpp
index b74be502b..3b690afc9 100644
--- a/src/widgets/sp-color-slider.cpp
+++ b/src/widgets/sp-color-slider.cpp
@@ -32,6 +32,17 @@ static void sp_color_slider_destroy (GtkObject *object);
static void sp_color_slider_realize (GtkWidget *widget);
static void sp_color_slider_size_request (GtkWidget *widget, GtkRequisition *requisition);
+
+#if GTK_CHECK_VERSION(3,0,0)
+static void sp_color_slider_get_preferred_width(GtkWidget *widget,
+ gint *minimal_width,
+ gint *natural_width);
+
+static void sp_color_slider_get_preferred_height(GtkWidget *widget,
+ gint *minimal_height,
+ gint *natural_height);
+#endif
+
static void sp_color_slider_size_allocate (GtkWidget *widget, GtkAllocation *allocation);
/* static void sp_color_slider_draw (GtkWidget *widget, GdkRectangle *area); */
/* static void sp_color_slider_draw_focus (GtkWidget *widget); */
@@ -117,7 +128,12 @@ sp_color_slider_class_init (SPColorSliderClass *klass)
object_class->destroy = sp_color_slider_destroy;
widget_class->realize = sp_color_slider_realize;
+#if GTK_CHECK_VERSION(3,0,0)
+ widget_class->get_preferred_width = sp_color_slider_get_preferred_width;
+ widget_class->get_preferred_height = sp_color_slider_get_preferred_height;
+#else
widget_class->size_request = sp_color_slider_size_request;
+#endif
widget_class->size_allocate = sp_color_slider_size_allocate;
/* widget_class->draw = sp_color_slider_draw; */
/* widget_class->draw_focus = sp_color_slider_draw_focus; */
@@ -225,6 +241,22 @@ sp_color_slider_size_request (GtkWidget *widget, GtkRequisition *requisition)
requisition->height = SLIDER_HEIGHT + style->ythickness * 2;
}
+#if GTK_CHECK_VERSION(3,0,0)
+static void sp_color_slider_get_preferred_width(GtkWidget *widget, gint *minimal_width, gint *natural_width)
+{
+ GtkRequisition requisition;
+ sp_color_slider_size_request(widget, &requisition);
+ *minimal_width = *natural_width = requisition.width;
+}
+
+static void sp_color_slider_get_preferred_height(GtkWidget *widget, gint *minimal_height, gint *natural_height)
+{
+ GtkRequisition requisition;
+ sp_color_slider_size_request(widget, &requisition);
+ *minimal_height = *natural_height = requisition.height;
+}
+#endif
+
static void
sp_color_slider_size_allocate (GtkWidget *widget, GtkAllocation *allocation)
{
@@ -512,12 +544,18 @@ sp_color_slider_paint (SPColorSlider *slider, GdkRectangle *area)
b = sp_color_slider_render_map (cpaint.x - carea.x, cpaint.y - carea.y, cpaint.width, cpaint.height,
slider->map, s, d,
slider->b0, slider->b1, slider->bmask);
- if (b != NULL) {
- gdk_draw_rgb_image(window, style->black_gc,
- cpaint.x, cpaint.y,
- cpaint.width, cpaint.height,
- GDK_RGB_DITHER_MAX,
- (guchar *) b, cpaint.width * 3);
+ if (b != NULL && cpaint.width > 0) {
+
+ GdkPixbuf *pb = gdk_pixbuf_new_from_data (b, GDK_COLORSPACE_RGB,
+ 0, 8, cpaint.width, cpaint.height, cpaint.width * 3, NULL, NULL);
+
+ cairo_t *ct = gdk_cairo_create(window);
+ gdk_cairo_set_source_pixbuf (ct, pb, cpaint.x, cpaint.y);
+ cairo_paint(ct);
+ cairo_destroy(ct);
+
+ g_object_unref(pb);
+
}
} else {
@@ -537,13 +575,18 @@ sp_color_slider_paint (SPColorSlider *slider, GdkRectangle *area)
c, dc,
slider->b0, slider->b1, slider->bmask);
- /* Draw pixelstore */
- if (b != NULL) {
- gdk_draw_rgb_image(window, style->black_gc,
- cpaint.x, cpaint.y,
- wi, cpaint.height,
- GDK_RGB_DITHER_MAX,
- (guchar *) b, wi * 3);
+ /* Draw pixelstore 1 */
+ if (b != NULL && wi > 0) {
+
+ GdkPixbuf *pb = gdk_pixbuf_new_from_data (b, GDK_COLORSPACE_RGB,
+ 0, 8, wi, cpaint.height, wi * 3, NULL, NULL);
+
+ cairo_t *ct = gdk_cairo_create(window);
+ gdk_cairo_set_source_pixbuf (ct, pb, cpaint.x, cpaint.y);
+ cairo_paint(ct);
+ cairo_destroy(ct);
+
+ g_object_unref(pb);
}
}
@@ -560,19 +603,24 @@ sp_color_slider_paint (SPColorSlider *slider, GdkRectangle *area)
c, dc,
slider->b0, slider->b1, slider->bmask);
- /* Draw pixelstore */
- if (b != NULL) {
- gdk_draw_rgb_image(window, style->black_gc,
- MAX(cpaint.x, carea.width/2 + carea.x), cpaint.y,
- wi, cpaint.height,
- GDK_RGB_DITHER_MAX,
- (guchar *) b, wi * 3);
+ /* Draw pixelstore 2 */
+ if (b != NULL && wi > 0) {
+
+ GdkPixbuf *pb = gdk_pixbuf_new_from_data (b, GDK_COLORSPACE_RGB,
+ 0, 8, wi, cpaint.height, wi * 3, NULL, NULL);
+
+ cairo_t *ct = gdk_cairo_create(window);
+ gdk_cairo_set_source_pixbuf (ct, pb, MAX(cpaint.x, carea.width/2 + carea.x), cpaint.y);
+ cairo_paint(ct);
+ cairo_destroy(ct);
+
+ g_object_unref(pb);
}
}
}
}
- /* Draw shadow */
+ /* Draw shadow */
if (!colorsOnTop) {
gtk_paint_shadow( style, window,
gtk_widget_get_state(widget), GTK_SHADOW_IN,
diff --git a/src/widgets/sp-widget.cpp b/src/widgets/sp-widget.cpp
index 8645d90f7..c0ee44f83 100644
--- a/src/widgets/sp-widget.cpp
+++ b/src/widgets/sp-widget.cpp
@@ -35,6 +35,17 @@ static void sp_widget_show (GtkWidget *widget);
static void sp_widget_hide (GtkWidget *widget);
static gint sp_widget_expose (GtkWidget *widget, GdkEventExpose *event);
static void sp_widget_size_request (GtkWidget *widget, GtkRequisition *requisition);
+
+#if GTK_CHECK_VERSION(3,0,0)
+static void sp_widget_get_preferred_width(GtkWidget *widget,
+ gint *minimal_width,
+ gint *natural_width);
+
+static void sp_widget_get_preferred_height(GtkWidget *widget,
+ gint *minimal_height,
+ gint *natural_height);
+#endif
+
static void sp_widget_size_allocate (GtkWidget *widget, GtkAllocation *allocation);
static void sp_widget_modify_selection (Inkscape::Application *inkscape, Inkscape::Selection *selection, guint flags, SPWidget *spw);
@@ -115,7 +126,12 @@ sp_widget_class_init (SPWidgetClass *klass)
widget_class->show = sp_widget_show;
widget_class->hide = sp_widget_hide;
widget_class->expose_event = sp_widget_expose;
+#if GTK_CHECK_VERSION(3,0,0)
+ widget_class->get_preferred_width = sp_widget_get_preferred_width;
+ widget_class->get_preferred_height = sp_widget_get_preferred_height;
+#else
widget_class->size_request = sp_widget_size_request;
+#endif
widget_class->size_allocate = sp_widget_size_allocate;
}
@@ -212,6 +228,22 @@ sp_widget_size_request (GtkWidget *widget, GtkRequisition *requisition)
gtk_widget_size_request (child, requisition);
}
+#if GTK_CHECK_VERSION(3,0,0)
+static void sp_widget_get_preferred_width(GtkWidget *widget, gint *minimal_width, gint *natural_width)
+{
+ GtkRequisition requisition;
+ sp_widget_size_request(widget, &requisition);
+ *minimal_width = *natural_width = requisition.width;
+}
+
+static void sp_widget_get_preferred_height(GtkWidget *widget, gint *minimal_height, gint *natural_height)
+{
+ GtkRequisition requisition;
+ sp_widget_size_request(widget, &requisition);
+ *minimal_height = *natural_height = requisition.height;
+}
+#endif
+
static void
sp_widget_size_allocate (GtkWidget *widget, GtkAllocation *allocation)
{
diff --git a/src/widgets/sp-xmlview-tree.cpp b/src/widgets/sp-xmlview-tree.cpp
index ade5bec39..aafd4ab79 100644
--- a/src/widgets/sp-xmlview-tree.cpp
+++ b/src/widgets/sp-xmlview-tree.cpp
@@ -43,12 +43,12 @@ static void text_content_changed (Inkscape::XML::Node * repr, const gchar * old_
static void comment_content_changed (Inkscape::XML::Node * repr, const gchar * old_content, const gchar * new_content, gpointer data);
static void pi_content_changed (Inkscape::XML::Node * repr, const gchar * old_content, const gchar * new_content, gpointer data);
-static void ref_to_sibling (NodeData *node, Inkscape::XML::Node * ref, GtkTreeIter *);
-static void repr_to_child (NodeData *node, Inkscape::XML::Node * repr, GtkTreeIter *);
+static gboolean ref_to_sibling (NodeData *node, Inkscape::XML::Node * ref, GtkTreeIter *);
+static gboolean repr_to_child (NodeData *node, Inkscape::XML::Node * repr, GtkTreeIter *);
static Inkscape::XML::Node * sibling_to_ref (GtkTreeView * tree, GtkTreeIter * parent, GtkTreeIter * sibling);
static gboolean tree_model_iter_compare(GtkTreeModel* store, GtkTreeIter * iter1, GtkTreeIter * iter2);
GtkTreeRowReference *tree_iter_to_ref (SPXMLViewTree * tree, GtkTreeIter* iter);
-static void tree_ref_to_iter (SPXMLViewTree * tree, GtkTreeIter* iter, GtkTreeRowReference *ref);
+static gboolean tree_ref_to_iter (SPXMLViewTree * tree, GtkTreeIter* iter, GtkTreeRowReference *ref);
gboolean search_equal_func (GtkTreeModel *model, gint column, const gchar *key, GtkTreeIter *iter, gpointer search_data);
gboolean foreach_func (GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, gpointer user_data);
@@ -204,6 +204,10 @@ add_node (SPXMLViewTree * tree, GtkTreeIter *parent, GtkTreeIter *before, Inksca
GtkTreeIter iter;
gtk_tree_store_insert_before (tree->store, &iter, parent, before);
+ if (!gtk_tree_store_iter_is_valid(tree->store, &iter)) {
+ return NULL;
+ }
+
GtkTreeRowReference *rowref = tree_iter_to_ref (tree, &iter);
data = node_data_new (tree, &iter, rowref, repr);
g_assert (data != NULL);
@@ -264,7 +268,9 @@ element_child_added (Inkscape::XML::Node * /*repr*/, Inkscape::XML::Node * child
if (data->tree->blocked) return;
- ref_to_sibling (data, ref, &before);
+ if (!ref_to_sibling (data, ref, &before)) {
+ return;
+ }
GtkTreeIter data_iter;
tree_ref_to_iter(data->tree, &data_iter, data->rowref);
@@ -297,8 +303,9 @@ element_attr_changed (Inkscape::XML::Node * repr, const gchar * key, const gchar
}
GtkTreeIter iter;
- tree_ref_to_iter(data->tree, &iter, data->rowref);
- gtk_tree_store_set (GTK_TREE_STORE(data->tree->store), &iter, STORE_TEXT_COL, label, -1);
+ if (tree_ref_to_iter(data->tree, &iter, data->rowref)) {
+ gtk_tree_store_set (GTK_TREE_STORE(data->tree->store), &iter, STORE_TEXT_COL, label, -1);
+ }
g_free (label);
}
@@ -311,8 +318,9 @@ element_child_removed (Inkscape::XML::Node * /*repr*/, Inkscape::XML::Node * chi
if (data->tree->blocked) return;
GtkTreeIter iter;
- repr_to_child (data, child, &iter);
- gtk_tree_store_remove (GTK_TREE_STORE(data->tree->store), &iter);
+ if (repr_to_child (data, child, &iter)) {
+ gtk_tree_store_remove (GTK_TREE_STORE(data->tree->store), &iter);
+ }
}
@@ -348,8 +356,9 @@ text_content_changed (Inkscape::XML::Node * /*repr*/, const gchar * /*old_conten
label = g_strdup_printf ("\"%s\"", new_content);
GtkTreeIter iter;
- tree_ref_to_iter(data->tree, &iter, data->rowref);
- gtk_tree_store_set (GTK_TREE_STORE(data->tree->store), &iter, STORE_TEXT_COL, label, -1);
+ if (tree_ref_to_iter(data->tree, &iter, data->rowref)) {
+ gtk_tree_store_set (GTK_TREE_STORE(data->tree->store), &iter, STORE_TEXT_COL, label, -1);
+ }
g_free (label);
}
@@ -366,9 +375,9 @@ comment_content_changed (Inkscape::XML::Node */*repr*/, const gchar * /*old_cont
label = g_strdup_printf ("<!--%s-->", new_content);
GtkTreeIter iter;
- tree_ref_to_iter(data->tree, &iter, data->rowref);
- gtk_tree_store_set (GTK_TREE_STORE(data->tree->store), &iter, STORE_TEXT_COL, label, -1);
-
+ if (tree_ref_to_iter(data->tree, &iter, data->rowref)) {
+ gtk_tree_store_set (GTK_TREE_STORE(data->tree->store), &iter, STORE_TEXT_COL, label, -1);
+ }
g_free (label);
}
@@ -384,9 +393,9 @@ pi_content_changed(Inkscape::XML::Node *repr, const gchar * /*old_content*/, con
label = g_strdup_printf ("<?%s %s?>", repr->name(), new_content);
GtkTreeIter iter;
- tree_ref_to_iter(data->tree, &iter, data->rowref);
- gtk_tree_store_set (GTK_TREE_STORE(data->tree->store), &iter, STORE_TEXT_COL, label, -1);
-
+ if (tree_ref_to_iter(data->tree, &iter, data->rowref)) {
+ gtk_tree_store_set (GTK_TREE_STORE(data->tree->store), &iter, STORE_TEXT_COL, label, -1);
+ }
g_free (label);
}
@@ -452,8 +461,7 @@ void on_row_changed(GtkTreeModel *tree_model, GtkTreePath *path, GtkTreeIter *it
}
GtkTreeIter old_parent;
- tree_ref_to_iter(tree, &old_parent, old_parent_ref);
- if (!gtk_tree_store_iter_is_valid(GTK_TREE_STORE(tree_model), &old_parent)){
+ if (!tree_ref_to_iter(tree, &old_parent, old_parent_ref)) {
//Drag source parent is not valid
g_signal_emit_by_name(G_OBJECT (tree), "tree_move", GUINT_TO_POINTER(0) );
return;
@@ -501,30 +509,41 @@ void on_row_changed(GtkTreeModel *tree_model, GtkTreePath *path, GtkTreeIter *it
/*
* Set iter to ref or node data's child with the same repr or first child
*/
-void ref_to_sibling (NodeData *data, Inkscape::XML::Node *repr, GtkTreeIter *iter)
+gboolean ref_to_sibling (NodeData *data, Inkscape::XML::Node *repr, GtkTreeIter *iter)
{
if (repr) {
- repr_to_child (data, repr, iter);
+ if (!repr_to_child (data, repr, iter)) {
+ return false;
+ }
gtk_tree_model_iter_next (GTK_TREE_MODEL(data->tree->store), iter);
} else {
GtkTreeIter data_iter;
- tree_ref_to_iter(data->tree, &data_iter, data->rowref);
+ if (!tree_ref_to_iter(data->tree, &data_iter, data->rowref)) {
+ return false;
+ }
gtk_tree_model_iter_children(GTK_TREE_MODEL(data->tree->store), iter, &data_iter);
}
+ return true;
}
/*
* Set iter to the node data's child with the same repr
*/
-void repr_to_child (NodeData *data, Inkscape::XML::Node * repr, GtkTreeIter *iter)
+gboolean repr_to_child (NodeData *data, Inkscape::XML::Node * repr, GtkTreeIter *iter)
{
GtkTreeIter data_iter;
tree_ref_to_iter(data->tree, &data_iter, data->rowref);
+ if (!gtk_tree_store_iter_is_valid(GTK_TREE_STORE(data->tree->store), &data_iter)) {
+ return false;
+ }
+
gboolean valid = gtk_tree_model_iter_children(GTK_TREE_MODEL(data->tree->store), iter, &data_iter);
while (valid && sp_xmlview_tree_node_get_repr (GTK_TREE_VIEW(data->tree), iter) != repr) {
valid = gtk_tree_model_iter_next(GTK_TREE_MODEL(data->tree->store), iter);
}
+
+ return valid;
}
/*
@@ -542,10 +561,15 @@ GtkTreeRowReference *tree_iter_to_ref (SPXMLViewTree * tree, GtkTreeIter* iter)
/*
* Get a matching GtkTreeIter for a GtkTreeRowReference
*/
-void tree_ref_to_iter (SPXMLViewTree * tree, GtkTreeIter* iter, GtkTreeRowReference *ref)
+gboolean tree_ref_to_iter (SPXMLViewTree * tree, GtkTreeIter* iter, GtkTreeRowReference *ref)
{
GtkTreePath* path = gtk_tree_row_reference_get_path(ref);
+ if (!path) {
+ return false;
+ }
gtk_tree_model_get_iter(GTK_TREE_MODEL(tree->store), iter, path);
+
+ return gtk_tree_store_iter_is_valid(GTK_TREE_STORE(tree->store), iter);
}
/*
diff --git a/src/widgets/spinbutton-events.cpp b/src/widgets/spinbutton-events.cpp
index 994d954cc..565c89ece 100644
--- a/src/widgets/spinbutton-events.cpp
+++ b/src/widgets/spinbutton-events.cpp
@@ -48,7 +48,7 @@ spinbutton_undo (GtkWidget *w)
}
void
-spinbutton_defocus (GtkObject *container)
+spinbutton_defocus (GtkWidget *container)
{
// defocus spinbuttons by moving focus to the canvas, unless "stay" is on
gboolean stay = GPOINTER_TO_INT(g_object_get_data(G_OBJECT (container), "stay"));
@@ -71,12 +71,12 @@ spinbutton_keypress (GtkWidget *w, GdkEventKey *event, gpointer data)
switch (get_group0_keyval (event)) {
case GDK_Escape: // defocus
spinbutton_undo (w);
- spinbutton_defocus (GTK_OBJECT (spw));
+ spinbutton_defocus(GTK_WIDGET(spw));
return TRUE; // I consumed the event
break;
case GDK_Return: // defocus
case GDK_KP_Enter:
- spinbutton_defocus (GTK_OBJECT (spw));
+ spinbutton_defocus (GTK_WIDGET(spw));
return TRUE; // I consumed the event
break;
case GDK_Tab:
diff --git a/src/widgets/spinbutton-events.h b/src/widgets/spinbutton-events.h
index cf8c7b44b..c1df88c8a 100644
--- a/src/widgets/spinbutton-events.h
+++ b/src/widgets/spinbutton-events.h
@@ -15,7 +15,7 @@
gboolean spinbutton_focus_in (GtkWidget *w, GdkEventKey *event, gpointer data);
void spinbutton_undo (GtkWidget *w);
gboolean spinbutton_keypress (GtkWidget *w, GdkEventKey *event, gpointer data);
-void spinbutton_defocus (GtkObject *container);
+void spinbutton_defocus (GtkWidget *container);
/*
Local Variables:
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 58c7958ba..7d73c042b 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -538,6 +538,7 @@ static gchar const * ui_descr =
" <toolitem action='GradientNewFillStrokeAction' />"
" <separator />"
" <toolitem action='GradientSelectGradientAction' />"
+ " <toolitem action='GradientEditLinkAction' />"
" <toolitem action='GradientEditReverseAction' />"
" <toolitem action='GradientSelectRepeatAction' />"
" <separator />"
@@ -584,7 +585,7 @@ static void update_aux_toolbox(SPDesktop *desktop, SPEventContext *eventcontext,
static void setup_commands_toolbox(GtkWidget *toolbox, SPDesktop *desktop);
static void update_commands_toolbox(SPDesktop *desktop, SPEventContext *eventcontext, GtkWidget *toolbox);
-static GtkWidget * sp_toolbox_button_new_from_verb_with_doubleclick( GtkWidget *t, Inkscape::IconSize size, SPButtonType type,
+static GtkToolItem * sp_toolbox_button_item_new_from_verb_with_doubleclick( GtkWidget *t, Inkscape::IconSize size, SPButtonType type,
Inkscape::Verb *verb, Inkscape::Verb *doubleclick_verb,
Inkscape::UI::View::View *view);
@@ -656,18 +657,19 @@ Gtk::Widget* VerbAction::create_tool_item_vfunc()
// Gtk::Widget* widg = Gtk::Action::create_tool_item_vfunc();
Inkscape::IconSize toolboxSize = ToolboxFactory::prefToSize("/toolbox/tools/small");
GtkWidget* toolbox = 0;
- GtkWidget *button = sp_toolbox_button_new_from_verb_with_doubleclick( toolbox, toolboxSize,
- SP_BUTTON_TYPE_TOGGLE,
- verb,
- verb2,
- view );
+ GtkToolItem *button_toolitem = sp_toolbox_button_item_new_from_verb_with_doubleclick( toolbox, toolboxSize,
+ SP_BUTTON_TYPE_TOGGLE,
+ verb,
+ verb2,
+ view );
+
+ GtkWidget* button_widget = gtk_bin_get_child(GTK_BIN(button_toolitem));
+
if ( active ) {
- sp_button_toggle_set_down( SP_BUTTON(button), active);
+ sp_button_toggle_set_down( SP_BUTTON(button_widget), active);
}
- gtk_widget_show_all( button );
- Gtk::Widget* wrapped = Glib::wrap(button);
- Gtk::ToolItem* holder = Gtk::manage(new Gtk::ToolItem());
- holder->add(*wrapped);
+ gtk_widget_show_all( button_widget );
+ Gtk::ToolItem* holder = Glib::wrap(button_toolitem);
// g_message("create_tool_item_vfunc() = %p for '%s'", holder, verb->get_id());
return holder;
@@ -833,7 +835,7 @@ void PrefPusher::notify(Inkscape::Preferences::Entry const &newVal)
}
}
-static void delete_prefspusher(GtkObject * /*obj*/, PrefPusher *watcher )
+static void delete_prefspusher(GObject * /*obj*/, PrefPusher *watcher )
{
delete watcher;
}
@@ -841,7 +843,7 @@ static void delete_prefspusher(GtkObject * /*obj*/, PrefPusher *watcher )
// ------------------------------------------------------
-GtkWidget * sp_toolbox_button_new_from_verb_with_doubleclick(GtkWidget *t, Inkscape::IconSize size, SPButtonType type,
+GtkToolItem * sp_toolbox_button_item_new_from_verb_with_doubleclick(GtkWidget *t, Inkscape::IconSize size, SPButtonType type,
Inkscape::Verb *verb, Inkscape::Verb *doubleclick_verb,
Inkscape::UI::View::View *view)
{
@@ -861,24 +863,27 @@ GtkWidget * sp_toolbox_button_new_from_verb_with_doubleclick(GtkWidget *t, Inksc
/* fixme: Implement sp_button_new_from_action */
GtkWidget *b = sp_button_new(size, type, action, doubleclick_action);
gtk_widget_show(b);
-
+ GtkToolItem *b_toolitem = gtk_tool_item_new();
+ gtk_container_add(GTK_CONTAINER(b_toolitem), b);
unsigned int shortcut = sp_shortcut_get_primary(verb);
if (shortcut != GDK_KEY_VoidSymbol) {
gchar *key = sp_shortcut_get_label(shortcut);
gchar *tip = g_strdup_printf ("%s (%s)", action->tip, key);
if ( t ) {
- gtk_toolbar_append_widget( GTK_TOOLBAR(t), b, tip, 0 );
+ gtk_toolbar_insert(GTK_TOOLBAR(t), b_toolitem, -1);
+ gtk_widget_set_tooltip_text(b, tip);
}
g_free(tip);
g_free(key);
} else {
if ( t ) {
- gtk_toolbar_append_widget( GTK_TOOLBAR(t), b, action->tip, 0 );
+ gtk_toolbar_insert(GTK_TOOLBAR(t), b_toolitem, -1);
+ gtk_widget_set_tooltip_text(b, action->tip);
}
}
- return b;
+ return b_toolitem;
}
@@ -1063,8 +1068,8 @@ static GtkWidget* toolboxNewCommon( GtkWidget* tb, BarId id, GtkPositionType han
GtkWidget *ToolboxFactory::createToolToolbox()
{
#if GTK_CHECK_VERSION(3,0,0)
- GtkWidget *tb = gtk_box_new(GTK_ORIENTATION, 0);
- gtk_box_new(GTK_BOX(tb), FALSE);
+ GtkWidget *tb = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
+ gtk_box_set_homogeneous(GTK_BOX(tb), FALSE);
#else
GtkWidget *tb = gtk_vbox_new(FALSE, 0);
#endif
@@ -1076,7 +1081,7 @@ GtkWidget *ToolboxFactory::createAuxToolbox()
{
#if GTK_CHECK_VERSION(3,0,0)
GtkWidget *tb = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
- gtk_box_new(GTK_BOX(tb), FALSE);
+ gtk_box_set_homogeneous(GTK_BOX(tb), FALSE);
#else
GtkWidget *tb = gtk_vbox_new(FALSE, 0);
#endif
@@ -1092,7 +1097,7 @@ GtkWidget *ToolboxFactory::createCommandsToolbox()
{
#if GTK_CHECK_VERSION(3,0,0)
GtkWidget *tb = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
- gtk_box_new(GTK_BOX(tb), FALSE);
+ gtk_box_set_homogeneous(GTK_BOX(tb), FALSE);
#else
GtkWidget *tb = gtk_vbox_new(FALSE, 0);
#endif
@@ -1104,7 +1109,7 @@ GtkWidget *ToolboxFactory::createSnapToolbox()
{
#if GTK_CHECK_VERSION(3,0,0)
GtkWidget *tb = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
- gtk_box_new(GTK_BOX(tb), FALSE);
+ gtk_box_set_homogeneous(GTK_BOX(tb), FALSE);
#else
GtkWidget *tb = gtk_vbox_new(FALSE, 0);
#endif
@@ -2075,7 +2080,7 @@ void setup_tool_toolbox(GtkWidget *toolbox, SPDesktop *desktop)
void update_tool_toolbox( SPDesktop *desktop, SPEventContext *eventcontext, GtkWidget * /*toolbox*/ )
{
gchar const *const tname = ( eventcontext
- ? gtk_type_name(GTK_OBJECT_TYPE(eventcontext))
+ ? g_type_name(G_OBJECT_TYPE(eventcontext))
: NULL );
Glib::RefPtr<Gtk::ActionGroup> mainActions = create_or_fetch_actions( desktop );
@@ -2178,7 +2183,7 @@ void setup_aux_toolbox(GtkWidget *toolbox, SPDesktop *desktop)
void update_aux_toolbox(SPDesktop * /*desktop*/, SPEventContext *eventcontext, GtkWidget *toolbox)
{
gchar const *tname = ( eventcontext
- ? gtk_type_name(GTK_OBJECT_TYPE(eventcontext))
+ ? g_type_name(G_OBJECT_TYPE(eventcontext))
: NULL );
for (int i = 0 ; aux_toolboxes[i].type_name ; i++ ) {
GtkWidget *sub_toolbox = GTK_WIDGET(g_object_get_data(G_OBJECT(toolbox), aux_toolboxes[i].data_name));
@@ -4041,7 +4046,7 @@ static void sp_spl_tb_t0_value_changed(GtkAdjustment *adj, GObject *tbl)
sp_spl_tb_value_changed(adj, tbl, "t0");
}
-static void sp_spl_tb_defaults(GtkWidget * /*widget*/, GtkObject *obj)
+static void sp_spl_tb_defaults(GtkWidget * /*widget*/, GObject *obj)
{
GtkWidget *tbl = GTK_WIDGET(obj);
@@ -4052,19 +4057,19 @@ static void sp_spl_tb_defaults(GtkWidget * /*widget*/, GtkObject *obj)
gdouble exp = 1.0;
gdouble t0 = 0.0;
- adj = (GtkAdjustment*)g_object_get_data(G_OBJECT(obj), "revolution");
+ adj = (GtkAdjustment*)g_object_get_data(obj, "revolution");
gtk_adjustment_set_value(adj, rev);
gtk_adjustment_value_changed(adj);
- adj = (GtkAdjustment*)g_object_get_data(G_OBJECT(obj), "expansion");
+ adj = (GtkAdjustment*)g_object_get_data(obj, "expansion");
gtk_adjustment_set_value(adj, exp);
gtk_adjustment_value_changed(adj);
- adj = (GtkAdjustment*)g_object_get_data(G_OBJECT(obj), "t0");
+ adj = (GtkAdjustment*)g_object_get_data(obj, "t0");
gtk_adjustment_set_value(adj, t0);
gtk_adjustment_value_changed(adj);
- spinbutton_defocus(GTK_OBJECT(tbl));
+ spinbutton_defocus(tbl);
}
@@ -4374,7 +4379,7 @@ static void sp_pen_toolbox_prep(SPDesktop * /*desktop*/, GtkActionGroup* mainAct
}
-static void sp_pencil_tb_defaults(GtkWidget * /*widget*/, GtkObject *obj)
+static void sp_pencil_tb_defaults(GtkWidget * /*widget*/, GObject *obj)
{
GtkWidget *tbl = GTK_WIDGET(obj);
@@ -4383,11 +4388,11 @@ static void sp_pencil_tb_defaults(GtkWidget * /*widget*/, GtkObject *obj)
// fixme: make settable
gdouble tolerance = 4;
- adj = (GtkAdjustment*)g_object_get_data(G_OBJECT(obj), "tolerance");
+ adj = (GtkAdjustment*)g_object_get_data(obj, "tolerance");
gtk_adjustment_set_value(adj, tolerance);
gtk_adjustment_value_changed(adj);
- spinbutton_defocus(GTK_OBJECT(tbl));
+ spinbutton_defocus(tbl);
}
static void sp_pencil_tb_tolerance_value_changed(GtkAdjustment *adj, GObject *tbl)
@@ -5720,7 +5725,7 @@ static void sp_arctb_defaults(GtkWidget *, GObject *obj)
gtk_adjustment_set_value(adj, 0.0);
gtk_adjustment_value_changed(adj);
- spinbutton_defocus( GTK_OBJECT(obj) );
+ spinbutton_defocus(GTK_WIDGET(obj));
}
static void arc_tb_event_attr_changed(Inkscape::XML::Node *repr, gchar const * /*name*/,
@@ -5941,14 +5946,14 @@ static void toggle_dropper_pick_alpha( GtkToggleAction* act, gpointer tbl )
}
}
- spinbutton_defocus(GTK_OBJECT(tbl));
+ spinbutton_defocus(GTK_WIDGET(tbl));
}
static void toggle_dropper_set_alpha( GtkToggleAction* act, gpointer tbl )
{
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
prefs->setBool( "/tools/dropper/setalpha", gtk_toggle_action_get_active( act ) );
- spinbutton_defocus(GTK_OBJECT(tbl));
+ spinbutton_defocus(GTK_WIDGET(tbl));
}
@@ -8172,7 +8177,7 @@ static void sp_text_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions
//## Connector ##
//#########################
-static void sp_connector_mode_toggled( GtkToggleAction* act, GtkObject * /*tbl*/ )
+static void sp_connector_mode_toggled( GtkToggleAction* act, GObject * /*tbl*/ )
{
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
prefs->setBool("/tools/connector/mode",
@@ -8357,14 +8362,14 @@ static void sp_connector_graph_layout(void)
DocumentUndo::done(sp_desktop_document(SP_ACTIVE_DESKTOP), SP_VERB_DIALOG_ALIGN_DISTRIBUTE, _("Arrange connector network"));
}
-static void sp_directed_graph_layout_toggled( GtkToggleAction* act, GtkObject * /*tbl*/ )
+static void sp_directed_graph_layout_toggled( GtkToggleAction* act, GObject * /*tbl*/ )
{
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
prefs->setBool("/tools/connector/directedlayout",
gtk_toggle_action_get_active( act ));
}
-static void sp_nooverlaps_graph_layout_toggled( GtkToggleAction* act, GtkObject * /*tbl*/ )
+static void sp_nooverlaps_graph_layout_toggled( GtkToggleAction* act, GObject * /*tbl*/ )
{
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
prefs->setBool("/tools/connector/avoidoverlaplayout",
@@ -8393,7 +8398,7 @@ static void connector_tb_event_attr_changed(Inkscape::XML::Node *repr,
gtk_adjustment_set_value(adj, spacing);
gtk_adjustment_value_changed(adj);
- spinbutton_defocus(GTK_OBJECT(tbl));
+ spinbutton_defocus(tbl);
}
}
diff --git a/src/xml/repr-io.cpp b/src/xml/repr-io.cpp
index 355f3e2b3..b85e58899 100644
--- a/src/xml/repr-io.cpp
+++ b/src/xml/repr-io.cpp
@@ -625,7 +625,7 @@ void sp_repr_save_stream(Document *doc, FILE *fp, gchar const *default_ns, bool
/**
- * Returns true iff file successfully saved.
+ * Returns true if file successfully saved.
*
* \param filename The actual file to do I/O to, which might be a temp file.
*
@@ -652,27 +652,23 @@ bool sp_repr_save_rebased_file(Document *doc, gchar const *const filename, gchar
return false;
}
- std::string old_href_abs_base;
- gchar *new_href_abs_base = NULL;
+ Glib::ustring old_href_abs_base;
+ Glib::ustring new_href_abs_base;
if (for_filename) {
old_href_abs_base = calc_abs_doc_base(old_base);
- if (g_path_is_absolute(for_filename)) {
- new_href_abs_base = g_path_get_dirname(for_filename);
+ if (Glib::path_is_absolute(for_filename)) {
+ new_href_abs_base = Glib::path_get_dirname(for_filename);
} else {
- gchar *const cwd = g_get_current_dir();
- gchar *const for_abs_filename = g_build_filename(cwd, for_filename, NULL);
- g_free(cwd);
- new_href_abs_base = g_path_get_dirname(for_abs_filename);
- g_free(for_abs_filename);
+ Glib::ustring const cwd = Glib::get_current_dir();
+ Glib::ustring const for_abs_filename = Glib::build_filename(cwd, for_filename);
+ new_href_abs_base = Glib::path_get_dirname(for_abs_filename);
}
/* effic: Once we're confident that we never need (or never want) to resort
* to using sodipodi:absref instead of the xlink:href value,
* then we should do `if streq() { free them and set both to NULL; }'. */
}
- sp_repr_save_stream(doc, file, default_ns, compress, old_href_abs_base.c_str(), new_href_abs_base);
-
- g_free(new_href_abs_base);
+ sp_repr_save_stream(doc, file, default_ns, compress, old_href_abs_base.c_str(), new_href_abs_base.c_str());
if (fclose (file) != 0) {
return false;