Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/styling/padding-on-svg-via-img.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<!--
Padding behavior in svg-as-image is not specified well, but the major
browsers have identical behaviors.
This HTML should show multiple full circles, and they are aligned to
100px grid. Padding-right doesn't contribute to SVG image sizes.
-->
<link rel="match" href="padding-on-svg-via-img-ref.tentative.html"/>
<body>
<img src="support/circle-padding-right.svg">
<img src="support/circle-padding-right.svg">
<img src="support/circle-padding-right.svg">
</body>