Bug 447044 – First -moz-box-shadow not drawn when second one has large blur value. r=roc

This commit is contained in:
Michael Ventnor 2008-08-13 08:27:47 +02:00
Родитель 0194b8bb6f
Коммит 8b691530dd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1221,7 +1221,7 @@ nsCSSRendering::PaintBoxShadow(nsPresContext* aPresContext,
blurRadius /= twipsPerPixel;
shadowContext = blurringArea.Init(shadowRect, blurRadius, 1, renderContext);
if (!shadowContext)
return;
continue;
// Set the shadow color; if not specified, use the foreground color
nscolor shadowColor;