tor-browser

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

1642583-1-ref.html (481B)


      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.fillStyle = "#36b64b";
     17      ctx.fillRect(-1.78583, -16.46929, 23.21575, 24.20787);
     18    </script>
     19  </body>
     20 </html>