padding-on-svg-via-img.tentative.html (493B)
1 <!DOCTYPE html> 2 <!-- 3 Padding behavior in svg-as-image is not specified well, but the major 4 browsers have identical behaviors. 5 6 This HTML should show multiple full circles, and they are aligned to 7 100px grid. Padding-right doesn't contribute to SVG image sizes. 8 --> 9 <link rel="match" href="padding-on-svg-via-img-ref.tentative.html"/> 10 <body> 11 <img src="support/circle-padding-right.svg"> 12 <img src="support/circle-padding-right.svg"> 13 <img src="support/circle-padding-right.svg"> 14 </body>