зеркало из https://github.com/mozilla/pjs.git
Bug 399133 - invalid blue channel in feColorMatrix in saturation mode. r+sr+a=tor
This commit is contained in:
Родитель
5e8bc0280e
Коммит
095766ac7a
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче