blob: 2a794e19e04c354e413f6c1b205630f8cfec2718 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<head>
<script>
var f = document.createElementNS("http://www.w3.org/2000/svg", "feFuncA");
f.setAttribute("tableValues", "3 7 5");
f.removeAttribute("tableValues");
</script>
</head>
<body>
</body>
</html>
|