зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1291528 - Don't use fast path in nsCSSRendering::PaintGradient if source rect is empty - r=mstange
This commit is contained in:
Родитель
5b5759985b
Коммит
57383e5cb5
|
@ -2727,7 +2727,7 @@ nsCSSRendering::PaintGradient(nsPresContext* aPresContext,
|
|||
aGradient->mShape == NS_STYLE_GRADIENT_SHAPE_LINEAR &&
|
||||
(lineStart.x == lineEnd.x) != (lineStart.y == lineEnd.y) &&
|
||||
aRepeatSize.width == aDest.width && aRepeatSize.height == aDest.height &&
|
||||
!aGradient->mRepeating && !cellContainsFill;
|
||||
!aGradient->mRepeating && !aSrc.IsEmpty() && !cellContainsFill;
|
||||
|
||||
gfxMatrix matrix;
|
||||
if (forceRepeatToCoverTiles) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче