<!DOCTYPE html>
<div style="display: inline-block; width: 100px; height: 200px; background-color: green"></div>
<svg width="100" height="200" preserveAspectRatio="none" viewBox="0 0 100 100">
<circle r="50" cx="50" cy="50" fill="green"/>
</svg>
<!DOCTYPE html>
<div style="display: inline-block; width: 100px; height: 200px; background-color: green"></div>
<svg width="100" height="200" preserveAspectRatio="none" viewBox="0 0 100 100">
<circle r="50" cx="50" cy="50" fill="green"/>
</svg>