Bug 390039: antialiasing incosistent when using full page zoom. r=vlad, a=pavlov

This commit is contained in:
sharparrow1@yahoo.com 2007-08-03 16:37:17 -07:00
parent 38af637226
commit 4571a3e298

View File

@ -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);