Decoration KCM module doesn't render properly shadows with big tiles.
This change tries to address that problem by clipping overlaps, similar
to the OpenGL backend.
Before
After
graesslin |
KWin |
Decoration KCM module doesn't render properly shadows with big tiles.
This change tries to address that problem by clipping overlaps, similar
to the OpenGL backend.
Before
After
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Is there a way that because the shadows are bigger, that the list items can accommodate for that extra space? That way the shadows of one don't overlap on the next list item?
It's a little bit tricky... How it supposed to look when there are decorations with big shadows and small shadows? Also, I think this is out of scope of this patch. :)