mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-01 06:33:22 +00:00
9 lines
217 B
HTML
9 lines
217 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
|
|
var cm = document.createElementNS("http://www.w3.org/2000/svg", "feConvolveMatrix");
|
|
cm.kernelMatrix.baseVal.appendItem({});
|
|
cm.setAttribute("kernelMatrix", "0 0 0 0 0 0 0 0 0");
|
|
|
|
</script>
|