Skip to content
Commit c0282232 authored by Halla Rempt's avatar Halla Rempt
Browse files

KisCanvas: use QImage to scale the patches, not QPainter

QPainter's smooth scaling is much, much worse than QImage's smooth
scaling, so prescale the patch before painting.

The OpenGL canvas is unaffected and still has crap anti-aliasing, but
that's the price of OpenGL.
CCBUG:276278
parent 026121e7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment