Commit Graph

1 Commits

Author SHA1 Message Date
iequidoo
7a99371d87 feat: Reduce aliasing effects for 2 << n px avatars
For this, use the sequence 7/8, 6/8, 11/16, 10/16.... Before, if we repeated the downscaling step,
we got `7 ** n` as a numerator and this way increased aliasing effects on each step. So limit the
numerator value.
2026-04-17 15:38:21 -03:00