b32bc93149faf8334cea397f35ef712a194831c6.svn-base 1.56 KB
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns:oryx="http://www.b3mn.org/oryx"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   width="600"
   height="250"
   version="1.0">
  <defs></defs>
  <oryx:magnets>
  	<oryx:magnet oryx:cx="0" oryx:cy="29" oryx:anchors="left" />
  	<oryx:magnet oryx:cx="249" oryx:cy="59" oryx:anchors="bottom" />
  	<oryx:magnet oryx:cx="499" oryx:cy="29" oryx:anchors="right" />
  	<oryx:magnet oryx:cx="249" oryx:cy="0" oryx:anchors="top" />
  	<oryx:magnet oryx:cx="249" oryx:cy="29" oryx:default="yes" />
  </oryx:magnets>
  <g pointer-events="fill" >
  
    <defs>
		<radialGradient id="background" cx="10%" cy="10%" r="100%" fx="10%" fy="10%">
			<stop offset="0%" stop-color="#ffffff" stop-opacity="1"/>
			<stop id="fill_el" offset="100%" stop-color="#ffffff" stop-opacity="1"/>
		</radialGradient>
	</defs>
	
    <rect id="c" oryx:resize="vertical horizontal" x="0" y="0" width="500" height="60" stroke="black" fill="url(#background) white" />
    <rect id="border" oryx:resize="vertical horizontal" x="0" y="0" width="500" height="60" stroke="black" stroke-width="1" fill="none" />
	
    <text 
		x="250" 
		y="30" 
		font-size="20" 
		id="text_name" 
		oryx:align="middle center" 
		oryx:fittoelem="border"
		oryx:anchors="" 
		fill="black" 
		stroke="black">
	</text>
	
	<g id="multiInstance">
		<path
			id="multiinstancepath" 
			oryx:anchors="bottom" fill="none" stroke="black" d="M246 50 v8 M250 50 v8 M254 50 v8" stroke-width="2" 
		/>
	</g>
	
  </g>
</svg>