hallo
I tried this following code:
shape main
{
noshadow = "true";
h_align = "center";
v_align = "bottom";
startpath();
roundrect(0,0,100,100, 20,20);
moveto(05,20);
lineto(50,10);
lineto(95, 20);
moveto(05,23);
lineto(50,13);
lineto(95, 23);
endpath();
setfillcolor(233,255,255);
fillandstrokepath();
decoration composite
{
orientation="se";
if(hasproperty("iscomposite","true"))
{
ellipse(75, 80, 80, 85);
ellipse(80, 80, 85, 85);
}
}
println("#NAME#");
}
But there nothing happened.
I take the ACTIVITY-element in an ACTIVITY DIAGRAM in EA Version 7, build 816.
do you need any more information??
thanks for help.