<?xml version="1.0" standalone="no"?>
<!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%">
	<defs>
		<radialGradient id="fade-to-black" cx="47%" cy="48%" r="50%" fx="50%" fy="50%"
			spreadMethod="pad" gradientUnits="objectBoundingBox">
			<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:0"/>
			<stop offset="100%" style="stop-color:rgb(0,0,0);stop-opacity:1"/>
		</radialGradient>
	</defs>
	<ellipse cx="229.5" cy="200.5" rx="112.5" ry="100.5"
		 style="fill:url(#fade-to-black)"/>
</svg>

