aboutsummaryrefslogtreecommitdiff
path: root/tests/data/svg/overlap.svg
blob: 8e012821f1f47ae0603437b0d7a57fa71a0e737c (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" xlink:title="blue">
		<rect x="15" y="35" width="50" height="50" stroke="blue"/>
	</a>
</svg>