7059508873fcd7789d5087b1b78b051b979201b2.svn-base 991 Bytes
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:oryx="http://www.b3mn.org/oryx"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   version="1.0"
   width="40"
   height="40">
  <oryx:magnets>
    <oryx:magnet
       oryx:default="yes"
       oryx:cy="16"
       oryx:cx="16" />
  </oryx:magnets>
  <g>

    <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>
	
    <path
       d="M -4.5,16 L 16,-4.5 L 35.5,16 L 16,35.5z"
       id="bg_frame"
       fill="url(#background) white"
       stroke="black"
       style="stroke-width:1" />
    <circle
    	id="circle"
    	stroke="black"
		cx="16"
		cy="16"
		r="9.75"
		style="fill:none;stroke-width:2.5" />
    
	<text id="text_name" x="26" y="26" oryx:align="left top"/>
	
  </g>
</svg>