aboutsummaryrefslogtreecommitdiff
path: root/tests/data/svg/overlap.svg
blob: 7a3e7aa0d96b790abb334bfa149b0b0818cb9782 (plain)
1
2
3
4
5
6
7
8
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" stroke-width="10" fill="none">
	<a xlink:href="http://example.com/1">
		<rect x="35" y="15" width="50" height="50" stroke="red"/>
	</a>
	<a xlink:href="http://example.com/2">
		<rect x="15" y="35" width="50" height="50" stroke="blue"/>
	</a>
</svg>