Added logo
This commit is contained in:
parent
a2e6e9c1c5
commit
13e7995818
1 changed files with 16 additions and 0 deletions
16
src/static/svg/logo.svg
Normal file
16
src/static/svg/logo.svg
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<svg version="1.1"
|
||||||
|
width="100"
|
||||||
|
height="100"
|
||||||
|
xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect width="100%" height="100%" fill="#f4f4f4" />
|
||||||
|
|
||||||
|
<path fill="#8ac149" stroke="#8ac149" d="M 65 35
|
||||||
|
Q 90 40 90 55
|
||||||
|
Q 90 50 65 50"/>
|
||||||
|
<path fill="white" stroke="black" d="M 10,100
|
||||||
|
v -50
|
||||||
|
a 25 25 0 0 1 25 -25
|
||||||
|
c 10 0 20 7 30 10
|
||||||
|
v 15
|
||||||
|
C 30 50 40 55 45 100"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 360 B |
Reference in a new issue