OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <title> | |
3 Test for 'object-fit: cover' on SVG image w/ aspect ratio but no | |
4 intrinsic size | |
5 </title> | |
6 <style type="text/css"> | |
7 img { | |
8 width: 160px; | |
9 height: 80px; | |
10 } | |
11 </style> | |
12 <img src="data:image/svg+xml, | |
13 <svg viewBox='0 0 160 80' xmlns='http://www.w3.org/2000/svg'> | |
14 <rect stroke-width='10' stroke='black' | |
15 x='45' y='5' width='70' height='70' fill='lime'/> | |
16 </svg>"> | |
OLD | NEW |