https://bugs.kde.org/show_bug.cgi?id=402677

Méven Car <meve...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |meve...@gmail.com

--- Comment #1 from Méven Car <meve...@gmail.com> ---
A scale factor of 1.2 is not a great, it will result in rounding error
variables please choose 1.25 instead for instance.
1.2  == 6.0/5
1.25 == 5/4 == 5 / (2**2)
In general prefer scaling factor values that can be expressed by divisors that
are powers of 2.

Is it reproducible with 1.25 scale factor ?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to