summaryrefslogtreecommitdiff
path: root/tests/dia.shape
blob: 883233c47c68d224e78d64a2abe3b3ec19454e02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
	<name>Cybernetics - negative-shift</name>
	<icon>negative-shift.png</icon>
	<connections>
		<point x="0" y="0"/>
		<point x="5" y="0"/>
		<point x="10" y="0"/>

		<point x="0" y="5"/>
		<point x="10" y="5"/>

		<point x="0" y="10"/>
		<point x="5" y="10"/>
		<point x="10" y="10"/>
		<point x="4.55555555555556" y="4.55555555555556" main="yes"/>
	</connections>
	<aspectratio type="fixed"/>
	<svg:svg><svg:g style="fill: bg; stroke-width: 1; stroke: fg">
		<svg:rect x="0" y="0" width="10" height="10"/>
		<svg:g style="stroke-width: 0.5; stroke: #c0c0c0">
			<svg:line x1="5" y1="1" x2="5" y2="9"/>
			<svg:line x1="1" y1="5" x2="9" y2="5"/>
		</svg:g>
		<svg:line x1="3" y1="9" x2="9" y2="3"/>
	</svg:g></svg:svg>
</shape>