зеркало из https://github.com/mozilla/gecko-dev.git
Fixed it so backgrounds are properly tiled again
This commit is contained in:
Родитель
250fdeafde
Коммит
302ac6c6d4
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче