aboutsummaryrefslogtreecommitdiffstats
path: root/modules/avatar/identicon
Commit message (Collapse)AuthorAgeFilesLines
* Add user settings key/value DB table (#16834)techknowlogick2021-11-221-1/+1
|
* Better builtin avatar generator (#17707)wxiaoguang2021-11-206-0/+1105
This PR fixes the builtin avatar generator. 1. The random background color makes some images very dirty. So now we only use white background for avatars. 2. We use left-right mirror avatars to satisfy #14799 3. Fix a small padding error in the algorithm