Added logo

This commit is contained in:
2023-03-15 22:16:02 +01:00
parent e0e3a89510
commit 94da1bb56c
3 changed files with 67 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.idea .idea
data/*.sql data/*.sql
data/out data/out
logo/*.ico
*.sqlite3 *.sqlite3
__pycache__ __pycache__

64
logo/elwig.svg Normal file
View File

@ -0,0 +1,64 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="-512 -512 1024 1024">
<defs>
<clipPath id="hexagon-half-clip">
<path d="
M 1.7320508075,-1
L 2,2
L -2,2
L -1.7320508075,1
Z"/>
</clipPath>
<path id="hexagon" d="
M 0,-1
l 0.8660254037,0.5
l 0,1
L 0,1
l -0.8660254037,-0.5
l 0,-1
Z"/>
<use id="hexagon-half-2" href="#hexagon" clip-path="url(#hexagon-half-clip)"/>
<use id="hexagon-half-1" href="#hexagon-half-2" transform="rotate(180)"/>
<g id="grapes">
<!--use href="#hexagon" x="-1.7320508075" y="-3" stroke="#302040" fill="#604090" />
<use href="#hexagon" x=" 0" y="-3" stroke="#302040" fill="#703080"/>
<use href="#hexagon" x=" 1.7320508075" y="-3" stroke="#302040" fill="#804888"/-->
<!--use href="#hexagon" x="-2.5980762113" y="-1.5" stroke="#302040" fill="#703080"/-->
<use href="#hexagon" x="-0.8660254037" y="-1.5" stroke="#302040" fill="#804888"/>
<use href="#hexagon" x=" 0.8660254037" y="-1.5" stroke="#302040" fill="#604090"/>
<!--use href="#hexagon" x=" 2.5980762113" y="-1.5" stroke="#302040" fill="#703080"/-->
<use href="#hexagon" x="-1.7320508075" y=" 0" stroke="#302040" fill="#604090"/>
<use href="#hexagon" x=" 0" y=" 0" stroke="#302040" fill="#703080"/>
<use href="#hexagon" x=" 1.7320508075" y=" 0" stroke="#302040" fill="#804888"/>
<use href="#hexagon" x="-0.8660254037" y=" 1.5" stroke="#302040" fill="#804888"/>
<use href="#hexagon" x=" 0.8660254037" y=" 1.5" stroke="#302040" fill="#604090"/>
<use href="#hexagon" x=" 0" y=" 3" stroke="#302040" fill="#703080"/>
<!--use href="#hexagon" x="-0.8660254037" y="-2.5" stroke="#302040" fill="#00000000"/>
<use href="#hexagon" x=" 0.8660254037" y="-2.5" stroke="#302040" fill="#00000000"/>
<use href="#hexagon" x="-1.7320508075" y="-1" stroke="#302040" fill="#00000000"/>
<use href="#hexagon" x=" 0" y="-1" stroke="#302040" fill="#00000000"/>
<use href="#hexagon" x=" 1.7320508075" y="-1" stroke="#302040" fill="#00000000"/>
<use href="#hexagon" x="-0.8660254037" y="0.5" stroke="#302040" fill="#00000000"/>
<use href="#hexagon" x=" 0.8660254037" y="0.5" stroke="#302040" fill="#00000000"/>
<use href="#hexagon" x=" 0" y=" 2" stroke="#302040" fill="#00000000"/-->
</g>
</defs>
<use href="#grapes" x="0" y="-0.75" transform="scale(152)" stroke-width="0"/>
<!--use href="#hexagon-half-2" x="0" y="0" stroke="#604090" fill="#00000000" stroke-width="0.0990566037" transform="scale(424)"/>
<use href="#hexagon-half-2" x="0" y="0" stroke="#703080" fill="#00000000" stroke-width="0.0889830508" transform="scale(472)"/>
<use href="#hexagon-half-1" x="0" y="0" stroke="#703080" fill="#00000000" stroke-width="0.0990566037" transform="scale(424)"/>
<use href="#hexagon-half-1" x="0" y="0" stroke="#604090" fill="#00000000" stroke-width="0.0889830508" transform="scale(472)"/>
<use href="#hexagon" x="0" y="0" stroke="#302040" fill="#00000000" stroke-width="0.0167410714" transform="scale(400)"/>
<use href="#hexagon" x="0" y="0" stroke="#302040" fill="#00000000" stroke-width="0.015625" transform="scale(448)"/>
<use href="#hexagon" x="0" y="0" stroke="#302040" fill="#00000000" stroke-width="0.0145089285" transform="scale(496)"/-->
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

2
logo/logo.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
convert -background none elwig.svg -alpha set -define icon:auto-resize=256,128,64,48,32,24,16 elwig.ico