blob: e32de354f0771c5c56c21a605f62cec6e4fb392c [file] [log] [blame]
<html>
<head>
<style>
#image-shape {
float: left;
width: 100px;
height: 200px;
object-fit: cover;
}
#content {
font: 50px/1 Ahem, sans-serif;
color: green;
}
</style>
<div id="content">
<img id="image-shape"
src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10px' height='100px'><rect width='10' height='100' fill='blue'/></svg>">
</img>
X<br>X<br>X<br>X<br>X
</div>
</body>
</html>