tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

895233.html (733B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <script>
      6 
      7 function boom()
      8 {
      9  var canvas = document.createElement('canvas');
     10  var ctx = canvas.getContext('2d');
     11  ctx.isPointInPath(7.5, 900);
     12  ctx.setTransform(44.333333333333336, 61, 256.3333333333333, 135.8, 810, 200);
     13  ctx.save();
     14  ctx.bezierCurveTo(63, 91, 520, 83, 213.66666666666666, 384);
     15  ctx.closePath();
     16  ctx.bezierCurveTo(0.5, 83.16666666666667, 209, 276, 3.6, 453.5);
     17  ctx.stroke();
     18  ctx.restore();
     19  ctx.isPointInStroke(0, 0);
     20  ctx.setTransform(445, 33, 0, 403.5, 175.2, 49.4);
     21  ctx.rotate(83.125);
     22  ctx.transform(2097153, 477.5, 34.888888888888886, 63, 9.5, 914);
     23  ctx.isPointInStroke(0, 0);
     24 }
     25 
     26 </script>
     27 </head>
     28 <body onload="boom();"></body>
     29 </html>