tor-browser

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

clipping-5-image.html (407B)


      1 <!DOCTYPE HTML>
      2 <title>Test for clipping of border-radius</title>
      3 <style>
      4 img {
      5  border-color: transparent;
      6  border-style: solid;
      7  border-width: 1px 1px 3px 3px;
      8  padding: 0px 1px 1px 5px;
      9  /* border + padding: 1px 2px 4px 8px */
     10  margin: 17px;
     11  height: 100px;
     12  width: 200px;
     13  border-radius: 25px 17px 14px 18px / 12px 15px 18px 17px;
     14 }
     15 </style>
     16 <img src="../pixel-rounding/lime-25x25.png" alt="">