d817a902ab33c1970388fda92894538dad381f52.svn-base 1.03 KB
<?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" refX="1" refY="5" markerUnits="userSpaceOnUse" markerWidth="17" markerHeight="11" orient="auto">
	  		<path id="conditional"   d="M 0 6 L 8 1 L 15 5 L 8 9 L 1 5" fill="white" stroke="black" stroke-width="1" />
			<path id="default" d="M 5 0 L 11 10" fill="white" stroke="black" stroke-width="1" />
	  	</marker>
	  	<marker id="end" refX="15" refY="6" markerUnits="userSpaceOnUse" markerWidth="15" markerHeight="12" orient="auto">
	  		<path id="arrowhead" d="M 0 1 L 15 6 L 0 11z" fill="black" stroke="black" stroke-linejoin="round" stroke-width="2" />
	  	</marker>
	</defs>
	<g id="edge">
		<path id="bg_frame" d="M10 50 L210 50" stroke="black" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" marker-start="url(#start)" marker-end="url(#end)" />
		<text id="text_name" x="0" y="0" oryx:edgePosition="startTop"/>
	</g>
</svg>