test: Use number-optional-number variant of kernelUnitLength
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
a459d629c1
commit
c504891bd7
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink= "http://www.w3.org/1999/xlink">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink= "http://www.w3.org/1999/xlink">
|
||||||
<defs>
|
<defs>
|
||||||
<filter id="filter" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">
|
<filter id="filter" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">
|
||||||
<feConvolveMatrix order="3 1" kernelMatrix="0.3333 0.3333 0.3333" edgeMode="none"/>
|
<feConvolveMatrix order="3 1" kernelMatrix="0.3333 0.3333 0.3333" kernelUnitLength="3 1" edgeMode="none"/>
|
||||||
</filter>
|
</filter>
|
||||||
</defs>
|
</defs>
|
||||||
<!-- Use the filter (otherwise, scour discards it before it trips over it) -->
|
<!-- Use the filter (otherwise, scour discards it before it trips over it) -->
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 562 B After Width: | Height: | Size: 585 B |
Loading…
Add table
Add a link
Reference in a new issue