sillytavern 1.4.1
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.
- package/.dockerignore +4 -0
- package/.github/ISSUE_TEMPLATE/bug_report.md +35 -0
- package/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
- package/.github/workflows/npm-publish.yml +32 -0
- package/Dockerfile +49 -0
- package/Start.bat +3 -0
- package/colab/GPU.ipynb +339 -0
- package/colab/extras_server.py +40 -0
- package/colab/globals.py +2 -0
- package/colab/models.py +77 -0
- package/docker/docker-compose.yml +12 -0
- package/docker/docker-entrypoint.sh +28 -0
- package/faq.md +208 -0
- package/package.json +49 -0
- package/poe-client.js +638 -0
- package/poe-test.js +21 -0
- package/poe_graphql/AddHumanMessageMutation.graphql +52 -0
- package/poe_graphql/AddMessageBreakMutation.graphql +17 -0
- package/poe_graphql/AutoSubscriptionMutation.graphql +7 -0
- package/poe_graphql/BioFragment.graphql +8 -0
- package/poe_graphql/ChatAddedSubscription.graphql +5 -0
- package/poe_graphql/ChatFragment.graphql +6 -0
- package/poe_graphql/ChatListPaginationQuery.graphql +316 -0
- package/poe_graphql/ChatPaginationQuery.graphql +26 -0
- package/poe_graphql/ChatViewQuery.graphql +8 -0
- package/poe_graphql/DeleteHumanMessagesMutation.graphql +7 -0
- package/poe_graphql/DeleteMessageMutation.graphql +7 -0
- package/poe_graphql/HandleFragment.graphql +8 -0
- package/poe_graphql/LoginWithVerificationCodeMutation.graphql +13 -0
- package/poe_graphql/MessageAddedSubscription.graphql +115 -0
- package/poe_graphql/MessageDeletedSubscription.graphql +8 -0
- package/poe_graphql/MessageFragment.graphql +13 -0
- package/poe_graphql/MessageRemoveVoteMutation.graphql +7 -0
- package/poe_graphql/MessageSetVoteMutation.graphql +7 -0
- package/poe_graphql/SendVerificationCodeForLoginMutation.graphql +12 -0
- package/poe_graphql/ShareMessagesMutation.graphql +9 -0
- package/poe_graphql/SignupWithVerificationCodeMutation.graphql +13 -0
- package/poe_graphql/StaleChatUpdateMutation.graphql +7 -0
- package/poe_graphql/SubscriptionsMutation.graphql +9 -0
- package/poe_graphql/SummarizePlainPostQuery.graphql +3 -0
- package/poe_graphql/SummarizeQuotePostQuery.graphql +3 -0
- package/poe_graphql/SummarizeSharePostQuery.graphql +3 -0
- package/poe_graphql/UserSnippetFragment.graphql +14 -0
- package/poe_graphql/ViewerInfoQuery.graphql +21 -0
- package/poe_graphql/ViewerMessageLimitUpdatedSubscription.graphql +81 -0
- package/poe_graphql/ViewerStateFragment.graphql +30 -0
- package/poe_graphql/ViewerStateUpdatedSubscription.graphql +63 -0
- package/public/KoboldAI Settings/Ace of Spades 13B.settings +22 -0
- package/public/KoboldAI Settings/Adventurer-NeoX-20B-Erebus.settings +54 -0
- package/public/KoboldAI Settings/Basic Coherence 13B.settings +22 -0
- package/public/KoboldAI Settings/Best Guess 6B.settings +22 -0
- package/public/KoboldAI Settings/Calibrated-Pygmalion-6b.settings +47 -0
- package/public/KoboldAI Settings/Classic-Pygmalion-2.7b.settings +46 -0
- package/public/KoboldAI Settings/Classic-Pygmalion-6b.settings +47 -0
- package/public/KoboldAI Settings/Coherent Creativity 6B.settings +22 -0
- package/public/KoboldAI Settings/Default-TavernAI.settings +22 -0
- package/public/KoboldAI Settings/DragonSlayer-Pygmalion-6b.settings +47 -0
- package/public/KoboldAI Settings/GPU-Pygmalion-6b.settings +47 -0
- package/public/KoboldAI Settings/Genesis 13B.settings +22 -0
- package/public/KoboldAI Settings/Godlike.settings +22 -0
- package/public/KoboldAI Settings/Good Winds.settings +22 -0
- package/public/KoboldAI Settings/Lancer-OPT-2.7B-Erebus.settings +54 -0
- package/public/KoboldAI Settings/Liminal Drift.settings +22 -0
- package/public/KoboldAI Settings/Low Rider 13B.settings +22 -0
- package/public/KoboldAI Settings/Luna Moth 6B.settings +22 -0
- package/public/KoboldAI Settings/Mayday.settings +22 -0
- package/public/KoboldAI Settings/Ouroboros.settings +22 -0
- package/public/KoboldAI Settings/Pleasing Results 6B.settings +22 -0
- package/public/KoboldAI Settings/Pro Writer 13B.settings +22 -0
- package/public/KoboldAI Settings/RA - Pygmalion-1.3b.settings +46 -0
- package/public/KoboldAI Settings/Storywriter 6B.settings +22 -0
- package/public/NovelAI Settings/Classic-Euterpe.settings +14 -0
- package/public/NovelAI Settings/Classic-Krake.settings +14 -0
- package/public/OpenAI Settings/Default.settings +15 -0
- package/public/TextGen Settings/Beam Search.settings +15 -0
- package/public/TextGen Settings/Contrastive Search.settings +15 -0
- package/public/TextGen Settings/Default.settings +15 -0
- package/public/TextGen Settings/Deterministic.settings +15 -0
- package/public/TextGen Settings/Kobold (Godlike).settings +15 -0
- package/public/TextGen Settings/Kobold (Liminal Drift).settings +15 -0
- package/public/TextGen Settings/Naive.settings +15 -0
- package/public/TextGen Settings/NovelAI (Best Guess).settings +15 -0
- package/public/TextGen Settings/NovelAI (Decadence).settings +15 -0
- package/public/TextGen Settings/NovelAI (Genesis).settings +15 -0
- package/public/TextGen Settings/NovelAI (Lycaenidae).settings +15 -0
- package/public/TextGen Settings/NovelAI (Ouroboros).settings +15 -0
- package/public/TextGen Settings/NovelAI (Pleasing Results).settings +15 -0
- package/public/TextGen Settings/NovelAI (Sphinx Moth).settings +15 -0
- package/public/TextGen Settings/NovelAI (Storywriter).settings +15 -0
- package/public/TextGen Settings/Pygmalion.settings +15 -0
- package/public/css/fontawesome.css +8488 -0
- package/public/css/notes.css +46 -0
- package/public/css/solid.css +24 -0
- package/public/favicon.ico +0 -0
- package/public/img/No-Image-Placeholder.svg +309 -0
- package/public/img/addbg3.png +0 -0
- package/public/img/ai4.png +0 -0
- package/public/img/apple-icon-114x114.png +0 -0
- package/public/img/apple-icon-144x144.png +0 -0
- package/public/img/apple-icon-57x57.png +0 -0
- package/public/img/apple-icon-72x72.png +0 -0
- package/public/img/book2.png +0 -0
- package/public/img/default-expressions/admiration.png +0 -0
- package/public/img/default-expressions/amusement.png +0 -0
- package/public/img/default-expressions/anger.png +0 -0
- package/public/img/default-expressions/annoyance.png +0 -0
- package/public/img/default-expressions/approval.png +0 -0
- package/public/img/default-expressions/caring.png +0 -0
- package/public/img/default-expressions/confusion.png +0 -0
- package/public/img/default-expressions/curiosity.png +0 -0
- package/public/img/default-expressions/desire.png +0 -0
- package/public/img/default-expressions/desire1.png +0 -0
- package/public/img/default-expressions/desire2.png +0 -0
- package/public/img/default-expressions/disappointment.png +0 -0
- package/public/img/default-expressions/disapproval.png +0 -0
- package/public/img/default-expressions/disgust.png +0 -0
- package/public/img/default-expressions/embarrassment.png +0 -0
- package/public/img/default-expressions/excitement.png +0 -0
- package/public/img/default-expressions/fear.png +0 -0
- package/public/img/default-expressions/gratitude.png +0 -0
- package/public/img/default-expressions/grief.png +0 -0
- package/public/img/default-expressions/joy.png +0 -0
- package/public/img/default-expressions/love.png +0 -0
- package/public/img/default-expressions/nervousness.png +0 -0
- package/public/img/default-expressions/neutral.png +0 -0
- package/public/img/default-expressions/optimism.png +0 -0
- package/public/img/default-expressions/pride.png +0 -0
- package/public/img/default-expressions/realization.png +0 -0
- package/public/img/default-expressions/relief.png +0 -0
- package/public/img/default-expressions/remorse.png +0 -0
- package/public/img/default-expressions/sadness.png +0 -0
- package/public/img/default-expressions/surprise.png +0 -0
- package/public/img/five.png +0 -0
- package/public/img/times-circle.svg +1 -0
- package/public/img/you.png +0 -0
- package/public/index.html +1899 -0
- package/public/notes/1.html +44 -0
- package/public/notes/1.png +0 -0
- package/public/notes/10.html +20 -0
- package/public/notes/11.html +33 -0
- package/public/notes/12.html +27 -0
- package/public/notes/13.html +29 -0
- package/public/notes/13_1.html +24 -0
- package/public/notes/13_2.html +25 -0
- package/public/notes/13_3.html +89 -0
- package/public/notes/14.html +30 -0
- package/public/notes/2.html +37 -0
- package/public/notes/2.png +0 -0
- package/public/notes/3.html +37 -0
- package/public/notes/4.html +105 -0
- package/public/notes/6.html +33 -0
- package/public/notes/7.html +40 -0
- package/public/notes/8.html +19 -0
- package/public/notes/9.html +46 -0
- package/public/notes/advanced_formatting.html +91 -0
- package/public/notes/group_reply_strategy.html +63 -0
- package/public/notes/message_sound.html +33 -0
- package/public/notes/multigen.html +36 -0
- package/public/notes/oai_api_key.html +37 -0
- package/public/notes/textgen_streaming.html +29 -0
- package/public/notes/token-limits.html +68 -0
- package/public/script.js +5131 -0
- package/public/scripts/RossAscends-mods.js +750 -0
- package/public/scripts/bookmarks.js +130 -0
- package/public/scripts/extensions/backgrounds/index.js +129 -0
- package/public/scripts/extensions/backgrounds/manifest.json +11 -0
- package/public/scripts/extensions/backgrounds/style.css +45 -0
- package/public/scripts/extensions/caption/index.js +117 -0
- package/public/scripts/extensions/caption/manifest.json +13 -0
- package/public/scripts/extensions/caption/style.css +23 -0
- package/public/scripts/extensions/dice/droll.js +108 -0
- package/public/scripts/extensions/dice/index.js +96 -0
- package/public/scripts/extensions/dice/manifest.json +11 -0
- package/public/scripts/extensions/dice/style.css +26 -0
- package/public/scripts/extensions/expressions/index.js +387 -0
- package/public/scripts/extensions/expressions/manifest.json +13 -0
- package/public/scripts/extensions/expressions/style.css +115 -0
- package/public/scripts/extensions/floating-prompt/index.js +151 -0
- package/public/scripts/extensions/floating-prompt/manifest.json +11 -0
- package/public/scripts/extensions/floating-prompt/style.css +19 -0
- package/public/scripts/extensions/memory/index.js +358 -0
- package/public/scripts/extensions/memory/manifest.json +13 -0
- package/public/scripts/extensions/memory/style.css +34 -0
- package/public/scripts/extensions.js +288 -0
- package/public/scripts/f-localStorage.js +27 -0
- package/public/scripts/gpt-2-3-tokenizer/README.md +28 -0
- package/public/scripts/gpt-2-3-tokenizer/encoder.js +1 -0
- package/public/scripts/gpt-2-3-tokenizer/mod.js +169 -0
- package/public/scripts/gpt-2-3-tokenizer/vocab.bpe.js +1 -0
- package/public/scripts/gpt-3-tokenizer/array-keyed-map.js +210 -0
- package/public/scripts/gpt-3-tokenizer/gpt3-tokenizer.js +271 -0
- package/public/scripts/gpt-3-tokenizer/gpt3-tokenizer.js.map +1 -0
- package/public/scripts/group-chats.js +899 -0
- package/public/scripts/horde.js +214 -0
- package/public/scripts/jquery-3.5.1.min.js +2 -0
- package/public/scripts/jquery-cookie-1.4.1.min.js +2 -0
- package/public/scripts/jquery.transit.min.js +1 -0
- package/public/scripts/kai-settings.js +179 -0
- package/public/scripts/nai-settings.js +108 -0
- package/public/scripts/openai.js +973 -0
- package/public/scripts/poe.js +360 -0
- package/public/scripts/popper.js +2008 -0
- package/public/scripts/popper.js.map +1 -0
- package/public/scripts/power-user.js +571 -0
- package/public/scripts/purify.min.js +3 -0
- package/public/scripts/purify.min.js.map +1 -0
- package/public/scripts/showdown.min.js +3 -0
- package/public/scripts/showdown.min.js.map +1 -0
- package/public/scripts/swiped-events.js +165 -0
- package/public/scripts/textgen-settings.js +194 -0
- package/public/scripts/toolcool-color-picker.js +87 -0
- package/public/scripts/utils.js +109 -0
- package/public/scripts/world-info.js +661 -0
- package/public/sounds/message.mp3 +0 -0
- package/public/style.css +3633 -0
- package/public/webfonts/NotoSans/NotoSans-Black.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-Black.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-BlackItalic.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-BlackItalic.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-Bold.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-Bold.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-BoldItalic.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-BoldItalic.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-ExtraBold.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-ExtraBold.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-ExtraBoldItalic.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-ExtraBoldItalic.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-ExtraLight.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-ExtraLight.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-ExtraLightItalic.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-ExtraLightItalic.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-Italic.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-Italic.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-Light.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-Light.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-LightItalic.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-LightItalic.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-Medium.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-Medium.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-MediumItalic.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-MediumItalic.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-Regular.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-Regular.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-SemiBold.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-SemiBold.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-SemiBoldItalic.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-SemiBoldItalic.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-Thin.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-Thin.woff2 +0 -0
- package/public/webfonts/NotoSans/NotoSans-ThinItalic.woff +0 -0
- package/public/webfonts/NotoSans/NotoSans-ThinItalic.woff2 +0 -0
- package/public/webfonts/NotoSans/stylesheet.css +162 -0
- package/public/webfonts/fa-solid-900.ttf +0 -0
- package/public/webfonts/fa-solid-900.woff2 +0 -0
- package/readme.md +187 -0
- package/server.js +2593 -0
- package/start.sh +24 -0
- package/tools/charaverter/main.mjs +110 -0
- package/tools/charaverter/package.json +10 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
|
|
2
|
+
body {
|
|
3
|
+
margin: 0;
|
|
4
|
+
padding:0;
|
|
5
|
+
width: 100%;
|
|
6
|
+
background-color: rgb(36, 37, 37);
|
|
7
|
+
background-repeat: no-repeat;
|
|
8
|
+
background-attachment: fixed;
|
|
9
|
+
background-size: cover;
|
|
10
|
+
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
|
11
|
+
font-size:16px; /*1rem*/
|
|
12
|
+
color: #999;
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
-webkit-font-smoothing: antialiased;
|
|
15
|
+
-moz-osx-font-smoothing: grayscale;
|
|
16
|
+
/*z-index:0;*/
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
#main {
|
|
20
|
+
padding-top: 20px;
|
|
21
|
+
/*z-index:1;*/
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
#content{
|
|
25
|
+
margin: 0 auto;
|
|
26
|
+
max-width: 700px;
|
|
27
|
+
border: 1px solid #333;
|
|
28
|
+
padding: 20px;
|
|
29
|
+
border-radius: 20px;
|
|
30
|
+
background-color: rgba(0,0,0,0.5);
|
|
31
|
+
line-height: 1.5rem;
|
|
32
|
+
box-shadow: 0 0 5px black;
|
|
33
|
+
/*z-index: 2;*/
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
code {
|
|
37
|
+
border: 1px solid #999;
|
|
38
|
+
background-color: rgba(0,0,0,0.5);
|
|
39
|
+
padding: 5px;
|
|
40
|
+
border-radius:5px;
|
|
41
|
+
display: block;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
a {color: orange; text-decoration:none; border-bottom: 1px dotted orange; }
|
|
45
|
+
h2, h3 {margin: 0; color:#ccc;}
|
|
46
|
+
hr {border: 1px solid #999;}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
:root,
|
|
2
|
+
:host {
|
|
3
|
+
--fa-style-family-classic: 'Font Awesome 6 Free';
|
|
4
|
+
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
@font-face {
|
|
8
|
+
font-family: 'Font Awesome 6 Free';
|
|
9
|
+
font-style: normal;
|
|
10
|
+
font-weight: 900;
|
|
11
|
+
font-display: block;
|
|
12
|
+
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.fas,
|
|
16
|
+
.fa-solid {
|
|
17
|
+
font-weight: 900;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/*!
|
|
21
|
+
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
|
22
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
23
|
+
* Copyright 2023 Fonticons, Inc.
|
|
24
|
+
*/
|
|
Binary file
|
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
9
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
10
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
11
|
+
sodipodi:docname="No-Image-Placeholder.svg"
|
|
12
|
+
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
|
13
|
+
version="1.1"
|
|
14
|
+
id="svg2"
|
|
15
|
+
viewBox="0 0 329.77792 406.00738"
|
|
16
|
+
height="406.00739"
|
|
17
|
+
width="329.77792">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs4">
|
|
20
|
+
<linearGradient
|
|
21
|
+
id="linearGradient967"
|
|
22
|
+
inkscape:collect="always">
|
|
23
|
+
<stop
|
|
24
|
+
id="stop963"
|
|
25
|
+
offset="0"
|
|
26
|
+
style="stop-color:#c2c2c2;stop-opacity:1" />
|
|
27
|
+
<stop
|
|
28
|
+
id="stop965"
|
|
29
|
+
offset="1"
|
|
30
|
+
style="stop-color:#9f9f9f;stop-opacity:1" />
|
|
31
|
+
</linearGradient>
|
|
32
|
+
<inkscape:path-effect
|
|
33
|
+
lpeversion="0"
|
|
34
|
+
is_visible="true"
|
|
35
|
+
id="path-effect3414"
|
|
36
|
+
effect="spiro" />
|
|
37
|
+
<inkscape:path-effect
|
|
38
|
+
lpeversion="0"
|
|
39
|
+
effect="spiro"
|
|
40
|
+
id="path-effect3410"
|
|
41
|
+
is_visible="true" />
|
|
42
|
+
<inkscape:path-effect
|
|
43
|
+
lpeversion="0"
|
|
44
|
+
is_visible="true"
|
|
45
|
+
id="path-effect3406"
|
|
46
|
+
effect="spiro" />
|
|
47
|
+
<inkscape:path-effect
|
|
48
|
+
lpeversion="0"
|
|
49
|
+
effect="spiro"
|
|
50
|
+
id="path-effect3402"
|
|
51
|
+
is_visible="true" />
|
|
52
|
+
<inkscape:path-effect
|
|
53
|
+
lpeversion="0"
|
|
54
|
+
is_visible="true"
|
|
55
|
+
id="path-effect3398"
|
|
56
|
+
effect="spiro" />
|
|
57
|
+
<inkscape:path-effect
|
|
58
|
+
lpeversion="0"
|
|
59
|
+
effect="spiro"
|
|
60
|
+
id="path-effect3392"
|
|
61
|
+
is_visible="true" />
|
|
62
|
+
<inkscape:path-effect
|
|
63
|
+
lpeversion="0"
|
|
64
|
+
is_visible="true"
|
|
65
|
+
id="path-effect3388"
|
|
66
|
+
effect="spiro" />
|
|
67
|
+
<inkscape:path-effect
|
|
68
|
+
lpeversion="0"
|
|
69
|
+
is_visible="true"
|
|
70
|
+
id="path-effect3372"
|
|
71
|
+
effect="spiro" />
|
|
72
|
+
<inkscape:path-effect
|
|
73
|
+
lpeversion="0"
|
|
74
|
+
is_visible="true"
|
|
75
|
+
id="path-effect3368"
|
|
76
|
+
effect="spiro" />
|
|
77
|
+
<inkscape:path-effect
|
|
78
|
+
lpeversion="0"
|
|
79
|
+
is_visible="true"
|
|
80
|
+
id="path-effect3364"
|
|
81
|
+
effect="spiro" />
|
|
82
|
+
<inkscape:path-effect
|
|
83
|
+
lpeversion="0"
|
|
84
|
+
effect="spiro"
|
|
85
|
+
id="path-effect3360"
|
|
86
|
+
is_visible="true" />
|
|
87
|
+
<inkscape:path-effect
|
|
88
|
+
lpeversion="0"
|
|
89
|
+
is_visible="true"
|
|
90
|
+
id="path-effect3346"
|
|
91
|
+
effect="spiro" />
|
|
92
|
+
<inkscape:path-effect
|
|
93
|
+
lpeversion="0"
|
|
94
|
+
effect="spiro"
|
|
95
|
+
id="path-effect3392-8"
|
|
96
|
+
is_visible="true" />
|
|
97
|
+
<linearGradient
|
|
98
|
+
gradientTransform="translate(-45.254833,0.35355338)"
|
|
99
|
+
gradientUnits="userSpaceOnUse"
|
|
100
|
+
y2="108.77648"
|
|
101
|
+
x2="658.45801"
|
|
102
|
+
y1="6.5995569"
|
|
103
|
+
x1="660.06653"
|
|
104
|
+
id="linearGradient969"
|
|
105
|
+
xlink:href="#linearGradient967"
|
|
106
|
+
inkscape:collect="always" />
|
|
107
|
+
</defs>
|
|
108
|
+
<sodipodi:namedview
|
|
109
|
+
inkscape:document-rotation="0"
|
|
110
|
+
inkscape:window-maximized="1"
|
|
111
|
+
inkscape:window-y="42"
|
|
112
|
+
inkscape:window-x="0"
|
|
113
|
+
inkscape:window-height="1004"
|
|
114
|
+
inkscape:window-width="1920"
|
|
115
|
+
units="px"
|
|
116
|
+
fit-margin-bottom="0"
|
|
117
|
+
fit-margin-right="0"
|
|
118
|
+
fit-margin-left="0"
|
|
119
|
+
fit-margin-top="0"
|
|
120
|
+
inkscape:guide-bbox="true"
|
|
121
|
+
inkscape:snap-smooth-nodes="true"
|
|
122
|
+
showguides="false"
|
|
123
|
+
inkscape:object-nodes="true"
|
|
124
|
+
showgrid="false"
|
|
125
|
+
inkscape:current-layer="layer1"
|
|
126
|
+
inkscape:document-units="px"
|
|
127
|
+
inkscape:cy="109.10202"
|
|
128
|
+
inkscape:cx="148.40044"
|
|
129
|
+
inkscape:zoom="0.7071068"
|
|
130
|
+
inkscape:pageshadow="2"
|
|
131
|
+
inkscape:pageopacity="0.0"
|
|
132
|
+
borderopacity="1.0"
|
|
133
|
+
bordercolor="#666666"
|
|
134
|
+
pagecolor="#ffffff"
|
|
135
|
+
id="base">
|
|
136
|
+
<inkscape:grid
|
|
137
|
+
originy="-510.42818"
|
|
138
|
+
originx="-399.13435"
|
|
139
|
+
id="grid3336"
|
|
140
|
+
type="xygrid" />
|
|
141
|
+
<sodipodi:guide
|
|
142
|
+
id="guide3375"
|
|
143
|
+
orientation="0,1"
|
|
144
|
+
position="-117.13437,-25.564321" />
|
|
145
|
+
<sodipodi:guide
|
|
146
|
+
id="guide3377"
|
|
147
|
+
orientation="0,1"
|
|
148
|
+
position="-114.13437,-23.564321" />
|
|
149
|
+
<sodipodi:guide
|
|
150
|
+
id="guide3380"
|
|
151
|
+
orientation="0,1"
|
|
152
|
+
position="-121.13437,-27.564321" />
|
|
153
|
+
<sodipodi:guide
|
|
154
|
+
id="guide3382"
|
|
155
|
+
orientation="0,1"
|
|
156
|
+
position="-114.13437,-22.564321" />
|
|
157
|
+
<sodipodi:guide
|
|
158
|
+
id="guide3384"
|
|
159
|
+
orientation="0,1"
|
|
160
|
+
position="-114.13437,-21.564321" />
|
|
161
|
+
<sodipodi:guide
|
|
162
|
+
id="guide3416"
|
|
163
|
+
orientation="-2,0.5"
|
|
164
|
+
position="-115.13437,-25.564311" />
|
|
165
|
+
<sodipodi:guide
|
|
166
|
+
id="guide3420"
|
|
167
|
+
orientation="-2,0.5"
|
|
168
|
+
position="-115.13437,-25.564311" />
|
|
169
|
+
<sodipodi:guide
|
|
170
|
+
id="guide4180"
|
|
171
|
+
orientation="0.24382204,-0.96981999"
|
|
172
|
+
position="206.80442,220.41193" />
|
|
173
|
+
<sodipodi:guide
|
|
174
|
+
id="guide4182"
|
|
175
|
+
orientation="1,0"
|
|
176
|
+
position="86.804424,280.52227" />
|
|
177
|
+
<sodipodi:guide
|
|
178
|
+
id="guide4186"
|
|
179
|
+
orientation="1,0"
|
|
180
|
+
position="206.80442,250.52231" />
|
|
181
|
+
<sodipodi:guide
|
|
182
|
+
id="guide4188"
|
|
183
|
+
orientation="-0.24382199,0.96982"
|
|
184
|
+
position="206.80442,190.30156" />
|
|
185
|
+
</sodipodi:namedview>
|
|
186
|
+
<metadata
|
|
187
|
+
id="metadata7">
|
|
188
|
+
<rdf:RDF>
|
|
189
|
+
<cc:Work
|
|
190
|
+
rdf:about="">
|
|
191
|
+
<dc:format>image/svg+xml</dc:format>
|
|
192
|
+
<dc:type
|
|
193
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
194
|
+
<dc:title></dc:title>
|
|
195
|
+
</cc:Work>
|
|
196
|
+
</rdf:RDF>
|
|
197
|
+
</metadata>
|
|
198
|
+
<g
|
|
199
|
+
transform="translate(-399.13437,-122.79051)"
|
|
200
|
+
id="layer1"
|
|
201
|
+
inkscape:groupmode="layer"
|
|
202
|
+
inkscape:label="Layer 1">
|
|
203
|
+
<rect
|
|
204
|
+
ry="7.0136137"
|
|
205
|
+
y="122.79051"
|
|
206
|
+
x="399.13437"
|
|
207
|
+
height="406.00739"
|
|
208
|
+
width="329.77792"
|
|
209
|
+
id="rect1017"
|
|
210
|
+
style="fill:#eeeeee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.59331;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
211
|
+
<g
|
|
212
|
+
transform="translate(43.778173,191.04163)"
|
|
213
|
+
id="g1015">
|
|
214
|
+
<rect
|
|
215
|
+
style="fill:#9f9f9f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.2995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
216
|
+
id="rect1002"
|
|
217
|
+
width="82.489967"
|
|
218
|
+
height="90.470001"
|
|
219
|
+
x="398.75827"
|
|
220
|
+
y="178.74706"
|
|
221
|
+
ry="8.3970251"
|
|
222
|
+
transform="rotate(-16.342822)" />
|
|
223
|
+
<g
|
|
224
|
+
id="g1000"
|
|
225
|
+
transform="rotate(16.320529,538.13563,-184.89727)">
|
|
226
|
+
<rect
|
|
227
|
+
ry="4.5961938"
|
|
228
|
+
y="1.6498091"
|
|
229
|
+
x="547.18585"
|
|
230
|
+
height="115.96551"
|
|
231
|
+
width="107.83378"
|
|
232
|
+
id="rect961"
|
|
233
|
+
style="fill:url(#linearGradient969);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.398;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
|
234
|
+
<g
|
|
235
|
+
style="stroke:#ffffff;stroke-width:13.0708;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
236
|
+
transform="matrix(0.17265471,0,0,0.17265471,512.49324,-6.3296456)"
|
|
237
|
+
id="g875">
|
|
238
|
+
<rect
|
|
239
|
+
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:13.0708;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
|
240
|
+
id="rect3338"
|
|
241
|
+
width="491.10556"
|
|
242
|
+
height="449.99814"
|
|
243
|
+
x="270"
|
|
244
|
+
y="107.36227" />
|
|
245
|
+
<rect
|
|
246
|
+
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:13.0708;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
|
247
|
+
id="rect3342"
|
|
248
|
+
width="491.10559"
|
|
249
|
+
height="209.99976"
|
|
250
|
+
x="270"
|
|
251
|
+
y="107.36227" />
|
|
252
|
+
<path
|
|
253
|
+
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:13.0708;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
|
254
|
+
d="m 300,317.36255 38.46147,-53.53818 60.53097,-45.16084 15.88277,18.57394 13.61285,-38.68356 8.20133,-2.98188 13.3106,-28.2093 180,179.99979"
|
|
255
|
+
id="path3344"
|
|
256
|
+
inkscape:path-effect="#path-effect3346"
|
|
257
|
+
inkscape:original-d="m 300,317.36255 38.46147,-53.53818 60.53097,-45.16084 15.88277,18.57394 13.61285,-38.68356 8.20133,-2.98188 13.3106,-28.2093 180,179.99979"
|
|
258
|
+
inkscape:connector-curvature="0"
|
|
259
|
+
sodipodi:nodetypes="cccccccc" />
|
|
260
|
+
<path
|
|
261
|
+
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:13.0708;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
|
262
|
+
d="m 180,60 c 4.09311,16.474688 7.71219,33.067277 10.85156,49.75 2.38256,12.66097 4.48857,25.37408 6.31641,38.12695 l -22.06445,-7.16015 -46.11133,-29.41602 5.32422,46.42578 -1.61524,24.78711 10.05274,30.37695 73.18554,-11.75585 L 300,180 252.19922,102.56641 242.5,117.5 215.375,95.375 Z"
|
|
263
|
+
transform="translate(270,107.36227)"
|
|
264
|
+
id="path3390-0"
|
|
265
|
+
inkscape:connector-curvature="0"
|
|
266
|
+
sodipodi:nodetypes="cscccccccccccc" />
|
|
267
|
+
<path
|
|
268
|
+
inkscape:connector-curvature="0"
|
|
269
|
+
inkscape:original-d="m 419.99999,347.36252 81.89918,-74.42959 18.50574,-9.68009 23.6512,-44.18894 25.94388,-21.70121 179.99999,179.99979"
|
|
270
|
+
inkscape:path-effect="#path-effect3360"
|
|
271
|
+
id="path3358"
|
|
272
|
+
d="m 419.99999,347.36252 81.89918,-74.42959 18.50574,-9.68009 23.6512,-44.18894 25.94388,-21.70121 179.99999,179.99979"
|
|
273
|
+
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:13.0708;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
|
274
|
+
sodipodi:nodetypes="cccccc" />
|
|
275
|
+
<path
|
|
276
|
+
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:13.0708;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
|
277
|
+
d="m 569.99999,197.36269 35.9388,80.91289 v 30.11038 30.11038 l 22.45864,19.46652 c 6.52453,-6.45031 14.14893,-11.78526 22.44431,-15.70477 14.8245,-7.00447 31.33823,-9.35959 47.17057,-13.6217 6.42776,-1.73037 12.90672,-3.85419 18.21343,-7.87277 1.35174,-1.02362 2.61592,-2.16281 3.77424,-3.40107 h -30 l -40.52149,-40.55006 -29.85645,-48.91972 -10.25307,8.83886 z"
|
|
278
|
+
id="path3386"
|
|
279
|
+
inkscape:path-effect="#path-effect3388"
|
|
280
|
+
inkscape:original-d="m 569.99999,197.36269 35.9388,80.91289 v 30.11038 30.11038 l 22.45864,19.46652 c 5.77311,-6.36416 13.54339,-11.40815 22.44431,-15.70477 13.00316,-6.27685 32.0432,-8.74899 47.17057,-13.6217 6.8762,-2.21491 12.68001,-4.81998 18.21343,-7.87277 1.55883,-0.86001 1.99765,-2.671 3.77424,-3.40107 h -30 l -40.52149,-40.55006 -29.85645,-48.91972 -10.25307,8.83886 z"
|
|
281
|
+
inkscape:connector-curvature="0"
|
|
282
|
+
sodipodi:nodetypes="cccccssscccccc" />
|
|
283
|
+
<path
|
|
284
|
+
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:13.0708;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
|
285
|
+
d="m 419.99999,557.36227 c -0.41699,-9.60089 -8.81759,-17.60878 17.1252,-30.66806 31.8318,-16.02389 125.895,-35.88836 152.1537,-59.98434 19.42709,-17.82687 -70.4154,-37.66945 -55.0191,-59.07323 6.981,-9.70528 59.037,-19.96947 82.1463,-30.27386 21.90569,-9.76799 15.14129,-19.80328 31.4046,-29.97507 15.7092,-9.82558 68.3499,-19.77358 72.18929,-30.02516 -10.41359,10.52188 -68.83379,20.40327 -89.99999,30.00026 -22.3377,10.128 -21.4689,19.93018 -49.4313,29.48367 -30.1245,10.29239 -89.142,20.55268 -102.7077,30.51626 -28.4133,20.86858 46.863,42.59995 16.2024,59.99993 C 452.54309,490.92554 344.7219,510.65712 300,527.3626 c -30.9039,11.54369 -28.4079,17.74799 -30,29.99967"
|
|
286
|
+
id="path3370"
|
|
287
|
+
inkscape:connector-curvature="0"
|
|
288
|
+
sodipodi:nodetypes="cssssscsssssc" />
|
|
289
|
+
</g>
|
|
290
|
+
</g>
|
|
291
|
+
</g>
|
|
292
|
+
<text
|
|
293
|
+
id="text1021"
|
|
294
|
+
y="412.12527"
|
|
295
|
+
x="562.00677"
|
|
296
|
+
style="font-style:normal;font-weight:normal;font-size:32px;line-height:1.25;font-family:sans-serif;fill:#767676;fill-opacity:1;stroke:none"
|
|
297
|
+
xml:space="preserve"><tspan
|
|
298
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle"
|
|
299
|
+
y="412.12527"
|
|
300
|
+
x="562.00677"
|
|
301
|
+
id="tspan1019"
|
|
302
|
+
sodipodi:role="line">NO IMAGE</tspan><tspan
|
|
303
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle"
|
|
304
|
+
id="tspan1023"
|
|
305
|
+
y="452.12527"
|
|
306
|
+
x="562.00677"
|
|
307
|
+
sodipodi:role="line">AVAILABLE</tspan></text>
|
|
308
|
+
</g>
|
|
309
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"/></svg>
|
|
Binary file
|