Skip to content

Commit 636a545

Browse files
authored
fix typo in equation: kernalMatrix to kernelMatrix (#13300)
1 parent 95cb1dd commit 636a545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

filter-effects-1/mathml/feConvolveMatrix00.mml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</mrow>
8080
<mo stretchy="false">⋅</mo>
8181
<msub>
82-
<mi>kernalMatrix</mi>
82+
<mi>kernelMatrix</mi>
8383
<mrow>
8484
<mrow>
8585
<mrow>
@@ -123,7 +123,7 @@
123123
</mrow>
124124
</mrow>
125125
</mrow>
126-
<annotation encoding="StarMath 5.0">func color_{X , Y} = { sum from{i=0} to{func orderY -1} sum from{j=0} to{func orderX -1} func source_{x - func targetX + j , y - targetY + i} cdot func kernalMatrix_{func orderX - j - 1, func orderY - i - 1 }} over {func divisor} + func bias cdot func alpha_{x,y}
126+
<annotation encoding="StarMath 5.0">func color_{X , Y} = { sum from{i=0} to{func orderY -1} sum from{j=0} to{func orderX -1} func source_{x - func targetX + j , y - targetY + i} cdot func kernelMatrix_{func orderX - j - 1, func orderY - i - 1 }} over {func divisor} + func bias cdot func alpha_{x,y}
127127
</annotation>
128128
</semantics>
129-
</math>
129+
</math>

0 commit comments

Comments
 (0)