Here is my SVG, you can try it with any ol' source image:
Code: Select all
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="125" height="125" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<image xlink:href="full-size-image.jpg" x="0" y="0"
width="125" height="125" preserveAspectRatio="xMidYMin slice" />
<rect x="0" y="0" width="125" height="125" rx="4" ry="4"
stroke="white" stroke-width="3" fill="none" />
</svg>
Thanks in advance!