tor-browser

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

mask-invalidation-2-ref.html (418B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>CSS Masking: mask repainting.</title>
      6    <link rel="author" title="CJ Ku" href="mailto:cku@mozilla.com">
      7    <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      8  </head>
      9  <body>
     10    <svg width="200" height="200">
     11      <rect x="100" y="100" width="50" height="50" style="stroke:none; fill: purple;"/>
     12    </svg>
     13  </body>
     14 </html>