Updated logo stroke width

This commit is contained in:
Edgar P. Burkhart 2021-12-28 12:10:12 +01:00
parent 7f0ac3bdd5
commit 7143159fe9
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 4 additions and 4 deletions
src/static/svg

View file

@ -3,10 +3,10 @@
height="100"
xmlns="http://www.w3.org/2000/svg">
<path fill="#8ac149" stroke="#8ac149" stroke-width="5" d="M 65 35
<path fill="#8ac149" stroke="#8ac149" stroke-width="2" d="M 65 35
Q 90 40 90 57
Q 90 50 65 50"/>
<path fill="white" stroke="white" stroke-width="5" d="M 10,100
<path fill="white" stroke="white" stroke-width="2" d="M 10,100
v -50
a 25 25 0 0 1 25 -25
c 10 0 20 7 30 10

Before

(image error) Size: 342 B

After

(image error) Size: 342 B

Before After
Before After

View file

@ -3,10 +3,10 @@
height="100"
xmlns="http://www.w3.org/2000/svg">
<path fill="#8ac149" stroke="#8ac149" stroke-width="5" d="M 65 35
<path fill="#8ac149" stroke="black" stroke-width="2" d="M 65 35
Q 90 40 90 57
Q 90 50 65 50"/>
<path fill="white" stroke="black" stroke-width="5" d="M 10,100
<path fill="white" stroke="black" stroke-width="2" d="M 10,100
v -50
a 25 25 0 0 1 25 -25
c 10 0 20 7 30 10

Before

(image error) Size: 342 B

After

(image error) Size: 340 B

Before After
Before After