aboutsummaryrefslogtreecommitdiff
path: root/tests/data/svg/enclave.svg
blob: db8d777ce7cd92e5f4b306112c4181ecab92a204 (plain)
1
2
3
4
5
6
7
8
<svg width="200" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
	<a xlink:href="http://example.com/1">
		<path d="M20 20H80V80H20M30 30V70H70V30M40 40H60V60H40"/>
	</a>
	<a xlink:href="http://example.com/2">
		<path d="M140 40H160V60H140M130 30V70H170V30M120 20H180V80H120"/>
	</a>
</svg>