746866.html (488B)
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(17); 10 ctx.closePath(); 11 ctx.setTransform(107, 16, 113, 76, 0, 165); 12 ctx.lineTo(4, 0); 13 ctx.arc(104, -8191, 35, 50, 359, 0); 14 ctx.scale(74.75, 729); 15 ctx.stroke(); 16 ctx.stroke(); 17 ctx.lineTo(-1, 40); 18 ctx.isPointInPath(92, 463); 19 ctx.clip(); 20 } 21 22 </script> 23 </head> 24 <body onload="boom();"><canvas width="100" height="100"></canvas></body> 25 </html>