https://issues.apache.org/ooo/show_bug.cgi?id=124841
--- Comment #12 from Armin Le Grand <[email protected]> --- Loked deeper and indeed the difference is that the old specialized preparation with the GraphicManager paint did the hand-crafted scaling in an own form. The now unified paint is using the default VCL-Based OutputDevice::DrawBitmap which is not AAing on linux at all. The way go get out of this is to enhance the standard VCL bitmap output for Linux. @Herbert: Is there a simple/overseeable way to get Bitmap/BitmapEx painted with better quality using VCL on Linux? You have a much better overview of the stuff currently done there. -- You are receiving this mail because: You are watching all issue changes.
