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 background: red; | |
9 width: 160px; | |
10 height: 100px; | |
11 } | |
12 </style> | |
13 <img src="data:image/svg+xml, | |
14 <svg xmlns='http://www.w3.org/2000/svg'> | |
15 <rect stroke-width='20' stroke='black' | |
16 x='10' y='-10' width='140' height='140' fill='lime'/> | |
17 </svg>"> | |
OLD | NEW |