1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<?xml version="1.0"?>
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
xmlns:svg="http://www.w3.org/2000/svg">
<name>Custom - Test</name>
<description>A test of the custom object</description>
<connections>
<point x="1.0" y="2.0"/>
<point x="2.0" y="1.0"/>
</connections>
<textbox x1="0.0" y1="2.05" x2="3.0" y2="3.05"/>
<svg:svg width="3.0" height="3.0">
<svg:rect x1="1.0" y1="1.0" x2="2.0" y2="2.0"/>
<svg:rect x1="1.2" y1="1.2" x2="1.8" y2="1.8"/>
<svg:text x="0" y="0" style="text-anchor:start;">Test</svg:text>
</svg:svg>
</shape>
|