blob: 2b6f5a596a8ed970bb7e060ced48170d3eb75548 (
plain)
1
2
3
4
5
6
7
8
|
<body>
<script>
var o0 = document.createElementNS("http://www.w3.org/2000/svg", "svg")
document.body.appendChild(o0)
var o3 = document.createElementNS("http://www.w3.org/2000/svg", "animateMotion")
o0.appendChild(o3)
o3.setAttribute("path", "M9,2l2e37,3A40,2 85,102-1")
</script>
|