Create the offscreen buffer the size of the complete image, not just the

size that has been loaded so far.  r=pavlov.
This commit is contained in:
bryner%uiuc.edu 2000-05-14 03:16:43 +00:00
Родитель d681d45c0e
Коммит 91aa4a2232
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1215,7 +1215,7 @@ NS_IMETHODIMP nsImageGTK::DrawTile(nsIRenderingContext &aContext,
}
// draw the tile offscreen
CreateOffscreenPixmap(validWidth, validHeight);
CreateOffscreenPixmap(mWidth, mHeight);
DrawImageOffscreen(validX, validY, validWidth, validHeight);
if (mAlphaDepth == 1) {