aboutsummaryrefslogtreecommitdiff
path: root/tests/data/svg/image.svg
blob: 9b970f780f325b61d7f1255bc9482983af7c85d5 (plain)
1
2
3
4
5
6
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
	<!-- Transparent areas of the image should remain part of the link. -->
	<a xlink:href="http://example.com">
		<image x="25" y="25" width="50" height="50" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADUlEQVR42mMAgv9gBAAJAQH/66EXCgAAAABJRU5ErkJggg==" image-rendering="optimizeSpeed" stroke="red" fill="none"/>
	</a>
</svg>