<html>
<head>
<title>Density Corrected Size: SVG</title>
<link rel="author" title="Noam Rosenthal" href="[email protected]">
<link rel="match" href="density-corrected-image-svg-ref.html" />
<meta name="assert" content="Assert that density-corrected size in EXIF is taken into account for SVG <image>">
</head>
<body>
<svg width="200" height="200">
<image href="resources/exif-resolution-none.jpg" />
</svg>
<svg width="200" height="200">
<image href="resources/exif-resolution-valid-hires.jpg" />
</svg>
<svg width="200" height="200">
<image href="resources/exif-resolution-valid-lores.jpg" />
</svg>
<svg width="200" height="200">
<image href="resources/exif-resolution-valid-non-uniform.jpg" />
</svg>
<svg width="200" height="200">
<image href="resources/exif-resolution-with-orientation.jpg" />
</svg>
</div>
</body>
</html>