tor-browser

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

background-image-with-border-radius-fidelity.html (447B)


      1 <!DOCTYPE html>
      2 <title>Consistent image fidelity of background-image with border-radius</title>
      3 <link rel="help" href="https://crbug.com/1069434">
      4 <link rel="match" href="reference/background-image-with-border-radius-fidelity-ref.html">
      5 <style>
      6  #target {
      7    background-image: url("support/aqua-yellow-32x32.png");
      8    background-size: 100% 100%;
      9    border-radius: 8px;
     10    width: 256px;
     11    height: 256px;
     12  }
     13 </style>
     14 <div id="target"></div>