[GH-25298] Place the text centered in default profile picture (#25324)

Этот коммит содержится в:
Utsav Ladani
2024-02-19 20:35:51 +05:30
коммит произвёл GitHub
родитель 97479800c2
Коммит dc9e404df0
2 изменённых файлов: 28 добавлений и 11 удалений

Просмотреть файл

@@ -17,6 +17,7 @@ var (
DefaultFontError = errors.New("could not get default font")
UserInitialsError = errors.New("could not get user initials")
ImageEncodingError = errors.New("could not encode image")
GlyphError = errors.New("could not get glyph")
)
// ErrInvalidPassword indicates an error against the password settings