Hi,
it seems there is a little bug :
I create a shape containing only a svg:rect and a connection point :
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
xmlns:svg="http://www.w3.org/2000/svg">
<name>test</name>
<icon>test.png</icon>
<connections>
<point x="0" y="0"/>
</connections>
<aspectratio type="free"/>
<default-width>1</default-width>
<svg:svg>
<svg:rect x1="1" y1="1" width="1" height="1"/>
</svg:svg>
</shape>
and the rectangle is always located at (0,0) not at (1,1).
Kinds Regards
eric
_______________________________________________
dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia