tor-browser

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

mask-clipPath-opacity-01-ref.xhtml (279B)


      1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
      2 <head>
      3 <style>
      4  div {
      5    width: 50px;
      6    height: 100px;
      7    background-color: rgba(0,0,255,0.5);
      8  }
      9 </style>
     10 </head>
     11 <body>
     12  <div/>
     13 </body>
     14 </html>