From 5cb375fabf8bb3c6b0d522d3d11227372f792331 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 31 Jan 2023 16:24:51 +0100 Subject: [PATCH] Get font-size of server-side lavatar similar to client-side --- api/src/Contacts/Lavatar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Contacts/Lavatar.php b/api/src/Contacts/Lavatar.php index e7e6b39c06..d357971ab0 100644 --- a/api/src/Contacts/Lavatar.php +++ b/api/src/Contacts/Lavatar.php @@ -33,7 +33,7 @@ class Lavatar ); // ratio of font size to size - private static $_FONT_SIZE_RATIO = 3.2; + private static $_FONT_SIZE_RATIO = 3.6; // ratio of text Y position to size private static $_TEXT_Y_RATIO = 1.6;