tor-browser

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

clipPath-fill-box.html (132B)


      1 <svg style="width: 400px; height: 400px">
      2  <rect width="200" height="200" fill="purple" style="clip-path: fill-box"></rect>
      3 </svg>