Skip to content

Render rotated plasmoids via off screen framebuffer

David Edmundson requested to merge work/smooth_rotate into master

When rotated most applets, especially text look garbage.

If we render into an offscreen buffer we can smooth things out and it looks good again. There is a performance penalty to this, but most people do no not rotate plasmoids.

Before

rotation_before

After

rotation_after

Merge request reports