aboutsummaryrefslogtreecommitdiff
path: root/tests/data/svg/group.svg
blob: 18646af0ab7354f8b7b9ea60fc9f3d7475513df2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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">
		<polyline points="50,25 75,75 25,75"/>
		<g>
			<polyline points="100,75 125,25 75,25"/>
			<g>
				<polyline points="150,25 175,75 125,75"/>
			</g>
		</g>
	</a>
</svg>