tor-browser

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

clipping-4-image.html (199B)


      1 <!DOCTYPE HTML>
      2 <title>Test for clipping of border-radius</title>
      3 <style>
      4 img {
      5  height: 100px;
      6  width: 200px;
      7  border-radius: 25px;
      8 }
      9 </style>
     10 <img src="../pixel-rounding/lime-25x25.png" alt="">