1286458-1.html (425B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 6 function boom() 7 { 8 var canvas = document.createElement('canvas'); 9 var ctx = canvas.getContext('2d'); 10 var path=new Path2D(); 11 path.bezierCurveTo(436,Number.MIN_VALUE,620,Number.MAX_SAFE_INTEGER,1,83); 12 ctx.setTransform(1,Number.MAX_SAFE_INTEGER,1,0,1,146.0); 13 ctx.scale(16777218,55); 14 ctx.stroke(path); 15 } 16 17 </script> 18 </head> 19 <body onload="boom();"></body> 20 </html>