2006-12-05 David Lodge <dave@cirt.net>
[dia.git] / shapes / SDL / return.shape
blobc224dfdfcd7845de579c3f042cd2a34678a711bc
1 <?xml version="1.0"?>
2 <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
3 <name>SDL - Return</name>
4 <description>Procedure Return</description>
5 <icon>return.png</icon>
6 <connections>
7 <point x="0.5" y="0"/>
8 <point x="0.5" y="0.5" main="yes"/></connections>
9 <svg:svg width="1" height="1">
10 <svg:circle cx="0.5" cy="0.5" r="0.5" style="fill: default"/>
11 <svg:line x1="0.15" y1="0.15" x2="0.85" y2="0.85" svg:style="stroke-width:1"/>
12 <svg:line x1="0.85" y1="0.15" x2="0.15" y2="0.85" svg:style="stroke-width:1"/>
13 </svg:svg>
15 </shape>