tor-browser

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

small-nested-viewbox-ref.html (257B)


      1 <!DOCTYPE html>
      2 <style>
      3  svg {
      4    width: 16px;
      5    padding: 4px;
      6    background: #ccc;
      7    color: #000;
      8  }
      9 </style>
     10 <svg width='16' height='16'>
     11  <svg viewBox='0 0 256 256'>
     12    <rect width="256" height="256" x="0" y="0" fill="green" />
     13  </svg>
     14 </svg>