Make font size smaller to let the initials still look good in smaller sizes

This commit is contained in:
kolaente 2020-08-01 20:11:15 +02:00
parent 03edcd511d
commit b764ba73df
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ const (
func drawImage(text rune, bg *color.RGBA) (img *image.RGBA64, err error) {
size := defaultSize
fontSize := float64(size) * 0.9
fontSize := float64(size) * 0.8
// Inspired by https://github.com/holys/initials-avatar