Obviously EA has changed something in their rendering order of shape scripts. The following script for an connector:
shape main
{
moveto(0,0);
lineto(100,0);
setfixedregion(40,-10,60,10);
rectangle(40,-10,60,10);
}
shape target
{
rotatable = true;
startpath();
moveto(0,0);
lineto(16,6);
lineto(16,-6);
endpath();
fillandstrokepath();
}
results now in overlap of main shape onto target shape. This must have changed from 13.0 to 13.5 but now kills all my uml extensions!
(why is there no possibility to add an attachment, or insert images ?!?)