(no bug, comment-only) Fix broken link to feDiffuseLighting chunk of SVG spec. DONTBUILD

This commit is contained in:
Daniel Holbert 2012-02-01 17:55:05 -08:00
parent 484b586d4e
commit 4ed39163d3

View File

@ -4927,7 +4927,7 @@ GenerateNormal(float *N, const PRUint8 *data, PRInt32 stride,
PRInt32 x, PRInt32 y, float surfaceScale) PRInt32 x, PRInt32 y, float surfaceScale)
{ {
// See this for source of constants: // 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] = static const PRInt8 Kx[3][3][3][3] =
{ { { { 0, 0, 0}, { 0, -2, 2}, { 0, -1, 1} }, { { { { 0, 0, 0}, { 0, -2, 2}, { 0, -1, 1} },
{ { 0, 0, 0}, {-2, 0, 2}, {-1, 0, 1} }, { { 0, 0, 0}, {-2, 0, 2}, {-1, 0, 1} },