Bug 399133 - invalid blue channel in feColorMatrix in saturation mode. r+sr+a=tor

This commit is contained in:
longsonr%gmail.com 2007-10-10 08:15:31 +00:00
Родитель 5e8bc0280e
Коммит 095766ac7a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1343,7 +1343,7 @@ nsSVGFEColorMatrixElement::Filter(nsSVGFilterInstance *instance)
colorMatrix[10] = 0.213f - 0.213f * s;
colorMatrix[11] = 0.715f - 0.715f * s;
colorMatrix[12] = 0.715f - 0.715f * s;
colorMatrix[12] = 0.072f + 0.928f * s;
break;