blob: f42261a3adcbc3fdf002cdcb13258918a099c12e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<svg xmlns="http://www.w3.org/2000/svg" style="position: fixed;">
<script>
<![CDATA[
function boom()
{
document.documentElement.setAttribute("preserveAspectRatio", "_");
}
window.addEventListener("load", boom, false);
]]>
</script>
</svg>
|