tor-browser

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

652991-2-ref.html (283B)


      1 <!DOCTYPE html>
      2 <html>
      3 <svg width="200" height="200">
      4  <defs>
      5    <clipPath id="myClip">
      6      <circle cx="30" cy="30" r="20"/>
      7      <circle cx="70" cy="70" r="20"/>
      8    </clipPath>
      9  </defs>
     10  <rect x="10" y="10" width="100" height="100" clip-path="url(#myClip)"/>
     11 </svg>
     12 </html>