Comment 18 for bug 513980

Revision history for this message
In , Björgvin Ragnarsson (nifgraup) wrote :

I tracked a regression down to this commit:

"commit c0ce7ca4884f7f6d1016bd1dbcc22066cb4a7797
Author: Tomaž Vajngerl <email address hidden>
Date: Sat Jul 7 13:07:03 2012 +0200

    Prescale image with Bitmap::Scale to improve quality.

    In OutputDevice, when sending the Bitmap to native renderer, use
    Bitmap::Scale operation to improve quality when doing sub-sampling.
    With this Bitmaps in certain Widgets will look a lot better.

    Cleanup and translate comments, and move sal_Bool to bool in outdev2.cxx"

This commit improves the quality of the rendering but also adds unnecessary rerendering of EPS figures when scrolling.