tor-browser

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

1642583-1.html (817B)


      1 <!DOCTYPE html>
      2 <html lang="en-us">
      3  <head>
      4    <meta charset="utf-8" />
      5  </head>
      6  <body>
      7    <canvas id="pdf" width="200" height="200"></canvas>
      8    <script>
      9      const canvas = document.getElementById("pdf");
     10      const ctx = canvas.getContext("2d");
     11 
     12      ctx.transform(6.4, 0, 0, -6.4, 30, 60);
     13 
     14      ctx.globalCompositeOperation = "darken";
     15 
     16      ctx.beginPath();
     17      ctx.moveTo(3.34488, -15.90236);
     18      ctx.lineTo(22.36535, -2.94803);
     19      ctx.lineTo(13.01102, 7.14331);
     20      ctx.lineTo(1.33228, 0.34016);
     21      ctx.lineTo(5.10236, -7.08661);
     22      ctx.lineTo(-1.38898, -9.41102);
     23      ctx.lineTo(1.24724, -15.10866);
     24      ctx.closePath();
     25      ctx.clip("evenodd");
     26 
     27      ctx.fillStyle = "#36b64b";
     28      ctx.fillRect(-1.78583, -16.46929, 23.21575, 24.20787);
     29    </script>
     30  </body>
     31 </html>