@liascript/exporter 3.0.0--1.0.3 → 3.0.2--1.0.3
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/dist/assets/capacitor/{index.bfe7363b.js → index.44a6a9b3.js} +1 -1
- package/dist/assets/capacitor/index.html +1 -1
- package/dist/assets/capacitor/{jszip.min.f6eda75b.js → jszip.min.2f991499.js} +1 -1
- package/dist/assets/capacitor/{trystero-ipfs.min.b27a61d7.js → trystero-ipfs.min.f25fe3e7.js} +1 -1
- package/dist/assets/indexeddb/{index.599a57d6.js → index.4aceca2f.js} +1 -1
- package/dist/assets/indexeddb/index.html +1 -1
- package/dist/assets/pdf/{index.aa124b49.js → index.49b3a4d9.js} +1 -1
- package/dist/assets/pdf/index.html +1 -1
- package/dist/assets/scorm2004/{index.45f7501b.js → index.031764e4.js} +1 -1
- package/dist/assets/scorm2004/index.html +1 -1
- package/dist/assets/{xapi/jszip.min.eaecf580.js → scorm2004/jszip.min.19c66d77.js} +1 -1
- package/dist/assets/web/{index.39a3e3eb.js → index.98993ded.js} +1 -1
- package/dist/assets/web/{index.1062f2c5.js → index.e84d3f3b.js} +1 -1
- package/dist/assets/web/index.html +1 -1
- package/dist/assets/web/{jszip.min.eaecf580.js → jszip.min.19c66d77.js} +1 -1
- package/dist/assets/xapi/{index.018a032a.js → index.f2e89e49.js} +1 -1
- package/dist/assets/xapi/{index.780a0ec3.js → index.f5402f58.js} +1 -1
- package/dist/assets/xapi/index.html +1 -1
- package/dist/assets/{scorm2004/jszip.min.eaecf580.js → xapi/jszip.min.19c66d77.js} +1 -1
- package/dist/index.js +3 -3
- package/dist/server/presets.json +94 -0
- package/dist/server/presets.yaml +120 -0
- package/dist/server/public/app.js +1 -0
- package/dist/server/public/assets/android.svg +38 -0
- package/dist/server/public/assets/cmi.svg +154 -0
- package/dist/server/public/assets/docx.svg +20 -0
- package/dist/server/public/assets/edX.svg +75 -0
- package/dist/server/public/assets/edx.svg +75 -0
- package/dist/server/public/assets/epub.svg +18 -0
- package/dist/server/public/assets/icon.svg +82 -0
- package/dist/server/public/assets/ilias.png +0 -0
- package/dist/server/public/assets/json.svg +4 -0
- package/dist/server/public/assets/learnworlds.png +0 -0
- package/dist/server/public/assets/moodle.svg +190 -0
- package/dist/server/public/assets/opal.png +0 -0
- package/dist/server/public/assets/openolat.png +0 -0
- package/dist/server/public/assets/pdf.svg +4 -0
- package/dist/server/public/assets/rdf.svg +4 -0
- package/dist/server/public/assets/scorm.png +0 -0
- package/dist/server/public/assets/web.png +0 -0
- package/dist/server/public/assets/xapi.png +0 -0
- package/dist/server/public/i18n.js +1 -0
- package/dist/server/public/index.html +1587 -0
- package/dist/server/public/locales/de.json +247 -0
- package/dist/server/public/locales/en.json +247 -0
- package/dist/server/public/status.html +251 -0
- package/dist/server/public/styles.css +712 -0
- package/package.json +5 -1
- package/.parcelrc +0 -3
- package/DESKTOP_APP_README.md +0 -58
- package/DOCKERHUB_DESCRIPTION.md +0 -52
- package/Dockerfile +0 -129
- package/PLAYSTORE_GUIDE.md +0 -172
- package/action.yml +0 -157
- package/custom.css +0 -10
- package/electron-builder.json +0 -149
- package/src/cli.ts +0 -69
- package/src/colorize.ts +0 -115
- package/src/export/android.ts +0 -419
- package/src/export/docx.ts +0 -1025
- package/src/export/epub.ts +0 -1306
- package/src/export/h5p.ts +0 -390
- package/src/export/helper.ts +0 -360
- package/src/export/ims.ts +0 -191
- package/src/export/pdf.ts +0 -406
- package/src/export/presets.ts +0 -220
- package/src/export/project.ts +0 -829
- package/src/export/rdf.ts +0 -551
- package/src/export/scorm12.ts +0 -167
- package/src/export/scorm2004.ts +0 -140
- package/src/export/web.ts +0 -306
- package/src/export/xapi.ts +0 -424
- package/src/exporter.ts +0 -296
- package/src/index.ts +0 -96
- package/src/parser.ts +0 -373
- package/src/presets.yaml +0 -219
- package/src/types.ts +0 -82
- package/tsconfig.json +0 -24
- /package/dist/assets/{pdf → indexeddb}/jszip.min.4fbcc13f.js +0 -0
- /package/dist/assets/{indexeddb → pdf}/jszip.min.63142cc8.js +0 -0
- /package/dist/assets/{xapi → web}/jszip.min.63142cc8.js +0 -0
- /package/dist/assets/{web → xapi}/jszip.min.4fbcc13f.js +0 -0
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"presets": [
|
|
3
|
+
{
|
|
4
|
+
"id": "moodle",
|
|
5
|
+
"name": "Moodle",
|
|
6
|
+
"logo": "../assets/moodle.svg",
|
|
7
|
+
"format": "scorm2004",
|
|
8
|
+
"subtitle": "SCORM 2004",
|
|
9
|
+
"description": "Moodle ist das weltweit am häufigsten verwendete Open-Source-Lernmanagementsystem. Diese Konfiguration verwendet SCORM 2004 für maximale Kompatibilität mit Moodle 3.x und 4.x. <a href='https://moodle.org' target='_blank'>Mehr erfahren</a>",
|
|
10
|
+
"options": {
|
|
11
|
+
"responsiveVoice": false,
|
|
12
|
+
"translateWithGoogle": false,
|
|
13
|
+
"debugging": false,
|
|
14
|
+
"removeBase": false,
|
|
15
|
+
"format": "scorm2004"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "ilias",
|
|
20
|
+
"name": "ILIAS",
|
|
21
|
+
"logo": "📚",
|
|
22
|
+
"format": "scorm12",
|
|
23
|
+
"subtitle": "SCORM 1.2",
|
|
24
|
+
"description": "ILIAS ist ein leistungsstarkes Open-Source-LMS aus Deutschland. Diese Konfiguration nutzt SCORM 1.2 für bestmögliche Kompatibilität mit ILIAS-Versionen. <a href='https://www.ilias.de' target='_blank'>Mehr erfahren</a>",
|
|
25
|
+
"options": {
|
|
26
|
+
"responsiveVoice": false,
|
|
27
|
+
"translateWithGoogle": false,
|
|
28
|
+
"debugging": false,
|
|
29
|
+
"removeBase": false,
|
|
30
|
+
"format": "scorm12"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": "opal",
|
|
35
|
+
"name": "OPAL",
|
|
36
|
+
"logo": "🏛️",
|
|
37
|
+
"format": "scorm2004",
|
|
38
|
+
"subtitle": "SCORM 2004",
|
|
39
|
+
"description": "OPAL (Online-Plattform für Akademisches Lehren und Lernen) ist das zentrale LMS für sächsische Hochschulen. Optimiert für SCORM 2004. <a href='https://bildungsportal.sachsen.de/opal' target='_blank'>Mehr erfahren</a>",
|
|
40
|
+
"options": {
|
|
41
|
+
"responsiveVoice": false,
|
|
42
|
+
"translateWithGoogle": false,
|
|
43
|
+
"debugging": false,
|
|
44
|
+
"removeBase": false,
|
|
45
|
+
"format": "scorm2004"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "generic",
|
|
50
|
+
"name": "Generic LMS",
|
|
51
|
+
"logo": "🌐",
|
|
52
|
+
"format": "scorm2004",
|
|
53
|
+
"subtitle": "SCORM 2004",
|
|
54
|
+
"description": "Universelle SCORM 2004 Konfiguration für beliebige Lernmanagementsysteme, die den SCORM 2004 Standard unterstützen. Funktioniert mit den meisten modernen LMS-Plattformen.",
|
|
55
|
+
"options": {
|
|
56
|
+
"responsiveVoice": false,
|
|
57
|
+
"translateWithGoogle": false,
|
|
58
|
+
"debugging": false,
|
|
59
|
+
"removeBase": false,
|
|
60
|
+
"format": "scorm2004"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": "openolat",
|
|
65
|
+
"name": "OpenOlat",
|
|
66
|
+
"logo": "🔓",
|
|
67
|
+
"format": "scorm2004",
|
|
68
|
+
"subtitle": "SCORM 2004",
|
|
69
|
+
"description": "OpenOlat ist eine Open-Source E-Learning-Plattform aus der Schweiz. Diese Konfiguration nutzt SCORM 2004 für volle Funktionalität. <a href='https://www.openolat.com' target='_blank'>Mehr erfahren</a>",
|
|
70
|
+
"options": {
|
|
71
|
+
"responsiveVoice": false,
|
|
72
|
+
"translateWithGoogle": false,
|
|
73
|
+
"debugging": false,
|
|
74
|
+
"removeBase": false,
|
|
75
|
+
"format": "scorm2004"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": "openedx",
|
|
80
|
+
"name": "Open edX",
|
|
81
|
+
"logo": "🎯",
|
|
82
|
+
"format": "scorm2004",
|
|
83
|
+
"subtitle": "SCORM 2004",
|
|
84
|
+
"description": "Open edX ist die Open-Source-Plattform hinter edX.org und wird weltweit für MOOCs eingesetzt. Verwendet SCORM 2004 über das SCORM XBlock. <a href='https://openedx.org' target='_blank'>Mehr erfahren</a>",
|
|
85
|
+
"options": {
|
|
86
|
+
"responsiveVoice": false,
|
|
87
|
+
"translateWithGoogle": false,
|
|
88
|
+
"debugging": false,
|
|
89
|
+
"removeBase": false,
|
|
90
|
+
"format": "scorm2004"
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
presets:
|
|
2
|
+
- id: moodle
|
|
3
|
+
name: Moodle
|
|
4
|
+
logo: ../assets/moodle.svg
|
|
5
|
+
format: scorm2004
|
|
6
|
+
subtitle: SCORM 2004
|
|
7
|
+
description: >
|
|
8
|
+
Moodle ist das weltweit am häufigsten verwendete Open-Source-Lernmanagementsystem.
|
|
9
|
+
Diese Konfiguration verwendet SCORM 2004 für maximale Kompatibilität mit Moodle 3.x und 4.x.
|
|
10
|
+
<a href='https://moodle.org' target='_blank'>Mehr erfahren</a>
|
|
11
|
+
options:
|
|
12
|
+
# SCORM-spezifische Einstellungen
|
|
13
|
+
responsiveVoice: false
|
|
14
|
+
translateWithGoogle: false
|
|
15
|
+
debugging: false
|
|
16
|
+
removeBase: false
|
|
17
|
+
scormOrganization: ""
|
|
18
|
+
typicalDuration: "PT0H5M0S"
|
|
19
|
+
scormIframe: false
|
|
20
|
+
scormEmbed: true # Empfohlen für Moodle 4
|
|
21
|
+
format: scorm2004
|
|
22
|
+
|
|
23
|
+
- id: ilias
|
|
24
|
+
name: ILIAS
|
|
25
|
+
logo: 📚
|
|
26
|
+
format: scorm1.2
|
|
27
|
+
subtitle: SCORM 1.2
|
|
28
|
+
description: >
|
|
29
|
+
ILIAS ist ein leistungsstarkes Open-Source-LMS aus Deutschland.
|
|
30
|
+
Diese Konfiguration nutzt SCORM 1.2 für bestmögliche Kompatibilität mit ILIAS-Versionen.
|
|
31
|
+
<a href='https://www.ilias.de' target='_blank'>Mehr erfahren</a>
|
|
32
|
+
options:
|
|
33
|
+
responsiveVoice: false
|
|
34
|
+
translateWithGoogle: false
|
|
35
|
+
debugging: false
|
|
36
|
+
removeBase: false
|
|
37
|
+
scormOrganization: ""
|
|
38
|
+
typicalDuration: "PT0H5M0S"
|
|
39
|
+
scormIframe: true # Oft besser für ILIAS
|
|
40
|
+
scormEmbed: false
|
|
41
|
+
format: scorm1.2
|
|
42
|
+
|
|
43
|
+
- id: opal
|
|
44
|
+
name: OPAL
|
|
45
|
+
logo: 🏛️
|
|
46
|
+
format: scorm2004
|
|
47
|
+
subtitle: SCORM 2004
|
|
48
|
+
description: >
|
|
49
|
+
OPAL (Online-Plattform für Akademisches Lehren und Lernen) ist das zentrale LMS
|
|
50
|
+
für sächsische Hochschulen. Optimiert für SCORM 2004.
|
|
51
|
+
<a href='https://bildungsportal.sachsen.de/opal' target='_blank'>Mehr erfahren</a>
|
|
52
|
+
options:
|
|
53
|
+
responsiveVoice: false
|
|
54
|
+
translateWithGoogle: false
|
|
55
|
+
debugging: false
|
|
56
|
+
removeBase: false
|
|
57
|
+
scormOrganization: ""
|
|
58
|
+
typicalDuration: "PT0H5M0S"
|
|
59
|
+
scormIframe: false
|
|
60
|
+
scormEmbed: false
|
|
61
|
+
format: scorm2004
|
|
62
|
+
|
|
63
|
+
- id: generic
|
|
64
|
+
name: Generic LMS
|
|
65
|
+
logo: 🌐
|
|
66
|
+
format: scorm2004
|
|
67
|
+
subtitle: SCORM 2004
|
|
68
|
+
description: >
|
|
69
|
+
Universelle SCORM 2004 Konfiguration für beliebige Lernmanagementsysteme,
|
|
70
|
+
die den SCORM 2004 Standard unterstützen. Funktioniert mit den meisten modernen LMS-Plattformen.
|
|
71
|
+
options:
|
|
72
|
+
responsiveVoice: false
|
|
73
|
+
translateWithGoogle: false
|
|
74
|
+
debugging: false
|
|
75
|
+
removeBase: false
|
|
76
|
+
scormOrganization: ""
|
|
77
|
+
typicalDuration: "PT0H5M0S"
|
|
78
|
+
scormIframe: false
|
|
79
|
+
scormEmbed: false
|
|
80
|
+
format: scorm2004
|
|
81
|
+
|
|
82
|
+
- id: openolat
|
|
83
|
+
name: OpenOlat
|
|
84
|
+
logo: 🔓
|
|
85
|
+
format: scorm2004
|
|
86
|
+
subtitle: SCORM 2004
|
|
87
|
+
description: >
|
|
88
|
+
OpenOlat ist eine Open-Source E-Learning-Plattform aus der Schweiz.
|
|
89
|
+
Diese Konfiguration nutzt SCORM 2004 für volle Funktionalität.
|
|
90
|
+
<a href='https://www.openolat.com' target='_blank'>Mehr erfahren</a>
|
|
91
|
+
options:
|
|
92
|
+
responsiveVoice: false
|
|
93
|
+
translateWithGoogle: false
|
|
94
|
+
debugging: false
|
|
95
|
+
removeBase: false
|
|
96
|
+
scormOrganization: ""
|
|
97
|
+
typicalDuration: "PT0H5M0S"
|
|
98
|
+
scormIframe: false
|
|
99
|
+
scormEmbed: false
|
|
100
|
+
format: scorm2004
|
|
101
|
+
|
|
102
|
+
- id: openedx
|
|
103
|
+
name: Open edX
|
|
104
|
+
logo: 🎯
|
|
105
|
+
format: scorm2004
|
|
106
|
+
subtitle: SCORM 2004
|
|
107
|
+
description: >
|
|
108
|
+
Open edX ist die Open-Source-Plattform hinter edX.org und wird weltweit für MOOCs eingesetzt.
|
|
109
|
+
Verwendet SCORM 2004 über das SCORM XBlock.
|
|
110
|
+
<a href='https://openedx.org' target='_blank'>Mehr erfahren</a>
|
|
111
|
+
options:
|
|
112
|
+
responsiveVoice: false
|
|
113
|
+
translateWithGoogle: false
|
|
114
|
+
debugging: false
|
|
115
|
+
removeBase: false
|
|
116
|
+
scormOrganization: ""
|
|
117
|
+
typicalDuration: "PT0H5M0S"
|
|
118
|
+
scormIframe: true # Oft erforderlich für Open edX
|
|
119
|
+
scormEmbed: false
|
|
120
|
+
format: scorm2004
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let selectedFiles=[],currentSourceType="upload",currentExportTab="presets",presetsConfig=null;function initializeNumberInputs(){[{id:"masteryScore",min:0,max:100,isInteger:!0,value:70},{id:"xapiMasteryScore",min:0,max:1,isInteger:!1,value:null},{id:"xapiProgressThreshold",min:0,max:1,isInteger:!1,value:null},{id:"pdfScale",min:.1,max:2,isInteger:!1,value:1},{id:"pdfTimeout",min:1e3,max:null,isInteger:!0,value:15e3}].forEach((e=>{const t=document.getElementById(e.id);t&&(null!==e.value&&(t.value=e.value),t.addEventListener("blur",(()=>{let n=t.value.trim();if(""===n)return;const i=e.isInteger?parseInt(n,10):parseFloat(n);if(isNaN(i))return void(t.value=null!==e.value?e.value:"");let o=i;null!==e.min&&i<e.min&&(o=e.min),null!==e.max&&i>e.max&&(o=e.max),t.value=o})),t.addEventListener("beforeinput",(n=>{const i=n.data;if(!i)return;const o=t.value;/^\d+$/.test(i)||(e.isInteger||"."!==i||o.includes("."))&&n.preventDefault()})))}))}async function loadPresets(){try{const e=await fetch("/api/presets"),t=await e.json();presetsConfig=t.presets,renderPresets()}catch(e){console.error("Failed to load presets:",e)}}function renderPresets(){const e=document.getElementById("presets-grid");e.innerHTML="",presetsConfig.forEach(((t,n)=>{const i=document.createElement("label");i.className="preset-tile";const o=document.createElement("input");o.type="radio",o.name="preset",o.value=t.id,o.dataset.presetDescription=JSON.stringify(t.description),o.dataset.presetOptions=JSON.stringify(t.options),0===n&&(o.checked=!0);const r=document.createElement("div");let a;r.className="preset-content",t.logo.url?(a=document.createElement("img"),a.src=t.logo.url,a.alt=t.name+" logo",a.style.height="48px"):(a=document.createElement("div"),a.style.fontSize="2rem",a.style.marginBottom="0.5rem",a.textContent=t.logo.icon);const s=document.createElement("h3");s.textContent=t.name;const l=document.createElement("p");l.textContent=t.subtitle,r.appendChild(a),r.appendChild(s),r.appendChild(l),i.appendChild(o),i.appendChild(r),e.appendChild(i)}))}function initializeTabs(){const e=document.querySelectorAll(".tab-button"),t=document.querySelectorAll(".tab-panel");e.forEach((n=>{n.addEventListener("click",(()=>{const i=n.dataset.tab;currentSourceType=i,e.forEach((e=>e.classList.remove("active"))),t.forEach((e=>e.classList.remove("active"))),n.classList.add("active"),document.getElementById(`${i}-panel`).classList.add("active"),"upload"===i?document.getElementById("gitUrl").removeAttribute("required"):document.getElementById("gitUrl").setAttribute("required","required")}))}))}function initializeExportTabs(){const e=document.querySelectorAll(".export-tab-button"),t=document.querySelectorAll(".export-tab-panel");e.forEach((n=>{n.addEventListener("click",(()=>{const i=n.dataset.exportTab;currentExportTab=i,e.forEach((e=>e.classList.remove("active"))),t.forEach((e=>e.classList.remove("active"))),n.classList.add("active"),document.getElementById(`${i}-panel`).classList.add("active"),"presets"===i?document.querySelectorAll('input[name="format"]').forEach((e=>{e.checked=!1})):document.querySelectorAll('input[name="preset"]').forEach((e=>{e.checked=!1}))}))}))}function initializeUpload(){const e=document.getElementById("uploadArea"),t=void 0!==window.electronAPI;e.addEventListener("click",(async e=>{if(t)try{const e=await window.electronAPI.openFileDialog();if(!e.canceled&&e.files&&e.files.length>0){handleFiles(e.files.map((e=>{const t=atob(e.content),n=new Uint8Array(t.length);for(let e=0;e<t.length;e++)n[e]=t.charCodeAt(e);return new File([n],e.name,{type:e.type,lastModified:e.lastModified})})))}}catch(e){console.error("Error opening file dialog:",e),alert(window.i18n?window.i18n.t("submit.errorFileDialog"):"Error opening file dialog")}else{const e=document.createElement("input");e.type="file",e.multiple=!0,e.style.display="none",e.addEventListener("change",(t=>{handleFiles(t.target.files),document.body.removeChild(e)})),document.body.appendChild(e),e.click()}})),e.addEventListener("dragover",(t=>{t.preventDefault(),e.classList.add("drag-over")})),e.addEventListener("dragleave",(()=>{e.classList.remove("drag-over")})),e.addEventListener("drop",(t=>{t.preventDefault(),e.classList.remove("drag-over"),handleFiles(t.dataTransfer.files)}))}function handleFiles(e){Array.from(e).forEach((e=>{selectedFiles.some((t=>t.name===e.name&&t.size===e.size))||selectedFiles.push(e)})),updateFileList()}function updateFileList(){const e=document.getElementById("fileList");if(0===selectedFiles.length)return void(e.innerHTML="");const t=window.i18n?window.i18n.t("files.remove"):"Remove";e.innerHTML=selectedFiles.map(((e,n)=>`\n <div class="file-item">\n <span class="file-name">${escapeHtml(e.name)}</span>\n <span class="file-size">${formatFileSize(e.size)}</span>\n <button type="button" class="remove-file" data-index="${n}" title="${t}">×</button>\n </div>\n `)).join(""),e.querySelectorAll(".remove-file").forEach((e=>{e.addEventListener("click",(e=>{const t=parseInt(e.target.dataset.index);selectedFiles.splice(t,1),updateFileList()}))}))}function formatFileSize(e){return e<1024?e+" B":e<1048576?(e/1024).toFixed(1)+" KB":(e/1048576).toFixed(1)+" MB"}function escapeHtml(e){const t=document.createElement("div");return t.textContent=e,t.innerHTML}function initializeExportSelection(){document.getElementById("presets-grid").addEventListener("change",(e=>{if("preset"===e.target.name&&e.target.checked){document.querySelectorAll('input[name="format"]').forEach((e=>{e.checked=!1})),applyPresetOptions(e.target);updateAdvancedSettings(JSON.parse(e.target.dataset.presetOptions||"{}").format||e.target.value)}}));document.querySelectorAll('input[name="format"]').forEach((e=>{e.addEventListener("change",(()=>{if(e.checked){document.querySelectorAll('input[name="preset"]').forEach((e=>{e.checked=!1})),updateAdvancedSettings(e.value)}}))})),setTimeout((()=>{const e=document.querySelector('input[name="preset"]:checked');if(e){const t=JSON.parse(e.dataset.presetOptions||"{}").format||e.value;applyPresetOptions(e),updateAdvancedSettings(t)}}),100),initializePdfHeaderFooter()}function applyPresetOptions(e){try{const t=JSON.parse(e.dataset.presetOptions||"{}");Object.keys(t).forEach((e=>{const n=t[e],i=`option_${e}`,o=document.querySelector(`[name="${i}"]`);o&&("checkbox"===o.type?o.checked=Boolean(n):"number"===o.type?o.value=n:o.value=n||"")}))}catch(e){console.error("Failed to apply preset options:",e)}}function initializePdfHeaderFooter(){const e=document.getElementById("pdfDisplayHeaderFooter"),t=document.getElementById("pdfHeaderGroup"),n=document.getElementById("pdfFooterGroup");e&&t&&n&&e.addEventListener("change",(()=>{e.checked?(t.style.display="block",n.style.display="block"):(t.style.display="none",n.style.display="none")}))}function updateAdvancedSettings(e){const t=document.querySelectorAll(".settings-group"),n=document.querySelector(".settings-group.no-settings");let i=!1;t.forEach((t=>{if(t.classList.contains("no-settings"))return;const n=t.dataset.formats;n&&n.split(",").includes(e)?(t.style.display="block",i=!0,t.querySelectorAll("input[data-required], select[data-required]").forEach((e=>{e.required=!0}))):(t.style.display="none",t.querySelectorAll("input[required], select[required]").forEach((e=>{e.required=!1})))})),n&&(n.style.display=i?"none":"block")}function initializeAdvancedSettings(){const e=document.getElementById("toggleAdvanced"),t=document.getElementById("advancedSettings"),n=e.querySelector(".toggle-icon");e.addEventListener("click",(()=>{t.classList.toggle("hidden"),n.textContent=t.classList.contains("hidden")?"▶":"▼"}))}function initializeForm(){const e=document.getElementById("exportForm"),t=document.getElementById("submitBtn");e.addEventListener("submit",(async n=>{if(n.preventDefault(),"upload"!==currentSourceType||0!==selectedFiles.length){if("git"===currentSourceType){if(!document.getElementById("gitUrl").value.trim())return void alert(window.i18n?window.i18n.t("submit.errorNoGitUrl"):"Please enter a Git repository URL.")}t.disabled=!0,t.textContent=window.i18n?window.i18n.t("submit.starting"):"Starting export...";try{const n=new FormData;if("upload"===currentSourceType)selectedFiles.forEach((e=>{n.append("files",e)}));else{n.append("gitUrl",document.getElementById("gitUrl").value);const e=document.getElementById("gitBranch").value,t=document.getElementById("gitSubdir").value;e&&n.append("gitBranch",e),t&&n.append("gitSubdir",t)}const i=document.querySelector('input[name="preset"]:checked'),o=document.querySelector('input[name="format"]:checked');if(i)n.append("preset",i.value);else{if(!o)return void alert(window.i18n?window.i18n.t("submit.errorNoTarget"):"Please select an export target.");n.append("format",o.value)}const r=e.elements;for(let e=0;e<r.length;e++){const t=r[e];t.name&&t.name.startsWith("option_")&&("checkbox"===t.type?t.checked&&n.append(t.name,"true"):t.value&&n.append(t.name,t.value))}const a=await fetch("/api/export",{method:"POST",body:n});if(!a.ok){const e=await a.json();throw new Error(e.error||(window.i18n?window.i18n.t("submit.errorFailed"):"Export failed"))}showConfirmation(await a.json()),e.reset(),selectedFiles=[],updateFileList()}catch(e){alert((window.i18n?window.i18n.t("submit.errorCreating"):"Error creating export: ")+e.message)}finally{t.disabled=!1,t.innerHTML=`\n <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">\n <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>\n <polyline points="7 10 12 15 17 10"></polyline>\n <line x1="12" y1="15" x2="12" y2="3"></line>\n </svg>\n ${window.i18n?window.i18n.t("submit.button"):"Start Export"}\n `}}else alert(window.i18n?window.i18n.t("submit.errorNoFile"):"Please upload at least one file.")}))}function showConfirmation(e){localStorage.setItem("lastJobId",e.jobId);const t=document.getElementById("confirmationModal"),n=document.getElementById("confirmationDetails"),i=document.getElementById("statusLink"),o=document.getElementById("closeModal");n.innerHTML=`\n <p><strong>${window.i18n?window.i18n.t("modal.jobId"):"Job ID"}:</strong> ${e.jobId}</p>\n <p><strong>${window.i18n?window.i18n.t("modal.queuePosition"):"Position in queue"}:</strong> ${e.queuePosition}</p>\n <p class="success-message">${window.i18n?window.i18n.t("modal.successMessage"):"Your export has been successfully added to the queue."}</p>\n `,i.href=`/status.html?jobId=${e.jobId}`,t.classList.remove("hidden"),o.addEventListener("click",(()=>{t.classList.add("hidden")})),t.addEventListener("click",(e=>{e.target===t&&t.classList.add("hidden")}))}function initializeFormatDescription(){const e=document.querySelectorAll('input[name="format"]'),t=document.getElementById("format-description"),n=t.querySelector("p");e.forEach((e=>{e.addEventListener("change",(()=>{const i=e.dataset.description;i?(n.innerHTML=i,t.style.display="block"):t.style.display="none"}))}))}function getPresetDescription(e){if(!e)return"";try{const t=JSON.parse(e);return t[window.i18n?window.i18n.currentLanguage:"en"]||t.en||""}catch{return""}}function initializePresetDescription(){document.getElementById("presets-grid").addEventListener("change",(e=>{if("preset"===e.target.name){const t=document.getElementById("preset-description"),n=t.querySelector("p"),i=getPresetDescription(e.target.dataset.presetDescription);i?(n.innerHTML=i,t.style.display="block"):t.style.display="none"}})),setTimeout((()=>{const e=document.querySelector('input[name="preset"]:checked');if(e){const t=document.getElementById("preset-description"),n=t.querySelector("p"),i=getPresetDescription(e.dataset.presetDescription);i&&(n.innerHTML=i,t.style.display="block")}}),100)}document.addEventListener("DOMContentLoaded",(async()=>{initializeNumberInputs(),await loadPresets(),initializeTabs(),initializeExportTabs(),initializeUpload(),initializeAdvancedSettings(),initializeForm(),initializeExportSelection(),initializeFormatDescription(),initializePresetDescription()}));
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
viewBox="0 0 109.79692 129.50005"
|
|
4
|
+
id="android"
|
|
5
|
+
version="1.1"
|
|
6
|
+
sodipodi:docname="android(2).svg"
|
|
7
|
+
width="109.79692"
|
|
8
|
+
height="129.50005"
|
|
9
|
+
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
|
10
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
14
|
+
<defs
|
|
15
|
+
id="defs7" />
|
|
16
|
+
<sodipodi:namedview
|
|
17
|
+
id="namedview5"
|
|
18
|
+
pagecolor="#ffffff"
|
|
19
|
+
bordercolor="#666666"
|
|
20
|
+
borderopacity="1.0"
|
|
21
|
+
inkscape:pageshadow="2"
|
|
22
|
+
inkscape:pageopacity="0.0"
|
|
23
|
+
inkscape:pagecheckerboard="0"
|
|
24
|
+
showgrid="false"
|
|
25
|
+
inkscape:zoom="5.2959352"
|
|
26
|
+
inkscape:cx="59.762816"
|
|
27
|
+
inkscape:cy="64.766654"
|
|
28
|
+
inkscape:window-width="2506"
|
|
29
|
+
inkscape:window-height="1371"
|
|
30
|
+
inkscape:window-x="1974"
|
|
31
|
+
inkscape:window-y="32"
|
|
32
|
+
inkscape:window-maximized="1"
|
|
33
|
+
inkscape:current-layer="android" />
|
|
34
|
+
<path
|
|
35
|
+
d="m 38.669009,28.06812 c 1.658391,0 2.996835,-1.343777 2.996835,-2.996835 0,-1.653057 -1.343777,-2.996834 -2.996835,-2.996834 -0.016,0 -0.03199,0 -0.05332,0 -0.799867,0 -1.519747,0.341276 -2.020997,0.879854 -0.52258,0.549241 -0.847858,1.295783 -0.847858,2.11698 0,0.821196 0.319947,1.567739 0.847858,2.11698 0.506583,0.543911 1.226462,0.885186 2.026328,0.885186 h 0.05865 -0.0053 z m 32.45859,0 h 0.05332 c 0.799867,0 1.519747,-0.341277 2.020996,-0.879855 0.522579,-0.549241 0.847858,-1.295784 0.847858,-2.11698 0,-0.821197 -0.319946,-1.567739 -0.847858,-2.11698 -0.506582,-0.54391 -1.226463,-0.885187 -2.026328,-0.885187 -0.02133,0 -0.03733,0 -0.05866,0 h 0.0053 c -1.65839,0 -2.996834,1.343777 -2.996834,2.996834 0,1.653058 1.343776,2.996835 2.996834,2.996835 z M 8.6793432,42.220426 c 4.3246128,0.02133 7.8280288,3.519414 7.8440248,7.844027 v 33.071819 0.149308 c 0,2.132978 -0.869187,4.068656 -2.271621,5.465756 -1.370439,1.423763 -3.290118,2.308949 -5.4230953,2.308949 -0.053325,0 -0.1066489,0 -0.1653058,0 h 0.010665 c -0.010665,0 -0.026662,0 -0.04266,0 -4.3512747,0 -7.88135285,-3.530079 -7.88135285,-7.881352 0,-0.016 0,-0.02666 0,-0.04266 v -33.07182 c 0,-0.032 0,-0.07465 0,-0.111982 0,-2.132978 0.88518575,-4.05799 2.30894845,-5.433761 1.3864355,-1.41843 3.3221129,-2.298284 5.4657555,-2.298284 h 0.1546409 -0.00533 z m 81.5224098,1.461089 v 51.223462 0.15464 c 0,2.28762 -0.943843,4.36194 -2.463589,5.844353 -1.471755,1.51975 -3.530079,2.46359 -5.807033,2.46359 -0.04266,0 -0.07999,0 -0.122646,0 h 0.0053 -5.769705 v 17.45843 c 0,4.3726 -3.546075,7.92401 -7.924012,7.92401 -4.377937,0 -7.924013,-3.54608 -7.924013,-7.92401 v -17.45843 h -10.61153 v 17.45843 0.0426 c 0,4.35127 -3.53008,7.88135 -7.881355,7.88135 -0.016,0 -0.03198,0 -0.04266,0 -0.03201,0 -0.07465,0 -0.111982,0 -2.132977,0 -4.05799,-0.88519 -5.43376,-2.30895 -1.423763,-1.39177 -2.308949,-3.32744 -2.308949,-5.47109 0,-0.0481 0,-0.10131 0,-0.14931 v 0.005 l -0.07465,-17.45843 h -5.684386 c -0.016,0 -0.03733,0 -0.05333,0 -4.639226,0 -8.403931,-3.764704 -8.403931,-8.40393 0,-0.02133 0,-0.03733 0,-0.05866 v 0.0053 -51.223462 z M 72.359393,12.540041 c 5.423098,2.772871 9.865024,6.782869 13.075155,11.678053 l 0.07999,0.127978 c 3.087486,4.617898 4.921847,10.302283 4.921847,16.407931 v 0.17064 -0.01067 h -71.14548 c 0,-0.04799 0,-0.106649 0,-0.165307 0,-6.110981 1.839693,-11.790034 4.991168,-16.519912 l -0.06932,0.106648 c 3.300783,-5.033826 7.769372,-9.043826 13.032495,-11.715379 l 0.191965,-0.09065 -5.460422,-10.0783203 c -0.133314,-0.170633 -0.2133,-0.3839308 -0.2133,-0.6185583 0,-0.4052658 0.23996,-0.7572072 0.586569,-0.91718045 h 0.0053 c 0.160006,-0.10131646 0.357306,-0.16530578 0.570604,-0.16530578 0.426595,0 0.799866,0.25595733 0.970505,0.61856363 l 0.0053,0.00533 5.545742,10.1529752 c 4.553908,-2.0423273 9.865022,-3.2314624 15.458756,-3.2314624 5.593735,0 10.904849,1.1891351 15.70405,3.3274464 L 70.36507,11.526869 75.910813,1.3738936 c 0.170638,-0.3732711 0.543909,-0.62389595 0.970504,-0.62389595 0.213297,0 0.405265,0.0639893 0.575904,0.16530577 h -0.0053 c 0.351941,0.15997328 0.597233,0.51191468 0.597233,0.92251288 0,0.2346276 -0.07999,0.4479253 -0.213297,0.6185636 z m 36.687217,37.540408 v 33.07182 0.04266 c 0,4.351275 -3.53008,7.881353 -7.88136,7.881353 -0.016,0 -0.032,0 -0.0427,0 -0.032,0 -0.0747,0 -0.11198,0 -2.13298,0 -4.057991,-0.885186 -5.433762,-2.308949 -1.423763,-1.391768 -2.308948,-3.327445 -2.308948,-5.471088 0,-0.04799 0,-0.101312 0,-0.149308 v 0.0053 -33.07182 c 0,-0.04799 0,-0.101322 0,-0.154641 0,-2.127645 0.885185,-4.052657 2.308948,-5.417763 1.381103,-1.402434 3.300782,-2.271621 5.423102,-2.271621 h 0.12798 -0.005 0.14931 c 2.13298,0 4.06866,0.869187 5.46576,2.271621 1.42377,1.370439 2.30895,3.290118 2.30895,5.423095 v 0.143976 -0.0053 z"
|
|
36
|
+
id="path2"
|
|
37
|
+
style="fill:#a4c439;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" />
|
|
38
|
+
</svg>
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="42.596703mm"
|
|
6
|
+
height="41.144524mm"
|
|
7
|
+
viewBox="0 0 42.596703 41.144523"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg5"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
12
|
+
<defs
|
|
13
|
+
id="defs2">
|
|
14
|
+
<filter
|
|
15
|
+
style="color-interpolation-filters:sRGB"
|
|
16
|
+
id="filter5340"
|
|
17
|
+
x="-46.580496"
|
|
18
|
+
y="-0.13354619"
|
|
19
|
+
width="94.160993"
|
|
20
|
+
height="1.2670924">
|
|
21
|
+
<feGaussianBlur
|
|
22
|
+
stdDeviation="0.19485167"
|
|
23
|
+
id="feGaussianBlur5342" />
|
|
24
|
+
</filter>
|
|
25
|
+
<filter
|
|
26
|
+
style="color-interpolation-filters:sRGB"
|
|
27
|
+
id="filter5344"
|
|
28
|
+
x="-0.073223868"
|
|
29
|
+
y="-0.27093362"
|
|
30
|
+
width="1.1464477"
|
|
31
|
+
height="1.5418647">
|
|
32
|
+
<feGaussianBlur
|
|
33
|
+
stdDeviation="0.19485167"
|
|
34
|
+
id="feGaussianBlur5346" />
|
|
35
|
+
</filter>
|
|
36
|
+
<filter
|
|
37
|
+
style="color-interpolation-filters:sRGB"
|
|
38
|
+
id="filter5348"
|
|
39
|
+
x="-0.072978173"
|
|
40
|
+
y="-0.06632992"
|
|
41
|
+
width="1.1459563"
|
|
42
|
+
height="1.1326598">
|
|
43
|
+
<feGaussianBlur
|
|
44
|
+
stdDeviation="0.19485167"
|
|
45
|
+
id="feGaussianBlur5350" />
|
|
46
|
+
</filter>
|
|
47
|
+
<filter
|
|
48
|
+
style="color-interpolation-filters:sRGB"
|
|
49
|
+
id="filter5352"
|
|
50
|
+
x="-8.6875027"
|
|
51
|
+
y="-0.1324696"
|
|
52
|
+
width="18.375005"
|
|
53
|
+
height="1.2649392">
|
|
54
|
+
<feGaussianBlur
|
|
55
|
+
stdDeviation="0.19485167"
|
|
56
|
+
id="feGaussianBlur5354" />
|
|
57
|
+
</filter>
|
|
58
|
+
<filter
|
|
59
|
+
style="color-interpolation-filters:sRGB"
|
|
60
|
+
id="filter5356"
|
|
61
|
+
x="-0.073223868"
|
|
62
|
+
y="-0.26682128"
|
|
63
|
+
width="1.1464477"
|
|
64
|
+
height="1.53364">
|
|
65
|
+
<feGaussianBlur
|
|
66
|
+
stdDeviation="0.19485167"
|
|
67
|
+
id="feGaussianBlur5358" />
|
|
68
|
+
</filter>
|
|
69
|
+
<filter
|
|
70
|
+
style="color-interpolation-filters:sRGB"
|
|
71
|
+
id="filter5360"
|
|
72
|
+
x="-0.072978173"
|
|
73
|
+
y="-0.065815904"
|
|
74
|
+
width="1.1459563"
|
|
75
|
+
height="1.1316318">
|
|
76
|
+
<feGaussianBlur
|
|
77
|
+
stdDeviation="0.19485167"
|
|
78
|
+
id="feGaussianBlur5362" />
|
|
79
|
+
</filter>
|
|
80
|
+
<filter
|
|
81
|
+
style="color-interpolation-filters:sRGB"
|
|
82
|
+
id="filter5364"
|
|
83
|
+
x="-8.6875027"
|
|
84
|
+
y="-0.13246957"
|
|
85
|
+
width="18.375005"
|
|
86
|
+
height="1.2649391">
|
|
87
|
+
<feGaussianBlur
|
|
88
|
+
stdDeviation="0.19485167"
|
|
89
|
+
id="feGaussianBlur5366" />
|
|
90
|
+
</filter>
|
|
91
|
+
<filter
|
|
92
|
+
style="color-interpolation-filters:sRGB"
|
|
93
|
+
id="filter5368"
|
|
94
|
+
x="-0.073223868"
|
|
95
|
+
y="-0.26682128"
|
|
96
|
+
width="1.1464477"
|
|
97
|
+
height="1.53364">
|
|
98
|
+
<feGaussianBlur
|
|
99
|
+
stdDeviation="0.19485167"
|
|
100
|
+
id="feGaussianBlur5370" />
|
|
101
|
+
</filter>
|
|
102
|
+
<filter
|
|
103
|
+
style="color-interpolation-filters:sRGB"
|
|
104
|
+
id="filter5372"
|
|
105
|
+
x="-0.072900245"
|
|
106
|
+
y="-0.065815898"
|
|
107
|
+
width="1.1458005"
|
|
108
|
+
height="1.1316318">
|
|
109
|
+
<feGaussianBlur
|
|
110
|
+
stdDeviation="0.19485167"
|
|
111
|
+
id="feGaussianBlur5374" />
|
|
112
|
+
</filter>
|
|
113
|
+
</defs>
|
|
114
|
+
<g
|
|
115
|
+
id="layer1"
|
|
116
|
+
transform="translate(86.287722,-43.239543)">
|
|
117
|
+
<path
|
|
118
|
+
style="mix-blend-mode:normal;fill:none;stroke:#34719c;stroke-width:1.965;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;filter:url(#filter5372)"
|
|
119
|
+
d="m -75.274213,60.900812 -9.475455,5.656057 -0.08791,11.128353 9.908664,5.248703 9.916829,-5.826802 0.06667,-10.555084 z"
|
|
120
|
+
id="path1661" />
|
|
121
|
+
<path
|
|
122
|
+
style="mix-blend-mode:normal;fill:none;stroke:#34719c;stroke-width:1.965;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;filter:url(#filter5368)"
|
|
123
|
+
d="m -84.749668,66.556868 9.987677,5.43006 9.816576,-5.434889"
|
|
124
|
+
id="path2563" />
|
|
125
|
+
<path
|
|
126
|
+
style="mix-blend-mode:normal;fill:none;stroke:#34719c;stroke-width:1.965;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;filter:url(#filter5364)"
|
|
127
|
+
d="m -74.761991,71.986928 -0.166923,10.946997"
|
|
128
|
+
id="path2565" />
|
|
129
|
+
<path
|
|
130
|
+
style="mix-blend-mode:normal;fill:none;stroke:#34719c;stroke-width:1.965;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;filter:url(#filter5360)"
|
|
131
|
+
d="m -55.46996,60.895983 -9.475455,5.656057 -0.06667,10.555083 9.887424,5.821971 9.916829,-5.8268 0.06667,-10.555084 z"
|
|
132
|
+
id="path1661-3" />
|
|
133
|
+
<path
|
|
134
|
+
style="mix-blend-mode:normal;fill:none;stroke:#34719c;stroke-width:1.965;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;filter:url(#filter5356)"
|
|
135
|
+
d="m -64.945415,66.552039 9.987677,5.43006 9.816576,-5.434889"
|
|
136
|
+
id="path2563-6" />
|
|
137
|
+
<path
|
|
138
|
+
style="mix-blend-mode:normal;fill:none;stroke:#34719c;stroke-width:1.965;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;filter:url(#filter5352)"
|
|
139
|
+
d="m -54.957738,71.982099 -0.166923,10.946995"
|
|
140
|
+
id="path2565-7" />
|
|
141
|
+
<path
|
|
142
|
+
style="mix-blend-mode:normal;fill:none;stroke:#34719c;stroke-width:1.965;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;filter:url(#filter5348)"
|
|
143
|
+
d="m -65.732088,44.689672 -9.475455,5.656057 -0.06667,10.555083 10.328798,5.651228 9.475455,-5.656057 0.06667,-10.555084 z"
|
|
144
|
+
id="path1661-5" />
|
|
145
|
+
<path
|
|
146
|
+
style="mix-blend-mode:normal;fill:none;stroke:#34719c;stroke-width:1.965;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;filter:url(#filter5344)"
|
|
147
|
+
d="m -75.207543,50.345728 10.293255,5.347567 9.510998,-5.352396"
|
|
148
|
+
id="path2563-3" />
|
|
149
|
+
<path
|
|
150
|
+
style="mix-blend-mode:normal;fill:none;stroke:#34719c;stroke-width:1.965;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;filter:url(#filter5340)"
|
|
151
|
+
d="M -64.914288,55.693295 -64.94542,66.55204"
|
|
152
|
+
id="path2565-5" />
|
|
153
|
+
</g>
|
|
154
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" id="docx-file" x="0" y="0" enable-background="new 0 0 512 512" version="1.1" viewBox="0 0 512 512">
|
|
2
|
+
<path fill="#008bf5" fill-rule="evenodd" d="M168.579,0h173.378l153.1,153.07v293.997c0,35.729-29.233,64.933-64.933,64.933H168.579
|
|
3
|
+
c-35.7,0-64.933-29.204-64.933-64.933V64.933C103.647,29.203,132.88,0,168.579,0L168.579,0z" clip-rule="evenodd"></path>
|
|
4
|
+
<path fill="#006fc4" fill-rule="evenodd" d="M341.958 0l153.1 153.07H358.491c-9.1 0-16.533-7.403-16.533-16.504V0zM31.193 218.003h352.638c7.813 0 14.251 6.408 14.251 14.251v129.368c0 7.842-6.438 14.28-14.251 14.28H31.193c-7.842 0-14.251-6.438-14.251-14.28V232.254C16.943 224.411 23.351 218.003 31.193 218.003L31.193 218.003z" clip-rule="evenodd"></path>
|
|
5
|
+
<path fill="#fff" d="M169.779,244.413c-19.225,0-34.865,15.641-34.865,34.865v35.348c0,19.225,15.641,34.865,34.865,34.865
|
|
6
|
+
c19.226,0,34.866-15.641,34.866-34.865v-35.348C204.645,260.053,189.005,244.413,169.779,244.413z M188.112,314.626
|
|
7
|
+
c0,10.108-8.224,18.332-18.333,18.332c-10.108,0-18.332-8.224-18.332-18.332v-35.348c0-10.108,8.224-18.332,18.332-18.332
|
|
8
|
+
c10.109,0,18.333,8.224,18.333,18.332V314.626z M232.327,279.278v35.348c0,10.108,8.224,18.332,18.332,18.332
|
|
9
|
+
c10.109,0,18.333-8.224,18.333-18.332c0-4.566,3.701-8.267,8.267-8.267c4.566,0,8.266,3.701,8.266,8.267
|
|
10
|
+
c0,19.225-15.641,34.865-34.866,34.865c-19.225,0-34.865-15.641-34.865-34.865v-35.348c0-19.225,15.641-34.865,34.865-34.865
|
|
11
|
+
c19.226,0,34.866,15.641,34.866,34.865c0,4.566-3.701,8.267-8.266,8.267c-4.566,0-8.267-3.701-8.267-8.267
|
|
12
|
+
c0-10.108-8.224-18.332-18.333-18.332C240.551,260.946,232.327,269.17,232.327,279.278z M87.494,244.413H60.895
|
|
13
|
+
c-4.566,0-8.266,3.701-8.266,8.266v88.546c0,4.566,3.701,8.266,8.266,8.266h26.599c19.225,0,34.865-15.641,34.865-34.865v-35.348
|
|
14
|
+
C122.36,260.053,106.719,244.413,87.494,244.413z M105.827,314.626c0,10.108-8.224,18.332-18.332,18.332H69.162v-72.013h18.332
|
|
15
|
+
c10.108,0,18.332,8.224,18.332,18.332V314.626z M361.188,336.968c2.351,3.913,1.085,8.992-2.829,11.343
|
|
16
|
+
c-1.333,0.8-2.801,1.181-4.249,1.181c-2.807,0-5.544-1.43-7.094-4.01l-19.513-32.479l-19.513,32.479
|
|
17
|
+
c-1.55,2.581-4.288,4.01-7.094,4.01c-1.45,0-2.916-0.381-4.249-1.181c-3.913-2.351-5.18-7.43-2.829-11.343l24.042-40.016
|
|
18
|
+
l-24.042-40.016c-2.351-3.913-1.085-8.992,2.829-11.343c3.915-2.351,8.992-1.084,11.343,2.829l19.513,32.479l19.513-32.479
|
|
19
|
+
c2.351-3.913,7.429-5.18,11.343-2.829c3.913,2.351,5.18,7.43,2.829,11.343l-24.042,40.016L361.188,336.968z"></path>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
version="1.1"
|
|
11
|
+
width="295"
|
|
12
|
+
height="140"
|
|
13
|
+
id="svg2"
|
|
14
|
+
xml:space="preserve"><metadata
|
|
15
|
+
id="metadata8"><rdf:RDF><cc:Work
|
|
16
|
+
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
|
17
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
|
18
|
+
id="defs6"><clipPath
|
|
19
|
+
id="clipPath16"><path
|
|
20
|
+
d="M 0,0 612,0 612,792 0,792 0,0 z"
|
|
21
|
+
id="path18" /></clipPath><clipPath
|
|
22
|
+
id="clipPath34"><path
|
|
23
|
+
d="m 321.489,169.063 233.992,1.94 -1.245,150.198 -233.993,-1.941 1.246,-150.197 z"
|
|
24
|
+
id="path36" /></clipPath><clipPath
|
|
25
|
+
id="clipPath42"><path
|
|
26
|
+
d="M 0,0 612,0 612,792 0,792 0,0 z"
|
|
27
|
+
id="path44" /></clipPath><clipPath
|
|
28
|
+
id="clipPath78"><path
|
|
29
|
+
d="M 0,0 612,0 612,792 0,792 0,0 z"
|
|
30
|
+
id="path80" /></clipPath></defs><g
|
|
31
|
+
transform="matrix(1.25,0,0,-1.25,0,140)"
|
|
32
|
+
id="g10"><g
|
|
33
|
+
transform="translate(-321.18684,-206.63769)"
|
|
34
|
+
id="g30"><g
|
|
35
|
+
clip-path="url(#clipPath34)"
|
|
36
|
+
id="g32"><g
|
|
37
|
+
transform="translate(0,2.2460618)"
|
|
38
|
+
id="g38"><g
|
|
39
|
+
clip-path="url(#clipPath42)"
|
|
40
|
+
id="g40"><g
|
|
41
|
+
transform="translate(552.8532,297.5448)"
|
|
42
|
+
id="g46"><path
|
|
43
|
+
d="m 0,0 -0.14,16.928 -42.187,-0.35 0.14,-16.928 9.587,0.08 -16.915,-21.226 -17.283,20.942 9.628,0.08 -0.14,16.927 -31.517,-0.261 0.157,-18.953 27.516,-33.34 -26.958,-33.827 0.028,-3.381 12.986,0.108 0.144,-17.348 18.53,0.154 -0.144,17.348 -10.725,-0.089 18.03,22.625 10e-4,0 18.423,-22.323 -10.746,-0.089 0.144,-17.348 42.187,0.35 -0.144,17.348 -7.912,-0.066 -30.313,36.733 L -9.068,-0.075 0,0"
|
|
44
|
+
id="path48"
|
|
45
|
+
style="fill:#49a0dd;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
|
|
46
|
+
transform="translate(453.1595,313.64661)"
|
|
47
|
+
id="g50"><path
|
|
48
|
+
d="m 0,0 0.14,-16.928 9.224,0.077 1.66,-2.011 L 10.867,0.09 0,0"
|
|
49
|
+
id="path52"
|
|
50
|
+
style="fill:#2c67aa;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
|
|
51
|
+
transform="translate(464.76871,224.23621)"
|
|
52
|
+
id="g54"><path
|
|
53
|
+
d="M 0,0 -0.028,3.381 -2.74,-0.023 -10.867,-0.09 -10.723,-17.438 13.131,-17.24 12.987,0.108 0,0"
|
|
54
|
+
id="path56"
|
|
55
|
+
style="fill:#2c67aa;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
|
|
56
|
+
transform="translate(386.1151,231.5408)"
|
|
57
|
+
id="g58"><path
|
|
58
|
+
d="M 0,0 14.979,0.124 C 13.238,-4.287 10.779,-8.317 7.732,-11.807 4.523,-8.369 1.894,-4.381 0,0"
|
|
59
|
+
id="path60"
|
|
60
|
+
style="fill:#731b2b;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
|
|
61
|
+
transform="translate(385.957,254.73621)"
|
|
62
|
+
id="g62"><path
|
|
63
|
+
d="m 0,0 -2.673,-0.022 c -0.38,-2.309 -0.569,-4.682 -0.549,-7.101 0.019,-2.282 0.222,-4.519 0.596,-6.698 l 2.851,0.023 c 0.569,2.133 0.862,4.385 0.843,6.71 C 1.048,-4.619 0.676,-2.238 0,0 z m 0,0 c 0.676,-2.238 1.048,-4.619 1.068,-7.088 0.019,-2.325 -0.274,-4.577 -0.843,-6.71 l 14.585,0.121 c -0.632,2.123 -0.978,4.369 -0.997,6.695 -0.021,2.469 0.33,4.855 1.001,7.105 L 0,0 z M 7.426,20.936 C 3.178,16.228 -0.002,10.539 -1.735,4.256 -1.031,2.91 -0.448,1.486 0,0 l 14.814,0.123 c 0.436,1.47 1.011,2.882 1.707,4.221 -1.753,6.28 -4.896,11.938 -9.095,16.592"
|
|
64
|
+
id="path64"
|
|
65
|
+
style="fill:#731b2b;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
|
|
66
|
+
transform="translate(384.22211,258.9922)"
|
|
67
|
+
id="g66"><path
|
|
68
|
+
d="m 0,0 c -0.388,-1.397 -0.701,-2.826 -0.938,-4.278 l 2.673,0.022 C 1.286,-2.77 0.704,-1.346 0,0 z m 63.593,-44.768 0.062,-7.477 6.169,0.051 -0.108,12.962 c -1.846,-2.05 -3.895,-3.906 -6.123,-5.536 z M 78.302,37.803 69.078,37.727 68.937,54.654 51.516,54.51 51.656,37.582 62.909,37.676 63.03,23.084 C 56.448,27.736 48.388,30.431 39.564,30.358 27.486,30.258 16.658,24.995 9.161,16.68 13.36,12.026 16.503,6.368 18.256,0.088 22.247,7.77 30.247,13.046 39.508,13.123 52.852,13.234 63.201,2.502 63.311,-10.842 l 0.002,-0.132 c 0.043,-13.284 -10.104,-24.114 -23.405,-24.225 -9.26,-0.076 -17.347,5.066 -21.465,12.681 0,0 0,0 0,0 -0.782,1.446 -1.421,2.981 -1.898,4.585 l -17.436,-0.144 c 0.271,-1.586 0.632,-3.139 1.079,-4.656 0.474,-1.616 1.045,-3.191 1.705,-4.718 l 14.979,0.124 c -1.741,-4.411 -4.2,-8.441 -7.247,-11.932 7.634,-8.189 18.548,-13.271 30.625,-13.171 8.825,0.073 16.839,2.901 23.343,7.662 2.228,1.63 4.277,3.486 6.123,5.536 l -0.036,4.386 8.126,0.067 2.713,3.404 -0.558,67.167 -1.659,2.011"
|
|
69
|
+
id="path68"
|
|
70
|
+
style="fill:#868484;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
|
|
71
|
+
transform="translate(363.2773,288.84821)"
|
|
72
|
+
id="g70"><path
|
|
73
|
+
d="m 0,0 c -20.443,-0.17 -37.301,-15.127 -40.503,-34.636 l 17.488,0.145 c 2.947,9.905 12.084,17.166 22.959,17.256 9.234,0.077 17.035,-5.039 21.001,-12.621 1.733,6.283 4.913,11.972 9.161,16.68 C 22.724,-4.985 12.078,0.1 0,0 z m 17.984,-57.348 c -4.233,-4.982 -10.48,-8.149 -17.639,-8.208 -11.019,-0.092 -20.375,7.207 -23.364,17.266 l 43.073,0.357 c -0.374,2.179 -0.577,4.416 -0.596,6.698 -0.02,2.419 0.168,4.792 0.549,7.101 l -60.51,-0.502 c -0.38,-2.309 -0.569,-4.682 -0.549,-7.101 0.019,-2.282 0.222,-4.519 0.596,-6.698 l 0,0 c 3.366,-19.648 20.563,-34.524 41.143,-34.353 12.077,0.1 22.638,5.361 29.883,13.673 -3.209,3.439 -5.838,7.426 -7.732,11.808 l -4.854,-0.041 z m 22.162,23.381 c -0.246,1.426 -0.562,2.828 -0.945,4.199 -0.697,-1.339 -1.271,-2.751 -1.707,-4.221 -0.672,-2.25 -1.022,-4.636 -1.002,-7.105 0.02,-2.326 0.366,-4.572 0.998,-6.695 l 2.834,0.024 c 0.32,2.185 0.477,4.425 0.458,6.706 -0.02,2.419 -0.236,4.789 -0.636,7.092"
|
|
74
|
+
id="path72"
|
|
75
|
+
style="fill:#cf1f65;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g></g></g></g></g></g></svg>
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
version="1.1"
|
|
11
|
+
width="295"
|
|
12
|
+
height="140"
|
|
13
|
+
id="svg2"
|
|
14
|
+
xml:space="preserve"><metadata
|
|
15
|
+
id="metadata8"><rdf:RDF><cc:Work
|
|
16
|
+
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
|
17
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
|
18
|
+
id="defs6"><clipPath
|
|
19
|
+
id="clipPath16"><path
|
|
20
|
+
d="M 0,0 612,0 612,792 0,792 0,0 z"
|
|
21
|
+
id="path18" /></clipPath><clipPath
|
|
22
|
+
id="clipPath34"><path
|
|
23
|
+
d="m 321.489,169.063 233.992,1.94 -1.245,150.198 -233.993,-1.941 1.246,-150.197 z"
|
|
24
|
+
id="path36" /></clipPath><clipPath
|
|
25
|
+
id="clipPath42"><path
|
|
26
|
+
d="M 0,0 612,0 612,792 0,792 0,0 z"
|
|
27
|
+
id="path44" /></clipPath><clipPath
|
|
28
|
+
id="clipPath78"><path
|
|
29
|
+
d="M 0,0 612,0 612,792 0,792 0,0 z"
|
|
30
|
+
id="path80" /></clipPath></defs><g
|
|
31
|
+
transform="matrix(1.25,0,0,-1.25,0,140)"
|
|
32
|
+
id="g10"><g
|
|
33
|
+
transform="translate(-321.18684,-206.63769)"
|
|
34
|
+
id="g30"><g
|
|
35
|
+
clip-path="url(#clipPath34)"
|
|
36
|
+
id="g32"><g
|
|
37
|
+
transform="translate(0,2.2460618)"
|
|
38
|
+
id="g38"><g
|
|
39
|
+
clip-path="url(#clipPath42)"
|
|
40
|
+
id="g40"><g
|
|
41
|
+
transform="translate(552.8532,297.5448)"
|
|
42
|
+
id="g46"><path
|
|
43
|
+
d="m 0,0 -0.14,16.928 -42.187,-0.35 0.14,-16.928 9.587,0.08 -16.915,-21.226 -17.283,20.942 9.628,0.08 -0.14,16.927 -31.517,-0.261 0.157,-18.953 27.516,-33.34 -26.958,-33.827 0.028,-3.381 12.986,0.108 0.144,-17.348 18.53,0.154 -0.144,17.348 -10.725,-0.089 18.03,22.625 10e-4,0 18.423,-22.323 -10.746,-0.089 0.144,-17.348 42.187,0.35 -0.144,17.348 -7.912,-0.066 -30.313,36.733 L -9.068,-0.075 0,0"
|
|
44
|
+
id="path48"
|
|
45
|
+
style="fill:#49a0dd;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
|
|
46
|
+
transform="translate(453.1595,313.64661)"
|
|
47
|
+
id="g50"><path
|
|
48
|
+
d="m 0,0 0.14,-16.928 9.224,0.077 1.66,-2.011 L 10.867,0.09 0,0"
|
|
49
|
+
id="path52"
|
|
50
|
+
style="fill:#2c67aa;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
|
|
51
|
+
transform="translate(464.76871,224.23621)"
|
|
52
|
+
id="g54"><path
|
|
53
|
+
d="M 0,0 -0.028,3.381 -2.74,-0.023 -10.867,-0.09 -10.723,-17.438 13.131,-17.24 12.987,0.108 0,0"
|
|
54
|
+
id="path56"
|
|
55
|
+
style="fill:#2c67aa;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
|
|
56
|
+
transform="translate(386.1151,231.5408)"
|
|
57
|
+
id="g58"><path
|
|
58
|
+
d="M 0,0 14.979,0.124 C 13.238,-4.287 10.779,-8.317 7.732,-11.807 4.523,-8.369 1.894,-4.381 0,0"
|
|
59
|
+
id="path60"
|
|
60
|
+
style="fill:#731b2b;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
|
|
61
|
+
transform="translate(385.957,254.73621)"
|
|
62
|
+
id="g62"><path
|
|
63
|
+
d="m 0,0 -2.673,-0.022 c -0.38,-2.309 -0.569,-4.682 -0.549,-7.101 0.019,-2.282 0.222,-4.519 0.596,-6.698 l 2.851,0.023 c 0.569,2.133 0.862,4.385 0.843,6.71 C 1.048,-4.619 0.676,-2.238 0,0 z m 0,0 c 0.676,-2.238 1.048,-4.619 1.068,-7.088 0.019,-2.325 -0.274,-4.577 -0.843,-6.71 l 14.585,0.121 c -0.632,2.123 -0.978,4.369 -0.997,6.695 -0.021,2.469 0.33,4.855 1.001,7.105 L 0,0 z M 7.426,20.936 C 3.178,16.228 -0.002,10.539 -1.735,4.256 -1.031,2.91 -0.448,1.486 0,0 l 14.814,0.123 c 0.436,1.47 1.011,2.882 1.707,4.221 -1.753,6.28 -4.896,11.938 -9.095,16.592"
|
|
64
|
+
id="path64"
|
|
65
|
+
style="fill:#731b2b;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
|
|
66
|
+
transform="translate(384.22211,258.9922)"
|
|
67
|
+
id="g66"><path
|
|
68
|
+
d="m 0,0 c -0.388,-1.397 -0.701,-2.826 -0.938,-4.278 l 2.673,0.022 C 1.286,-2.77 0.704,-1.346 0,0 z m 63.593,-44.768 0.062,-7.477 6.169,0.051 -0.108,12.962 c -1.846,-2.05 -3.895,-3.906 -6.123,-5.536 z M 78.302,37.803 69.078,37.727 68.937,54.654 51.516,54.51 51.656,37.582 62.909,37.676 63.03,23.084 C 56.448,27.736 48.388,30.431 39.564,30.358 27.486,30.258 16.658,24.995 9.161,16.68 13.36,12.026 16.503,6.368 18.256,0.088 22.247,7.77 30.247,13.046 39.508,13.123 52.852,13.234 63.201,2.502 63.311,-10.842 l 0.002,-0.132 c 0.043,-13.284 -10.104,-24.114 -23.405,-24.225 -9.26,-0.076 -17.347,5.066 -21.465,12.681 0,0 0,0 0,0 -0.782,1.446 -1.421,2.981 -1.898,4.585 l -17.436,-0.144 c 0.271,-1.586 0.632,-3.139 1.079,-4.656 0.474,-1.616 1.045,-3.191 1.705,-4.718 l 14.979,0.124 c -1.741,-4.411 -4.2,-8.441 -7.247,-11.932 7.634,-8.189 18.548,-13.271 30.625,-13.171 8.825,0.073 16.839,2.901 23.343,7.662 2.228,1.63 4.277,3.486 6.123,5.536 l -0.036,4.386 8.126,0.067 2.713,3.404 -0.558,67.167 -1.659,2.011"
|
|
69
|
+
id="path68"
|
|
70
|
+
style="fill:#868484;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
|
|
71
|
+
transform="translate(363.2773,288.84821)"
|
|
72
|
+
id="g70"><path
|
|
73
|
+
d="m 0,0 c -20.443,-0.17 -37.301,-15.127 -40.503,-34.636 l 17.488,0.145 c 2.947,9.905 12.084,17.166 22.959,17.256 9.234,0.077 17.035,-5.039 21.001,-12.621 1.733,6.283 4.913,11.972 9.161,16.68 C 22.724,-4.985 12.078,0.1 0,0 z m 17.984,-57.348 c -4.233,-4.982 -10.48,-8.149 -17.639,-8.208 -11.019,-0.092 -20.375,7.207 -23.364,17.266 l 43.073,0.357 c -0.374,2.179 -0.577,4.416 -0.596,6.698 -0.02,2.419 0.168,4.792 0.549,7.101 l -60.51,-0.502 c -0.38,-2.309 -0.569,-4.682 -0.549,-7.101 0.019,-2.282 0.222,-4.519 0.596,-6.698 l 0,0 c 3.366,-19.648 20.563,-34.524 41.143,-34.353 12.077,0.1 22.638,5.361 29.883,13.673 -3.209,3.439 -5.838,7.426 -7.732,11.808 l -4.854,-0.041 z m 22.162,23.381 c -0.246,1.426 -0.562,2.828 -0.945,4.199 -0.697,-1.339 -1.271,-2.751 -1.707,-4.221 -0.672,-2.25 -1.022,-4.636 -1.002,-7.105 0.02,-2.326 0.366,-4.572 0.998,-6.695 l 2.834,0.024 c 0.32,2.185 0.477,4.425 0.458,6.706 -0.02,2.419 -0.236,4.789 -0.636,7.092"
|
|
74
|
+
id="path72"
|
|
75
|
+
style="fill:#cf1f65;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g></g></g></g></g></g></svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
aria-label="ePub"
|
|
4
|
+
viewBox="0 0 127.52902 127.52902"
|
|
5
|
+
id="epub"
|
|
6
|
+
version="1.1"
|
|
7
|
+
width="127.52902"
|
|
8
|
+
height="127.52902"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
11
|
+
<defs
|
|
12
|
+
id="defs9" />
|
|
13
|
+
<path
|
|
14
|
+
fill="#86b918"
|
|
15
|
+
d="M 63.764508,103.47489 24.054126,63.764508 63.764508,24.054126 76.891904,37.509706 50.637112,63.764508 63.764508,76.891904 103.47489,37.509706 69.015465,2.722101 c -2.953665,-2.62548006 -7.548248,-2.62548006 -10.501913,0 L 2.722101,58.513552 c -2.62548006,2.953665 -2.62548006,7.548248 0,10.501913 l 55.791451,55.791455 c 2.953665,2.62548 7.548248,2.62548 10.501913,0 L 124.80692,69.015465 c 2.62548,-2.953665 2.62548,-7.548248 0,-10.501913 l -8.20462,-7.87644 z"
|
|
16
|
+
id="path4"
|
|
17
|
+
style="stroke:#000000;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
18
|
+
</svg>
|