<?xml version="1.0" standalone="yes"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="10cm" height="3cm"  viewBox="0 0 1300 300" 
		xmlns:xlink="http://www.w3.org/1999/xlink"
		xmlns="http://www.w3.org/2000/svg" version="1.1">
  <desc>Error message given when graphviz package has not been installed</desc>

  <text x="50" y="50" font-family="Verdana" font-size="35" fill="#CC0000" >
	  The server does not have the graphviz program dot installed in PATH. 
  </text>
  <text x="50" y="85" font-family="Verdana" font-size="35" fill="black" >
	  See <a xlink:href="http://www.graphviz.org/">www.graphviz.org</a> for details.
  </text>

</svg>