tor-browser

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

preserve3d-and-flattening-001-ref.html (550B)


      1 <!DOCTYPE HTML>
      2 <meta charset="utf-8">
      3 <title>CSS Test Reference (Transforms): Flattening at the leafward edges of a preserve-3d scene</title>
      4 <link rel="author" title="L. David Baron" href="https://dbaron.org/">
      5 <link rel="author" title="Google" href="http://www.google.com/">
      6 
      7 <style>
      8 body {
      9  margin: 0;
     10 }
     11 
     12 .reference {
     13  background: blue;
     14  width: 100px;
     15  height: 100px;
     16  transform-origin: 0 0;
     17  transform: translate(50px, 100px) perspective(1000px) rotateX(30deg) translateY(50px) translateZ(100px);
     18 }
     19 </style>
     20 
     21 <div class="reference"></div>