<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="620" height="620">
	<defs>
		<path id="disc" d="M 10,300 a 290,290 0 1,0 580,0 a 290,290 0 1,0 -580,0 M 270,300 a 30,30 0 1,0 60,0 a 30,30 0 1,0 -60,0" fill-rule="evenodd" />
		<clipPath id="circ">
			<use xlink:href="#disc" clip-rule="evenodd"/>
		</clipPath>
		<linearGradient gradientUnits="userSpaceOnUse" id="h1" x1="140" y1="-30" x2="50" y2="30">
			<stop offset="0%"   stop-color="#FFFFFF" stop-opacity="1"/>
			<stop offset="100%" stop-color="#FFFFFF" stop-opacity="0"/>
		</linearGradient>
		<linearGradient id="h2" x1="0" y1="0" x2="0" y2="1">
			<stop offset="0%"   stop-color="#FF0000" stop-opacity="0.2"/>
			<stop offset="20%"  stop-color="#FF0000" stop-opacity="0.3"/>
			<stop offset="100%" stop-color="#00CC00" stop-opacity="0.2"/>
		</linearGradient>
		<linearGradient id="h4" x1="0.6" y1="0" x2="0.4" y2="1">
			<stop offset="0%"   stop-color="#660000"/>
			<stop offset="15%"  stop-color="#553300"/>
			<stop offset="35%"  stop-color="#003300"/>
			<stop offset="60%"  stop-color="#000000"/>
			<stop offset="100%" stop-color="#660000"/>
		</linearGradient>
		<linearGradient id="h5" x1="0.6" y1="0" x2="0.4" y2="1">
			<stop offset="50%"  stop-color="#003300"/>
			<stop offset="100%" stop-color="#000000"/>
		</linearGradient>
		<linearGradient id="h6" x1="0" y1="0" x2="0" y2="1">
			<stop offset="0%"   stop-color="#EEDD00"/>
			<stop offset="50%"  stop-color="#FFBB00"/>
			<stop offset="100%" stop-color="#BBEE00"/>
		</linearGradient>
		<filter id="f1">
			<feGaussianBlur in="SourceGraphic" stdDeviation="10"/>
		</filter>
		<g id="d" transform="matrix(0.7 0 -0.3 1 118 0) scale(0.75,1)">
			<use xlink:href="#disc" x="15" y="10" fill="#000000" filter="url(#f1)" stroke="#000000" stroke-width="3"/>
			<use xlink:href="#disc" x="0" y="0" fill="url(#h6)" stroke="#000000" stroke-width="3"/>
			<g filter="url(#f1)" clip-path="url(#circ)">
				<g id="g2">
					<rect id="r1" width="300.5" height="300" fill="url(#h1)"/>
					<use x="-600" xlink:href="#r1" transform="scale(-1,1)"/>
				</g>
				<use xlink:href="#g2" transform="translate(600,600) rotate(180)"/>
			</g>
			<use xlink:href="#disc" fill="url(#h2)"/>
			<use xlink:href="#disc" fill="none" stroke="#000000"  stroke-width="10"/>
			<use xlink:href="#disc" fill="none" stroke="url(#h4)" stroke-width="10"/>
			<circle r="32" cx="300" cy="300" fill="none" stroke="url(#h5)" stroke-width="12"/>
		</g>
	</defs>
	<use xlink:href="#d" x="0"/>
	<use xlink:href="#d" x="240"/>
</svg>