This commit is contained in:
Mal
2021-02-28 01:01:24 +01:00
parent 82456d8df0
commit 7ad63432d1
83 changed files with 2907 additions and 41 deletions

60
build/android/build.bash Executable file
View File

@@ -0,0 +1,60 @@
#/bin/bash
TARGET='/home/mal/Code/Ionic/metasocket-cordova/resources/android'
TARGET_RESOURCES=${TARGET}
TARGET_JAVA=/home/mal/Code/Ionic/metasocket-cordova/platforms/android/app/java/com/metasocket/app
RESOURCES='/home/mal/Code/Ionic/metasocket-cordova/build/android'
# SPLASH LANDSCAPE
inkscape ${RESOURCES}/splash-drawable-480x320.svg -o ${TARGET_RESOURCES}/splash/drawable-land-ldpi-screen.png -w 320 -h 240 --export-overwrite
inkscape ${RESOURCES}/splash-drawable-800x480.svg -o ${TARGET_RESOURCES}/splash/drawable-land-hdpi-screen.png -w 800 -h 480 --export-overwrite
inkscape ${RESOURCES}/splash-drawable-480x320.svg -o ${TARGET_RESOURCES}/splash/drawable-land-mdpi-screen.png -w 480 -h 320 --export-overwrite
inkscape ${RESOURCES}/splash-drawable-1280x720.svg -o ${TARGET_RESOURCES}/splash/drawable-land-xhdpi-screen.png -w 1280 -h 720 --export-overwrite
inkscape ${RESOURCES}/splash-drawable-1600x960.svg -o ${TARGET_RESOURCES}/splash/drawable-land-xxhdpi-screen.png -w 1600 -h 960 --export-overwrite
inkscape ${RESOURCES}/splash-drawable-1920x1280.svg -o ${TARGET_RESOURCES}/splash/drawable-land-xxxhdpi-screen.png -w 1920 -h 1280 --export-overwrite
# SPLASH PORTRAIT
inkscape ${RESOURCES}/splash-drawable-320x480.svg -o ${TARGET_RESOURCES}/splash/drawable-port-ldpi-screen.png -w 240 -h 320 --export-overwrite
inkscape ${RESOURCES}/splash-drawable-480x800.svg -o ${TARGET_RESOURCES}/splash/drawable-port-hdpi-screen.png -w 480 -h 800 --export-overwrite
inkscape ${RESOURCES}/splash-drawable-320x480.svg -o ${TARGET_RESOURCES}/splash/drawable-port-mdpi-screen.png -w 320 -h 480 --export-overwrite
inkscape ${RESOURCES}/splash-drawable-720x1280.svg -o ${TARGET_RESOURCES}/splash/drawable-port-xhdpi-screen.png -w 720 -h 1280 --export-overwrite
inkscape ${RESOURCES}/splash-drawable-960x1600.svg -o ${TARGET_RESOURCES}/splash/drawable-port-xxhdpi-screen.png -w 960 -h 1600 --export-overwrite
inkscape ${RESOURCES}/splash-drawable-1280x1920.svg -o ${TARGET_RESOURCES}/splash/drawable-port-xxxhdpi-screen.png -w 1280 -h 1920 --export-overwrite
# ICONS
inkscape ${RESOURCES}/ic_launcher.svg -o ${TARGET_RESOURCES}/icon/drawable-ldpi-icon.png -w 36 -h 36 --export-overwrite
inkscape ${RESOURCES}/ic_launcher.svg -o ${TARGET_RESOURCES}/icon/drawable-hdpi-icon.png -w 72 -h 72 --export-overwrite
# inkscape ${RESOURCES}/ic_launcher_round.svg -o ${TARGET_RESOURCES}/icon/drawable-mipmap-hdpi/ic_launcher_round.png -w 72 -h 72 --export-overwrite
# inkscape ${RESOURCES}/ic_launcher.svg -o ${TARGET_RESOURCES}/mipmap-hdpi/ic_launcher_foreground.png -w 162 -h 162 --export-overwrite
inkscape ${RESOURCES}/ic_launcher.svg -o ${TARGET_RESOURCES}/icon/drawable-mdpi-icon.png -w 48 -h 48 --export-overwrite
# inkscape ${RESOURCES}/ic_launcher_round.svg -o ${TARGET_RESOURCES}/mipmap-mdpi/ic_launcher_round.png -w 48 -h 48 --export-overwrite
# inkscape ${RESOURCES}/ic_launcher.svg -o ${TARGET_RESOURCES}/mipmap-mdpi/ic_launcher_foreground.png -w 108 -h 108 --export-overwrite
inkscape ${RESOURCES}/ic_launcher.svg -o ${TARGET_RESOURCES}/icon/drawable-xhdpi-icon.png -w 96 -h 96 --export-overwrite
# inkscape ${RESOURCES}/ic_launcher_round.svg -o ${TARGET_RESOURCES}/mipmap-xhdpi/ic_launcher_round.png -w 96 -h 96 --export-overwrite
# inkscape ${RESOURCES}/ic_launcher.svg -o ${TARGET_RESOURCES}/mipmap-xhdpi/ic_launcher_foreground.png -w 216 -h 216 --export-overwrite
inkscape ${RESOURCES}/ic_launcher.svg -o ${TARGET_RESOURCES}/icon/drawable-xxhdpi-icon.png -w 144 -h 144 --export-overwrite
# inkscape ${RESOURCES}/ic_launcher_round.svg -o ${TARGET_RESOURCES}/mipmap-xxhdpi/ic_launcher_round.png -w 144 -h 144 --export-overwrite
# inkscape ${RESOURCES}/ic_launcher.svg -o ${TARGET_RESOURCES}/mipmap-xxhdpi/ic_launcher_foreground.png -w 324 -h 324 --export-overwrite
inkscape ${RESOURCES}/ic_launcher.svg -o ${TARGET_RESOURCES}/icon/drawable-xxxhdpi-icon.png -w 192 -h 192 --export-overwrite
# inkscape ${RESOURCES}/ic_launcher_round.svg -o ${TARGET_RESOURCES}/mipmap-xxxhdpi/ic_launcher_round.png -w 192 -h 192 --export-overwrite
# inkscape ${RESOURCES}/ic_launcher.svg -o ${TARGET_RESOURCES}/mipmap-xxxhdpi/ic_launcher_foreground.png -w 432 -h 432 --export-overwrite
exit 0
# cp -R ${RESOURCES}/res/* ${TARGET_RESOURCES}/
# SOUND
mkdir -p ${TARGET_RESOURCES}/raw
cp ${RESOURCES}/murloc.wav ${TARGET_RESOURCES}/raw/
# OVERRIDE MainActivity.java
# cp ${RESOURCES}/MainActivity.java ${TARGET_JAVA}/
# OVERRIDE AndroidManifest.xml
cp ${RESOURCES}/AndroidManifest.xml ${TARGET}/

