tor-browser

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

overflow-clip.html (214B)


      1 <!DOCTYPE html>
      2 <link rel="match" href="rect-ref.html">
      3 <style>
      4 svg {
      5  overflow: visible;
      6 }
      7 </style>
      8 <svg style="overflow: clip; width: 100px; height: 100px">
      9  <rect width="200" height="200" fill="green">
     10 </svg>