tor-browser

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

perspective-svg-001-ref.html (442B)


      1 <!DOCTYPE html>
      2 <title>CSS Test Reference</title>
      3 <div>
      4  <svg overflow="hidden"
      5       width="100%"
      6       height="100%"
      7       viewBox="0 0 365760 205740"
      8       style="
      9         backface-visibility: hidden;
     10         transform: translate3d(0px, 0px, 0px)
     11           rotate3d(0, 0, 0, 0deg) translate3d(0px, 0px, 0px)
     12           translate3d(0px, 0px, 0px);
     13       ">
     14    <rect fill="green" width="100%" height="100%"></rect>
     15  </svg>
     16 </div>