1225381-1.html (390B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <script> 6 7 function boom() { 8 var canvas = document.createElement('canvas'); 9 var ctx = canvas.getContext('2d'); 10 ctx.setTransform(new DOMMatrix([32, -1, 0.8320478957221024, 1.7976931348623157e+308, 512, 0.9012573524148337]).invertSelf()); 11 ctx.fillText("A", 0 ,0); 12 } 13 14 </script> 15 </head> 16 <body onload="boom();"></body> 17 </html>