View File

@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 75.361905 75.361907"
height="75.361908mm"
width="75.361908mm"
sodipodi:docname="ic_launcher.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1829"
inkscape:window-height="1016"
id="namedview1452"
showgrid="false"
inkscape:zoom="1.0134608"
inkscape:cx="298.30195"
inkscape:cy="201.14212"
inkscape:window-x="91"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
style="fill:#2d122d;fill-opacity:1;stroke-width:1.19397;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
id="rect868"
width="75.361908"
height="75.361908"
x="0"
y="0" />
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:1.064;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
d="m 22.941029,12.684805 -10.256227,10.256222 5.696296,5.69681 10.256741,-10.256222 z m 29.479854,0 -5.69681,5.69681 10.256224,10.256222 5.69681,-5.69681 z M 31.90534,18.248807 v 2.764689 l 2.888197,2.981213 h 2.886644 2.888197 l 2.888197,-2.981213 V 18.248807 H 37.680181 Z M 18.249839,31.904304 v 5.776908 5.775875 h 2.764175 l 2.981215,-2.888194 v -2.887681 -2.888195 l -2.981215,-2.888713 z m 36.09806,0 -2.98173,2.888713 v 2.888195 2.887681 l 2.98173,2.888194 h 2.764171 v -5.775875 -5.776908 z m -35.966801,14.819768 -5.696296,5.69681 10.256227,10.256222 5.69681,-5.696294 z m 38.599199,0 -10.256224,10.256738 5.69681,5.696294 10.256224,-10.256222 z m -22.18676,4.643644 -2.888197,2.981214 v 2.763655 h 5.774841 5.776394 V 54.34893 l -2.888197,-2.981214 h -2.888197 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 74.938352 74.938354"
height="74.938354mm"
width="74.938354mm"
sodipodi:docname="ic_launcher_round.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1829"
inkscape:window-height="1016"
id="namedview1452"
showgrid="false"
inkscape:zoom="1.0134608"
inkscape:cx="298.30195"
inkscape:cy="201.14212"
inkscape:window-x="91"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<circle
style="fill:#2d122d;fill-opacity:1;stroke-width:0.999478;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
id="path830"
r="37.469177"
cy="37.469177"
cx="37.469177" />
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:1.064;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
d="M 22.729251,12.473028 12.473024,22.72925 18.16932,28.42606 28.426061,18.169838 Z m 29.479854,0 -5.69681,5.69681 10.256224,10.256222 5.69681,-5.69681 z M 31.693562,18.03703 v 2.764689 l 2.888197,2.981213 h 2.886644 2.888197 l 2.888197,-2.981213 V 18.03703 H 37.468403 Z M 18.038061,31.692527 v 5.776908 5.775875 h 2.764175 l 2.981215,-2.888194 V 37.469435 34.58124 l -2.981215,-2.888713 z m 36.09806,0 -2.98173,2.888713 v 2.888195 2.887681 l 2.98173,2.888194 h 2.764171 v -5.775875 -5.776908 z m -35.966801,14.819768 -5.696296,5.69681 10.256227,10.256222 5.69681,-5.696294 z m 38.599199,0 -10.256224,10.256738 5.69681,5.696294 10.256224,-10.256222 z m -22.18676,4.643644 -2.888197,2.981214 v 2.763655 h 5.774841 5.776394 V 54.137153 L 40.3566,51.155939 h -2.888197 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 8.4666664 8.4666668"
height="32"
width="32"
sodipodi:docname="notification-icon-disabled.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1829"
inkscape:window-height="1016"
id="namedview1452"
showgrid="false"
inkscape:zoom="16.215373"
inkscape:cx="12.554834"
inkscape:cy="19.341657"
inkscape:window-x="91"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.135149;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824;opacity:0.30193057"
d="M 2.3610745,1.0583333 1.0583332,2.3610741 1.7818742,3.0846804 3.0846807,1.7819397 Z m 3.7445178,0 -0.723606,0.7236064 1.302741,1.3027407 0.723606,-0.7236063 z M 3.4997172,1.7650704 V 2.11624 L 3.8665747,2.4949124 H 4.2332349 4.6000924 L 4.9669503,2.11624 V 1.7650704 H 4.2332349 Z M 1.7652017,3.4995857 V 4.233366 4.9670151 H 2.1163059 L 2.4949785,4.600158 V 4.233366 3.8665087 L 2.1163059,3.4995857 Z m 4.5851596,0 -0.378738,0.366923 V 4.233366 4.600158 l 0.378738,0.3668571 h 0.351103 V 4.233366 3.4995857 Z M 1.7818742,5.3819861 1.0583332,6.1055924 2.3610745,7.4083332 3.0846807,6.6847925 Z m 4.9028531,0 -1.302741,1.3028064 0.723606,0.7235407 1.302741,-1.3027408 z M 3.8665747,5.9718197 3.4997172,6.3504922 V 6.7015305 H 4.2332349 4.9669503 V 6.3504922 L 4.6000924,5.9718197 H 4.2332349 Z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 8.4666664 8.4666668"
height="32"
width="32"
sodipodi:docname="notification-icon-enabled.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1829"
inkscape:window-height="1016"
id="namedview1452"
showgrid="false"
inkscape:zoom="16.215373"
inkscape:cx="12.554834"
inkscape:cy="19.341657"
inkscape:window-x="91"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.135149;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824;opacity:0.80002348"
d="M 2.3610745,1.0583333 1.0583332,2.3610741 1.7818742,3.0846804 3.0846807,1.7819397 Z m 3.7445178,0 -0.723606,0.7236064 1.302741,1.3027407 0.723606,-0.7236063 z M 3.4997172,1.7650704 V 2.11624 L 3.8665747,2.4949124 H 4.2332349 4.6000924 L 4.9669503,2.11624 V 1.7650704 H 4.2332349 Z M 1.7652017,3.4995857 V 4.233366 4.9670151 H 2.1163059 L 2.4949785,4.600158 V 4.233366 3.8665087 L 2.1163059,3.4995857 Z m 4.5851596,0 -0.378738,0.366923 V 4.233366 4.600158 l 0.378738,0.3668571 h 0.351103 V 4.233366 3.4995857 Z M 1.7818742,5.3819861 1.0583332,6.1055924 2.3610745,7.4083332 3.0846807,6.6847925 Z m 4.9028531,0 -1.302741,1.3028064 0.723606,0.7235407 1.302741,-1.3027408 z M 3.8665747,5.9718197 3.4997172,6.3504922 V 6.7015305 H 4.2332349 4.9669503 V 6.3504922 L 4.6000924,5.9718197 H 4.2332349 Z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 338.66667 507.99995"
height="1920"
width="1280"
sodipodi:docname="splash-drawable-1280x1920.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1829"
inkscape:window-height="1016"
id="namedview1452"
showgrid="false"
inkscape:zoom="0.3583125"
inkscape:cx="495.59134"
inkscape:cy="694.62678"
inkscape:window-x="91"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:snap-bbox="false"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
style="fill:#2d122d;fill-opacity:1;stroke-width:6.57144;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
id="rect868"
width="507.99997"
height="338.66666"
x="-507.99997"
y="-1.4210855e-14"
transform="rotate(-90)" />
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.609615;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
d="m 155.01187,262.44517 5.87627,5.87627 3.26396,-3.26367 -5.87626,-5.87656 z m 0,-16.89037 3.26397,3.26396 5.87626,-5.87626 -3.26396,-3.26396 z m 3.18787,11.7543 h 1.58402 l 1.70808,-1.65478 v -1.65389 -1.65478 l -1.70808,-1.65478 h -1.58402 v 3.30956 z m 7.82387,7.82387 h 3.30986 3.30926 v -1.58372 l -1.65478,-1.70808 h -1.65448 -1.65479 l -1.65507,1.70808 z m 0,-20.68224 1.65507,1.70837 h 1.65479 1.65448 l 1.65478,-1.70837 V 242.867 h -3.30926 -3.30986 z m 8.49094,20.60704 3.26397,3.26367 5.87626,-5.87627 -3.26367,-3.26396 z m 0,-22.11527 5.87656,5.87627 3.26367,-3.26397 -5.87626,-5.87626 z m 2.66056,12.71182 1.70807,1.65478 h 1.58343 v -3.30867 -3.30956 h -1.58343 l -1.70807,1.65478 v 1.65478 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 338.66667 190.49998"
height="720"
width="1280"
sodipodi:docname="splash-drawable-1280x720.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1395"
inkscape:window-height="752"
id="namedview1452"
showgrid="false"
inkscape:zoom="0.3583125"
inkscape:cx="607.75648"
inkscape:cy="142.69518"
inkscape:window-x="82"
inkscape:window-y="43"
inkscape:window-maximized="0"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:snap-bbox="false"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
style="fill:#2d122d;fill-opacity:1;stroke-width:4.02417;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
id="rect868"
width="338.66666"
height="190.49998"
x="0"
y="0" />
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.609615;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
d="m 160.88815,80.928545 -5.87627,5.87626 3.26367,3.26397 5.87656,-5.87626 z m 16.89037,0 -3.26397,3.26397 5.87627,5.87626 3.26396,-3.26397 z m -11.7543,3.18787 v 1.58402 l 1.65478,1.70808 h 1.65389 1.65478 l 1.65478,-1.70808 v -1.58402 h -3.30956 z m -7.82387,7.82387 v 3.30986 3.30926 h 1.58372 l 1.70808,-1.65478 v -1.65448 -1.65479 l -1.70808,-1.65507 z m 20.68224,0 -1.70837,1.65507 v 1.65479 1.65448 l 1.70837,1.65478 h 1.58373 v -3.30926 -3.30986 z m -20.60704,8.490935 -3.26367,3.26397 5.87627,5.87626 3.26396,-3.26367 z m 22.11527,0 -5.87627,5.87656 3.26397,3.26367 5.87626,-5.87626 z m -12.71182,2.66056 -1.65478,1.70807 v 1.58343 h 3.30867 3.30956 v -1.58343 l -1.65478,-1.70807 h -1.65478 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 423.33334 253.99997"
height="960"
width="1600"
sodipodi:docname="splash-drawable-1600x960.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1395"
inkscape:window-height="752"
id="namedview1452"
showgrid="false"
inkscape:zoom="0.3583125"
inkscape:cx="815.59131"
inkscape:cy="374.6268"
inkscape:window-x="82"
inkscape:window-y="43"
inkscape:window-maximized="0"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:snap-bbox="false"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
style="fill:#2d122d;fill-opacity:1;stroke-width:5.19518;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
id="rect868"
width="423.33331"
height="253.99998"
x="0"
y="0" />
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.609615;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
d="m 203.22148,112.67854 -5.87627,5.87626 3.26367,3.26397 5.87656,-5.87626 z m 16.89037,0 -3.26397,3.26397 5.87627,5.87626 3.26396,-3.26397 z m -11.7543,3.18787 v 1.58402 l 1.65478,1.70808 h 1.65389 1.65478 l 1.65478,-1.70808 v -1.58402 h -3.30956 z m -7.82387,7.82387 v 3.30986 3.30926 h 1.58372 l 1.70808,-1.65478 v -1.65448 -1.65479 l -1.70808,-1.65507 z m 20.68224,0 -1.70837,1.65507 v 1.65479 1.65448 l 1.70837,1.65478 h 1.58373 v -3.30926 -3.30986 z m -20.60704,8.49094 -3.26367,3.26397 5.87627,5.87626 3.26396,-3.26367 z m 22.11527,0 -5.87627,5.87656 3.26397,3.26367 5.87626,-5.87626 z m -12.71182,2.66056 -1.65478,1.70807 v 1.58343 h 3.30867 3.30956 v -1.58343 l -1.65478,-1.70807 h -1.65478 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 508.00001 338.66663"
height="1280"
width="1920"
sodipodi:docname="splash-drawable-1920x1280.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1395"
inkscape:window-height="752"
id="namedview1452"
showgrid="false"
inkscape:zoom="0.3583125"
inkscape:cx="815.59131"
inkscape:cy="374.6268"
inkscape:window-x="82"
inkscape:window-y="43"
inkscape:window-maximized="0"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:snap-bbox="false"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
style="fill:#2d122d;fill-opacity:1;stroke-width:6.57144;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
id="rect868"
width="507.99997"
height="338.66666"
x="0"
y="0" />
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.609615;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
d="m 245.55481,155.01187 -5.87627,5.87626 3.26367,3.26397 5.87656,-5.87626 z m 16.89037,0 -3.26397,3.26397 5.87627,5.87626 3.26396,-3.26397 z m -11.7543,3.18787 v 1.58402 l 1.65478,1.70808 h 1.65389 1.65478 l 1.65478,-1.70808 v -1.58402 h -3.30956 z m -7.82387,7.82387 v 3.30986 3.30926 h 1.58372 l 1.70808,-1.65478 v -1.65448 -1.65479 l -1.70808,-1.65507 z m 20.68224,0 -1.70837,1.65507 v 1.65479 1.65448 l 1.70837,1.65478 h 1.58373 v -3.30926 -3.30986 z m -20.60704,8.49094 -3.26367,3.26397 5.87627,5.87626 3.26396,-3.26367 z m 22.11527,0 -5.87627,5.87656 3.26397,3.26367 5.87626,-5.87626 z m -12.71182,2.66056 -1.65478,1.70807 v 1.58343 h 3.30867 3.30956 v -1.58343 l -1.65478,-1.70807 h -1.65478 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 84.666664 127"
height="127mm"
width="84.666664mm"
sodipodi:docname="splash-drawable-320x480.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1829"
inkscape:window-height="1016"
id="namedview1452"
showgrid="false"
inkscape:zoom="0.3583125"
inkscape:cx="172.32875"
inkscape:cy="147.39271"
inkscape:window-x="91"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
style="fill:#2d122d;fill-opacity:1;stroke-width:1.64286;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
id="rect868"
width="127"
height="84.666664"
x="3.5527137e-15"
y="-84.666664"
transform="rotate(90)" />
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.609615;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
d="m 56.611754,54.885867 -5.87626,-5.87627 -3.26397,3.26367 5.87626,5.87656 z m 0,16.89037 -3.26397,-3.26397 -5.87626,5.87627 3.26397,3.26396 z m -3.18787,-11.7543 h -1.58402 l -1.70808,1.65478 v 1.65389 1.65478 l 1.70808,1.65478 h 1.58402 v -3.30956 z m -7.82387,-7.82387 h -3.30986 -3.30926 v 1.58372 l 1.65478,1.70808 h 1.65448 1.65479 l 1.65507,-1.70808 z m 0,20.68224 -1.65507,-1.70837 h -1.65479 -1.65448 l -1.65478,1.70837 v 1.58373 h 3.30926 3.30986 z m -8.49093,-20.60704 -3.26397,-3.26367 -5.87626,5.87627 3.26367,3.26396 z m 0,22.11527 -5.87656,-5.87627 -3.26367,3.26397 5.87626,5.87626 z m -2.66056,-12.71182 -1.70807,-1.65478 h -1.58343 v 3.30867 3.30956 h 1.58343 l 1.70807,-1.65478 v -1.65478 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 127 84.666663"
height="84.666664mm"
width="127mm"
sodipodi:docname="splash-drawable.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1829"
inkscape:window-height="1016"
id="namedview1452"
showgrid="false"
inkscape:zoom="0.3583125"
inkscape:cx="252.3288"
inkscape:cy="67.392707"
inkscape:window-x="91"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
style="fill:#2d122d;fill-opacity:1;stroke-width:1.64286;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
id="rect868"
width="127"
height="84.666664"
x="0"
y="0" />
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.609615;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
d="m 55.011803,27.842929 -5.87627,5.87626 3.26367,3.26397 5.87656,-5.87626 z m 16.89037,0 -3.26397,3.26397 5.87627,5.87626 3.26396,-3.26397 z m -11.7543,3.18787 v 1.58402 l 1.65478,1.70808 h 1.65389 1.65478 l 1.65478,-1.70808 v -1.58402 h -3.30956 z m -7.82387,7.82387 v 3.30986 3.30926 h 1.58372 l 1.70808,-1.65478 v -1.65448 -1.65479 l -1.70808,-1.65507 z m 20.68224,0 -1.70837,1.65507 v 1.65479 1.65448 l 1.70837,1.65478 h 1.58373 v -3.30926 -3.30986 z m -20.60704,8.49093 -3.26367,3.26397 5.87627,5.87626 3.26396,-3.26367 z m 22.11527,0 -5.87627,5.87656 3.26397,3.26367 5.87626,-5.87626 z m -12.71182,2.66056 -1.65478,1.70807 v 1.58343 h 3.30867 3.30956 v -1.58343 l -1.65478,-1.70807 h -1.65478 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 127 211.66665"
height="800"
width="480"
sodipodi:docname="splash-drawable-480x800.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1395"
inkscape:window-height="752"
id="namedview1452"
showgrid="false"
inkscape:zoom="0.3583125"
inkscape:cx="-757.48806"
inkscape:cy="227.39271"
inkscape:window-x="91"
inkscape:window-y="43"
inkscape:window-maximized="0"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:snap-bbox="false"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
style="fill:#2d122d;fill-opacity:1;stroke-width:2.59759;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
id="rect868"
width="211.66666"
height="126.99999"
x="0"
y="-126.99999"
transform="rotate(90)" />
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.609615;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
d="m 77.821444,97.38815 -5.87626,-5.87627 -3.26397,3.26367 5.87626,5.87656 z m 0,16.89037 -3.26397,-3.26397 -5.87626,5.87627 3.26397,3.26396 z m -3.18787,-11.7543 h -1.58402 l -1.70808,1.65478 v 1.65389 1.65478 l 1.70808,1.65478 h 1.58402 v -3.30956 z m -7.82387,-7.82387 h -3.30986 -3.30926 v 1.58372 l 1.65478,1.70808 h 1.65448 1.65479 l 1.65507,-1.70808 z m 0,20.68224 -1.65507,-1.70837 h -1.65479 -1.65448 l -1.65478,1.70837 v 1.58373 h 3.30926 3.30986 z m -8.49093,-20.60704 -3.26397,-3.26367 -5.87626,5.87627 3.26367,3.26396 z m 0,22.11527 -5.87656,-5.87627 -3.26367,3.26397 5.87626,5.87626 z m -2.66056,-12.71182 -1.70807,-1.65478 h -1.58343 v 3.30867 3.30956 h 1.58343 l 1.70807,-1.65478 v -1.65478 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 190.5 338.66663"
height="1280"
width="720"
sodipodi:docname="splash-drawable-720x1280.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1395"
inkscape:window-height="752"
id="namedview1452"
showgrid="false"
inkscape:zoom="0.3583125"
inkscape:cx="-522.06036"
inkscape:cy="422.6952"
inkscape:window-x="91"
inkscape:window-y="43"
inkscape:window-maximized="0"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:snap-bbox="false"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
style="fill:#2d122d;fill-opacity:1;stroke-width:4.02417;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
id="rect868"
width="338.66666"
height="190.49998"
x="0"
y="-190.49998"
transform="rotate(90)" />
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.609615;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
d="m 109.57145,160.88815 -5.87626,-5.87627 -3.26397,3.26367 5.87626,5.87656 z m 0,16.89038 -3.26397,-3.26397 -5.87626,5.87627 3.26397,3.26396 z m -3.18787,-11.75431 h -1.58402 l -1.70808,1.65478 v 1.65389 1.65478 l 1.70808,1.65478 h 1.58402 v -3.30956 z m -7.823868,-7.82387 h -3.30986 -3.30926 v 1.58372 l 1.65478,1.70808 h 1.65448 1.65479 l 1.65507,-1.70808 z m 0,20.68225 -1.65507,-1.70837 h -1.65479 -1.65448 l -1.65478,1.70837 v 1.58373 h 3.30926 3.30986 z m -8.49093,-20.60705 -3.26397,-3.26367 -5.87626,5.87627 3.26367,3.26396 z m 0,22.11528 -5.87656,-5.87627 -3.26367,3.26397 5.87626,5.87626 z m -2.66056,-12.71183 -1.70807,-1.65478 h -1.58343 v 3.30867 3.30956 h 1.58343 l 1.70807,-1.65478 v -1.65478 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 211.66667 126.99999"
height="480"
width="800"
sodipodi:docname="splash-drawable-land-hdpi.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1395"
inkscape:window-height="752"
id="namedview1452"
showgrid="false"
inkscape:zoom="0.3583125"
inkscape:cx="252.3288"
inkscape:cy="67.392707"
inkscape:window-x="82"
inkscape:window-y="43"
inkscape:window-maximized="0"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:snap-bbox="false"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
style="fill:#2d122d;fill-opacity:1;stroke-width:2.59759;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
id="rect868"
width="211.66666"
height="126.99999"
x="0"
y="0" />
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.609615;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
d="m 97.38815,49.178548 -5.87627,5.87626 3.26367,3.26397 5.87656,-5.87626 z m 16.89037,0 -3.26397,3.26397 5.87627,5.87626 3.26396,-3.26397 z m -11.7543,3.18787 v 1.58402 l 1.65478,1.70808 h 1.65389 1.65478 l 1.65478,-1.70808 v -1.58402 h -3.30956 z m -7.82387,7.82387 v 3.30986 3.30926 h 1.58372 l 1.70808,-1.65478 v -1.65448 -1.65479 l -1.70808,-1.65507 z m 20.68224,0 -1.70837,1.65507 v 1.65479 1.65448 l 1.70837,1.65478 h 1.58373 v -3.30926 -3.30986 z m -20.60704,8.49093 -3.26367,3.26397 5.87627,5.87626 3.26396,-3.26367 z m 22.11527,0 -5.87627,5.87656 3.26397,3.26367 5.87626,-5.87626 z m -12.71182,2.66056 -1.65478,1.70807 v 1.58343 h 3.30867 3.30956 v -1.58343 l -1.65478,-1.70807 h -1.65478 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 254 423.33328"
height="1600"
width="960"
sodipodi:docname="splash-drawable-960x1600.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1395"
inkscape:window-height="752"
id="namedview1452"
showgrid="false"
inkscape:zoom="0.3583125"
inkscape:cx="-354.22555"
inkscape:cy="694.62678"
inkscape:window-x="91"
inkscape:window-y="43"
inkscape:window-maximized="0"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:snap-bbox="false"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
style="fill:#2d122d;fill-opacity:1;stroke-width:5.19518;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
id="rect868"
width="423.33331"
height="253.99998"
x="-423.33331"
y="0"
transform="rotate(-90)" />
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.609615;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
d="m 112.67854,220.11183 5.87626,5.87627 3.26397,-3.26367 -5.87626,-5.87656 z m 0,-16.89037 3.26397,3.26397 5.87626,-5.87627 -3.26397,-3.26396 z m 3.18787,11.7543 h 1.58402 l 1.70808,-1.65478 v -1.65388 -1.65478 l -1.70808,-1.65478 h -1.58402 v 3.30956 z m 7.82387,7.82387 h 3.30986 3.30926 v -1.58372 l -1.65477,-1.70808 h -1.65449 -1.65478 l -1.65508,1.70808 z m 0,-20.68224 1.65507,1.70837 h 1.65479 1.65448 l 1.65478,-1.70837 v -1.58373 h -3.30926 -3.30986 z m 8.49094,20.60704 3.26397,3.26367 5.87626,-5.87627 -3.26367,-3.26396 z m 0,-22.11527 5.87656,5.87627 3.26367,-3.26397 -5.87626,-5.87626 z m 2.66056,12.71182 1.70807,1.65478 h 1.58343 v -3.30867 -3.30956 h -1.58343 l -1.70807,1.65478 v 1.65478 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

