summaryrefslogtreecommitdiffstats
path: root/transparent.svg
blob: 10508c34da67d73de1a2a5952a0eb6799028d7cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">

<svg width="100%" height="100%" 
	xmlns="http://www.w3.org/2000/svg"
	xmlns:xlink="http://www.w3.org/1999/xlink" 
	viewBox="0 0 100 100" preserveAspectRatio="none">

	<g>
	<rect fill="none" x="0" y="0" width="100%" height="100%"/>	
	</g>
</svg>