From 4ed39163d3d63060b24044f201926a1b3a429de8 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Wed, 1 Feb 2012 17:55:05 -0800 Subject: [PATCH] (no bug, comment-only) Fix broken link to feDiffuseLighting chunk of SVG spec. DONTBUILD --- content/svg/content/src/nsSVGFilters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/svg/content/src/nsSVGFilters.cpp b/content/svg/content/src/nsSVGFilters.cpp index 1b7411fdcd30..bff464a8aa3b 100644 --- a/content/svg/content/src/nsSVGFilters.cpp +++ b/content/svg/content/src/nsSVGFilters.cpp @@ -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} },