blob: 96601056318b083501acb27f9a18d041409ed198 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg">
<script type="text/javascript">
<![CDATA[
function boom()
{
document.documentElement.appendChild(document.getElementById("a"));
}
window.addEventListener("load", boom, false);
]]>
</script>
<animate end="a.begin" id="a"/>
<animate end="a.begin" id="a"/>
</svg>
|