f018d45a45e80db0a6809b786f759cbdd635b907.svn-base 1.58 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"
    	style="stroke-dasharray: 5.5, 3" />
    	
    <circle 
    	id="frame2_non_interrupting" 
    	cx="16" 
    	cy="16" 
    	r="12" 
    	stroke="black" 
    	fill="none" 
    	stroke-width="1"
    	style="stroke-dasharray: 4.5, 3" />
    	
    <circle id="frame" cx="16" cy="16" r="15" stroke="black" fill="none" stroke-width="1"/>
    <circle id="frame2" cx="16" cy="16" r="12" stroke="black" fill="none" stroke-width="1"/>

    <rect id="rect1" x="8" y="8" width="16" height="16" stroke="black" stroke-width="1" fill="none" />
    <path id="path1" d="M 10 10 L 22 10
    		M 10 14 L 22 14
    		M 10 18 L 22 18
    		M 10 22 L 22 22" fill="none" stroke="black" />
	<text font-size="11" 
		id="text_name" 
		x="16" y="33" 
		oryx:align="top center" 
		stroke="black"
	></text>
  </g>
</svg>