Source code
Revision control
Copy as Markdown
Other Tools
<html>↩
<head>↩
<script>↩
function boom()↩
{↩
var feFuncG = document.createElementNS(SVG_NS, "feFuncG");↩
feFuncG.offset.baseVal = 1;↩
}↩
</script>↩
</head>↩
<body onload="boom();">↩
</body>↩
</html>↩