blob: d86a8cb5bd62df18647a6a87a0a217d50c578b3e (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<body>
<script>
var clipPath = document.createElementNS("http://www.w3.org/2000/svg",
"clipPath");
clipPath["hasExtension"].apply(clipPath,[]);
</script>
</body>
</html>
|