blob: 655d982b16ce0582f6b83e26844b2a6e2437b17b (
plain)
1
2
3
4
5
6
7
|
<!doctype html>
<title>Rendering of an <img> embedding an SVG with a near-integral width (reference)</title>
<img src="data:image/svg+xml,
<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'>
<rect width='100%' height='100%' fill='green'/>
</svg>
" style="left: 7.5px; top: 8px; position: absolute">
|