746495.html (656B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 6 function boom() 7 { 8 var ctx = document.querySelector("canvas").getContext('2d'); 9 ctx.scale(69.25, 61); 10 ctx.transform(87.875, 89.5, 317.6666666666667, 86.5, 93, 196); 11 ctx.bezierCurveTo(30.142857142857142, 13926147670, 66.66666666666667, 243.66666666666666, 42.6, 85.5); 12 ctx.arc(1.6, 364955956612165500, 110.375, 15.1, 80.55555555555556, 0); 13 ctx.shadowColor = "green"; 14 ctx.shadowOffsetY = 754; 15 ctx.lineJoin = 'round'; 16 ctx.setTransform(95.125, 11, 834, 34.5, 265.3333333333333, 26.4); 17 ctx.stroke(); 18 } 19 20 </script> 21 </head> 22 <body onload="boom();"><canvas width="100" height="100"></canvas></body> 23 </html>