summaryrefslogtreecommitdiff
path: root/trunk/reprap/miscellaneous/python-beanshell-scripts/skeinforge_tools/skeinforge_utilities/svg_canvas.template
blob: e0087902069ff635e4d6f5169bc32ec0bee34921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" standalone="no"?>
<svg contentScriptType="text/ecmascript"
	baseProfile="full" zoomAndPan="magnify" contentStyleType="text/css"
width="999px"
height="999px"
	preserveAspectRatio="xMidYMid meet"
	xmlns="http://www.w3.org/2000/svg" version="1.0"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns:slice="http://www.reprap.org/slice">
	<title>
replaceLineWithTitle
	</title>
<!--replaceLineWith_coloredLines--> <line x1="0"  y1="10" x2="30"   y2="100" stroke="#00F" stroke-width="1px"/>
</svg>