<?xml version="1.0"?>

<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
       xmlns:svg="http://www.w3.org/2000/svg">
  <name>Payoff - top/bottom</name>
  <description>payoff text for game tree</description>
  <icon>payoff.xpm</icon>
  <connections>
    <point x="0.5" y="0"/>
	<point x="0.5" y="1"/>
	<point x="0.07" y="0.5"/>
	<point x="1" y="0.5"/>
  </connections>
  <svg:svg width="10" height="10">
    <svg:rect x="0" y="0" width="1" height="1" svg:style="stroke:none"/>
  </svg:svg>
  <textbox x1="0" y1="0" x2="1" y2="1" />
</shape>
