aeabd66abb6655ce0ae8cf0d638b29506aa86df1.svn-base 990 Bytes
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
	xmlns="http://www.w3.org/2000/svg"
	xmlns:oryx="http://www.b3mn.org/oryx"
	version="1.0"
	oryx:edge="edge" >
	<defs>
		<marker id="start" oryx:optional="yes" oryx:enabled="yes" refX="5" refY="5" markerUnits="userSpaceOnUse" markerWidth="10" markerHeight="10" orient="auto">
	  		<!-- <path d="M 10 10 L 0 5 L 10 0" fill="none" stroke="black" /> -->
	  		<circle id="arrowhead" cx="5" cy="5" r="5" fill="white" stroke="black" />
	  	</marker>

	  	<marker id="end" refX="10" refY="5" markerUnits="userSpaceOnUse" markerWidth="10" markerHeight="10" orient="auto">
	  		<path id="arrowhead2" d="M 0 0 L 10 5 L 0 10 L 0 0" fill="white" stroke="black" />
	  	</marker>
	</defs>
	<g id="edge">
	    <path id="bg_frame" d="M10 50 L210 50" stroke="black" fill="none" stroke-width="2" stroke-dasharray="3, 4" marker-start="url(#start)" marker-end="url(#end)" />
		<text id="text_name" x="0" y="0" oryx:edgePosition="midTop"/>
	</g>
</svg>