<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="iekilla.css" type="text/css"?>
<?xml-stylesheet href="xbl.css" type="text/css"?>


<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
	onload="start();"
	xmlns:svg="http://www.w3.org/2000/svg">


	<script type="application/x-javascript" src="./iekilla.js"/>

	<vbox>
		<svg width="600px" height="340px"
			xmlns="http://www.w3.org/2000/svg" 
			xmlns:svg="http://www.w3.org/2000/svg"
			id="canvas">
			<g id="canvas_g">
				<polyline id="sky" points="0,0 600,0 600,340 0,340 0,0"/>
				<hill id="foo" style="fill-opacity: 0.4;" transform="translate(500,50) scale(1, 1)"/>
				<cloud transform="translate(270,60)" />
				<hill style="fill-opacity: 0.4;" transform="translate(180,20) scale(1, 1)"/>
				<hill style="fill-opacity: 0.4;" transform="translate(320,100) scale(1, 1)"/>
				<cloud transform="translate(470,100)" />
				<cloud transform="translate(220,214)" />
				<cloud transform="translate(240,250) scale(1.4,1)" />

				<cloud transform="translate(100,20)" />
				<hill transform="translate(-30,-150) scale(2,2)"/>
				<hill transform="translate(100,90) scale(1.5,1)"/>
				<hill transform="translate(-30,70) scale(1.7,1)"/>
				<hill transform="translate(435,180) scale(1.8,0.9)"/>

				<gecko id="gecko"/>
				<polyline id="contour" points="0,0 600,0 600,340 0,340 0,0"/>
				<g id="ie_cont"/>
			</g>
			<ground transform="translate(0,300)" />
			<ground transform="translate(200,300)" />
			<ground transform="translate(400,300)" />
			<text id="win" x="10" y="120" font-weight="bold" font-size="40" transform="scale(0.9, 0.8)" >
				YEAH !You're an IEKILLA !!!
			</text>
			<text id="point" x="500" y="25" font-size="18" transform="rotate(10, 500, 25)">
				0 points !
			</text>
		</svg>

	</vbox>

</window>

