Fixed it so backgrounds are properly tiled again

This commit is contained in:
troy%netscape.com 1998-07-22 18:34:14 +00:00
Родитель 250fdeafde
Коммит 302ac6c6d4
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -915,6 +915,8 @@ void nsCSSRendering::PaintBackground(nsIPresContext& aPresContext,
for (x = 0; x <= xcount; ++x, xpos += tileWidth) {
aRenderingContext.DrawImage(image, xpos, ypos);
}
xpos = aBounds.x;
}
aRenderingContext.PopState();
} else {

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

@ -915,6 +915,8 @@ void nsCSSRendering::PaintBackground(nsIPresContext& aPresContext,
for (x = 0; x <= xcount; ++x, xpos += tileWidth) {
aRenderingContext.DrawImage(image, xpos, ypos);
}
xpos = aBounds.x;
}
aRenderingContext.PopState();
} else {