68
build/android/splash.svg Normal file
View File

@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg9367"
version="1.1"
viewBox="0 0 127 84.666663"
height="84.666664mm"
width="127mm"
sodipodi:docname="splash.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1829"
inkscape:window-height="1016"
id="namedview1452"
showgrid="false"
inkscape:zoom="0.3583125"
inkscape:cx="252.3288"
inkscape:cy="67.392707"
inkscape:window-x="91"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg9367"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<defs
id="defs9361" />
<metadata
id="metadata9364">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
style="fill:#2d122d;fill-opacity:1;stroke-width:1.64286;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
id="rect868"
width="127"
height="84.666664"
x="0"
y="0" />
<path
id="rect882"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.609615;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.858824"
d="m 55.011803,27.842929 -5.87627,5.87626 3.26367,3.26397 5.87656,-5.87626 z m 16.89037,0 -3.26397,3.26397 5.87627,5.87626 3.26396,-3.26397 z m -11.7543,3.18787 v 1.58402 l 1.65478,1.70808 h 1.65389 1.65478 l 1.65478,-1.70808 v -1.58402 h -3.30956 z m -7.82387,7.82387 v 3.30986 3.30926 h 1.58372 l 1.70808,-1.65478 v -1.65448 -1.65479 l -1.70808,-1.65507 z m 20.68224,0 -1.70837,1.65507 v 1.65479 1.65448 l 1.70837,1.65478 h 1.58373 v -3.30926 -3.30986 z m -20.60704,8.49093 -3.26367,3.26397 5.87627,5.87626 3.26396,-3.26367 z m 22.11527,0 -5.87627,5.87656 3.26397,3.26367 5.87626,-5.87626 z m -12.71182,2.66056 -1.65478,1.70807 v 1.58343 h 3.30867 3.30956 v -1.58343 l -1.65478,-1.70807 h -1.65478 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB