14 lines
493 B
HTML
14 lines
493 B
HTML
<!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>
|