tor-browser

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

mask-image-3-ref.html (469B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>CSS Masking: mask-image: multiple SVG masks</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    <br>
     11    <svg width="100" height="100">
     12      <rect x="0" y="0" width="50" height="50" fill="purple"/>
     13      <circle cx="50" cy="50" r="25" fill="purple"/>
     14    </svg>
     15  </body>
     16 </html>