tor-browser

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

clip-path-animation-incompatible-shapes2-ref.html (221B)


      1 <!DOCTYPE html>
      2 <style>
      3 .container {
      4  width: 300px;
      5  height: 300px;
      6  background-color: green;
      7  clip-path: path('M 100 100 L 200 0 L 200 200 L 0 120 z');
      8 }
      9 </style>
     10 <body>
     11 <div class="container"></div>
     12 </body>
     13 </html>