зеркало из https://github.com/mozilla/gecko-dev.git
(no bug, comment-only) Fix broken link to feDiffuseLighting chunk of SVG spec. DONTBUILD
This commit is contained in:
Родитель
484b586d4e
Коммит
4ed39163d3
|
@ -4927,7 +4927,7 @@ GenerateNormal(float *N, const PRUint8 *data, PRInt32 stride,
|
|||
PRInt32 x, PRInt32 y, float surfaceScale)
|
||||
{
|
||||
// See this for source of constants:
|
||||
// http://www.w3.org/TR/SVG11/filters.html#feDiffuseLighting
|
||||
// http://www.w3.org/TR/SVG11/filters.html#feDiffuseLightingElement
|
||||
static const PRInt8 Kx[3][3][3][3] =
|
||||
{ { { { 0, 0, 0}, { 0, -2, 2}, { 0, -1, 1} },
|
||||
{ { 0, 0, 0}, {-2, 0, 2}, {-1, 0, 1} },
|
||||
|
|
Загрузка…
Ссылка в новой задаче