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

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@davidedmundson.co.uk

--- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> ---
>From the hotspot it appears the FrameSVGItem is the worst offender of those two
issues.

Copying some context from the other report.

 * FrameSVGItem is a 9-tile system 

 * For each new size we can stretch (fastest), tile (fast) or re-render the SVG
into a new texture (suuuuuuuuuper slow), based on hints

 * The default (for compatibility from Plasma 4 times) is to re-render

 * We are rendering /the entire/ frame behind the window. This is mostly the
centre tile


Setting 
+            tileCenter = true;
in framesvgitem.cpp:572 

I don't think would break many themes.

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

Reply via email to