mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 390039: antialiasing incosistent when using full page zoom. r=vlad, a=pavlov
This commit is contained in:
parent
38af637226
commit
4571a3e298
@ -543,7 +543,7 @@ nsThebesImage::ThebesDrawTile(gfxContext *thebesContext,
|
||||
pat->SetMatrix(patMat);
|
||||
|
||||
#ifndef XP_MACOSX
|
||||
if (scale > 1.0) {
|
||||
if (scale < 1.0) {
|
||||
// See bug 324698. This is a workaround. See comments
|
||||
// by the earlier SetFilter call.
|
||||
pat->SetFilter(0);
|
||||
|
Loading…
Reference in New Issue
Block a user