<?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>
		<linearGradient id="violet-orange" x1="0%" y1="0%" x2="100%" y2="0%"
			spreadMethod="pad" gradientUnits="objectBoundingBox">
			<stop offset="0%" style="stop-color:rgb(216,192,216);stop-opacity:1"/>
			<stop offset="100%" style="stop-color:rgb(175,23,87);stop-opacity:1"/>
		</linearGradient>
	</defs>
	<ellipse cx="204" cy="193.5" rx="75" ry="67.5"
		 style="fill:url(#violet-orange)"/>
</svg>

