<?xml version="1.0"?>

<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
       xmlns:svg="http://www.w3.org/2000/svg">
  <name>Game node</name>
  <description>payoff for right side of tree</description>
  <icon>node.xpm</icon>
  <connections>
    <point x="0" y="-2"/>
	<point x="2" y="0"/>
	<point x="-2" y="0"/>
	<point x="0" y="2"/>
	<point x="0" y="0"/>
  </connections>
  <aspectratio type="fixed" />
  <svg:svg width="10" height="10">
  <svg:rect x="-2" y="-2" width="4" height="4" 
	      svg:style="stroke:none"/>
  <svg:circle x="1" y="1" r="2" svg:style="fill: background"/>
  </svg:svg>

</shape>
