<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" width="88" height="31">
	<title>Stricter.org</title>
	<defs>
		<filter id="Blur">
			<feGaussianBlur in="SourceGraphic" stdDeviation="0.3"/>
		</filter>
		<linearGradient id="Animation">
			<stop offset="0%" stop-color="#000"/>
			<stop offset="10%" stop-color="#fff">
				<animate attributeType="XML" attributeName="offset" values="0.1;0.9;0.1" dur="5000ms" repeatCount="indefinite"/>
			</stop>
			<stop offset="100%" stop-color="#000"/>
		</linearGradient>
	</defs>
	<rect x="0" y="0" width="88" height="31" fill="#000" stroke="#999" stroke-width="2"/>
	<g filter="url(#Blur)">
		<text id="Text" x="5" y="20" font-family="sans-serif" font-size="16" fill="url(#Animation)">Stricter.org</text>
	</g>
</svg>
