tor-browser

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

clipPath-basic-shape-transform-ref.html (239B)


      1 <svg style="width: 400px; height: 400px">
      2  <mask id="m1">
      3    <rect x="100" y="90" width="200" height="200" fill="blue" style="clip-path: inset(50px 50px)"></rect>
      4  </mask>
      5  <rect width="400" height="400" mask="url(#m1)"></rect>
      6 </svg>