background-image-with-border-radius-fidelity-ref.html (358B)
1 <!DOCTYPE html> 2 <title>Consistent image fidelity of background-image with border-radius (reference)</title> 3 <style> 4 #target { 5 background-image: url("../support/aqua-yellow-32x32.png"); 6 background-size: 100% 100%; 7 border-radius: 8px; 8 width: 256px; 9 height: 256px; 10 } 11 </style> 12 <div id="target" style="background-clip: padding-box"></div>