tor-browser

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

nested-svg-overflow-clip.html (241B)


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