Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /density-size-correction/density-corrected-image-svg.html - WPT Dashboard Interop Dashboard
<html>
<head>
<title>Density Corrected Size: SVG</title>
<link rel="author" title="Noam Rosenthal" href="noam@webkit.org">
<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>