mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
(no bug, comment-only) Fix broken link to feDiffuseLighting chunk of SVG spec. DONTBUILD
This commit is contained in:
parent
484b586d4e
commit
4ed39163d3
@ -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} },
|
||||||
|
Loading…
Reference in New Issue
Block a user