<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Author = Alexander Drichel -->
<svg version="1.1"
    xmlns="http://www.w3.org/2000/svg" 
	xmlns:xlink="http://www.w3.org/1999/xlink"
	overflow="visible"
	viewBox="-10 -10 380 240"
	width="390" height="250"
	enable-background="new -10 -10 380 240" 
	>

<desc>Tree of breadth first search</desc>

<defs>
	<radialGradient id="radialGradient00">
      <stop style="stop-color:#c0d9ea;stop-opacity:1;" offset="70%"/>
      <stop style="stop-color:#7d7d7d;stop-opacity:1;" offset="100%"/>
    </radialGradient>

    <symbol id="node" >
        <circle cx="22" cy="22" r="20" style="fill:url(#radialGradient00)"/>
    </symbol>	

	
	<filter  id="GaussianBlur00" x="-0.2" width="1.3" y="-0.2" height="1.3">
		<feGaussianBlur  stdDeviation="3"></feGaussianBlur>
	</filter>
	
	<symbol id="gr1" >
		<g id="g01" style="stroke:#000000;stroke-width:2">
			<path d="M 200 20 L 20 200"/>
			<path d="M 200 20 L 320 140"/>	
			<path d="M 200 20 L 200 80"/>	
			<path d="M 260 80 L 260 140"/>
			<path d="M 140 80 L 140 140"/>	
			<path d="M 260 140 L 320 200"/>
			<path d="M 260 140 L 260 200"/>
			<path d="M 80 140 L 80 200"/>
		</g>
		<g id="g02">
			<use x="178" y="-1" xlink:href="#node"/>
			<use x="118" y="60" xlink:href="#node"/>
			<use x="178" y="60" xlink:href="#node"/>
			<use x="238" y="60" xlink:href="#node"/>	
			<use x="58" y="118" xlink:href="#node"/>
			<use x="118" y="118" xlink:href="#node"/>
			<use x="238" y="118" xlink:href="#node"/>
			<use x="298" y="118" xlink:href="#node"/>
			<use x="0" y="178" xlink:href="#node"/>
			<use x="58" y="178" xlink:href="#node"/>
			<use x="238" y="178" xlink:href="#node"/>
			<use x="298" y="178" xlink:href="#node"/>
		</g>
		<g id="g03" style="font-family:Calibri; font-size:25px; text-anchor:middle;" transform = "translate(1, -2)">
			<text x="200" y="32">1</text>
			<text x="139" y="93">2</text>
			<text x="200" y="93">3</text>
			<text x="259" y="93">4</text>
			<text x="79" y="150">5</text>
			<text x="139" y="150">6</text>
			<text x="259" y="150">7</text>
			<text x="319" y="150">8</text>
			<text x="22" y="210">9</text>
			<text x="79" y="210">10</text>
			<text x="259" y="210">11</text>
			<text x="319" y="210">12</text>
		</g>
    </symbol>
</defs>

<use x="1" y="1" xlink:href="#gr1" filter="url(#GaussianBlur00)" />
<use xlink:href="#gr1" />

</svg>
