747302.html (283B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 6 function boom() 7 { 8 var ctx = document.querySelector("canvas").getContext('2d'); 9 ctx.rotate(470); 10 ctx.clearRect(71.5, -0.5, 666, 380); 11 } 12 13 </script> 14 </head> 15 <body onload="boom();"><canvas width="41700" height="500"></canvas></body> 16 </html>