novelWriter 2.2rc1__py3-none-any.whl → 2.3b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {novelWriter-2.2rc1.dist-info → novelWriter-2.3b1.dist-info}/METADATA +1 -1
- {novelWriter-2.2rc1.dist-info → novelWriter-2.3b1.dist-info}/RECORD +141 -129
- {novelWriter-2.2rc1.dist-info → novelWriter-2.3b1.dist-info}/WHEEL +1 -1
- novelwriter/__init__.py +11 -6
- novelwriter/assets/i18n/nw_de_DE.qm +0 -0
- novelwriter/assets/i18n/nw_en_US.qm +0 -0
- novelwriter/assets/i18n/nw_es_419.qm +0 -0
- novelwriter/assets/i18n/nw_fr_FR.qm +0 -0
- novelwriter/assets/i18n/nw_it_IT.qm +0 -0
- novelwriter/assets/i18n/nw_ja_JP.qm +0 -0
- novelwriter/assets/i18n/nw_nb_NO.qm +0 -0
- novelwriter/assets/i18n/nw_zh_CN.qm +0 -0
- novelwriter/assets/i18n/project_de_DE.json +1 -0
- novelwriter/assets/i18n/project_en_US.json +1 -0
- novelwriter/assets/i18n/project_es_419.json +11 -0
- novelwriter/assets/i18n/project_fr_FR.json +11 -0
- novelwriter/assets/i18n/project_it_IT.json +11 -0
- novelwriter/assets/i18n/project_ja_JP.json +2 -1
- novelwriter/assets/i18n/project_nb_NO.json +1 -0
- novelwriter/assets/i18n/project_zh_CN.json +11 -0
- novelwriter/assets/icons/typicons_dark/icons.conf +9 -2
- novelwriter/assets/icons/typicons_dark/mixed_import.svg +5 -0
- novelwriter/assets/icons/typicons_dark/nw_tb-bold-md.svg +4 -0
- novelwriter/assets/icons/typicons_dark/nw_tb-bold.svg +3 -1
- novelwriter/assets/icons/typicons_dark/nw_tb-italic-md.svg +4 -0
- novelwriter/assets/icons/typicons_dark/nw_tb-italic.svg +3 -1
- novelwriter/assets/icons/typicons_dark/nw_tb-strike-md.svg +4 -0
- novelwriter/assets/icons/typicons_dark/nw_tb-strike.svg +3 -1
- novelwriter/assets/icons/typicons_dark/nw_tb-subscript.svg +4 -2
- novelwriter/assets/icons/typicons_dark/nw_tb-superscript.svg +4 -2
- novelwriter/assets/icons/typicons_dark/nw_tb-underline.svg +4 -2
- novelwriter/assets/icons/typicons_dark/typ_document-add-col.svg +8 -0
- novelwriter/assets/icons/typicons_dark/typ_document-add.svg +4 -0
- novelwriter/assets/icons/typicons_dark/typ_document.svg +4 -0
- novelwriter/assets/icons/typicons_dark/typ_th-dot-more.svg +4 -0
- novelwriter/assets/icons/typicons_light/icons.conf +9 -2
- novelwriter/assets/icons/typicons_light/mixed_import.svg +5 -0
- novelwriter/assets/icons/typicons_light/nw_tb-bold-md.svg +4 -0
- novelwriter/assets/icons/typicons_light/nw_tb-bold.svg +3 -1
- novelwriter/assets/icons/typicons_light/nw_tb-italic-md.svg +4 -0
- novelwriter/assets/icons/typicons_light/nw_tb-italic.svg +3 -1
- novelwriter/assets/icons/typicons_light/nw_tb-strike-md.svg +4 -0
- novelwriter/assets/icons/typicons_light/nw_tb-strike.svg +3 -1
- novelwriter/assets/icons/typicons_light/nw_tb-subscript.svg +4 -2
- novelwriter/assets/icons/typicons_light/nw_tb-superscript.svg +4 -2
- novelwriter/assets/icons/typicons_light/nw_tb-underline.svg +4 -2
- novelwriter/assets/icons/typicons_light/typ_document-add-col.svg +8 -0
- novelwriter/assets/icons/typicons_light/typ_document-add.svg +4 -0
- novelwriter/assets/icons/typicons_light/typ_document.svg +4 -0
- novelwriter/assets/icons/typicons_light/typ_th-dot-more.svg +4 -0
- novelwriter/assets/images/novelwriter-text-dark.svg +4 -0
- novelwriter/assets/images/novelwriter-text-light.svg +4 -0
- novelwriter/assets/images/welcome-dark.jpg +0 -0
- novelwriter/assets/images/welcome-light.jpg +0 -0
- novelwriter/assets/manual.pdf +0 -0
- novelwriter/assets/sample.zip +0 -0
- novelwriter/assets/syntax/default_dark.conf +1 -0
- novelwriter/assets/syntax/default_light.conf +1 -0
- novelwriter/assets/syntax/grey_dark.conf +1 -0
- novelwriter/assets/syntax/grey_light.conf +1 -0
- novelwriter/assets/syntax/light_owl.conf +1 -0
- novelwriter/assets/syntax/night_owl.conf +1 -0
- novelwriter/assets/syntax/solarized_dark.conf +1 -0
- novelwriter/assets/syntax/solarized_light.conf +1 -0
- novelwriter/assets/syntax/tomorrow.conf +1 -0
- novelwriter/assets/syntax/tomorrow_night.conf +1 -0
- novelwriter/assets/syntax/tomorrow_night_blue.conf +1 -0
- novelwriter/assets/syntax/tomorrow_night_bright.conf +1 -0
- novelwriter/assets/syntax/tomorrow_night_eighties.conf +1 -0
- novelwriter/assets/text/credits_en.htm +4 -2
- novelwriter/assets/themes/default_dark.conf +2 -2
- novelwriter/assets/themes/default_light.conf +2 -2
- novelwriter/common.py +64 -66
- novelwriter/config.py +39 -44
- novelwriter/constants.py +39 -17
- novelwriter/core/buildsettings.py +8 -8
- novelwriter/core/coretools.py +194 -155
- novelwriter/core/docbuild.py +7 -4
- novelwriter/core/document.py +7 -7
- novelwriter/core/index.py +90 -57
- novelwriter/core/item.py +23 -5
- novelwriter/core/options.py +11 -10
- novelwriter/core/project.py +72 -47
- novelwriter/core/projectdata.py +3 -16
- novelwriter/core/projectxml.py +14 -42
- novelwriter/core/sessions.py +4 -3
- novelwriter/core/spellcheck.py +6 -4
- novelwriter/core/status.py +5 -4
- novelwriter/core/storage.py +179 -141
- novelwriter/core/tohtml.py +6 -4
- novelwriter/core/tokenizer.py +74 -46
- novelwriter/core/tomd.py +2 -2
- novelwriter/core/toodt.py +41 -31
- novelwriter/core/tree.py +5 -4
- novelwriter/dialogs/about.py +88 -179
- novelwriter/dialogs/docmerge.py +30 -20
- novelwriter/dialogs/docsplit.py +33 -22
- novelwriter/dialogs/editlabel.py +20 -8
- novelwriter/dialogs/preferences.py +562 -725
- novelwriter/dialogs/{projsettings.py → projectsettings.py} +301 -270
- novelwriter/dialogs/quotes.py +47 -36
- novelwriter/dialogs/wordlist.py +128 -59
- novelwriter/enum.py +25 -22
- novelwriter/error.py +2 -2
- novelwriter/extensions/circularprogress.py +12 -12
- novelwriter/extensions/configlayout.py +185 -146
- novelwriter/extensions/{wheeleventfilter.py → eventfilters.py} +15 -5
- novelwriter/extensions/modified.py +81 -0
- novelwriter/extensions/novelselector.py +27 -13
- novelwriter/extensions/pagedsidebar.py +15 -20
- novelwriter/extensions/simpleprogress.py +8 -9
- novelwriter/extensions/statusled.py +9 -9
- novelwriter/extensions/switch.py +32 -64
- novelwriter/extensions/switchbox.py +2 -7
- novelwriter/extensions/versioninfo.py +153 -0
- novelwriter/gui/doceditor.py +250 -214
- novelwriter/gui/dochighlight.py +66 -94
- novelwriter/gui/docviewer.py +71 -98
- novelwriter/gui/docviewerpanel.py +140 -47
- novelwriter/gui/editordocument.py +3 -3
- novelwriter/gui/itemdetails.py +9 -9
- novelwriter/gui/mainmenu.py +47 -46
- novelwriter/gui/noveltree.py +53 -61
- novelwriter/gui/outline.py +100 -76
- novelwriter/gui/projtree.py +193 -67
- novelwriter/gui/sidebar.py +9 -8
- novelwriter/gui/statusbar.py +49 -7
- novelwriter/gui/theme.py +65 -74
- novelwriter/guimain.py +173 -330
- novelwriter/shared.py +68 -30
- novelwriter/tools/dictionaries.py +7 -8
- novelwriter/tools/lipsum.py +34 -28
- novelwriter/tools/manusbuild.py +3 -4
- novelwriter/tools/manuscript.py +25 -32
- novelwriter/tools/manussettings.py +194 -225
- novelwriter/tools/noveldetails.py +525 -0
- novelwriter/tools/welcome.py +802 -0
- novelwriter/tools/writingstats.py +26 -13
- novelwriter/assets/icons/typicons_dark/nw_tb-markdown.svg +0 -8
- novelwriter/assets/icons/typicons_dark/nw_tb-shortcode.svg +0 -8
- novelwriter/assets/icons/typicons_light/nw_tb-markdown.svg +0 -8
- novelwriter/assets/icons/typicons_light/nw_tb-shortcode.svg +0 -8
- novelwriter/assets/images/wizard-back.jpg +0 -0
- novelwriter/assets/text/gplv3_en.htm +0 -641
- novelwriter/assets/text/release_notes.htm +0 -17
- novelwriter/dialogs/projdetails.py +0 -525
- novelwriter/dialogs/projload.py +0 -298
- novelwriter/dialogs/updates.py +0 -182
- novelwriter/extensions/pageddialog.py +0 -130
- novelwriter/tools/projwizard.py +0 -478
- {novelWriter-2.2rc1.dist-info → novelWriter-2.3b1.dist-info}/LICENSE.md +0 -0
- {novelWriter-2.2rc1.dist-info → novelWriter-2.3b1.dist-info}/entry_points.txt +0 -0
- {novelWriter-2.2rc1.dist-info → novelWriter-2.3b1.dist-info}/top_level.txt +0 -0
@@ -17,6 +17,7 @@ licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
|
|
17
17
|
|
18
18
|
[Map]
|
19
19
|
add = typ_plus.svg
|
20
|
+
add_document = typ_document-add.svg
|
20
21
|
alert_error = typ_delete-full.svg
|
21
22
|
alert_info = typ_lightbulb-full.svg
|
22
23
|
alert_question = typ_directions-full.svg
|
@@ -39,25 +40,30 @@ cls_none = typ_cancel.svg
|
|
39
40
|
cls_novel = typ_book.svg
|
40
41
|
cls_object = typ_key.svg
|
41
42
|
cls_plot = typ_puzzle.svg
|
43
|
+
cls_template = typ_document-add-col.svg
|
42
44
|
cls_timeline = typ_calendar.svg
|
43
45
|
cls_trash = typ_trash.svg
|
44
46
|
cls_world = typ_location.svg
|
45
47
|
cross = typ_times.svg
|
48
|
+
document = typ_document.svg
|
46
49
|
down = typ_chevron-down.svg
|
47
50
|
edit = typ_pencil.svg
|
48
51
|
export = typ_export.svg
|
49
52
|
fmt_bold = nw_tb-bold.svg
|
53
|
+
fmt_bold-md = nw_tb-bold-md.svg
|
50
54
|
fmt_italic = nw_tb-italic.svg
|
51
|
-
|
52
|
-
fmt_mode-sc = nw_tb-shortcode.svg
|
55
|
+
fmt_italic-md = nw_tb-italic-md.svg
|
53
56
|
fmt_strike = nw_tb-strike.svg
|
57
|
+
fmt_strike-md = nw_tb-strike-md.svg
|
54
58
|
fmt_subscript = nw_tb-subscript.svg
|
55
59
|
fmt_superscript = nw_tb-superscript.svg
|
56
60
|
fmt_underline = nw_tb-underline.svg
|
57
61
|
forward = typ_chevron-right.svg
|
62
|
+
import = mixed_import.svg
|
58
63
|
maximise = typ_arrow-maximise.svg
|
59
64
|
menu = typ_th-dot-menu.svg
|
60
65
|
minimise = typ_arrow-minimise.svg
|
66
|
+
more = typ_th-dot-more.svg
|
61
67
|
noncheckable = mixed_input-none.svg
|
62
68
|
panel = nw_panel.svg
|
63
69
|
proj_chapter = mixed_document-chapter.svg
|
@@ -82,6 +88,7 @@ search_regex = nw_search-regex.svg
|
|
82
88
|
search_replace = mixed_search-replace.svg
|
83
89
|
search_word = nw_search-word.svg
|
84
90
|
settings = typ_cog.svg
|
91
|
+
star = typ_star.svg
|
85
92
|
status_idle = typ_media-pause-grey.svg
|
86
93
|
status_lang = typ_globe-grey.svg
|
87
94
|
status_lines = typ_th-list-grey.svg
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m3.1113 3.666c-0.61332 0-1.1094 0.49689-1.1094 1.1113v15.557h-0.0019531c0 0.61443 0.498 1.1094 1.1113 1.1094h15.557c0.61332 0 1.1113-0.49494 1.1113-1.1094v-8.2578c-0.61899 0.57364-1.3634 1.0131-2.252 1.2578-0.004058 2.0524-0.007162 4.0735 0.005859 5.8887h-13.311v-13.318c1.6116-0.00848 2.8992 0 4.4648 0 0.75712-0.75269 1.5907-1.5005 2.3418-2.2383h-7.918z" fill="#9c9"/>
|
4
|
+
<path d="m21.996 3.1106v-0.55556c-1.8789 2.8644-4 4.3922-6.6667 4.4444v-3.3333c0-0.61222-0.56778-1.1111-1.27-1.1111-0.40444 0-0.75 0.17556-0.98111 0.43444-2.1478 2.2544-6.6378 6.7878-6.6378 6.7878s4.49 4.5356 6.6389 6.8189c0.23111 0.22778 0.57556 0.40333 0.98 0.40333 0.70222 0 1.27-0.49667 1.27-1.1111v-3.3333c5.1778 0 6.6667-5.4122 6.6667-9.4444z" fill="#9c9" stroke-width="1.1111"/>
|
5
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m1.3672 5.5562v-4.7625h1.6289q0.37252 0 0.68662 0.058435 0.32139 0.051131 0.55513 0.18991 0.24104 0.13878 0.37252 0.36522 0.13878 0.22644 0.13878 0.56975 0 0.1607-0.043826 0.32139t-0.12417 0.29948q-0.080349 0.13878-0.19721 0.24835-0.10957 0.10957-0.25565 0.1607v0.029218q0.18261 0.043827 0.33601 0.13878 0.1534 0.087653 0.27027 0.22644 0.11687 0.13878 0.18261 0.3287 0.065739 0.18261 0.065739 0.42365 0 0.36522-0.14608 0.62818-0.13878 0.26295-0.39444 0.43826-0.24835 0.168-0.58435 0.25565-0.33601 0.080349-0.72313 0.080349zm1.0737-2.8561h0.50401q0.39444 0 0.56975-0.1534 0.18261-0.1534 0.18261-0.40905 0-0.27757-0.18261-0.39444t-0.56244-0.11687h-0.51131zm0 2.0233h0.60626q0.88383 0 0.88383-0.64279 0-0.31408-0.21914-0.44557-0.21914-0.13878-0.6647-0.13878h-0.60626z" fill="#aeaeae" stroke-opacity=".78039" stroke-width=".54782"/>
|
4
|
+
</svg>
|
@@ -1,4 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<path d="m1.
|
3
|
+
<path d="m1.568 5.2917v-4.2333h1.4479q0.33113 0 0.61033 0.051942 0.28568 0.04545 0.49345 0.16881 0.21426 0.12336 0.33113 0.32464 0.12336 0.20128 0.12336 0.50644 0 0.14284-0.038957 0.28568-0.038956 0.14284-0.11037 0.2662-0.071421 0.12336-0.1753 0.22076-0.097396 0.097396-0.22724 0.14284v0.025972q0.16232 0.038957 0.29868 0.12336 0.13636 0.077914 0.24024 0.20128 0.10388 0.12336 0.16232 0.29218 0.058435 0.16232 0.058435 0.37658 0 0.32464-0.12985 0.55838-0.12336 0.23373-0.35061 0.38956-0.22076 0.14933-0.51942 0.22724-0.29868 0.071422-0.64278 0.071422zm0.9544-2.5388h0.44801q0.35061 0 0.50644-0.13636 0.16232-0.13636 0.16232-0.3636 0-0.24673-0.16232-0.35061-0.16232-0.10388-0.49995-0.10388h-0.4545zm0 1.7985h0.5389q0.78563 0 0.78563-0.57137 0-0.27918-0.19479-0.39606-0.19479-0.12336-0.59084-0.12336h-0.5389z" fill="#aeaeae" stroke-opacity=".78039" stroke-width=".48695"/>
|
4
|
+
<path d="m4.9555 5.5562v-0.43195h0.54619v-3.8986h-0.54619v-0.43195h1.1299v4.7624z" fill="#69c" stroke-width="1.1186"/>
|
5
|
+
<path d="m0.26458 5.5562v-4.7624h1.1299v0.43195h-0.54083v3.8986h0.54083v0.43195z" fill="#69c" stroke-width="1.1186"/>
|
4
6
|
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m2.3084 5.5562 0.94666-4.7625h0.78646l-0.94666 4.7625z" fill="#aeaeae" stroke-opacity=".78039" stroke-width=".54615"/>
|
4
|
+
</svg>
|
@@ -1,4 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<path d="m2.
|
3
|
+
<path d="m2.417 5.2917 0.84148-4.2333h0.69908l-0.84148 4.2333z" fill="#aeaeae" stroke-opacity=".78039" stroke-width=".48547"/>
|
4
|
+
<path d="m4.9555 5.5562v-0.43195h0.54619v-3.8986h-0.54619v-0.43195h1.1299v4.7624z" fill="#69c" stroke-width="1.1186"/>
|
5
|
+
<path d="m0.26458 5.5562v-4.7624h1.1299v0.43195h-0.54083v3.8986h0.54083v0.43195z" fill="#69c" stroke-width="1.1186"/>
|
4
6
|
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m3.1785 5.5562q-0.46361 0-0.89912-0.17561-0.42848-0.17561-0.75863-0.49873l0.47766-0.55492q0.24585 0.2318 0.56195 0.37931 0.3161 0.14049 0.63219 0.14049 0.39336 0 0.59707-0.16156t0.20371-0.42848q0-0.14049-0.056194-0.23883-0.04917-0.098341-0.14751-0.16858-0.091316-0.077267-0.22478-0.14049-0.12644-0.063219-0.28097-0.12644l-0.63219-0.27395q-0.16858-0.070243-0.33717-0.17561-0.16156-0.10537-0.29502-0.25288t-0.21775-0.34419q-0.077268-0.19668-0.077268-0.44956 0-0.27395 0.11239-0.50575 0.11941-0.23883 0.32312-0.41444t0.48468-0.27395q0.288-0.098341 0.62517-0.098341 0.40039 0 0.77268 0.16156 0.37229 0.15454 0.63921 0.42146l-0.41444 0.5198q-0.22478-0.18263-0.46361-0.288t-0.53385-0.10537q-0.33014 0-0.52683 0.14751-0.19668 0.14049-0.19668 0.39336 0 0.13346 0.056194 0.2318 0.063219 0.091316 0.16156 0.16858 0.10537 0.070244 0.23883 0.13346 0.13346 0.056194 0.27395 0.11239l0.62516 0.2599q0.20371 0.084291 0.37229 0.19668 0.16858 0.11239 0.288 0.2599 0.12644 0.14751 0.19668 0.34419 0.070244 0.18966 0.070244 0.44253 0 0.28097-0.11239 0.52683-0.11239 0.24585-0.33015 0.43551-0.21073 0.18263-0.5198 0.29502-0.30205 0.10536-0.68838 0.10536zm-2.3848-2.6458h4.7625v0.52917h-4.7625z" fill="#aeaeae" stroke-opacity=".78039" stroke-width=".52683"/>
|
4
|
+
</svg>
|
@@ -1,4 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<path d="m3.
|
3
|
+
<path d="m3.1782 5.2917q-0.4121 0-0.79922-0.1561-0.38087-0.1561-0.67434-0.44331l0.42459-0.49326q0.21853 0.20604 0.49951 0.33716 0.28098 0.12488 0.56195 0.12488 0.34965 0 0.53073-0.14361 0.18108-0.14361 0.18108-0.38087 0-0.12488-0.04995-0.21229-0.043707-0.087414-0.13112-0.14985-0.08117-0.068682-0.1998-0.12488-0.11239-0.056194-0.24975-0.11239l-0.56195-0.24351q-0.14985-0.062438-0.29971-0.1561-0.14361-0.093662-0.26224-0.22478-0.11863-0.13112-0.19356-0.30595-0.068682-0.17483-0.068682-0.39961 0-0.24351 0.099902-0.44955 0.10614-0.21229 0.28722-0.36839 0.18108-0.1561 0.43083-0.24351 0.256-0.087414 0.55571-0.087414 0.3559 0 0.68683 0.14361 0.33092 0.13737 0.56819 0.37463l-0.36839 0.46204q-0.1998-0.16234-0.4121-0.256-0.21229-0.093662-0.47453-0.093662-0.29346 0-0.46829 0.13112-0.17483 0.12488-0.17483 0.34965 0 0.11863 0.04995 0.20604 0.056194 0.08117 0.14361 0.14985 0.093662 0.062439 0.21229 0.11863 0.11863 0.04995 0.24351 0.099902l0.5557 0.23102q0.18108 0.074925 0.33092 0.17483 0.14985 0.099902 0.256 0.23102 0.11239 0.13112 0.17483 0.30595 0.062439 0.16859 0.062439 0.39336 0 0.24975-0.099902 0.46829-0.099902 0.21853-0.29347 0.38712-0.18732 0.16234-0.46204 0.26224-0.26849 0.093653-0.61189 0.093653zm-2.1198-2.3518h4.2333v0.47037h-4.2333z" fill="#aeaeae" stroke-opacity=".78039" stroke-width=".46829"/>
|
4
|
+
<path d="m4.9555 5.5562v-0.43195h0.54619v-3.8986h-0.54619v-0.43195h1.1299v4.7624z" fill="#69c" stroke-width="1.1186"/>
|
5
|
+
<path d="m0.26458 5.5562v-4.7624h1.1299v0.43195h-0.54083v3.8986h0.54083v0.43195z" fill="#69c" stroke-width="1.1186"/>
|
4
6
|
</svg>
|
@@ -1,5 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<path d="m2.
|
4
|
-
<path d="
|
3
|
+
<path d="m2.2992 3.0475-0.13958 0.48548h1.0134l-0.13958-0.48548q-0.097092-0.31556-0.18812-0.64932-0.084958-0.33377-0.16992-0.66146h-0.024273q-0.084958 0.33377-0.16992 0.66752-0.084958 0.32769-0.18205 0.64325zm-1.329 2.1118 1.2926-3.9688h0.82531l1.2926 3.9688h-0.74035l-0.30949-1.0741h-1.3351l-0.30949 1.0741z" fill="#aeaeae" stroke-opacity=".78039" stroke-width=".45513"/>
|
4
|
+
<path d="m3.9467 5.1593v-1.9843h0.62795q0.15323 0 0.27942 0.027308 0.12919 0.024273 0.22233 0.081922 0.09615 0.054615 0.14722 0.14868 0.054082 0.094058 0.054082 0.23059 0 0.14261-0.072107 0.26397-0.072108 0.12137-0.2013 0.16688v0.012137q0.16224 0.036409 0.2674 0.15474 0.10816 0.1153 0.10816 0.31556 0 0.14868-0.057086 0.2579-0.057085 0.10922-0.15923 0.18205-0.099158 0.072819-0.23736 0.10922-0.13821 0.033375-0.30045 0.033375zm0.34852-1.1651h0.24938q0.20732 0 0.29744-0.075853 0.093142-0.075854 0.093142-0.20328 0-0.14564-0.09615-0.20632-0.09615-0.060682-0.28843-0.060682h-0.25538zm0 0.89208h0.29445q0.21632 0 0.3335-0.078888 0.11718-0.081923 0.11718-0.2488 0-0.15778-0.11418-0.22757-0.11418-0.07282-0.33651-0.07282h-0.29445z" fill="#fff" stroke-opacity=".78039" stroke-width=".22645"/>
|
5
|
+
<path d="m4.9555 5.5562v-0.43195h0.54619v-3.8986h-0.54619v-0.43195h1.1299v4.7624z" fill="#69c" stroke-width="1.1186"/>
|
6
|
+
<path d="m0.26458 5.5562v-4.7624h1.1299v0.43195h-0.54083v3.8986h0.54083v0.43195z" fill="#69c" stroke-width="1.1186"/>
|
5
7
|
</svg>
|
@@ -1,5 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<path d="
|
4
|
-
<path d="
|
3
|
+
<path d="m3.9467 3.175v-1.9843h0.62793q0.15324 0 0.27942 0.027307 0.12919 0.024274 0.22233 0.081922 0.09615 0.054615 0.14722 0.14868 0.054082 0.094058 0.054082 0.23059 0 0.14261-0.072107 0.26397-0.072107 0.12137-0.2013 0.16688v0.012138q0.16224 0.03641 0.2674 0.15475 0.10816 0.1153 0.10816 0.31556 0 0.14868-0.057086 0.2579-0.057085 0.10922-0.15923 0.18204-0.099142 0.072818-0.23735 0.10922-0.13821 0.033375-0.30045 0.033375zm0.34853-1.1651h0.24937q0.20732 0 0.29744-0.075853 0.093141-0.075853 0.093141-0.20328 0-0.14564-0.09615-0.20632-0.09615-0.060682-0.28843-0.060682h-0.25538zm0 0.89208h0.29443q0.21632 0 0.3335-0.078888 0.11718-0.081923 0.11718-0.24879 0-0.15777-0.11418-0.22756-0.11418-0.07282-0.33651-0.07282h-0.29443z" fill="#fff" stroke-opacity=".78039" stroke-width=".25475"/>
|
4
|
+
<path d="m2.2992 3.0475-0.13958 0.48548h1.0134l-0.13958-0.48548q-0.097092-0.31556-0.18812-0.64932-0.084958-0.33377-0.16992-0.66146h-0.024273q-0.084958 0.33377-0.16992 0.66753-0.084958 0.32769-0.18205 0.64325zm-1.329 2.1118 1.2926-3.9688h0.82531l1.2926 3.9688h-0.74035l-0.30949-1.0741h-1.3351l-0.30949 1.0741z" fill="#aeaeae" stroke-opacity=".78039" stroke-width=".45513"/>
|
5
|
+
<path d="m0.26458 5.5562v-4.7624h1.1299v0.43195h-0.54083v3.8986h0.54083v0.43195z" fill="#69c" stroke-width="1.1186"/>
|
6
|
+
<path d="m4.9555 5.5562v-0.43195h0.54619v-3.8986h-0.54619v-0.43195h1.1299v4.7624z" fill="#69c" stroke-width="1.1186"/>
|
5
7
|
</svg>
|
@@ -1,5 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<path d="m3.
|
4
|
-
<rect x="1.
|
3
|
+
<path d="m3.1778 4.846q-0.32417 0-0.58578-0.090994-0.25592-0.096685-0.4436-0.30143-0.18199-0.20474-0.28436-0.52323-0.096684-0.32417-0.096684-0.78483v-2.0872h0.65971v2.1383q0 0.30143 0.051184 0.51185 0.056872 0.20474 0.15355 0.32985 0.10237 0.12512 0.23887 0.18199 0.13649 0.051184 0.30711 0.051184 0.17061 0 0.3128-0.051184 0.14218-0.056873 0.24455-0.18199 0.10237-0.12512 0.15924-0.32985 0.056873-0.21043 0.056873-0.51185v-2.1383h0.63128v2.0872q0 0.46067-0.096685 0.78483-0.096684 0.31848-0.28436 0.52323-0.18199 0.20474-0.4436 0.30143-0.25592 0.090994-0.5801 0.090994z" fill="#aeaeae" stroke-opacity=".78039" stroke-width=".42654"/>
|
4
|
+
<rect x="1.5875" y="5.0271" width="3.175" height=".39688" fill="#aeaeae" stroke-width=".91291"/>
|
5
|
+
<path d="m4.9555 5.5562v-0.43195h0.54619v-3.8986h-0.54619v-0.43195h1.1299v4.7624z" fill="#69c" stroke-width="1.1186"/>
|
6
|
+
<path d="m0.26458 5.5562v-4.7624h1.1299v0.43195h-0.54083v3.8986h0.54083v0.43195z" fill="#69c" stroke-width="1.1186"/>
|
5
7
|
</svg>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<g>
|
4
|
+
<path d="m5.8898 3.4449c-0.67467 1e-7 -1.2225 0.5478-1.2225 1.2225v14.665c0 0.67466 0.5478 1.2225 1.2225 1.2225h12.22c0.67466 0 1.2225-0.5478 1.2225-1.2225v-11h-1.8326c-1.6854 0-3.0551-1.3696-3.0551-3.0551v-1.8326zm9.7775 0.50488v1.3277c0 1.0108 0.82184 1.8326 1.8326 1.8326h1.3277z" fill="#e5e5e5" stroke-linecap="round" stroke-width=".55"/>
|
5
|
+
<path d="m5.8898 1c-2.0216 0-3.6674 1.6458-3.6674 3.6674v14.665c0 2.0216 1.6458 3.6674 3.6674 3.6674h12.22c2.0216 0 3.6674-1.6458 3.6674-3.6674v-12.222c0-0.32511-0.12901-0.63512-0.35879-0.86367l-4.8877-4.8877c-0.22856-0.22978-0.53856-0.35879-0.86367-0.35879zm0 2.4449h8.5551v1.8326c0 1.6854 1.3696 3.0551 3.0551 3.0551h1.8326v11c0 0.67466-0.5478 1.2225-1.2225 1.2225h-12.22c-0.67467 0-1.2225-0.5478-1.2225-1.2225v-14.665c0-0.67467 0.5478-1.2225 1.2225-1.2225zm9.7775 0.50488 3.1604 3.1604h-1.3277c-1.0108 0-1.8326-0.82184-1.8326-1.8326z" fill="#aeaeae" stroke-width="1.2222"/>
|
6
|
+
<path d="m12 6c-0.82934 0-1.5 0.67081-1.5 1.5003v3.0007h-3c-0.82934 0-1.5 0.67081-1.5 1.5003 0 0.82952 0.67066 1.5003 1.5 1.5003h3v3.0007c0 0.82952 0.67066 1.4977 1.5 1.4977 0.82934 0 1.5-0.66817 1.5-1.4977v-3.0007h3c0.82934 0 1.5-0.67081 1.5-1.5003 1e-6 -0.82952-0.67066-1.5003-1.5-1.5003h-3v-3.0007c0-0.82952-0.67066-1.5003-1.5-1.5003z" fill="#69c" stroke-width="1.4999"/>
|
7
|
+
</g>
|
8
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m15.667 12h-2.4444v-2.4444c0-0.67589-0.54633-1.2222-1.2222-1.2222s-1.2222 0.54633-1.2222 1.2222v2.4444h-2.4444c-0.67589 0-1.2222 0.54633-1.2222 1.2222s0.54633 1.2222 1.2222 1.2222h2.4444v2.4444c0 0.67589 0.54633 1.2222 1.2222 1.2222s1.2222-0.54633 1.2222-1.2222v-2.4444h2.4444c0.67589 0 1.2222-0.54633 1.2222-1.2222s-0.54633-1.2222-1.2222-1.2222zm5.753-5.753-4.8889-4.8889c-0.22856-0.22978-0.539-0.35811-0.86411-0.35811h-9.7778c-2.0216 0-3.6667 1.6451-3.6667 3.6667v14.667c0 2.0216 1.6451 3.6667 3.6667 3.6667h12.222c2.0216 0 3.6667-1.6451 3.6667-3.6667v-12.222c0-0.32511-0.12833-0.63556-0.35811-0.86411zm-2.5923 0.86411h-1.3273c-1.0108 0-1.8333-0.82256-1.8333-1.8333v-1.3273zm-0.71622 13.444h-12.222c-0.67467 0-1.2222-0.54756-1.2222-1.2222v-14.667c0-0.67467 0.54756-1.2222 1.2222-1.2222h8.5556v1.8333c0 1.6854 1.3701 3.0556 3.0556 3.0556h1.8333v11c0 0.67467-0.54756 1.2222-1.2222 1.2222z" fill="#aeaeae" stroke-width="1.2222"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m21.42 6.247-4.8889-4.8889c-0.22856-0.22978-0.539-0.35811-0.86411-0.35811h-9.7778c-2.0216 0-3.6667 1.6451-3.6667 3.6667v14.667c0 2.0216 1.6451 3.6667 3.6667 3.6667h12.222c2.0216 0 3.6667-1.6451 3.6667-3.6667v-12.222c0-0.32511-0.12833-0.63556-0.35811-0.86411zm-2.5923 0.86411h-1.3273c-1.0108 0-1.8333-0.82256-1.8333-1.8333v-1.3273zm-0.71622 13.444h-12.222c-0.67467 0-1.2222-0.54756-1.2222-1.2222v-14.667c0-0.67467 0.54756-1.2222 1.2222-1.2222h8.5556v1.8333c0 1.6854 1.3701 3.0556 3.0556 3.0556h1.8333v11c0 0.67467-0.54756 1.2222-1.2222 1.2222z" fill="#aeaeae" stroke-width="1.2222"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="M 22,12 A 2.6315,2.6315 0 0 0 19.3686,9.3686 2.6315,2.6315 0 0 0 16.7372,12 2.6315,2.6315 0 0 0 19.3686,14.6314 2.6315,2.6315 0 0 0 22,12 Z m -7.3686,0 A 2.6315,2.6315 0 0 0 12,9.3686 2.6315,2.6315 0 0 0 9.3686,12 2.6315,2.6315 0 0 0 12,14.6314 2.6315,2.6315 0 0 0 14.6314,12 Z M 7.2628,12 A 2.6315,2.6315 0 0 0 4.6314,9.3686 2.6315,2.6315 0 0 0 2,12 2.6315,2.6315 0 0 0 4.6314,14.6314 2.6315,2.6315 0 0 0 7.2628,12 Z" fill="#aeaeae" stroke-width=".90909"/>
|
4
|
+
</svg>
|
@@ -17,6 +17,7 @@ licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
|
|
17
17
|
|
18
18
|
[Map]
|
19
19
|
add = typ_plus.svg
|
20
|
+
add_document = typ_document-add.svg
|
20
21
|
alert_error = typ_delete-full.svg
|
21
22
|
alert_info = typ_lightbulb-full.svg
|
22
23
|
alert_question = typ_directions-full.svg
|
@@ -39,25 +40,30 @@ cls_none = typ_cancel.svg
|
|
39
40
|
cls_novel = typ_book.svg
|
40
41
|
cls_object = typ_key.svg
|
41
42
|
cls_plot = typ_puzzle.svg
|
43
|
+
cls_template = typ_document-add-col.svg
|
42
44
|
cls_timeline = typ_calendar.svg
|
43
45
|
cls_trash = typ_trash.svg
|
44
46
|
cls_world = typ_location.svg
|
45
47
|
cross = typ_times.svg
|
48
|
+
document = typ_document.svg
|
46
49
|
down = typ_chevron-down.svg
|
47
50
|
edit = typ_pencil.svg
|
48
51
|
export = typ_export.svg
|
49
52
|
fmt_bold = nw_tb-bold.svg
|
53
|
+
fmt_bold-md = nw_tb-bold-md.svg
|
50
54
|
fmt_italic = nw_tb-italic.svg
|
51
|
-
|
52
|
-
fmt_mode-sc = nw_tb-shortcode.svg
|
55
|
+
fmt_italic-md = nw_tb-italic-md.svg
|
53
56
|
fmt_strike = nw_tb-strike.svg
|
57
|
+
fmt_strike-md = nw_tb-strike-md.svg
|
54
58
|
fmt_subscript = nw_tb-subscript.svg
|
55
59
|
fmt_superscript = nw_tb-superscript.svg
|
56
60
|
fmt_underline = nw_tb-underline.svg
|
57
61
|
forward = typ_chevron-right.svg
|
62
|
+
import = mixed_import.svg
|
58
63
|
maximise = typ_arrow-maximise.svg
|
59
64
|
menu = typ_th-dot-menu.svg
|
60
65
|
minimise = typ_arrow-minimise.svg
|
66
|
+
more = typ_th-dot-more.svg
|
61
67
|
noncheckable = mixed_input-none.svg
|
62
68
|
panel = nw_panel.svg
|
63
69
|
proj_chapter = mixed_document-chapter.svg
|
@@ -82,6 +88,7 @@ search_regex = nw_search-regex.svg
|
|
82
88
|
search_replace = mixed_search-replace.svg
|
83
89
|
search_word = nw_search-word.svg
|
84
90
|
settings = typ_cog.svg
|
91
|
+
star = typ_star.svg
|
85
92
|
status_idle = typ_media-pause-grey.svg
|
86
93
|
status_lang = typ_globe-grey.svg
|
87
94
|
status_lines = typ_th-list-grey.svg
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m3.1113 3.666c-0.61332 0-1.1094 0.49689-1.1094 1.1113v15.557h-0.0019531c0 0.61443 0.498 1.1094 1.1113 1.1094h15.557c0.61332 0 1.1113-0.49494 1.1113-1.1094v-8.2578c-0.61899 0.57364-1.3634 1.0131-2.252 1.2578-0.004058 2.0524-0.007162 4.0735 0.005859 5.8887h-13.311v-13.318c1.6116-0.00848 2.8992 0 4.4648 0 0.75712-0.75269 1.5907-1.5005 2.3418-2.2383h-7.918z" fill="#718c00"/>
|
4
|
+
<path d="m21.996 3.1106v-0.55556c-1.8789 2.8644-4 4.3922-6.6667 4.4444v-3.3333c0-0.61222-0.56778-1.1111-1.27-1.1111-0.40444 0-0.75 0.17556-0.98111 0.43444-2.1478 2.2544-6.6378 6.7878-6.6378 6.7878s4.49 4.5356 6.6389 6.8189c0.23111 0.22778 0.57556 0.40333 0.98 0.40333 0.70222 0 1.27-0.49667 1.27-1.1111v-3.3333c5.1778 0 6.6667-5.4122 6.6667-9.4444z" fill="#718c00" stroke-width="1.1111"/>
|
5
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m1.3672 5.5562v-4.7625h1.6289q0.37252 0 0.68662 0.058435 0.32139 0.051131 0.55513 0.18991 0.24104 0.13878 0.37252 0.36522 0.13878 0.22644 0.13878 0.56975 0 0.1607-0.043826 0.32139t-0.12417 0.29948q-0.080349 0.13878-0.19721 0.24835-0.10957 0.10957-0.25565 0.1607v0.029218q0.18261 0.043827 0.33601 0.13878 0.1534 0.087653 0.27027 0.22644 0.11687 0.13878 0.18261 0.3287 0.065739 0.18261 0.065739 0.42365 0 0.36522-0.14608 0.62818-0.13878 0.26295-0.39444 0.43826-0.24835 0.168-0.58435 0.25565-0.33601 0.080349-0.72313 0.080349zm1.0737-2.8561h0.50401q0.39444 0 0.56975-0.1534 0.18261-0.1534 0.18261-0.40905 0-0.27757-0.18261-0.39444t-0.56244-0.11687h-0.51131zm0 2.0233h0.60626q0.88383 0 0.88383-0.64279 0-0.31408-0.21914-0.44557-0.21914-0.13878-0.6647-0.13878h-0.60626z" fill-opacity=".78039" stroke-opacity=".78039" stroke-width=".54782"/>
|
4
|
+
</svg>
|
@@ -1,4 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<path d="m1.
|
3
|
+
<path d="m1.568 5.2917v-4.2333h1.4479q0.33113 0 0.61033 0.051942 0.28568 0.04545 0.49345 0.16881 0.21426 0.12336 0.33113 0.32464 0.12336 0.20128 0.12336 0.50644 0 0.14284-0.038957 0.28568-0.038956 0.14284-0.11037 0.2662-0.071421 0.12336-0.1753 0.22076-0.097396 0.097396-0.22724 0.14284v0.025972q0.16232 0.038957 0.29868 0.12336 0.13636 0.077914 0.24024 0.20128 0.10388 0.12336 0.16232 0.29218 0.058435 0.16232 0.058435 0.37658 0 0.32464-0.12985 0.55838-0.12336 0.23373-0.35061 0.38956-0.22076 0.14933-0.51942 0.22724-0.29868 0.071422-0.64278 0.071422zm0.9544-2.5388h0.44801q0.35061 0 0.50644-0.13636 0.16232-0.13636 0.16232-0.3636 0-0.24673-0.16232-0.35061-0.16232-0.10388-0.49995-0.10388h-0.4545zm0 1.7985h0.5389q0.78563 0 0.78563-0.57137 0-0.27918-0.19479-0.39606-0.19479-0.12336-0.59084-0.12336h-0.5389z" fill-opacity=".78039" stroke-opacity=".78039" stroke-width=".48695"/>
|
4
|
+
<path d="m4.9555 5.5562v-0.43195h0.54619v-3.8986h-0.54619v-0.43195h1.1299v4.7624z" fill="#4271ae" stroke-width="1.1186"/>
|
5
|
+
<path d="m0.26458 5.5562v-4.7624h1.1299v0.43195h-0.54083v3.8986h0.54083v0.43195z" fill="#4271ae" stroke-width="1.1186"/>
|
4
6
|
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m2.3084 5.5562 0.94666-4.7625h0.78646l-0.94666 4.7625z" fill-opacity=".78039" stroke-opacity=".78039" stroke-width=".54615"/>
|
4
|
+
</svg>
|
@@ -1,4 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<path d="m2.
|
3
|
+
<path d="m2.417 5.2917 0.84148-4.2333h0.69908l-0.84148 4.2333z" fill-opacity=".78039" stroke-opacity=".78039" stroke-width=".48547"/>
|
4
|
+
<path d="m4.9555 5.5562v-0.43195h0.54619v-3.8986h-0.54619v-0.43195h1.1299v4.7624z" fill="#4271ae" stroke-width="1.1186"/>
|
5
|
+
<path d="m0.26458 5.5562v-4.7624h1.1299v0.43195h-0.54083v3.8986h0.54083v0.43195z" fill="#4271ae" stroke-width="1.1186"/>
|
4
6
|
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m3.1785 5.5562q-0.46361 0-0.89912-0.17561-0.42848-0.17561-0.75863-0.49873l0.47766-0.55492q0.24585 0.2318 0.56195 0.37931 0.3161 0.14049 0.63219 0.14049 0.39336 0 0.59707-0.16156t0.20371-0.42848q0-0.14049-0.056194-0.23883-0.04917-0.098341-0.14751-0.16858-0.091316-0.077267-0.22478-0.14049-0.12644-0.063219-0.28097-0.12644l-0.63219-0.27395q-0.16858-0.070243-0.33717-0.17561-0.16156-0.10537-0.29502-0.25288t-0.21775-0.34419q-0.077268-0.19668-0.077268-0.44956 0-0.27395 0.11239-0.50575 0.11941-0.23883 0.32312-0.41444t0.48468-0.27395q0.288-0.098341 0.62517-0.098341 0.40039 0 0.77268 0.16156 0.37229 0.15454 0.63921 0.42146l-0.41444 0.5198q-0.22478-0.18263-0.46361-0.288t-0.53385-0.10537q-0.33014 0-0.52683 0.14751-0.19668 0.14049-0.19668 0.39336 0 0.13346 0.056194 0.2318 0.063219 0.091316 0.16156 0.16858 0.10537 0.070244 0.23883 0.13346 0.13346 0.056194 0.27395 0.11239l0.62516 0.2599q0.20371 0.084291 0.37229 0.19668 0.16858 0.11239 0.288 0.2599 0.12644 0.14751 0.19668 0.34419 0.070244 0.18966 0.070244 0.44253 0 0.28097-0.11239 0.52683-0.11239 0.24585-0.33015 0.43551-0.21073 0.18263-0.5198 0.29502-0.30205 0.10536-0.68838 0.10536zm-2.3848-2.6458h4.7625v0.52917h-4.7625z" fill-opacity=".78039" stroke-opacity=".78039" stroke-width=".52683"/>
|
4
|
+
</svg>
|
@@ -1,4 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<path d="m3.
|
3
|
+
<path d="m3.1782 5.2917q-0.4121 0-0.79922-0.1561-0.38087-0.1561-0.67434-0.44331l0.42459-0.49326q0.21853 0.20604 0.49951 0.33716 0.28098 0.12488 0.56195 0.12488 0.34965 0 0.53073-0.14361 0.18108-0.14361 0.18108-0.38087 0-0.12488-0.04995-0.21229-0.043707-0.087414-0.13112-0.14985-0.08117-0.068682-0.1998-0.12488-0.11239-0.056194-0.24975-0.11239l-0.56195-0.24351q-0.14985-0.062438-0.29971-0.1561-0.14361-0.093662-0.26224-0.22478-0.11863-0.13112-0.19356-0.30595-0.068682-0.17483-0.068682-0.39961 0-0.24351 0.099902-0.44955 0.10614-0.21229 0.28722-0.36839 0.18108-0.1561 0.43083-0.24351 0.256-0.087414 0.55571-0.087414 0.3559 0 0.68683 0.14361 0.33092 0.13737 0.56819 0.37463l-0.36839 0.46204q-0.1998-0.16234-0.4121-0.256-0.21229-0.093662-0.47453-0.093662-0.29346 0-0.46829 0.13112-0.17483 0.12488-0.17483 0.34965 0 0.11863 0.04995 0.20604 0.056194 0.08117 0.14361 0.14985 0.093662 0.062439 0.21229 0.11863 0.11863 0.04995 0.24351 0.099902l0.5557 0.23102q0.18108 0.074925 0.33092 0.17483 0.14985 0.099902 0.256 0.23102 0.11239 0.13112 0.17483 0.30595 0.062439 0.16859 0.062439 0.39336 0 0.24975-0.099902 0.46829-0.099902 0.21853-0.29347 0.38712-0.18732 0.16234-0.46204 0.26224-0.26849 0.093653-0.61189 0.093653zm-2.1198-2.3518h4.2333v0.47037h-4.2333z" fill-opacity=".78039" stroke-opacity=".78039" stroke-width=".46829"/>
|
4
|
+
<path d="m4.9555 5.5562v-0.43195h0.54619v-3.8986h-0.54619v-0.43195h1.1299v4.7624z" fill="#4271ae" stroke-width="1.1186"/>
|
5
|
+
<path d="m0.26458 5.5562v-4.7624h1.1299v0.43195h-0.54083v3.8986h0.54083v0.43195z" fill="#4271ae" stroke-width="1.1186"/>
|
4
6
|
</svg>
|
@@ -1,5 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<path d="m2.
|
4
|
-
<path d="
|
3
|
+
<path d="m2.2992 3.0475-0.13958 0.48548h1.0134l-0.13958-0.48548q-0.097092-0.31556-0.18812-0.64932-0.084958-0.33377-0.16992-0.66146h-0.024273q-0.084958 0.33377-0.16992 0.66752-0.084958 0.32769-0.18205 0.64325zm-1.329 2.1118 1.2926-3.9688h0.82531l1.2926 3.9688h-0.74035l-0.30949-1.0741h-1.3351l-0.30949 1.0741z" fill-opacity=".78039" stroke-opacity=".78039" stroke-width=".45513"/>
|
4
|
+
<path d="m3.9467 5.1593v-1.9843h0.62795q0.15323 0 0.27942 0.027308 0.12919 0.024273 0.22233 0.081922 0.09615 0.054615 0.14722 0.14868 0.054082 0.094058 0.054082 0.23059 0 0.14261-0.072107 0.26397-0.072108 0.12137-0.2013 0.16688v0.012137q0.16224 0.036409 0.2674 0.15474 0.10816 0.1153 0.10816 0.31556 0 0.14868-0.057086 0.2579-0.057085 0.10922-0.15923 0.18205-0.099158 0.072819-0.23736 0.10922-0.13821 0.033375-0.30045 0.033375zm0.34852-1.1651h0.24938q0.20732 0 0.29744-0.075853 0.093142-0.075854 0.093142-0.20328 0-0.14564-0.09615-0.20632-0.09615-0.060682-0.28843-0.060682h-0.25538zm0 0.89208h0.29445q0.21632 0 0.3335-0.078888 0.11718-0.081923 0.11718-0.2488 0-0.15778-0.11418-0.22757-0.11418-0.07282-0.33651-0.07282h-0.29445z" stroke-opacity=".78039" stroke-width=".22645"/>
|
5
|
+
<path d="m4.9555 5.5562v-0.43195h0.54619v-3.8986h-0.54619v-0.43195h1.1299v4.7624z" fill="#4271ae" stroke-width="1.1186"/>
|
6
|
+
<path d="m0.26458 5.5562v-4.7624h1.1299v0.43195h-0.54083v3.8986h0.54083v0.43195z" fill="#4271ae" stroke-width="1.1186"/>
|
5
7
|
</svg>
|
@@ -1,5 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<path d="
|
4
|
-
<path d="
|
3
|
+
<path d="m3.9467 3.175v-1.9843h0.62793q0.15324 0 0.27942 0.027307 0.12919 0.024274 0.22233 0.081922 0.09615 0.054615 0.14722 0.14868 0.054082 0.094058 0.054082 0.23059 0 0.14261-0.072107 0.26397-0.072107 0.12137-0.2013 0.16688v0.012138q0.16224 0.03641 0.2674 0.15475 0.10816 0.1153 0.10816 0.31556 0 0.14868-0.057086 0.2579-0.057085 0.10922-0.15923 0.18204-0.099142 0.072818-0.23735 0.10922-0.13821 0.033375-0.30045 0.033375zm0.34853-1.1651h0.24937q0.20732 0 0.29744-0.075853 0.093141-0.075853 0.093141-0.20328 0-0.14564-0.09615-0.20632-0.09615-0.060682-0.28843-0.060682h-0.25538zm0 0.89208h0.29443q0.21632 0 0.3335-0.078888 0.11718-0.081923 0.11718-0.24879 0-0.15777-0.11418-0.22756-0.11418-0.07282-0.33651-0.07282h-0.29443z" stroke-opacity=".78039" stroke-width=".25475"/>
|
4
|
+
<path d="m2.2992 3.0475-0.13958 0.48548h1.0134l-0.13958-0.48548q-0.097092-0.31556-0.18812-0.64932-0.084958-0.33377-0.16992-0.66146h-0.024273q-0.084958 0.33377-0.16992 0.66753-0.084958 0.32769-0.18205 0.64325zm-1.329 2.1118 1.2926-3.9688h0.82531l1.2926 3.9688h-0.74035l-0.30949-1.0741h-1.3351l-0.30949 1.0741z" fill-opacity=".78039" stroke-opacity=".78039" stroke-width=".45513"/>
|
5
|
+
<path d="m0.26458 5.5562v-4.7624h1.1299v0.43195h-0.54083v3.8986h0.54083v0.43195z" fill="#4271ae" stroke-width="1.1186"/>
|
6
|
+
<path d="m4.9555 5.5562v-0.43195h0.54619v-3.8986h-0.54619v-0.43195h1.1299v4.7624z" fill="#4271ae" stroke-width="1.1186"/>
|
5
7
|
</svg>
|
@@ -1,5 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<path d="m3.
|
4
|
-
<rect x="1.
|
3
|
+
<path d="m3.1778 4.846q-0.32417 0-0.58578-0.090994-0.25592-0.096685-0.4436-0.30143-0.18199-0.20474-0.28436-0.52323-0.096684-0.32417-0.096684-0.78483v-2.0872h0.65971v2.1383q0 0.30143 0.051184 0.51185 0.056872 0.20474 0.15355 0.32985 0.10237 0.12512 0.23887 0.18199 0.13649 0.051184 0.30711 0.051184 0.17061 0 0.3128-0.051184 0.14218-0.056873 0.24455-0.18199 0.10237-0.12512 0.15924-0.32985 0.056873-0.21043 0.056873-0.51185v-2.1383h0.63128v2.0872q0 0.46067-0.096685 0.78483-0.096684 0.31848-0.28436 0.52323-0.18199 0.20474-0.4436 0.30143-0.25592 0.090994-0.5801 0.090994z" fill-opacity=".78039" stroke-opacity=".78039" stroke-width=".42654"/>
|
4
|
+
<rect x="1.5875" y="5.0271" width="3.175" height=".39688" fill-opacity=".78039" stroke-width=".91291"/>
|
5
|
+
<path d="m4.9555 5.5562v-0.43195h0.54619v-3.8986h-0.54619v-0.43195h1.1299v4.7624z" fill="#4271ae" stroke-width="1.1186"/>
|
6
|
+
<path d="m0.26458 5.5562v-4.7624h1.1299v0.43195h-0.54083v3.8986h0.54083v0.43195z" fill="#4271ae" stroke-width="1.1186"/>
|
5
7
|
</svg>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<g>
|
4
|
+
<path d="m5.8898 3.4449c-0.67467 1e-7 -1.2225 0.5478-1.2225 1.2225v14.665c0 0.67466 0.5478 1.2225 1.2225 1.2225h12.22c0.67466 0 1.2225-0.5478 1.2225-1.2225v-11h-1.8326c-1.6854 0-3.0551-1.3696-3.0551-3.0551v-1.8326zm9.7775 0.50488v1.3277c0 1.0108 0.82184 1.8326 1.8326 1.8326h1.3277z" fill="#ededed" stroke-linecap="round" stroke-width=".55"/>
|
5
|
+
<path d="m5.8898 1c-2.0216 0-3.6674 1.6458-3.6674 3.6674v14.665c0 2.0216 1.6458 3.6674 3.6674 3.6674h12.22c2.0216 0 3.6674-1.6458 3.6674-3.6674v-12.222c0-0.32511-0.12901-0.63512-0.35879-0.86367l-4.8877-4.8877c-0.22856-0.22978-0.53856-0.35879-0.86367-0.35879zm0 2.4449h8.5551v1.8326c0 1.6854 1.3696 3.0551 3.0551 3.0551h1.8326v11c0 0.67466-0.5478 1.2225-1.2225 1.2225h-12.22c-0.67467 0-1.2225-0.5478-1.2225-1.2225v-14.665c0-0.67467 0.5478-1.2225 1.2225-1.2225zm9.7775 0.50488 3.1604 3.1604h-1.3277c-1.0108 0-1.8326-0.82184-1.8326-1.8326z" fill="#333" stroke-width="1.2222"/>
|
6
|
+
<path d="m12 6c-0.82934 0-1.5 0.67081-1.5 1.5003v3.0007h-3c-0.82934 0-1.5 0.67081-1.5 1.5003 0 0.82952 0.67066 1.5003 1.5 1.5003h3v3.0007c0 0.82952 0.67066 1.4977 1.5 1.4977 0.82934 0 1.5-0.66817 1.5-1.4977v-3.0007h3c0.82934 0 1.5-0.67081 1.5-1.5003 1e-6 -0.82952-0.67066-1.5003-1.5-1.5003h-3v-3.0007c0-0.82952-0.67066-1.5003-1.5-1.5003z" fill="#4271ae" stroke-width="1.4999"/>
|
7
|
+
</g>
|
8
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m15.667 12h-2.4444v-2.4444c0-0.67589-0.54633-1.2222-1.2222-1.2222s-1.2222 0.54633-1.2222 1.2222v2.4444h-2.4444c-0.67589 0-1.2222 0.54633-1.2222 1.2222s0.54633 1.2222 1.2222 1.2222h2.4444v2.4444c0 0.67589 0.54633 1.2222 1.2222 1.2222s1.2222-0.54633 1.2222-1.2222v-2.4444h2.4444c0.67589 0 1.2222-0.54633 1.2222-1.2222s-0.54633-1.2222-1.2222-1.2222zm5.753-5.753-4.8889-4.8889c-0.22856-0.22978-0.539-0.35811-0.86411-0.35811h-9.7778c-2.0216 0-3.6667 1.6451-3.6667 3.6667v14.667c0 2.0216 1.6451 3.6667 3.6667 3.6667h12.222c2.0216 0 3.6667-1.6451 3.6667-3.6667v-12.222c0-0.32511-0.12833-0.63556-0.35811-0.86411zm-2.5923 0.86411h-1.3273c-1.0108 0-1.8333-0.82256-1.8333-1.8333v-1.3273zm-0.71622 13.444h-12.222c-0.67467 0-1.2222-0.54756-1.2222-1.2222v-14.667c0-0.67467 0.54756-1.2222 1.2222-1.2222h8.5556v1.8333c0 1.6854 1.3701 3.0556 3.0556 3.0556h1.8333v11c0 0.67467-0.54756 1.2222-1.2222 1.2222z" fill-opacity=".78039" stroke-width="1.2222"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m21.42 6.247-4.8889-4.8889c-0.22856-0.22978-0.539-0.35811-0.86411-0.35811h-9.7778c-2.0216 0-3.6667 1.6451-3.6667 3.6667v14.667c0 2.0216 1.6451 3.6667 3.6667 3.6667h12.222c2.0216 0 3.6667-1.6451 3.6667-3.6667v-12.222c0-0.32511-0.12833-0.63556-0.35811-0.86411zm-2.5923 0.86411h-1.3273c-1.0108 0-1.8333-0.82256-1.8333-1.8333v-1.3273zm-0.71622 13.444h-12.222c-0.67467 0-1.2222-0.54756-1.2222-1.2222v-14.667c0-0.67467 0.54756-1.2222 1.2222-1.2222h8.5556v1.8333c0 1.6854 1.3701 3.0556 3.0556 3.0556h1.8333v11c0 0.67467-0.54756 1.2222-1.2222 1.2222z" fill-opacity=".78039" stroke-width="1.2222"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24" height="24" version="1.2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="M 22,12 A 2.6315,2.6315 0 0 0 19.3686,9.3686 2.6315,2.6315 0 0 0 16.7372,12 2.6315,2.6315 0 0 0 19.3686,14.6314 2.6315,2.6315 0 0 0 22,12 Z m -7.3686,0 A 2.6315,2.6315 0 0 0 12,9.3686 2.6315,2.6315 0 0 0 9.3686,12 2.6315,2.6315 0 0 0 12,14.6314 2.6315,2.6315 0 0 0 14.6314,12 Z M 7.2628,12 A 2.6315,2.6315 0 0 0 4.6314,9.3686 2.6315,2.6315 0 0 0 2,12 2.6315,2.6315 0 0 0 4.6314,14.6314 2.6315,2.6315 0 0 0 7.2628,12 Z" fill-opacity=".78039" stroke-width=".90909"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="460" height="60" version="1.1" viewBox="0 0 121.71 15.875" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m50.202 0v1.7585h0.67954c0.31249 0 0.53129 0.070663 0.65629 0.21136 0.14062 0.12506 0.21084 0.33602 0.21084 0.63304v10.294c0 0.31265-0.07022 0.53937-0.21084 0.68006-0.125 0.14069-0.3438 0.21084-0.65629 0.21084h-0.67954v1.7353h5.6012v-1.7353h-0.67954c-0.29687 0-0.51567-0.07015-0.65629-0.21084-0.14062-0.14069-0.21084-0.35927-0.21084-0.65629v-12.921zm36.093 0.32815v2.1575h2.6484v-2.1575zm-29.179 0.023771v1.7353h0.49248c0.45312 0 0.77317 0.070146 0.96066 0.21084 0.1875 0.12506 0.3203 0.37516 0.39842 0.75034l2.8122 12.475h2.0624l2.6954-8.6289 2.742 8.6289h2.0392l2.789-12.475c0.07812-0.37518 0.21093-0.62528 0.39843-0.75034 0.1875-0.14069 0.50807-0.21084 0.96118-0.21084h0.51573v-1.7353h-3.5863l-2.3203 10.88-2.5544-8.324h-1.9689l-2.5311 8.324-2.2965-10.88zm38.109 0.58601-2.4846 0.79737v2.5327h-1.8278v1.6883h1.8278v6.1433c0 1.235 0.3282 2.1734 0.98444 2.8143 0.65624 0.64094 1.6327 0.96118 2.9295 0.96118 0.82811 0 1.5471-0.11743 2.1565-0.35192 0.60936-0.23449 1.1716-0.57049 1.6872-1.0082v-1.7818h-2.1327v1.0082c-0.35937 0.29702-0.88296 0.44545-1.5704 0.44545-0.53124 0-0.92966-0.14843-1.1953-0.44545-0.24999-0.29702-0.37465-0.78959-0.37465-1.4774v-6.3076h3.3745v-1.6883h-3.3745zm-87.678 2.9781c-0.96873 0-1.7971 0.15605-2.4846 0.46871-0.67186 0.29702-1.2733 0.78197-1.8045 1.4542l-0.14056-1.571h-2.9998v1.7585h0.49196c0.31249 0 0.53129 0.070146 0.65629 0.21084 0.125 0.12506 0.18759 0.34415 0.18759 0.65681v6.0265c0 0.31265-0.070218 0.53885-0.21084 0.67955-0.125 0.12506-0.3438 0.18758-0.65629 0.18758h-0.58601v1.7353h5.3671v-1.7353h-0.60927c-0.29687 0-0.50804-0.06252-0.63304-0.18758-0.10937-0.14069-0.16381-0.36689-0.16381-0.67955v-4.7372c0-0.8129 0.25747-1.4458 0.77308-1.8991s1.172-0.68006 1.9689-0.68006c0.73436 0 1.2656 0.17995 1.5937 0.5395 0.32812 0.34392 0.49248 0.90664 0.49248 1.6883v7.691h4.0308v-1.7353h-0.65629c-0.31249 0-0.53892-0.06252-0.67954-0.18758-0.125-0.14069-0.18758-0.36689-0.18758-0.67955v-5.1123c0-2.595-1.2497-3.8923-3.7496-3.8923zm12.351 0c-1.9218 0-3.3669 0.53171-4.3357 1.5947-0.9531 1.0474-1.4299 2.5164-1.4299 4.408 0 1.8759 0.48441 3.3379 1.4531 4.3853s2.4062 1.571 4.3124 1.571c1.9062 0 3.3437-0.52357 4.3124-1.571 0.96873-1.0474 1.4531-2.5093 1.4531-4.3853 0-1.8916-0.48441-3.3606-1.4531-4.408-0.9531-1.063-2.3906-1.5947-4.3124-1.5947zm23.39 0c-1.8281 0-3.2421 0.51595-4.2421 1.5477-0.98435 1.0161-1.4769 2.5401-1.4769 4.5723 0 1.9072 0.53123 3.361 1.5937 4.3615 1.0781 0.98486 2.5079 1.4774 4.2891 1.4774 1.0312 0 1.9217-0.11743 2.6717-0.35192 0.76561-0.21886 1.477-0.56248 2.1332-1.0315v-1.6418h-2.1797v0.84439c-0.32812 0.20322-0.6955 0.35165-1.1017 0.44545-0.40624 0.07816-0.90643 0.11731-1.5002 0.11731-1.0468 0-1.8824-0.29686-2.5073-0.8909-0.60936-0.60967-0.91416-1.5481-0.91416-2.8143h8.6015v-1.0785c0-1.704-0.45338-3.0561-1.3596-4.0566-0.90623-1.0005-2.2419-1.5007-4.0075-1.5007zm63.772 0c-1.8281 0-3.2422 0.51595-4.2421 1.5477-0.98436 1.0161-1.4764 2.5401-1.4764 4.5723 0 1.9072 0.53122 3.361 1.5937 4.3615 1.0781 0.98486 2.5074 1.4774 4.2886 1.4774 1.0312 0 1.9222-0.11743 2.6722-0.35192 0.7656-0.21886 1.4764-0.56248 2.1327-1.0315v-1.6418h-2.1797v0.84439c-0.32811 0.20322-0.6955 0.35165-1.1017 0.44545-0.40624 0.07816-0.90591 0.11731-1.4996 0.11731-1.0468 0-1.8829-0.29686-2.5079-0.8909-0.60936-0.60967-0.91415-1.5481-0.91415-2.8143h8.6015v-1.0785c0-1.704-0.45338-3.0561-1.3596-4.0566-0.90623-1.0005-2.2419-1.5007-4.0075-1.5007zm-81.607 0.35192v1.618h0.49196c0.39062 0 0.65623 0.046764 0.79685 0.14056 0.15625 0.078163 0.27328 0.24235 0.3514 0.49248l3.2344 9.0041h2.5781l3.2112-9.0041c0.09375-0.25012 0.21078-0.41431 0.3514-0.49248 0.15625-0.093796 0.42186-0.14056 0.79685-0.14056h0.51573v-1.618h-3.2582l-2.9058 8.7933-2.9063-8.7933zm50.694 0v1.7348h0.49196c0.29687 0 0.50804 0.070663 0.63304 0.21136 0.125 0.14069 0.18758 0.35927 0.18758 0.65629v6.0503c0 0.31265-0.07022 0.53885-0.21084 0.67955-0.125 0.12506-0.3438 0.18758-0.65629 0.18758h-0.58601v1.7353h5.3671v-1.7353h-0.58601c-0.29687 0-0.50804-0.06252-0.63304-0.18758-0.125-0.14069-0.18707-0.36689-0.18707-0.67955v-4.4788c0-0.82853 0.18725-1.4385 0.56224-1.8293 0.37499-0.40645 1.008-0.60978 1.8986-0.60978h1.3121v-1.7348h-1.078c-0.67186 0-1.2575 0.093528-1.7575 0.28112-0.48436 0.18759-0.88278 0.52359-1.1953 1.0082l-0.32815-1.2893zm8.6718 0v1.7585h0.67954c0.31249 0 0.53129 0.070146 0.65629 0.21084 0.14062 0.12506 0.21084 0.33602 0.21084 0.63304v6.0265c0 0.31265-0.07022 0.53937-0.21084 0.68006-0.125 0.14069-0.3438 0.21084-0.65629 0.21084h-0.67954v1.7353h5.6012v-1.7353h-0.67954c-0.29687 0-0.51567-0.07015-0.65629-0.21084-0.14062-0.14069-0.21084-0.35927-0.21084-0.65629v-8.6527zm29.296 0v1.7348h0.49247c0.29687 0 0.50753 0.070663 0.63252 0.21136 0.125 0.14069 0.18759 0.35927 0.18759 0.65629v6.0503c0 0.31265-0.0702 0.53885-0.21085 0.67955-0.12499 0.12506-0.34379 0.18758-0.65629 0.18758h-0.58601v1.7353h5.3671v-1.7353h-0.58601c-0.29686 0-0.50751-0.06252-0.63251-0.18758-0.125-0.14069-0.18758-0.36689-0.18758-0.67955v-4.4788c0-0.82853 0.18725-1.4385 0.56223-1.8293 0.37499-0.40645 1.008-0.60978 1.8986-0.60978h1.3126v-1.7348h-1.078c-0.67185 0-1.258 0.093528-1.758 0.28112-0.48436 0.18759-0.88278 0.52359-1.1953 1.0082l-0.32814-1.2893zm-70.85 1.3364c1.9843 0 2.9766 1.1412 2.9766 3.4236h-6.1872c0-1.063 0.27324-1.8992 0.8201-2.5089s1.3437-0.91467 2.3906-0.91467zm63.772 0c1.9843 0 2.9766 1.1412 2.9766 3.4236h-6.1877c0-1.063 0.27375-1.8992 0.82062-2.5089 0.54686-0.60967 1.3437-0.91467 2.3906-0.91467zm-87.139 0.07028c1.125 0 1.961 0.35176 2.5079 1.0552 0.54686 0.68784 0.8201 1.7507 0.8201 3.189 0 1.4226-0.27324 2.4779-0.8201 3.1657-0.54686 0.68784-1.3829 1.032-2.5079 1.032-1.125 0-1.961-0.34414-2.5079-1.032-0.53124-0.68784-0.79685-1.7431-0.79685-3.1657 0-1.4382 0.26561-2.5011 0.79685-3.189 0.54686-0.70347 1.3829-1.0552 2.5079-1.0552z" fill="#fafafa" stroke-linecap="round" stroke-width=".21978"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="460" height="60" version="1.1" viewBox="0 0 121.71 15.875" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="m50.202 0v1.7585h0.67954c0.31249 0 0.53129 0.070663 0.65629 0.21136 0.14062 0.12506 0.21084 0.33602 0.21084 0.63304v10.294c0 0.31265-0.07022 0.53937-0.21084 0.68006-0.125 0.14069-0.3438 0.21084-0.65629 0.21084h-0.67954v1.7353h5.6012v-1.7353h-0.67954c-0.29687 0-0.51567-0.07015-0.65629-0.21084-0.14062-0.14069-0.21084-0.35927-0.21084-0.65629v-12.921zm36.093 0.32815v2.1575h2.6484v-2.1575zm-29.179 0.023771v1.7353h0.49248c0.45312 0 0.77317 0.070146 0.96066 0.21084 0.1875 0.12506 0.3203 0.37516 0.39842 0.75034l2.8122 12.475h2.0624l2.6954-8.6289 2.742 8.6289h2.0392l2.789-12.475c0.07812-0.37518 0.21093-0.62528 0.39843-0.75034 0.1875-0.14069 0.50807-0.21084 0.96118-0.21084h0.51573v-1.7353h-3.5863l-2.3203 10.88-2.5544-8.324h-1.9689l-2.5311 8.324-2.2965-10.88zm38.109 0.58601-2.4846 0.79737v2.5327h-1.8278v1.6883h1.8278v6.1433c0 1.235 0.3282 2.1734 0.98444 2.8143 0.65624 0.64094 1.6327 0.96118 2.9295 0.96118 0.82811 0 1.5471-0.11743 2.1565-0.35192 0.60936-0.23449 1.1716-0.57049 1.6872-1.0082v-1.7818h-2.1327v1.0082c-0.35937 0.29702-0.88296 0.44545-1.5704 0.44545-0.53124 0-0.92966-0.14843-1.1953-0.44545-0.24999-0.29702-0.37465-0.78959-0.37465-1.4774v-6.3076h3.3745v-1.6883h-3.3745zm-87.678 2.9781c-0.96873 0-1.7971 0.15605-2.4846 0.46871-0.67186 0.29702-1.2733 0.78197-1.8045 1.4542l-0.14056-1.571h-2.9998v1.7585h0.49196c0.31249 0 0.53129 0.070146 0.65629 0.21084 0.125 0.12506 0.18759 0.34415 0.18759 0.65681v6.0265c0 0.31265-0.070218 0.53885-0.21084 0.67955-0.125 0.12506-0.3438 0.18758-0.65629 0.18758h-0.58601v1.7353h5.3671v-1.7353h-0.60927c-0.29687 0-0.50804-0.06252-0.63304-0.18758-0.10937-0.14069-0.16381-0.36689-0.16381-0.67955v-4.7372c0-0.8129 0.25747-1.4458 0.77308-1.8991s1.172-0.68006 1.9689-0.68006c0.73436 0 1.2656 0.17995 1.5937 0.5395 0.32812 0.34392 0.49248 0.90664 0.49248 1.6883v7.691h4.0308v-1.7353h-0.65629c-0.31249 0-0.53892-0.06252-0.67954-0.18758-0.125-0.14069-0.18758-0.36689-0.18758-0.67955v-5.1123c0-2.595-1.2497-3.8923-3.7496-3.8923zm12.351 0c-1.9218 0-3.3669 0.53171-4.3357 1.5947-0.9531 1.0474-1.4299 2.5164-1.4299 4.408 0 1.8759 0.48441 3.3379 1.4531 4.3853s2.4062 1.571 4.3124 1.571c1.9062 0 3.3437-0.52357 4.3124-1.571 0.96873-1.0474 1.4531-2.5093 1.4531-4.3853 0-1.8916-0.48441-3.3606-1.4531-4.408-0.9531-1.063-2.3906-1.5947-4.3124-1.5947zm23.39 0c-1.8281 0-3.2421 0.51595-4.2421 1.5477-0.98435 1.0161-1.4769 2.5401-1.4769 4.5723 0 1.9072 0.53123 3.361 1.5937 4.3615 1.0781 0.98486 2.5079 1.4774 4.2891 1.4774 1.0312 0 1.9217-0.11743 2.6717-0.35192 0.76561-0.21886 1.477-0.56248 2.1332-1.0315v-1.6418h-2.1797v0.84439c-0.32812 0.20322-0.6955 0.35165-1.1017 0.44545-0.40624 0.07816-0.90643 0.11731-1.5002 0.11731-1.0468 0-1.8824-0.29686-2.5073-0.8909-0.60936-0.60967-0.91416-1.5481-0.91416-2.8143h8.6015v-1.0785c0-1.704-0.45338-3.0561-1.3596-4.0566-0.90623-1.0005-2.2419-1.5007-4.0075-1.5007zm63.772 0c-1.8281 0-3.2422 0.51595-4.2421 1.5477-0.98436 1.0161-1.4764 2.5401-1.4764 4.5723 0 1.9072 0.53122 3.361 1.5937 4.3615 1.0781 0.98486 2.5074 1.4774 4.2886 1.4774 1.0312 0 1.9222-0.11743 2.6722-0.35192 0.7656-0.21886 1.4764-0.56248 2.1327-1.0315v-1.6418h-2.1797v0.84439c-0.32811 0.20322-0.6955 0.35165-1.1017 0.44545-0.40624 0.07816-0.90591 0.11731-1.4996 0.11731-1.0468 0-1.8829-0.29686-2.5079-0.8909-0.60936-0.60967-0.91415-1.5481-0.91415-2.8143h8.6015v-1.0785c0-1.704-0.45338-3.0561-1.3596-4.0566-0.90623-1.0005-2.2419-1.5007-4.0075-1.5007zm-81.607 0.35192v1.618h0.49196c0.39062 0 0.65623 0.046764 0.79685 0.14056 0.15625 0.078163 0.27328 0.24235 0.3514 0.49248l3.2344 9.0041h2.5781l3.2112-9.0041c0.09375-0.25012 0.21078-0.41431 0.3514-0.49248 0.15625-0.093796 0.42186-0.14056 0.79685-0.14056h0.51573v-1.618h-3.2582l-2.9058 8.7933-2.9063-8.7933zm50.694 0v1.7348h0.49196c0.29687 0 0.50804 0.070663 0.63304 0.21136 0.125 0.14069 0.18758 0.35927 0.18758 0.65629v6.0503c0 0.31265-0.07022 0.53885-0.21084 0.67955-0.125 0.12506-0.3438 0.18758-0.65629 0.18758h-0.58601v1.7353h5.3671v-1.7353h-0.58601c-0.29687 0-0.50804-0.06252-0.63304-0.18758-0.125-0.14069-0.18707-0.36689-0.18707-0.67955v-4.4788c0-0.82853 0.18725-1.4385 0.56224-1.8293 0.37499-0.40645 1.008-0.60978 1.8986-0.60978h1.3121v-1.7348h-1.078c-0.67186 0-1.2575 0.093528-1.7575 0.28112-0.48436 0.18759-0.88278 0.52359-1.1953 1.0082l-0.32815-1.2893zm8.6718 0v1.7585h0.67954c0.31249 0 0.53129 0.070146 0.65629 0.21084 0.14062 0.12506 0.21084 0.33602 0.21084 0.63304v6.0265c0 0.31265-0.07022 0.53937-0.21084 0.68006-0.125 0.14069-0.3438 0.21084-0.65629 0.21084h-0.67954v1.7353h5.6012v-1.7353h-0.67954c-0.29687 0-0.51567-0.07015-0.65629-0.21084-0.14062-0.14069-0.21084-0.35927-0.21084-0.65629v-8.6527zm29.296 0v1.7348h0.49247c0.29687 0 0.50753 0.070663 0.63252 0.21136 0.125 0.14069 0.18759 0.35927 0.18759 0.65629v6.0503c0 0.31265-0.0702 0.53885-0.21085 0.67955-0.12499 0.12506-0.34379 0.18758-0.65629 0.18758h-0.58601v1.7353h5.3671v-1.7353h-0.58601c-0.29686 0-0.50751-0.06252-0.63251-0.18758-0.125-0.14069-0.18758-0.36689-0.18758-0.67955v-4.4788c0-0.82853 0.18725-1.4385 0.56223-1.8293 0.37499-0.40645 1.008-0.60978 1.8986-0.60978h1.3126v-1.7348h-1.078c-0.67185 0-1.258 0.093528-1.758 0.28112-0.48436 0.18759-0.88278 0.52359-1.1953 1.0082l-0.32814-1.2893zm-70.85 1.3364c1.9843 0 2.9766 1.1412 2.9766 3.4236h-6.1872c0-1.063 0.27324-1.8992 0.8201-2.5089s1.3437-0.91467 2.3906-0.91467zm63.772 0c1.9843 0 2.9766 1.1412 2.9766 3.4236h-6.1877c0-1.063 0.27375-1.8992 0.82062-2.5089 0.54686-0.60967 1.3437-0.91467 2.3906-0.91467zm-87.139 0.07028c1.125 0 1.961 0.35176 2.5079 1.0552 0.54686 0.68784 0.8201 1.7507 0.8201 3.189 0 1.4226-0.27324 2.4779-0.8201 3.1657-0.54686 0.68784-1.3829 1.032-2.5079 1.032-1.125 0-1.961-0.34414-2.5079-1.032-0.53124-0.68784-0.79685-1.7431-0.79685-3.1657 0-1.4382 0.26561-2.5011 0.79685-3.189 0.54686-0.70347 1.3829-1.0552 2.5079-1.0552z" fill-opacity=".78039" stroke-linecap="round" stroke-width=".21978"/>
|
4
|
+
</svg>
|
Binary file
|
Binary file
|
novelwriter/assets/manual.pdf
CHANGED
Binary file
|
novelwriter/assets/sample.zip
CHANGED
Binary file
|