https://bugs.kde.org/show_bug.cgi?id=428138
Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n...@kde.org
         Resolution|---                         |DUPLICATE
             Status|REPORTED                    |RESOLVED

--- Comment #2 from Nate Graham <n...@kde.org> ---
> It seems like svg icons should render fine at any scaling
If you had a screen with infinite resolution, they would. In reality, even SVGs
get blurry when you take a small icon that is pixel-aligned and scale it up by
10 0r 25 or 50%. This is why Plasma's native scaling uses this complicated and
sometimes unexpected behavior.

If you want icons to be unconditionally scaled, you have to use Qt scaling,
which does that you seem to expect--at the cost of blurry icons when using
fractional scaling with a low resolution screen. To use Qt scaling, use Wayland
(where it is always used) or on X11 set the environment variable
PLASMA_USE_QT_SCALING=1.

*** This bug has been marked as a duplicate of bug 356446 ***

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

Reply via email to