Or, we can use this snippet...
Code:
<div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%" viewBox="0 0 $1 $2" preserveAspectRatio="xMidYMid meet">
<image width="$1" height="$2" xlink:href="${3:filename}"/>
</svg>
</div>$4