b36cbeb54079c50beb437b2408ee9b1e9dc11b9f.svn-base 1.4 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"
   width="40"
   height="40"
   version="1.0">
  <defs></defs>
  <oryx:magnets>
  	<oryx:magnet oryx:cx="16" oryx:cy="16" oryx:default="yes" />
  </oryx:magnets>
  <oryx:docker oryx:cx="16" oryx:cy="16" />
  <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>
	
    <circle id="bg_frame" cx="16" cy="16" r="15" stroke="black" fill="url(#background) white" stroke-width="1"/>
    <circle id="frame" cx="16" cy="16" r="12" stroke="black" fill="none" stroke-width="1"/>

    <polygon id="poly1" stroke="black" fill="black" stroke-width="1" points="9,13 19,13 19,10 25,16 19,22 19,19 9,19" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" />
    
	<a id="diagramLink" target="_blank">
        <g class="diagramLink">
		   <polygon stroke="none" class="link" fill="none" stroke-width="0" points="10,14 19,14 19,11 24,16 19,21 19,18 9,18" fill-opacity="0.5"/>
       </g>
    </a>
	
	<text font-size="11" 
		id="text_name" 
		x="16" y="33" 
		oryx:align="top center" 
		stroke="black"
	></text>
  </g>
  
</svg>