SVG and Canvas
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="200px" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full"> <g stroke="black" stroke-width="0.1cm"> <image x="0" y="20" width="200" height="180" xlink:href="backdrop.png" /> </g> </svg>
17 of 24