Get font-size of server-side lavatar similar to client-side

This commit is contained in:
Hadi Nategh 2023-01-31 16:24:51 +01:00
parent 0b15ede568
commit 5cb375fabf

View File

@ -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;