1424031.html (313B)
1 <script> 2 function eh1() { 3 a.setAttribute("points", "1"); 4 } 5 function eh2() { 6 a.addEventListener("DOMSubtreeModified", eh1); 7 a.points.getItem(1).y = 0; 8 } 9 function go() { 10 window.requestIdleCallback(eh2, {timeout: 62}); 11 } 12 </script> 13 <style onload="go()"></style> 14 <svg> 15 <polygon id="a" points="0 0 58 1 -1 1">