зеркало из https://github.com/mozilla/pjs.git
Bug 447044 – First -moz-box-shadow not drawn when second one has large blur value. r=roc
This commit is contained in:
Родитель
0194b8bb6f
Коммит
8b691530dd
|
@ -1221,7 +1221,7 @@ nsCSSRendering::PaintBoxShadow(nsPresContext* aPresContext,
|
||||||
blurRadius /= twipsPerPixel;
|
blurRadius /= twipsPerPixel;
|
||||||
shadowContext = blurringArea.Init(shadowRect, blurRadius, 1, renderContext);
|
shadowContext = blurringArea.Init(shadowRect, blurRadius, 1, renderContext);
|
||||||
if (!shadowContext)
|
if (!shadowContext)
|
||||||
return;
|
continue;
|
||||||
|
|
||||||
// Set the shadow color; if not specified, use the foreground color
|
// Set the shadow color; if not specified, use the foreground color
|
||||||
nscolor shadowColor;
|
nscolor shadowColor;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче