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

--- Comment #17 from Marco Martin <notm...@gmail.com> ---
this is because Kirigami.Icon animations work in the following way:

* fade in the new icon over the old icon (in this case the one with mouse over
effect over the one without)
* then, fade out the old icon beneath

this will make it look as the icon is bigger/brighter when both icons are
visible because the semitransparent antialiased borders will overlap each other
and become less transparent.

a proper fix i think it would be instead of having 2 graphics scene nodes
overlapping each other, having a single node with a fragment shader that does
actual cross fade between the pixels

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

Reply via email to