9b81dcc85bdba8cb0799d2676f8baebe2cca6d65.svn-base 1.99 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="124" oryx:anchors="left" />
  	<oryx:magnet oryx:cx="299" oryx:cy="249" oryx:anchors="bottom" />
  	<oryx:magnet oryx:cx="599" oryx:cy="124" oryx:anchors="right" />
  	<oryx:magnet oryx:cx="299" oryx:cy="0" oryx:anchors="top" />
  	<oryx:magnet oryx:cx="299" oryx:cy="124" oryx:default="yes" />
  </oryx:magnets>
  <g pointer-events="none" >
    <defs>
		<radialGradient id="background" cx="0%" cy="10%" r="100%" fx="20%" 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="border"
  		class="stripable-element-force"
  		oryx:resize="vertical horizontal"
  		x="0"
  		y="0"
  		width="600"
  		height="250"
  		fill="none"
  		stroke-width="9"
  		stroke="none"
  		visibility="visible"
  		pointer-events="stroke"
  	/>
    <rect
    	id="c"
    	oryx:resize="vertical horizontal"
    	x="0"
    	y="0"
    	width="600" 
    	height="250" 
    	stroke="black" 
    	fill="url(#background) white"
    	fill-opacity="0.3" 
    />
    
	<rect 
		id="caption"
		oryx:anchors="left top bottom"
		x="0"
		y="0"
		width="30"
		height="250"
		stroke="black"
		stroke-width="1"
		fill="url(#background) white"
		pointer-events="all"
	/>
	
	<rect 
		id="captionDisableAntialiasing"
		oryx:anchors="left top bottom"
		x="0"
		y="0"
		width="30"
		height="250"
		stroke="black"
		stroke-width="1"
		fill="url(#background) white"
		pointer-events="all"
	/>
	
    <text x="13" y="125" font-size="12" id="text_name" oryx:fittoelem="caption" oryx:align="middle center" oryx:anchors="left" oryx:rotate="270" fill="black" stroke="black"></text>
    
  </g>
</svg>